﻿/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
    --color-cream: #F2EFE9;
    --color-cream-rgb: 242, 239, 233;
    --color-black: #0D0D0D;
    --color-black-rgb: 13, 13, 13;
    --color-brass: #C8A96E;
    --color-brass-rgb: 200, 169, 110;
    --color-card: #1A1A1A;
    --color-grey: #8C8C7A;

    --font-display: 'Bebas Neue', 'Antonio', sans-serif;
    --font-serif: 'Cormorant Garamond', 'Playfair Display', serif;
    --font-body: 'Resist Sans Neo-Grotesque', 'DM Sans', 'Inter', sans-serif;
    --font-arabic: 'IBM Plex Sans Arabic', 'Tajawal', sans-serif;
}

/* ==========================================================================
   Reset & Basics
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: initial; /* Lenis handles this */
    background-color: #090909;
}

body {
    background-color: var(--color-cream);
    color: var(--color-black);
    font-family: var(--font-body);
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body > [class^="elfsight-app-"] {
    display: contents;
}

body.menu-open {
    overflow: hidden;
}

html[dir="rtl"] body {
    direction: rtl;
    font-family: var(--font-arabic);
}

html[dir="rtl"] .display-text,
html[dir="rtl"] .hl-line,
html[dir="rtl"] .hero-spec-value,
html[dir="rtl"] .impact-number,
html[dir="rtl"] .logo-main,
html[dir="rtl"] .prod-title,
html[dir="rtl"] .ph-title,
html[dir="rtl"] .fc-title {
    font-family: var(--font-arabic);
    letter-spacing: 0;
}

html[dir="rtl"] .label-text,
html[dir="rtl"] .hero-tag,
html[dir="rtl"] .hero-desc,
html[dir="rtl"] .hero-link-dark,
html[dir="rtl"] .hero-link-brass,
html[dir="rtl"] .nav-link,
html[dir="rtl"] .nav-btn,
html[dir="rtl"] .proof-rail-label,
html[dir="rtl"] .impact-label,
html[dir="rtl"] .hero-spec-label,
html[dir="rtl"] .loader-location,
html[dir="rtl"] .loader-sub {
    font-family: var(--font-arabic);
    letter-spacing: 0;
}

html[dir="rtl"] .navbar,
html[dir="rtl"] .hero,
html[dir="rtl"] .proof-rail,
html[dir="rtl"] .impact-stats,
html[dir="rtl"] .craft-promises {
    direction: rtl;
}

html[dir="rtl"] .hero-link-arrow {
    transform: scaleX(-1);
}

html[dir="rtl"] .hero-spec:not(:last-child)::after {
    margin-right: 3rem;
    margin-left: 0;
}

html[dir="rtl"] .v-text {
    right: auto;
    left: -10px;
}

html[dir="rtl"] .badge {
    right: auto;
    left: 2.2rem;
}

html[dir="rtl"] .hero-scroll-indicator {
    right: 3rem;
    left: auto;
}

html[dir="rtl"] .proof-rail-track {
    justify-content: flex-start;
}

html[dir="rtl"] .contact-map-copy,
html[dir="rtl"] .division-card,
html[dir="rtl"] .portfolio-header,
html[dir="rtl"] .about-intro-copy {
    text-align: right;
}

html[dir="rtl"] .division-card-arabesque .division-copy-wrap {
    padding-right: clamp(96px, 8vw, 142px);
    padding-left: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

::selection {
    background-color: rgba(var(--color-brass-rgb), 0.78);
    color: #0D0D0D;
}

::-moz-selection {
    background-color: rgba(var(--color-brass-rgb), 0.78);
    color: #0D0D0D;
}

@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
    body,
    body a,
    body button,
    body .accordion-item,
    body .division-card,
    body .contact-row,
    body .map-link,
    body .sf-link {
        cursor: none;
    }

    body input,
    body textarea,
    body select,
    body label,
    body .form-group input,
    body .form-group textarea {
        cursor: auto;
    }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
    .cursor,
    .cursor-label {
        display: none;
    }
}

/* ==========================================================================
   Typography
   ========================================================================== */
.display-text {
    font-family: var(--font-display);
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -0.02em;
}

.label-text {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-brass);
}

.body-text {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-grey);
    line-height: 1.75;
}

.italic-serif {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 32px;
}

/* ==========================================================================
   Custom Cursor
   ========================================================================== */
.site-loader {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background:
        radial-gradient(circle at 50% 45%, rgba(184, 146, 42, 0.08), transparent 30%),
        #1C140C;
    color: #F2EDE4;
    pointer-events: none;
}

.loader-location {
    color: rgba(242, 237, 228, 0.52);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.loader-word {
    color: #F2EDE4;
    font-family: var(--font-display);
    font-size: clamp(58px, 8vw, 128px);
    font-weight: 700;
    line-height: 0.86;
    letter-spacing: 0.04em;
}

.loader-sub {
    color: var(--color-brass);
    font-family: var(--font-serif);
    font-size: 22px;
    font-style: italic;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.loader-rule {
    width: 0;
    height: 1px;
    margin-top: 8px;
    background-color: var(--color-brass);
}

.loader-count {
    margin-top: 8px;
    color: rgba(242, 237, 228, 0.64);
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.18em;
}

body.is-loaded .site-loader {
    visibility: hidden;
}

.cursor {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(242, 239, 233, 0.72);
    border-radius: 50%;
    background-color: rgba(var(--color-brass-rgb), 0.82);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
                height 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.3s ease,
                opacity 0.3s ease;
    box-shadow:
        0 0 0 1px rgba(13, 13, 13, 0.18),
        0 0 20px rgba(var(--color-brass-rgb), 0.42);
    mix-blend-mode: normal;
}

.cursor-label {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 10px;
    color: var(--color-cream);
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

/* Cursor States */
.cursor.link-hover {
    width: 42px;
    height: 42px;
    background-color: rgba(var(--color-brass-rgb), 0.72);
}

.cursor.project-hover {
    width: 54px;
    height: 54px;
    background-color: rgba(var(--color-brass-rgb), 0.72);
}

.cursor.product-hover {
    width: 54px;
    height: 54px;
    background-color: rgba(var(--color-brass-rgb), 0.72);
}

.cursor.cta-hover {
    width: 34px;
    height: 34px;
    background-color: rgba(var(--color-brass-rgb), 0.78);
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4vw;
    z-index: 9999;
    transition: background-color 0.4s ease, border-bottom 0.4s ease, height 0.4s ease;
}

.navbar.scrolled {
    background-color: rgba(var(--color-cream-rgb), 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(var(--color-black-rgb), 0.05);
    height: 75px;
}

.navbar.nav-inverted {
    background-color: rgba(var(--color-black-rgb), 0.92);
    border-bottom: 1px solid rgba(var(--color-cream-rgb), 0.08);
}

.nav-left {
    flex: 0 0 clamp(170px, 18vw, 280px);
    display: flex;
    align-items: center;
    min-width: 0;
}

.logo {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-family: var(--font-display);
    font-size: 26px;
    color: var(--color-black);
    line-height: 1;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.logo-sub {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 10px;
    color: var(--color-grey);
    letter-spacing: 0.25em;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.nav-center {
    position: absolute;
    left: clamp(220px, 18vw, 360px);
    right: calc(45vw + 28px);
    flex: none;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    padding: 0;
    gap: clamp(22px, 2.8vw, 40px);
}

.desktop-nav a.nav-link {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 13px;
    color: var(--color-black);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding: 8px 0;
}

.desktop-nav a.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-black);
    transition: width 0.3s ease;
}

.desktop-nav a.nav-link:hover::after {
    width: 100%;
}

.nav-right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(14px, 1.6vw, 24px);
    min-width: 0;
}

.nav-btn {
    background-color: var(--color-brass);
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 28px;
    border-radius: 40px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.nav-btn:hover {
    background-color: var(--color-black);
    color: var(--color-brass);
    transform: translateY(-2px);
}

.navbar:not(.scrolled) .mobile-nav-toggle .hamburger,
.navbar:not(.scrolled) .mobile-nav-toggle .hamburger::before,
.navbar:not(.scrolled) .mobile-nav-toggle .hamburger::after {
    color: #1A1208;
    background-color: #1A1208 !important;
}

.navbar:not(.scrolled) .logo-main,
.navbar:not(.scrolled) .desktop-nav a.nav-link {
    color: #1A1208;
}

.navbar:not(.scrolled) .logo-sub {
    color: rgba(26, 18, 8, 0.58);
}

.navbar:not(.scrolled) .desktop-nav a.nav-link::after {
    background-color: #B8922A;
}

/* Mobile action additions */
.language-toggle {
    min-width: 42px;
    min-height: 42px;
    border: 1px solid rgba(var(--color-brass-rgb), 0.55);
    border-radius: 50%;
    background: rgba(242, 237, 228, 0.88);
    color: #1A1208;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(13, 13, 13, 0.08);
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.mobile-nav-toggle {
    display: none;
    cursor: pointer;
    width: 20px;
    height: 16px;
    position: relative;
    z-index: 1001;
}

.hamburger {
    width: 20px;
    height: 2px;
    background-color: var(--color-black);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--color-black);
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.hamburger::before { top: -7px; }
.hamburger::after { bottom: -7px; }

/* Hamburger X animation */
body.menu-open .hamburger {
    background-color: transparent !important;
}
body.menu-open .hamburger::before,
body.menu-open .hamburger::after {
    background-color: var(--color-black) !important;
}
body.menu-open .hamburger::before {
    transform: translateY(7px) rotate(45deg);
}
body.menu-open .hamburger::after {
    transform: translateY(-7px) rotate(-45deg);
}

/* Inverted Navbar State (when passing dark sections) */
.navbar.nav-inverted .logo-main,
.navbar.nav-inverted .desktop-nav a.nav-link {
    color: var(--color-cream) !important;
}

.navbar.nav-inverted .language-toggle {
    border-color: rgba(var(--color-brass-rgb), 0.72);
    background: rgba(13, 13, 13, 0.88);
    color: var(--color-brass);
}
.navbar.nav-inverted .desktop-nav a.nav-link::after {
    background-color: var(--color-cream);
}
.navbar.nav-inverted .logo-sub {
    color: rgba(var(--color-cream-rgb), 0.7);
}
.navbar.nav-inverted .hamburger,
.navbar.nav-inverted .hamburger::before,
.navbar.nav-inverted .hamburger::after {
    background-color: var(--color-cream) !important;
}

.mobile-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-cream);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: top 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu.active {
    top: 0;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mobile-menu-links a {
    font-family: var(--font-display);
    font-size: 72px;
    color: var(--color-black);
    line-height: 0.9;
}

.mobile-link-divider {
    width: 100px;
    height: 2px;
    background-color: var(--color-brass);
    margin: 16px 0;
}

.mobile-menu-footer {
    position: absolute;
    bottom: 40px;
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--color-grey);
}

.mobile-quick-contact {
    display: none;
}

@media (max-width: 1440px) {
    .navbar {
        padding: 0 3vw;
    }

    .nav-left {
        flex-basis: clamp(150px, 17vw, 220px);
    }

    .logo-main {
        font-size: 23px;
    }

    .logo-sub {
        font-size: 9px;
        letter-spacing: 0.22em;
    }

    .nav-center {
        left: clamp(210px, 17vw, 260px);
        right: calc(45vw + 20px);
        gap: clamp(18px, 2vw, 24px);
    }

    .desktop-nav a.nav-link {
        font-size: 12px;
        letter-spacing: 0.045em;
    }

    .nav-btn {
        padding: 11px 22px;
        font-size: 12px;
    }
}

@media (max-width: 1180px) {
    .desktop-nav {
        display: none;
    }

    .nav-center {
        display: none;
    }

    .mobile-nav-toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 78px;
    }

    .desktop-nav {
        display: none;
    }
    .nav-center {
        display: none;
    }
    .navbar {
        width: 100vw;
        height: 74px;
        padding: 0 12px;
        align-items: center;
        overflow: hidden;
    }
    .nav-left,
    .nav-right {
        flex: initial;
    }
    .nav-left {
        min-width: 0;
        max-width: calc(100vw - 116px);
        overflow: hidden;
    }
    .nav-right {
        gap: 8px;
        margin-left: auto;
        margin-right: 20px;
        flex-shrink: 0;
    }
    .logo-main {
        font-size: 18px;
    }
    .logo-sub {
        font-size: 8px;
        letter-spacing: 0.16em;
    }
    .nav-btn {
        display: none;
    }
    .language-toggle {
        flex: 0 0 36px;
        min-width: 36px;
        min-height: 36px;
        font-size: 10px;
    }
    .mobile-nav-toggle {
        flex: 0 0 auto;
        display: block;
    }

    html[dir="rtl"] .nav-right {
        margin-right: auto;
        margin-left: 0;
    }

    html[dir="rtl"] .logo {
        align-items: flex-end;
    }

    html[dir="rtl"] .logo-main,
    html[dir="rtl"] .logo-sub {
        max-width: 100%;
        text-align: right;
    }
    .mobile-menu-links a {
        font-size: 52px;
    }
    .mobile-link-divider {
        width: 72px;
        margin: 12px 0;
    }
    .mobile-menu-footer {
        bottom: 28px;
        font-size: 11px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mobile-quick-contact {
        position: fixed;
        right: 14px;
        bottom: 14px;
        left: 14px;
        z-index: 9998;
        display: grid;
        grid-template-columns: 1.2fr 1fr 0.8fr;
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(242, 239, 233, 0.16);
        background-color: rgba(13, 13, 13, 0.82);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.24);
    }

    .mobile-quick-contact a {
        min-height: 44px;
        display: grid;
        place-items: center;
        color: #F2EFE9;
        font-family: var(--font-body);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mobile-quick-contact .mobile-quick-primary {
        background-color: var(--color-brass);
        color: #0D0D0D;
    }
}

/* ===========================================================================
   Hero Section
   ========================================================================== */
.hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: hidden;
    background-color: var(--color-cream);
}

.hero-left {
    width: 55%;
    height: 100%;
    padding-left: 4vw;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.hero-right {
    width: 45%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.hero-title {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.line-mask {
    overflow: hidden;
}

.title-line {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(60px, 9vw, 140px);
    color: var(--color-black);
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.title-line-small {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(40px, 5vw, 72px);
    color: var(--color-black);
    line-height: 0.9;
    letter-spacing: -0.02em;
}

.brass-dot {
    color: var(--color-brass);
}

.title-overlap {
    position: relative;
    width: 150%;
    z-index: 20;
}

.hero-rule {
    width: 240px;
    height: 1px;
    background-color: var(--color-brass);
    margin: 32px 0 24px 0;
}

.hero-desc {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--color-grey);
    max-width: 400px;
    line-height: 1.75;
    margin-bottom: 32px;
}

.hero-links {
    display: flex;
    gap: 32px;
    margin-bottom: 64px;
}

.hero-link-dark,
.hero-link-brass {
    font-family: var(--font-display);
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    text-transform: uppercase;
}

.hero-link-dark {
    color: var(--color-black);
}

.hero-link-brass {
    color: var(--color-brass);
}

.hero-link-dark::after,
.hero-link-brass::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
}

.hero-link-dark::after {
    background-color: var(--color-black);
}

.hero-link-brass::after {
    background-color: var(--color-brass);
}

.hero-link-dark:hover::after,
.hero-link-brass:hover::after {
    width: 100%;
}

.hero-bottom-left {
    position: relative;
    margin-top: 24px;
}

.film-strip {
    display: flex;
    margin-bottom: 8px;
}

.strip-img {
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.film-strip-label {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--color-grey);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-main-img {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 120vh;
    object-fit: cover;
}

.hero-bottom-right {
    position: absolute;
    bottom: 40px;
    right: 4vw;
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--color-grey);
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .title-line { font-size: 100px; }
    .title-line-small { font-size: 50px; }
    .hero-main-img { top: 0; height: 100vh; }
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
    }

    .hero-left {
        width: 100%;
        padding: 4vw;
        padding-top: 100px;
        z-index: 20;
        justify-content: flex-start;
    }

    .hero-right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    .hero-main-img {
        opacity: 0.3 !important;
    }

    .title-overlap {
        width: 100%;
        z-index: 20;
        position: relative;
    }

    .hero-bottom-right {
        display: none;
    }

    .title-line { font-size: 90px; }
    .title-line-small { font-size: 45px; }
}
/* ==========================================================================
   Proof Rail
   ========================================================================== */
.proof-rail {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    width: 100vw;
    padding: 22px 4vw;
    border-top: 1px solid rgba(13, 13, 13, 0.08);
    border-bottom: 1px solid rgba(13, 13, 13, 0.08);
    background-color: #F2EDE4;
    overflow: hidden;
}

.proof-rail-label {
    color: var(--color-grey);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.proof-rail-track {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.proof-rail-track span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border: 1px solid rgba(13, 13, 13, 0.14);
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .proof-rail {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 22px 18px;
    }

    .proof-rail-track {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

    .proof-rail-track::-webkit-scrollbar {
        display: none;
    }

    .proof-rail-track span {
        flex: 0 0 auto;
    }
}

/* ==========================================================================
   Impact Stats
   ========================================================================== */
.impact-stats {
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgba(13, 13, 13, 0.08);
    background-color: #F8F4EC;
}

.impact-stat {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 4vw;
    border-right: 1px solid rgba(13, 13, 13, 0.08);
}

.impact-stat:last-child {
    border-right: 0;
}

.impact-number {
    color: #1A1208;
    font-family: var(--font-display);
    font-size: clamp(56px, 7vw, 126px);
    font-weight: 700;
    line-height: 0.86;
}

.impact-label {
    max-width: 220px;
    margin-top: 18px;
    color: #7A6550;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.45;
    text-transform: uppercase;
}

/* ==========================================================================
   Craft Promises
   ========================================================================== */
.craft-promises {
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 82px 4vw 96px;
    background-color: #F2EDE4;
}

.craft-promise {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2vw;
    text-align: center;
}

.promise-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 30px;
    color: var(--color-brass);
}

.promise-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.craft-promise h3 {
    color: #1A1208;
    font-family: var(--font-display);
    font-size: clamp(28px, 2.5vw, 42px);
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
}

.craft-promise p {
    max-width: 290px;
    margin-top: 18px;
    color: #7A6550;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .impact-stats,
    .craft-promises {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .impact-stat:nth-child(2) {
        border-right: 0;
    }

    .craft-promises {
        gap: 44px 0;
    }
}

@media (max-width: 768px) {
    .impact-stats,
    .craft-promises {
        grid-template-columns: 1fr;
    }

    .impact-stat {
        min-height: 170px;
        border-right: 0;
        border-bottom: 1px solid rgba(13, 13, 13, 0.08);
        padding: 34px 18px;
    }

    .craft-promises {
        padding: 64px 18px 72px;
        gap: 42px;
    }

    .craft-promise {
        min-height: 0;
        padding: 0;
    }
}

/* ==========================================================================
   Marquee Sections
   ========================================================================== */
.marquee-container {
    width: 100%;
    height: 80px;
    background-color: var(--color-black);
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: flex;
    white-space: nowrap;
    animation: marquee 25s linear infinite;
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-text {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--color-brass);
    padding-right: 50px;
    letter-spacing: 0.05em;
}

/* Gradient fade masks */
.marquee-container::before,
.marquee-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.marquee-container::before {
    left: 0;
    background: linear-gradient(to right, var(--color-black), transparent);
}

.marquee-container::after {
    right: 0;
    background: linear-gradient(to left, var(--color-black), transparent);
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   Cinematic Portfolio (Section 3)
   ========================================================================== */
.portfolio {
    width: 100vw;
    background-color: var(--color-cream);
    padding: 120px 0 0 0;
}

.portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 4vw;
    margin-bottom: 80px;
}

.ph-left {
    display: flex;
    flex-direction: column;
}

.ph-title {
    font-size: 100px;
    font-weight: 700;
    color: var(--color-black);
    letter-spacing: 0.01em;
    margin-top: 16px;
}

.ph-divider {
    flex-grow: 1;
    height: 1px;
    background-color: var(--color-brass);
    margin: 0 40px 24px 40px;
}

.ph-right {
    margin-bottom: 16px;
}

.ph-subtitle {
    color: var(--color-grey);
}

.portfolio-pin {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: var(--color-black);
}

.portfolio-progress-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 0%;
    background-color: var(--color-brass);
    z-index: 50;
}

.portfolio-panels {
    width: 100%;
    height: 100%;
    position: relative;
}

.project-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none; /* GSAP handles opacity & pointer-events */
}

.panel-left {
    width: 60%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(200, 169, 110, 0.3);
}

.panel-right {
    width: 40%;
    height: 100%;
    background-color: var(--color-cream);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6vw;
}

.pr-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 620px;
    justify-content: space-between;
}

.pr-top {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-grey);
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    font-weight: 500;
}

.pr-title {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-black);
    margin: 16px 0 32px 0;
}

.pr-rule {
    width: 100%;
    height: 1px;
    background-color: var(--color-brass);
    margin-bottom: 24px;
}

.pr-meta {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--color-grey);
    margin-bottom: 32px;
}

.pr-desc {
    margin-bottom: 48px;
}

.pr-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pr-link {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--color-black);
    position: relative;
    padding-bottom: 2px;
    cursor: pointer;
}

.pr-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-black);
    transition: width 0.3s ease;
}

.pr-link:hover::after {
    width: 100%;
}

.pr-hint {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--color-grey);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

.portfolio-footer {
    padding: 120px 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pf-title {
    font-size: 64px;
    color: var(--color-black);
    margin-bottom: 24px;
}

.pf-link {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--color-brass);
    border-bottom: 1px solid var(--color-brass);
    padding-bottom: 4px;
    transition: color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.pf-link:hover {
    color: var(--color-black);
    border-color: var(--color-black);
}

.mobile-work-stream {
    display: none;
}

@media (max-width: 1024px) {
    .ph-title { font-size: 80px; }
    .pr-title { font-size: 60px; }
    .panel-left { width: 50%; }
    .panel-right { width: 50%; padding: 0 4vw; }
}

@media (max-width: 1600px), (max-height: 920px) {
    .pr-content {
        min-height: 540px;
    }

    .panel-right {
        padding: 0 3.2vw;
    }

    .pr-top {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .pr-title {
        font-size: 60px;
        margin: 10px 0 16px 0;
        line-height: 0.9;
    }

    .pr-meta {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .pr-desc {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .pr-link {
        font-size: 16px;
    }

    .pr-hint {
        font-size: 10px;
    }
}

@media (max-width: 1440px), (max-height: 820px) {
    .portfolio-pin {
        min-height: 600px;
    }

    .pr-content {
        min-height: 500px;
    }

    .panel-right {
        padding: 0 2.8vw;
    }

    .pr-top {
        margin-bottom: 14px;
    }

    .pr-title {
        font-size: 60px;
        margin: 8px 0 12px 0;
    }

    .pr-rule {
        margin-bottom: 14px;
    }

    .pr-meta {
        margin-bottom: 14px;
    }

    .pr-desc {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .pr-bottom {
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .portfolio {
        padding: 72px 0 84px;
        background-color: #F2EDE4;
        overflow: visible;
    }

    .portfolio-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 0 18px;
        margin-bottom: 28px;
    }

    .ph-title { font-size: 60px; }
    .ph-divider { display: none; }
    .ph-subtitle {
        display: block;
        font-size: 23px;
        line-height: 1.08;
        max-width: 260px;
    }

    .portfolio-pin {
        display: none;
    }

    .mobile-work-stream {
        display: block;
        padding: 0 18px;
    }

    .mobile-work-stream::-webkit-scrollbar {
        display: none;
    }

    .mobile-work-card {
        --card-index: 0;
        --card-depth: 1;
        position: sticky;
        top: calc(82px + (var(--card-index) * 7px));
        z-index: calc(20 + var(--card-index));
        min-height: min(72svh, 620px);
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid rgba(13, 13, 13, 0.12);
        background-color: #171512;
        box-shadow: 0 18px 48px rgba(13, 13, 13, 0.18);
        transform: scale(calc(1 - ((var(--card-depth) - 1) * 0.006)));
        transform-origin: top center;
    }

    .mobile-work-img {
        width: 100%;
        height: clamp(220px, 34svh, 310px);
        object-fit: cover;
        min-height: 0;
    }

    .mobile-work-copy {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 22px;
        color: #F2EFE9;
    }

    .mobile-work-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 18px;
        color: rgba(242, 239, 233, 0.6);
        font-family: var(--font-body);
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    .mobile-work-category {
        margin-bottom: 10px;
    }

    .mobile-work-title {
        color: #F2EFE9;
        font-size: clamp(42px, 12vw, 58px);
        margin-bottom: 16px;
    }

    .mobile-work-desc {
        margin-top: auto;
        color: rgba(242, 239, 233, 0.72);
        font-size: 14px;
        line-height: 1.58;
    }

    .portfolio-footer {
        align-items: flex-start;
        padding: 36px 18px 0;
        text-align: left;
    }

    .pf-title { font-size: 40px; }
}

/* ==========================================================================
   Products Accordion (Section 4)
   ========================================================================== */
.products {
    background-color: var(--color-black);
    padding: 120px 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.products-header {
    padding: 0 4vw;
    margin-bottom: 60px;
}

.prod-title {
    font-size: 80px;
    color: var(--color-cream);
    margin-top: 16px;
}

.accordion-container {
    display: flex;
    width: 100%;
    height: 70vh;
    padding: 0 4vw;
    gap: 16px;
}

.accordion-item {
    flex: 1;
    position: relative;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    transform: translate3d(0, 0, 0);
    will-change: flex, transform, filter;
    transition:
        flex 0.78s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.55s ease,
        opacity 0.35s ease;
}

.accordion-item.is-ready {
    opacity: 1;
}

.accordion-item:not(.is-ready) {
    opacity: 0.86;
}

.accordion-item:focus-visible {
    outline: 2px solid var(--color-brass);
    outline-offset: 4px;
}

.accordion-item.active {
    flex: 4;
    transform: translate3d(0, -2px, 0);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 18px 44px rgba(0, 0, 0, 0.28);
}

.accordion-item:not(.active) {
    filter: grayscale(72%) saturate(0.82) brightness(0.86);
}

.acc-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.55s ease;
    opacity: 0.68;
}

.accordion-item.active .acc-overlay {
    opacity: 1;
}

.acc-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 40px;
    color: var(--color-cream);
    width: 100%;
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.14s,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.14s;
    width: min(100%, 400px);
}

.accordion-item.active .acc-content {
    opacity: 1;
    transform: translateY(0);
}

.acc-num {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--color-brass);
    margin-bottom: 16px;
    font-weight: 500;
}

.acc-title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 16px;
}

.acc-desc {
    font-family: var(--font-body);
    font-size: 14px;
    color: rgba(var(--color-cream-rgb), 0.8);
    max-width: 300px;
    line-height: 1.6;
}

.accordion-item:hover:not(.active) {
    filter: grayscale(48%) saturate(0.94) brightness(0.94);
    transform: translate3d(0, -1px, 0);
}

.mobile-product-list {
    display: none;
}

@media (max-width: 1024px) {
    .prod-title { font-size: 60px; }
    .acc-title { font-size: 36px; }
    .acc-content { padding: 32px; min-width: 300px; }
}

@media (max-width: 768px) {
    .products {
        padding: 72px 0;
        background-color: #0D0D0D;
        overflow: hidden;
    }

    .products-header {
        padding: 0 18px;
        margin-bottom: 26px;
    }

    .prod-title {
        font-size: 56px;
        line-height: 0.92;
    }

    .accordion-container {
        display: none;
    }

    .mobile-product-list {
        display: grid;
        gap: 12px;
        padding: 0 18px;
    }

    .mobile-product-card {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
        align-items: stretch;
        min-height: 128px;
        padding: 10px;
        border: 1px solid rgba(242, 239, 233, 0.12);
        background-color: rgba(255, 255, 255, 0.035);
    }

    .mobile-product-card img {
        width: 96px;
        height: 100%;
        min-height: 108px;
        object-fit: cover;
    }

    .mobile-product-num {
        display: block;
        margin: 2px 0 8px;
        color: var(--color-brass);
        font-family: var(--font-body);
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .mobile-product-card h3 {
        color: #F2EFE9;
        font-size: 30px;
        line-height: 0.95;
        margin-bottom: 10px;
    }

    .mobile-product-card p {
        color: rgba(242, 239, 233, 0.68);
        font-size: 13px;
        line-height: 1.48;
    }
}

/* ==========================================================================
   About / Legacy Section (Section 5)
   ========================================================================== */
.about {
    width: 100vw;
    position: relative;
    background: #F2EDE4;
    padding: 100px 0 80px;
    overflow: hidden;
    font-family: "DM Sans", var(--font-body);
}

.about::before,
.about-triptych::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.03;
    background-image:
        radial-gradient(circle at 20% 20%, #111111 0 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, #111111 0 1px, transparent 1px);
    background-size: 18px 18px, 23px 23px;
}

.about-container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(18px, 4vw, 56px);
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.about-intro {
    position: relative;
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    gap: clamp(28px, 5vw, 76px);
    align-items: center;
}

.about-intro::after {
    content: '';
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 40%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.16), transparent);
}

.about-heading {
    min-width: 0;
}

.about-overline {
    margin-bottom: 10px;
    color: #C9A136;
    font-family: "DM Sans", var(--font-body);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.8em;
    text-transform: uppercase;
}

.about-title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 0;
    color: #111111;
    font-size: clamp(72px, 7.2vw, 104px);
    line-height: 0.86;
    letter-spacing: 0;
}

.about-title-mark {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 12px;
    background: #C9A136;
}

.about-intro-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 720px;
    padding-left: clamp(0px, 1vw, 10px);
}

.about-gold-rule {
    width: 60px;
    height: 1px;
    background: #C9A136;
}

.about-kicker {
    margin: 0;
    color: #111111;
    font-family: "Cormorant Garamond", var(--font-serif);
    font-size: clamp(30px, 3vw, 40px);
    font-style: italic;
    font-weight: 700;
    line-height: 1.05;
}

.about-lead {
    max-width: 660px;
    color: #6b6560;
    font-family: "DM Sans", var(--font-body);
    font-size: 15px;
    line-height: 1.7;
}

.about-reveal-item {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.about-reveal-item:nth-child(2) {
    transition-delay: 80ms;
}

.about-reveal.is-visible .about-reveal-item {
    opacity: 1;
    transform: translateY(0);
}

.about-image-stage {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    height: min(52vw, 520px);
    min-height: 360px;
    overflow: hidden;
    background: #111111;
}

html[dir="rtl"] .about-image-stage {
    margin-right: 50%;
    margin-left: 0;
    transform: translateX(50%);
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: center;
    animation: about-ken-burns 8s ease-out forwards;
}

.about-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(17, 17, 17, 0.72) 100%);
    pointer-events: none;
}

.about-image-caption {
    position: absolute;
    right: max(clamp(22px, 4vw, 54px), calc((100vw - 1440px) / 2 + 56px));
    bottom: clamp(22px, 4vw, 42px);
    left: max(clamp(22px, 4vw, 54px), calc((100vw - 1440px) / 2 + 56px));
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.about-badge {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 620px;
}

.about-badge-label {
    display: inline-flex;
    align-self: flex-start;
    min-height: 30px;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid rgba(242, 237, 228, 0.78);
    border-radius: 999px;
    color: #F2EDE4;
    font-family: "DM Sans", var(--font-body);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.about-badge-value {
    color: rgba(242, 237, 228, 0.9);
    font-family: "DM Sans", var(--font-body);
    font-size: clamp(16px, 1.7vw, 22px);
    font-weight: 600;
    line-height: 1.3;
}

.about-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    max-width: 560px;
}

.about-credential {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(242, 237, 228, 0.58);
    border-radius: 999px;
    color: #F2EDE4;
    font-family: "DM Sans", var(--font-body);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.about-credential .stat-num {
    color: inherit;
    font: inherit;
    margin: 0;
}

.about-triptych {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-right: max(0px, calc((100vw - 1440px) / 2));
    padding-left: max(0px, calc((100vw - 1440px) / 2));
    background: #EDE8DE;
    overflow: hidden;
}

html[dir="rtl"] .about-triptych {
    margin-right: 50%;
    margin-left: 0;
    transform: translateX(50%);
}

.about-pillar {
    position: relative;
    padding: clamp(28px, 3vw, 42px) clamp(24px, 3vw, 38px);
}

.about-pillar:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: rgba(17, 17, 17, 0.16);
}

.pillar-rule {
    width: 60px;
    height: 1px;
    margin-bottom: 22px;
    background: #C9A136;
}

.pillar-title {
    position: relative;
    display: inline-block;
    margin: 0 0 14px;
    color: #111111;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 0.92;
    letter-spacing: 0;
}

.pillar-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 2px;
    background: #C9A136;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.about-pillar:hover .pillar-title::after {
    transform: scaleX(1);
}

.about-pillar .body-text {
    color: #6b6560;
    font-family: "DM Sans", var(--font-body);
    font-size: 15px;
    line-height: 1.65;
}

@keyframes about-ken-burns {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.04);
    }
}

@media (max-width: 1024px) {
    .about-intro {
        grid-template-columns: 1fr;
    }

    .about-intro::after {
        display: none;
    }

    .about-image-caption {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-credentials {
        justify-content: flex-start;
    }

    .about-triptych {
        grid-template-columns: 1fr;
    }

    .about-pillar:not(:last-child)::after {
        top: auto;
        right: 24px;
        bottom: 0;
        left: 24px;
        width: auto;
        height: 1px;
    }
}

@media (max-width: 768px) {
    .about {
        padding: 72px 0 64px;
    }

    .about-container {
        gap: 24px;
    }

    .about-overline {
        letter-spacing: 0.48em;
    }

    .about-title {
        font-size: clamp(58px, 17vw, 86px);
    }

    .about-image-stage {
        height: 520px;
        min-height: 0;
    }

    .about-image-caption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .pillar-title {
        font-size: 34px;
    }
}

/* ==========================================================================
   Dual Marquee Divider (Section 6)
   ========================================================================== */
.dual-marquee {
    height: 130px;
    background-color: var(--color-black);
    display: flex;
    flex-direction: column;
}

.dual-marquee .marquee-container {
    height: 65px;
}

.dual-marquee .marquee-container::before,
.dual-marquee .marquee-container::after {
    display: none;
}

.mq-brass {
    font-size: 22px;
    color: var(--color-brass);
}

.mq-light {
    font-family: var(--font-body);
    font-size: 13px;
    text-transform: uppercase;
    color: var(--color-cream);
    opacity: 0.6;
    letter-spacing: 0.1em;
}

.speed-fast {
    animation-duration: 30s;
}

.speed-slow {
    animation-duration: 38s;
}

.reverse {
    animation-direction: reverse;
}

/* ==========================================================================
   Trust / Certs Section (Section 7)
   ========================================================================== */
.trust {
    width: 100vw;
    background-color: var(--color-cream);
    padding: 120px 0;
}

.trust-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4vw;
}

.certs-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.cert-item {
    flex: 1;
}

.cert-rule {
    width: 40px;
    height: 1px;
    background-color: var(--color-brass);
    margin-bottom: 24px;
}

.cert-name {
    font-size: 24px;
    color: var(--color-black);
    margin-bottom: 8px;
}

.cert-issuer {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--color-grey);
    margin-bottom: 4px;
}

.cert-coverage {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--color-grey);
}

.trust-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(var(--color-black-rgb), 0.08);
    margin: 60px 0;
}

/* Luxury Brand Client Carousel */
.luxury-clients-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-black); /* Make it deeply contrasting */
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

html[dir="rtl"] .luxury-clients-carousel {
    margin-right: 50%;
    margin-left: 0;
    transform: translateX(50%);
}

.luxury-clients-carousel .cf-label {
    color: var(--color-brass);
    letter-spacing: 0.25em;
    margin-bottom: 60px;
}

.luxury-marquee-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px; /* Tighter gap for massive text */
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.luxury-track {
    display: flex;
    gap: 40px;
    width: fit-content;
    align-items: center;
    white-space: nowrap;
    transition: opacity 0.4s ease;
}

.luxury-track:hover {
    animation-play-state: paused;
}

.luxury-marquee-wrapper:hover .luxury-track {
    opacity: 0.2; /* Dim all when interacting */
}

.luxury-marquee-wrapper:hover .luxury-track:hover {
    opacity: 1; /* Keep hovered track bright */
}

.track-left { animation: scroll-luxury 50s linear infinite; }
.track-right { animation: scroll-luxury-reverse 55s linear infinite; }
.track-left-slow { animation: scroll-luxury 65s linear infinite; }

.client-text {
    font-family: var(--font-display);
    font-size: 100px; /* Massive High-End Text */
    line-height: 1;
    color: var(--color-cream); /* Stark contrast against black */
    text-transform: uppercase;
    transition: color 0.3s ease;
    cursor: default;
}

.client-text:hover {
    color: var(--color-brass); /* Lit up on hover */
}

.client-sep {
    font-size: 32px;
    color: var(--color-grey);
    opacity: 0.3;
}

@keyframes scroll-luxury {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 20px)); /* Half width minus half gap */ }
}

@keyframes scroll-luxury-reverse {
    0% { transform: translateX(calc(-50% - 20px)); }
    100% { transform: translateX(0); }
}

@media (max-width: 1024px) {
    .client-text { font-size: 80px; }
}

@media (max-width: 768px) {
    .certs-row { flex-direction: column; gap: 40px; }
    .client-text { font-size: 50px; }
    .client-sep { font-size: 16px; }
    .luxury-marquee-wrapper { gap: 12px; -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
    .luxury-track { gap: 20px; }
    @keyframes scroll-luxury {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-50% - 10px)); }
    }
    @keyframes scroll-luxury-reverse {
        0% { transform: translateX(calc(-50% - 10px)); }
        100% { transform: translateX(0); }
    }
}

/* ==========================================================================
   Our Division (Section 8)
   ========================================================================== */
.divisions {
    width: 100vw;
    position: relative;
    isolation: isolate;
    background: #F2EDE4;
    font-family: "DM Sans", var(--font-body);
    padding: clamp(28px, 4vw, 56px) 0 clamp(44px, 5vw, 72px);
    overflow: hidden;
    scroll-margin-top: 96px;
}

.divisions::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.04;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 20%, #111111 0 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, #111111 0 1px, transparent 1px);
    background-size: 18px 18px, 23px 23px;
}

.divisions-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(18px, 4vw, 56px);
    display: grid;
    gap: clamp(8px, 1vw, 16px);
}

.divisions-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
}

.division-overline {
    margin-bottom: 8px;
    color: #C9A136;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.divisions-title {
    margin: 0;
    max-width: 640px;
    color: #111111;
    font-size: clamp(50px, 7.4vw, 108px);
    line-height: 0.86;
    letter-spacing: 0;
}

.division-header-rule {
    width: min(24vw, 280px);
    height: 1px;
    margin-bottom: 10px;
    background: rgba(17, 17, 17, 0.24);
}

@media (min-width: 769px) {
    .divisions-header {
        padding-top: 8px;
    }
}

.divisions-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: clamp(340px, 34vw, 460px);
    align-items: stretch;
    gap: 0;
}

.division-card {
    appearance: none;
    border: 0;
    border-radius: 0;
    min-height: 100%;
    padding: clamp(26px, 3.8vw, 50px);
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    color: #111111;
    font: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.division-card:hover {
    z-index: 3;
    transform: translateY(-8px);
    box-shadow: 0 28px 64px rgba(17, 17, 17, 0.22);
}

.division-card:focus-visible {
    z-index: 4;
    outline: 2px solid #C9A136;
    outline-offset: 4px;
}

.division-card-act {
    background: #F2EDE4;
    color: #111111;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.division-card-arabesque {
    background: #111111;
    color: #F7F3EC;
}

.division-card-inner {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: clamp(20px, 2.6vw, 30px);
    width: 100%;
    min-height: 100%;
}

.division-index {
    font-family: var(--font-body);
    font-size: clamp(58px, 7vw, 108px);
    font-weight: 300;
    line-height: 0.75;
    letter-spacing: -0.05em;
    color: rgba(17, 17, 17, 0.12);
    pointer-events: none;
}

.division-card-arabesque .division-index {
    color: rgba(247, 243, 236, 0.12);
}

.division-copy-wrap {
    align-self: end;
    max-width: 560px;
}

.division-card-arabesque .division-copy-wrap {
    padding-left: clamp(96px, 8vw, 142px);
}

.division-chip {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    margin: 0 0 18px;
    padding: 6px 11px;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: rgba(17, 17, 17, 0.72);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.division-title {
    position: relative;
    display: inline-block;
    color: currentColor;
    font-size: clamp(58px, 7.8vw, 118px);
    line-height: 0.88;
    letter-spacing: 0;
    transition: letter-spacing 0.28s ease;
}

.division-card-arabesque .division-title {
    max-width: 560px;
    font-size: clamp(46px, 4.2vw, 72px);
}

.division-card:hover .division-title {
    letter-spacing: 1px;
}

.division-card-arabesque .division-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: #C9A136;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.34s ease;
}

.division-card-arabesque:hover .division-title::after {
    transform: scaleX(1);
}

.division-copy {
    display: block;
    max-width: 500px;
    margin-top: 14px;
    color: #6D675D;
    font-family: var(--font-body);
    font-size: clamp(15px, 1.45vw, 18px);
    font-weight: 500;
    line-height: 1.42;
}

.division-card-arabesque .division-copy {
    color: rgba(247, 243, 236, 0.72);
}

.division-card-arabesque .division-chip {
    color: #C9A136;
}

.division-arrow {
    justify-self: end;
    align-self: end;
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: currentColor;
    font-family: var(--font-body);
    font-size: 28px;
    line-height: 1;
    transition: color 0.28s ease, transform 0.28s ease;
}

.division-card:hover .division-arrow {
    color: #C9A136;
    animation: division-arrow-pulse 0.9s ease-in-out infinite;
}

.division-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 5;
    width: 1px;
    transform: translateX(-0.5px);
    background: rgba(242, 237, 228, 0.72);
    pointer-events: none;
}

.division-divider::before,
.division-divider::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: #C9A136;
    box-shadow: 0 0 0 5px rgba(201, 161, 54, 0.14);
    animation: division-dot-breathe 1.9s ease-in-out infinite;
}

.division-divider::before {
    top: 18px;
}

.division-divider::after {
    bottom: 18px;
    animation-delay: 0.35s;
}

.division-divider-badge {
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 6;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border: 1px solid rgba(242, 237, 228, 0.8);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    background: #111111;
    color: #C9A136;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

@keyframes division-dot-breathe {
    0%,
    100% {
        opacity: 0.42;
        transform: translateX(-50%) scale(0.88);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.08);
    }
}

@keyframes division-arrow-pulse {
    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }
}

@keyframes division-dot-breathe-horizontal {
    0%,
    100% {
        opacity: 0.42;
        transform: translateY(-50%) scale(0.88);
    }

    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.08);
    }
}



/* ==========================================================================
   Contact CTA (Section 10)
   ========================================================================== */
.contact-cta {
    width: 100vw;
    padding: 120px 0;
    background-color: #0D0D0D;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(var(--color-brass) 1px, transparent 1px),
                      radial-gradient(var(--color-brass) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    opacity: 0.12; /* most visible on site */
    pointer-events: none;
    z-index: 1;
}

.fc-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    padding: 0 4vw;
}

.fc-title {
    font-size: 140px;
    color: #F2EFE9;
    margin: 24px 0 64px 0;
}

.fc-title .title-line {
    color: #FFFFFF;
}

.fc-split {
    display: flex;
    width: 100%;
    max-width: 1200px;
    gap: 80px;
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: left;
}

.fc-left, .fc-right {
    flex: 1;
}

.fc-subtitle {
    font-size: 32px;
    color: var(--color-brass);
    margin-bottom: 32px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group input, .form-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(242, 239, 233, 0.2);
    padding: 12px 0;
    font-family: var(--font-body);
    font-size: 16px;
    color: #F2EFE9;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-group textarea {
    resize: vertical;
}

.form-group input::placeholder, .form-group textarea::placeholder {
    color: transparent;
}

.form-group label {
    position: absolute;
    left: 0;
    top: 12px;
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--color-grey);
    cursor: text;
    transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    pointer-events: none;
}

.form-group input:focus, .form-group textarea:focus {
    border-bottom-color: var(--color-brass);
}

.form-group input:focus + label, .form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label, 
.form-group textarea:not(:placeholder-shown) + label {
    transform: translateY(-24px);
    font-size: 12px;
    color: var(--color-brass);
}

.form-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 1px solid var(--color-brass);
    color: var(--color-brass);
    padding: 16px 32px;
    font-family: var(--font-display);
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.form-submit:hover {
    background: var(--color-brass);
    color: var(--color-black);
}

.form-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.form-success {
    display: none;
    color: #4CAF50;
    font-family: var(--font-body);
    font-size: 14px;
    margin-top: 16px;
}

.form-success[data-state="error"] {
    color: #E07A5F;
}

@media (max-width: 768px) {
    .fc-split {
        flex-direction: column;
        gap: 40px;
    }
}

.contact-rule {
    width: 100%;
    height: 1px;
    background-color: rgba(242, 239, 233, 0.1);
}

.contact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.cr-label {
    font-family: var(--font-body);
    font-size: 16px;
    color: #F2EFE9;
}

.cr-value {
    font-family: var(--font-body);
    font-size: 16px;
    color: #F2EFE9;
    position: relative;
}

.cr-value::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-brass);
    transition: width 0.3s ease;
}

.contact-row:hover {
    background-color: rgba(200, 169, 110, 0.08); /* brass tint */
}

.contact-row:hover .cr-value::after {
    width: 100%;
}

.contact-row:hover .cr-value {
    color: var(--color-brass);
}

.fc-link {
    font-size: 18px;
    color: var(--color-brass);
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.fc-link:hover {
    opacity: 0.8;
}

.contact-map-card {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 0;
    margin-top: 10px;
    border: 1px solid rgba(242, 239, 233, 0.1);
    background:
        linear-gradient(135deg, rgba(200, 169, 110, 0.06), transparent 32%),
        rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.contact-map-copy {
    padding: 38px 34px 42px;
    text-align: left;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.contact-map-copy .label-text {
    color: var(--color-brass);
}

.map-title {
    color: var(--color-cream);
    font-size: clamp(38px, 5vw, 74px);
    line-height: 0.95;
    margin: 18px 0 18px;
}

.map-copy {
    color: rgba(var(--color-cream-rgb), 0.7);
    max-width: 380px;
}

.map-contact-card {
    display: grid;
    gap: 6px;
    margin-top: 28px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(var(--color-brass-rgb), 0.24);
    background-color: rgba(200, 169, 110, 0.06);
}

.map-contact-name {
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
}

.map-contact-address {
    color: rgba(var(--color-cream-rgb), 0.62);
    font-family: var(--font-body);
    font-size: 13px;
}

.map-link {
    display: inline-block;
    margin-top: 26px;
    color: var(--color-brass);
    font-family: var(--font-body);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.map-visual {
    position: relative;
    min-height: 420px;
    background: #111111;
    overflow: hidden;
}

.map-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1) invert(0.9) contrast(1.08) brightness(0.58) sepia(0.16);
}

.map-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 58% 48%, rgba(var(--color-brass-rgb), 0.2), transparent 18%),
        linear-gradient(180deg, rgba(13, 13, 13, 0.26), rgba(13, 13, 13, 0.48));
    mix-blend-mode: multiply;
}

.map-visual::after {
    content: '26.140886 / 50.6040599';
    position: absolute;
    top: 22px;
    right: 24px;
    z-index: 3;
    color: rgba(242, 239, 233, 0.64);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.map-pin {
    position: absolute;
    top: 50%;
    left: 58%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 12px;
}

.map-pin-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-brass);
    box-shadow:
        0 0 0 10px rgba(var(--color-brass-rgb), 0.14),
        0 0 34px rgba(var(--color-brass-rgb), 0.55);
    animation: map-pin-pulse 1.8s ease-in-out infinite;
}

.map-pin-label {
    padding: 10px 14px;
    background-color: rgba(242, 239, 233, 0.96);
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.map-route {
    position: absolute;
    z-index: 3;
    border-top: 1px dashed rgba(var(--color-brass-rgb), 0.55);
    pointer-events: none;
}

.route-one {
    width: 40%;
    top: 38%;
    left: 8%;
    transform: rotate(14deg);
}

.route-two {
    width: 34%;
    bottom: 28%;
    right: 8%;
    transform: rotate(-18deg);
}

.map-action-dock {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(var(--color-brass-rgb), 0.34);
    background-color: rgba(13, 13, 13, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.map-action-dock a {
    min-height: 48px;
    display: grid;
    place-items: center;
    padding: 12px;
    color: var(--color-cream);
    background-color: rgba(242, 239, 233, 0.035);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.map-action-dock a:hover {
    background-color: var(--color-brass);
    color: #0D0D0D;
}

@keyframes map-pin-pulse {
    0%,
    100% {
        transform: scale(0.92);
    }

    50% {
        transform: scale(1.08);
    }
}

/* ==========================================================================
   Site Footer (Section 11)
   ========================================================================== */
.site-footer {
    width: 100vw;
    background-color: #090909;
    padding: clamp(64px, 6vw, 88px) 4vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: -1px;
}

.sf-top {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1400px;
    margin-bottom: clamp(40px, 5vw, 64px);
}

.sf-col {
    display: flex;
    flex-direction: column;
}

.sf-logo {
    font-size: 42px;
    color: var(--color-cream);
    line-height: 1;
    margin-bottom: 24px;
}

.sf-desc {
    color: var(--color-grey);
    font-size: 15px;
    line-height: 1.6;
    max-width: 320px;
    margin-bottom: 24px;
}

.sf-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
}

.sf-social-link {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(242, 239, 233, 0.16);
    border-radius: 50%;
    color: rgba(242, 239, 233, 0.76);
    background-color: rgba(242, 239, 233, 0.035);
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.sf-social-link svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sf-social-link:hover {
    border-color: rgba(var(--color-brass-rgb), 0.82);
    background-color: var(--color-brass);
    color: #0D0D0D;
    transform: translateY(-3px);
}

.sf-copy {
    font-family: var(--font-body);
    font-size: 13px;
    color: rgba(140, 140, 122, 0.6);
    margin-top: auto;
}

.sf-label {
    color: var(--color-brass);
    margin-bottom: 32px;
    font-size: 13px;
}

.sf-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sf-link, .sf-text {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--color-cream);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    width: fit-content;
}

.sf-text {
    color: var(--color-grey);
}

.sf-link .sf-arrow {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: var(--color-brass);
    margin-left: 8px;
}

.sf-link:hover {
    color: var(--color-brass);
    transform: translateX(4px);
}

.sf-link:hover .sf-arrow {
    opacity: 1;
    transform: translateX(0);
}

.sf-bottom {
    width: 100vw;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(242, 239, 233, 0.08);
    padding: 24px 0 30px;
    margin-top: 0;
    line-height: 1;
    overflow: visible;
}

.sf-huge-text {
    width: 100%;
    direction: ltr;
    font-size: clamp(78px, 16.2vw, 280px);
    font-weight: 700;
    line-height: 1;
    color: rgba(242, 239, 233, 0.055);
    margin: 0;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    transform-origin: bottom center;
    transform: none;
    transition: color 0.6s ease, text-shadow 0.6s ease;
    cursor: default;
}

.sf-huge-text:hover {
    color: var(--color-brass); /* Soft gold fill on hover */
    text-shadow: 
        0 0 15px rgba(200, 169, 110, 0.3),
        0 0 30px rgba(200, 169, 110, 0.15); /* Refined, elegant glow */
}

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

    .marquee-content,
    .luxury-track {
        animation: none !important;
        transform: none !important;
    }
}

@media (max-width: 1024px) {
    .directors-shell,
    .contact-map-card {
        grid-template-columns: 1fr;
    }

    .directors-aside {
        min-height: 400px;
    }

    .fc-title { font-size: 100px; }
    .fc-title .title-line { font-size: 100px; }
    
    .sf-top {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .divisions {
        padding: 44px 0 56px;
        scroll-margin-top: 112px;
    }
    


    .divisions-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .divisions-header {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .division-header-rule {
        width: 100%;
        margin: 0;
    }

    .division-card {
        min-height: 310px;
    }

    .division-card-arabesque {
        margin-top: -1px;
        border-top: 1px solid rgba(242, 237, 228, 0.22);
    }

    .division-card-arabesque .division-copy-wrap {
        padding-left: 0;
    }

    html[dir="rtl"] .division-card-arabesque .division-copy-wrap {
        padding-right: 0;
    }

    .division-divider {
        position: absolute;
        top: calc(310px - 0.5px);
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 5;
        width: auto;
        height: 1px;
        transform: none;
    }

    .division-divider::before,
    .division-divider::after {
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        animation-name: division-dot-breathe-horizontal;
    }

    .division-divider::before {
        left: 18px;
    }

    .division-divider::after {
        right: 18px;
    }

    .division-divider-badge {
        position: absolute;
        top: 310px;
        left: 50%;
        z-index: 6;
        margin: 0;
        transform: translate(-50%, -50%);
    }

    .directors-panel {
        left: 20px;
        right: 20px;
        bottom: 20px;
        max-width: none;
    }

    .directors-aside {
        min-height: 250px;
    }

    .fc-title { font-size: 60px; margin: 24px 0 40px 0; }
    .fc-title .title-line { font-size: 60px; }
    .contact-map-copy {
        padding: 24px;
    }
    .map-visual {
        min-height: 240px;
    }

    .map-action-dock {
        position: static;
        grid-template-columns: 1fr;
        margin: 0 18px 18px;
        transform: translateY(-18px);
    }
    
    .site-footer {
        padding: 56px 6vw 0;
    }
    .sf-top {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-bottom: 42px;
    }
    .sf-huge-text {
        font-size: 22vw;
        line-height: 0.64;
        transform: translateY(0.065em);
    }
}

/* ==========================================================================
   SEO / RTL / Responsive Hardening
   ========================================================================== */
.hero,
.proof-rail,
.impact-stats,
.craft-promises,
.products,
.about,
.trust,
.contact-cta,
.site-footer,
.sf-bottom {
    width: 100%;
}

.mobile-menu {
    width: 100%;
}

.hero {
    min-height: 100svh;
}

.title-line,
.title-line-small,
.prod-title,
.ph-title,
.fc-title,
.sf-huge-text {
    text-wrap: balance;
}

html[dir="rtl"] .hero-left {
    padding-right: 4vw;
    padding-left: 0;
}

html[dir="rtl"] .hero-desc,
html[dir="rtl"] .hero-links,
html[dir="rtl"] .portfolio-footer,
html[dir="rtl"] .about-intro-copy,
html[dir="rtl"] .about-badge,
html[dir="rtl"] .about-credentials,
html[dir="rtl"] .contact-map-copy,
html[dir="rtl"] .map-contact-card,
html[dir="rtl"] .sf-desc,
html[dir="rtl"] .sf-links,
html[dir="rtl"] .mobile-menu-footer {
    text-align: right;
}

html[dir="rtl"] .portfolio-footer {
    align-items: flex-start;
}

html[dir="rtl"] .proof-rail {
    grid-template-columns: minmax(0, 1fr) auto;
}

html[dir="rtl"] .about-image-caption {
    flex-direction: row-reverse;
}

html[dir="rtl"] .about-credentials {
    justify-content: flex-start;
}

html[dir="rtl"] .division-card {
    text-align: right;
}

html[dir="rtl"] .division-arrow {
    transform: scaleX(-1);
}

html[dir="rtl"] .contact-row,
html[dir="rtl"] .sf-link {
    direction: rtl;
}

html[dir="rtl"] .cr-label,
html[dir="rtl"] .cr-value,
html[dir="rtl"] .map-copy,
html[dir="rtl"] .map-contact-name,
html[dir="rtl"] .map-contact-address,
html[dir="rtl"] .sf-link,
html[dir="rtl"] .sf-text {
    text-align: right;
}

html[dir="rtl"] .sf-link .sf-arrow {
    margin-right: 8px;
    margin-left: 0;
    transform: translateX(10px) scaleX(-1);
}

html[dir="rtl"] .sf-socials {
    justify-content: flex-end;
}

html[dir="rtl"] .sf-link:hover {
    transform: translateX(-4px);
}

html[dir="rtl"] .sf-link:hover .sf-arrow {
    transform: translateX(0) scaleX(-1);
}

html[dir="rtl"] .form-group input,
html[dir="rtl"] .form-group textarea,
html[dir="rtl"] .form-group label {
    font-family: var(--font-arabic);
    letter-spacing: 0;
    text-align: right;
}

html[dir="rtl"] .form-group label {
    right: 0;
    left: auto;
}

html[dir="rtl"] .mobile-menu-links a,
html[dir="rtl"] .mobile-quick-contact a,
html[dir="rtl"] .map-action-dock a {
    letter-spacing: 0;
}

html[dir="rtl"] .mobile-menu-footer {
    text-transform: none;
}

html[dir="rtl"] .sf-huge-text {
    direction: ltr;
}

@media (max-width: 1024px) {
    .hero-left {
        padding-inline: 32px;
    }

    .hero-links {
        flex-wrap: wrap;
        gap: 18px 24px;
        margin-bottom: 40px;
    }

    .contact-map-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 100svh;
        padding-bottom: 24px;
    }

    .hero-left {
        min-height: 100svh;
        padding: 100px 18px 28px;
    }

    .title-line {
        font-size: clamp(64px, 20vw, 90px);
        line-height: 0.86;
    }

    .title-line-small {
        font-size: clamp(28px, 9vw, 45px);
        line-height: 0.92;
    }

    .hero-desc {
        max-width: 32ch;
        font-size: 15px;
    }

    .hero-bottom-left {
        margin-top: auto;
        padding-bottom: 4px;
    }

    .film-strip {
        gap: 2px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

    .film-strip::-webkit-scrollbar {
        display: none;
    }

    .strip-img {
        flex: 0 0 92px;
    }

    .mobile-menu-links a {
        font-size: clamp(38px, 13vw, 52px);
        text-align: center;
    }

    .mobile-quick-contact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .portfolio-footer {
        align-items: flex-start;
        padding: 72px 18px 0;
        text-align: left;
    }

    .mobile-product-card {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .mobile-product-card h3 {
        font-size: 26px;
    }

    .contact-row {
        padding: 22px 0;
    }

    .contact-map-card {
        border-left: 0;
        border-right: 0;
    }

    .map-action-dock {
        margin: 0;
        transform: none;
        border-left: 0;
        border-right: 0;
    }

    .sf-link,
    .sf-text {
        width: 100%;
        justify-content: space-between;
    }

    .sf-bottom {
        padding-bottom: 42px;
    }

    .sf-huge-text {
        font-size: 22vw;
        line-height: 0.78;
        padding-bottom: 0.08em;
        transform: none;
    }

    html[dir="rtl"] .hero-left {
        padding-right: 18px;
        padding-left: 18px;
    }

    html[dir="rtl"] .portfolio-header,
    html[dir="rtl"] .portfolio-footer,
    html[dir="rtl"] .products-header,
    html[dir="rtl"] .divisions-header,
    html[dir="rtl"] .contact-map-copy,
    html[dir="rtl"] .fc-content,
    html[dir="rtl"] .sf-top {
        text-align: right;
    }

    html[dir="rtl"] .portfolio-header,
    html[dir="rtl"] .portfolio-footer {
        align-items: flex-start;
    }

    html[dir="rtl"] .about-image-caption {
        flex-direction: column;
        align-items: flex-start;
    }
}

