@font-face { font-family: "Thmanyah Sans"; src: url("../fonts/arabic/thmanyahsans-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Sans"; src: url("../fonts/arabic/thmanyahsans-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Sans"; src: url("../fonts/arabic/thmanyahsans-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Display"; src: url("../fonts/arabic/thmanyahserifdisplay-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Display"; src: url("../fonts/arabic/thmanyahserifdisplay-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Display"; src: url("../fonts/arabic/thmanyahserifdisplay-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/english/Poppins-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/english/Poppins-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/english/Poppins-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/english/Poppins-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
    --ink: #1f2129;
    --ink-soft: #252730;
    --panel: #2c2e37;
    --line: #454752;
    --paper: #e9e2d7;
    --muted: #bcb4aa;
    --lime: #e9e2d7;
    --lime-dark: #8a592b;
    --burgundy: #660021;
    --olive: #8a8f63;
    --bronze: #8a592b;
    --container: min(1320px, calc(100vw - 80px));
    --header-height: 76px;
    --radius: 4px;
    --ease: cubic-bezier(.2, .75, .25, 1);
    --font-latin: "Poppins", Arial, sans-serif;
    --type-display: clamp(2.5rem, 2.8vw, 3.375rem);
    --type-section: clamp(1.875rem, 2.3vw, 2.75rem);
    --type-lead: clamp(1.35rem, 1.6vw, 1.875rem);
    --type-card: clamp(1.2rem, 1.35vw, 1.65rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; background: var(--ink); overflow-x: hidden; }
body {
    margin: 0;
    background: var(--ink);
    color: var(--paper);
    font-family: "Thmanyah Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
html[dir="ltr"] body { font-family: "Poppins", Arial, sans-serif; }
h1, h2, h3, .footer-title, .brand-manifesto-copy { font-family: "Thmanyah Display", "Thmanyah Sans", Tahoma, sans-serif; }
html[dir="ltr"] h1, html[dir="ltr"] h2, html[dir="ltr"] h3, html[dir="ltr"] .footer-title, html[dir="ltr"] .brand-manifesto-copy { font-family: "Poppins", Arial, sans-serif; }
img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 18px; top: -100px; z-index: 10000; background: var(--lime); color: #000; padding: 12px 18px; }
.skip-link:focus { top: 18px; }
.eyebrow { color: var(--lime); font-size: .875rem; font-weight: 500; letter-spacing: .045em; text-transform: uppercase; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }

.site-header {
    position: fixed;
    z-index: 1000;
    top: 14px;
    inset-inline: max(18px, calc((100vw - 1400px) / 2));
    height: var(--header-height);
    display: grid;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    gap: 24px;
    padding-inline: 20px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    background: rgba(31, 33, 41, .72);
    box-shadow: 0 16px 50px rgba(0,0,0,.18);
    backdrop-filter: blur(16px);
    transition: top .3s ease, background .3s ease, height .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { top: 8px; height: 68px; background: rgba(102, 0, 33, .94); border-color: rgba(233,226,215,.2); box-shadow: 0 16px 45px rgba(0,0,0,.34); }
.brand { display: inline-flex; align-items: center; width: 134px; }
.brand img { width: 100%; height: 48px; object-fit: contain; object-position: left center; }
[dir="rtl"] .brand img { object-position: right center; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2vw, 34px); }
.main-nav a { position: relative; padding-block: 10px; color: rgba(255,255,255,.74); font-size: .9rem; transition: color .25s ease; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: 2px; height: 1px; background: var(--lime); transform: scaleX(0); transition: transform .25s ease; transform-origin: center; }
.main-nav a:hover, .main-nav a.is-active { color: #fff; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switch { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; display: grid; place-items: center; font-size: .75rem; }
.language-switch:hover { border-color: var(--paper); color: var(--paper); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--paper); background: var(--paper); color: var(--burgundy); padding: 10px 17px; border-radius: 100px; font-size: .875rem; font-weight: 600; transition: background .25s ease, color .25s ease, transform .25s var(--ease); }
.header-cta:hover { background: transparent; color: var(--lime); }
.header-whatsapp { width: 19px; height: 19px; flex: none; fill: currentColor; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px 0; cursor: pointer; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; z-index: -3; opacity: .9; filter: grayscale(.55) sepia(.22) saturate(.75) contrast(1.08); transition: opacity 1.2s ease, filter 1.2s ease; }
.hero-shade { z-index: -2; background: linear-gradient(180deg, rgba(31,33,41,.18) 0%, rgba(102,0,33,.32) 42%, rgba(31,33,41,.96) 100%), linear-gradient(90deg, rgba(102,0,33,.72), rgba(31,33,41,.05) 78%); }
[dir="rtl"] .hero-shade { background: linear-gradient(180deg, rgba(31,33,41,.18) 0%, rgba(102,0,33,.32) 42%, rgba(31,33,41,.96) 100%), linear-gradient(-90deg, rgba(102,0,33,.72), rgba(31,33,41,.05) 78%); }
.hero-content { position: relative; z-index: 1; padding-block: 155px 58px; }
.hero h1 { max-width: 900px; margin: 16px 0 28px; font-size: var(--type-display); line-height: 1.2; letter-spacing: -.025em; font-weight: 400; text-wrap: balance; }
[dir="rtl"] .hero h1 { letter-spacing: 0; }
.hero-bottom { display: grid; grid-template-columns: minmax(260px, 570px) auto; align-items: end; gap: 26px; }
.hero-bottom p { margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.18vw, 1.15rem); line-height: 1.75; }
.round-link { position: relative; width: 58px; height: 58px; overflow: hidden; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; display: grid; place-items: center; font-size: 1.35rem; transition: transform .4s var(--ease), background .3s ease, color .3s ease, border-color .3s ease; }
.round-link-arrow { position: relative; z-index: 1; transition: transform .4s var(--ease); }
.round-link-star { position: absolute; inset-inline-start: 9px; bottom: 7px; color: var(--lime); font-size: .68rem; opacity: .78; transition: transform .45s var(--ease), opacity .3s ease; }
.round-link:hover { background: var(--lime); color: #000; border-color: var(--lime); }
.round-link:hover .round-link-arrow { transform: translate(3px, -3px) rotate(45deg); }
[dir="rtl"] .round-link:hover .round-link-arrow { transform: translate(-3px, -3px) rotate(45deg); }
.round-link:hover .round-link-star { color: var(--burgundy); opacity: 1; transform: rotate(90deg) scale(1.2); }
.video-toggle { position: absolute; z-index: 2; inset-inline-end: 28px; bottom: 28px; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 100px; background: rgba(8,9,8,.48); color: rgba(255,255,255,.78); backdrop-filter: blur(12px); cursor: pointer; transition: border-color .25s ease, color .25s ease, background .25s ease; }
.video-toggle:hover { border-color: var(--lime); color: var(--lime); background: rgba(8,9,8,.72); }
.video-toggle span { width: 10px; height: 12px; border-inline: 3px solid currentColor; }
.video-toggle.is-paused span { width: 0; height: 0; border: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-inline-start: 10px solid currentColor; }
.video-toggle b { font-size: .75rem; font-weight: 400; }

.marquee { position: relative; width: 100%; max-width: 100%; overflow: hidden; contain: layout paint; direction: ltr; border-block: 1px solid rgba(233,226,215,.2); background: var(--burgundy); color: var(--paper); }
.marquee-track { display: flex; align-items: center; direction: ltr; width: max-content; padding-block: 13px; animation: marquee 28s linear infinite; }
.marquee-group { display: flex; flex: none; align-items: center; justify-content: space-around; gap: 28px; min-width: 100vw; padding-inline: 14px; }
.marquee span { font-size: clamp(1rem, 1vw, 1.15rem); line-height: 1; font-weight: 600; white-space: nowrap; }
.marquee b { font-size: 1rem; }
.marquee:hover .marquee-track, .logo-marquee:hover .logo-track { animation-play-state: paused; }

.section { padding-block: clamp(80px, 8.5vw, 124px); }
.section-intro { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(300px, 1.45fr); gap: clamp(44px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.section-kicker { display: flex; gap: 18px; align-items: flex-start; color: var(--muted); }
.section-kicker span { color: var(--lime); font-size: .75rem; }
.section-kicker p { margin: 0; font-size: .875rem; }
.intro-copy > p { max-width: 920px; margin: 0 0 42px; font-size: var(--type-lead); font-weight: 400; line-height: 1.65; letter-spacing: -.015em; }
[dir="rtl"] .intro-copy > p { letter-spacing: 0; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--paper); border-bottom: 1px solid var(--paper); padding-bottom: 8px; font-size: .9rem; }
.text-link span { color: var(--lime); transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
[dir="rtl"] .text-link:hover span { transform: translate(-3px, -3px); }

.brand-manifesto { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; background: var(--paper); color: var(--burgundy); isolation: isolate; }
.brand-manifesto-pattern { position: absolute; z-index: -1; inset: 0; background: url("../images/brand/pattern-stars.jpg") center / cover no-repeat; opacity: .13; mix-blend-mode: multiply; }
.brand-manifesto::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(233,226,215,.98) 0%, rgba(233,226,215,.72) 52%, rgba(233,226,215,.88) 100%); }
[dir="rtl"] .brand-manifesto::after { background: linear-gradient(-90deg, rgba(233,226,215,.98) 0%, rgba(233,226,215,.72) 52%, rgba(233,226,215,.88) 100%); }
.brand-manifesto-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(44px, 7vw, 110px); align-items: start; padding-block: 110px; }
.brand-manifesto .eyebrow { margin: 14px 0 0; color: var(--burgundy); }
.brand-manifesto-copy { display: grid; gap: 10px; }
.brand-manifesto-copy span { font-size: clamp(1.3rem, 2vw, 2rem); }
.brand-manifesto-copy strong { max-width: 980px; font-size: clamp(3.2rem, 7vw, 7.5rem); font-weight: 400; line-height: 1.05; text-wrap: balance; }
.brand-manifesto-copy span:last-child { color: var(--bronze); }

.services-section { background: #f7f5f1; color: var(--ink); }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; gap: 40px; margin-bottom: 50px; }
.section-heading > div { display: flex; gap: 18px; color: var(--muted); padding-bottom: 11px; }
.section-heading > div span { color: var(--lime); font-size: .75rem; }
.section-heading > div p { margin: 0; font-size: .875rem; }
.section-heading h2 { margin: 0; font-size: var(--type-section); line-height: 1.2; font-weight: 400; letter-spacing: -.025em; text-wrap: balance; }
[dir="rtl"] .section-heading h2 { letter-spacing: 0; }
.service-showcase { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: minmax(250px, .85fr) minmax(260px, 1fr) minmax(260px, 1fr); grid-template-areas: "conferences conferences conferences conferences conferences conferences conferences title title title title title" "openings openings openings festivals festivals festivals festivals exhibitions exhibitions exhibitions exhibitions exhibitions" "workshops workshops workshops festivals festivals festivals festivals exhibitions exhibitions exhibitions exhibitions exhibitions"; gap: 18px; }
.service-title-card, .service-card { overflow: hidden; border-radius: clamp(26px, 3vw, 46px); }
.service-title-card { grid-area: title; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 250px; padding: clamp(28px, 4vw, 58px); background: var(--burgundy); color: #fff; text-align: center; }
.service-title-card h2 { margin: 0; font-weight: 400; line-height: 1.3; }
.service-title-card h2 b, .service-title-card h2 small { display: block; font-weight: 400; }
.service-title-card h2 b { font-size: clamp(2rem, 3vw, 4.25rem); }
.service-title-card h2 small { margin-top: 12px; font-family: var(--font-latin); font-size: clamp(1.05rem, 1.75vw, 2rem); letter-spacing: -.02em; }
.service-card { position: relative; min-height: 0; border: 0; background: #292b34; color: #fff; isolation: isolate; box-shadow: 0 24px 60px rgba(42,24,24,.12); }
.service-card--conferences { grid-area: conferences; }
.service-card--openings { grid-area: openings; }
.service-card--festivals { grid-area: festivals; }
.service-card--workshops { grid-area: workshops; }
.service-card--exhibitions { grid-area: exhibitions; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(180deg, rgba(17,8,9,.12), rgba(17,8,9,.46)), var(--card-image); background-size: cover; background-position: center; filter: grayscale(.42) saturate(.86); transform: scale(1.025); transition: filter .65s var(--ease), transform .8s var(--ease); }
.service-card:hover::before { filter: grayscale(.08) saturate(1); transform: scale(1.065); }
.service-card-copy { position: absolute; top: clamp(24px, 3vw, 42px); inset-inline-end: clamp(24px, 3vw, 42px); max-width: calc(100% - 48px); text-align: end; }
.service-card h3 { margin: 0; font-weight: 400; line-height: 1.25; text-shadow: 0 2px 18px rgba(0,0,0,.48); }
.service-card h3 span, .service-card h3 small { display: block; font-weight: 400; }
.service-card h3 span { font-size: clamp(1.6rem, 2.35vw, 3.15rem); }
.service-card h3 small { margin-top: 6px; font-family: var(--font-latin); font-size: clamp(1rem, 1.45vw, 1.85rem); letter-spacing: -.02em; }
.service-card--workshops { background: var(--bronze); }
.service-card--workshops::before { display: none; }
.service-card--workshops h3 { text-shadow: none; }

.works-section { background: var(--ink-soft); }
.work-list { position: relative; overflow: visible; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.012); }
.work-row { position: relative; display: grid; grid-template-columns: 48px minmax(260px, 1.35fr) minmax(140px, .65fr) 60px 34px; gap: 22px; align-items: center; min-height: 132px; padding-inline: 22px; border-bottom: 1px solid var(--line); transition: background .3s ease; }
.work-row:first-child { border-start-start-radius: 17px; border-start-end-radius: 17px; }
.work-row:last-child { border-bottom: 0; }
.work-row:last-child { border-end-start-radius: 17px; border-end-end-radius: 17px; }
.work-row:hover, .work-row:focus-visible { z-index: 3; background: rgba(102,0,33,.18); }
.work-row > *:not(.work-preview) { position: relative; z-index: 2; }
.work-index { color: var(--lime); font-size: .73rem; }
.work-row h3 { margin: 0; font-size: var(--type-card); line-height: 1.45; font-weight: 400; transition: transform .35s var(--ease), color .25s ease; }
.work-row p, .work-row time { color: var(--muted); font-size: .875rem; }
.work-arrow { color: var(--lime); font-size: 1.2rem; }
.work-preview { position: absolute; z-index: 4; top: 50%; inset-inline-start: 36%; width: clamp(132px, 12vw, 176px); aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(233,226,215,.42); border-radius: 50%; background-color: #2c2e37; background-size: cover; background-position: center; box-shadow: 0 24px 64px rgba(0,0,0,.5); opacity: 0; visibility: hidden; filter: grayscale(.3) saturate(.85); transform: translateY(-50%) rotate(-5deg) scale(.72); transition: opacity .32s ease, visibility .32s ease, transform .52s var(--ease), filter .35s ease; pointer-events: none; }
[dir="rtl"] .work-preview { transform: translateY(-50%) rotate(5deg) scale(.72); }
@media (hover: hover) and (pointer: fine) {
    .work-row:hover h3, .work-row:focus-visible h3 { color: var(--lime); transform: translateX(5px); }
    [dir="rtl"] .work-row:hover h3, [dir="rtl"] .work-row:focus-visible h3 { transform: translateX(-5px); }
    .work-row:hover .work-preview, .work-row:focus-visible .work-preview { opacity: 1; visibility: visible; filter: grayscale(.04) saturate(1); transform: translateY(-50%) rotate(0) scale(1); }
}
.section-action { margin-top: 44px; display: flex; justify-content: flex-end; }
.outline-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border: 1px solid var(--paper); border-radius: 100px; font-size: .875rem; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.outline-button:hover { background: var(--lime); color: #000; border-color: var(--lime); }

.partners-section { width: 100%; max-width: 100%; overflow: hidden; }
.logo-marquee { position: relative; width: 100%; max-width: 100%; overflow: hidden; contain: layout paint; direction: ltr; border-block: 1px solid var(--line); }
.logo-track { display: flex; align-items: center; direction: ltr; width: max-content; animation: marquee 56s linear infinite; }
.logo-group { display: flex; flex: none; align-items: center; direction: ltr; }
.partner-logo { width: 210px; height: 126px; padding: 28px; border-inline-end: 1px solid var(--line); background: rgba(255,255,255,.01); display: grid; place-items: center; }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) brightness(1.8); opacity: .76; transition: filter .3s, opacity .3s, transform .3s var(--ease); }
.partner-logo:hover img { filter: none; opacity: 1; }

.contact-strip { background: radial-gradient(circle at 12% 18%, rgba(102,0,33,.42), transparent 38%), #191b22; color: var(--paper); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(50px, 7vw, 100px); }
.contact-copy .eyebrow { color: var(--lime); }
.contact-copy h2 { margin: 22px 0 38px; font-size: var(--type-section); font-weight: 400; line-height: 1.3; letter-spacing: -.02em; text-wrap: balance; }
[dir="rtl"] .contact-copy h2 { letter-spacing: 0; }
.contact-copy > a { display: block; width: fit-content; margin-top: 14px; border-bottom: 1px solid rgba(233,226,215,.55); font-size: 1.05rem; }
.contact-form { display: grid; gap: 22px; }
.contact-strip .contact-form { padding: clamp(32px, 4vw, 54px); border-radius: 4px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: .875rem; color: #3c401f; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(0,0,0,.45); border-radius: 0; outline: 0; background: transparent; color: #090a09; min-height: 50px; padding: 10px 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #000; }
.contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible { outline: 2px solid #161812; outline-offset: 3px; }
.submit-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 60px; margin-top: 10px; padding-inline: 22px; border: 1px solid #090a09; border-radius: 100px; background: #090a09; color: var(--lime); cursor: pointer; transition: background .25s, color .25s; }
.submit-button:hover { background: transparent; color: #090a09; }
.submit-button span { font-size: 1.2rem; }
.honey-field {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}
.form-alert { padding: 13px 16px; border: 1px solid rgba(0,0,0,.35); font-size: .84rem; }
.form-alert.success { background: rgba(255,255,255,.3); }
.form-alert.error { background: rgba(154,20,20,.12); color: #611; }

.site-footer { padding-top: 96px; background: var(--burgundy); }
.footer-lead { padding-bottom: 78px; border-bottom: 1px solid var(--line); }
.footer-title { display: flex; min-width: 0; justify-content: space-between; align-items: flex-end; gap: 18px; margin-top: 20px; overflow-wrap: anywhere; font-size: var(--type-display); letter-spacing: -.025em; line-height: 1.2; }
[dir="rtl"] .footer-title { letter-spacing: 0; }
.footer-title span { color: var(--lime); font-size: .55em; transition: transform .35s var(--ease); }
.footer-title:hover span { transform: rotate(45deg); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; padding-block: 65px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid strong { margin-bottom: 10px; color: var(--lime); font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; }
.footer-grid a, .footer-grid p { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.8; }
.footer-grid a:hover { color: var(--lime); }
.footer-logo { width: 130px; height: 60px; object-fit: contain; object-position: left center; margin-bottom: 8px; }
[dir="rtl"] .footer-logo { object-position: right center; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px 35px; border-top: 1px solid var(--line); color: #85877f; font-size: .75rem; }
.footer-bottom a:hover { color: var(--lime); }
.whatsapp-float { position: fixed; z-index: 900; inset-inline-end: 22px; bottom: 22px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: #080908; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.whatsapp-float svg { width: 26px; fill: currentColor; }

.section-intro > *, .section-heading > *, .service-showcase > *, .contact-grid > *, .footer-grid > *,
.about-statement > *, .story-grid > *, .catalog-item > *, .detail-content > *, .project-info > *,
.contact-page > *, .form-row > * { min-width: 0; }
.contact-copy > a, .contact-details a, .footer-grid a, .footer-grid p { max-width: 100%; overflow-wrap: anywhere; }

.page-hero { position: relative; padding-top: clamp(180px, 16vw, 220px); padding-bottom: clamp(72px, 8vw, 105px); }
.page-hero::before { content: ""; position: absolute; z-index: -1; width: min(42vw, 520px); aspect-ratio: 1; inset-inline-end: 2%; top: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(102,0,33,.24), transparent 68%); pointer-events: none; }
.page-hero.compact { min-height: min(580px, 62svh); display: flex; flex-direction: column; justify-content: flex-end; }
.page-hero h1 { max-width: 1120px; margin: 18px 0 26px; font-size: var(--type-display); line-height: 1.2; letter-spacing: -.025em; font-weight: 400; text-wrap: balance; }
[dir="rtl"] .page-hero h1 { letter-spacing: 0; }
.page-lead { max-width: 760px; margin: 0 0 0 auto; color: var(--muted); font-size: clamp(1rem, .95vw, 1.125rem); line-height: 1.9; }
[dir="rtl"] .page-lead { margin: 0 auto 0 0; }
.about-statement { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; padding-block: clamp(82px, 8vw, 112px); border-block: 1px solid var(--line); }
.about-statement > span { color: var(--lime); font-size: .875rem; }
.about-statement p { max-width: 940px; margin: 0; font-size: var(--type-lead); line-height: 1.65; letter-spacing: -.015em; }
[dir="rtl"] .about-statement p { letter-spacing: 0; }
.values-section { background: var(--paper); color: var(--ink); }
.values-section .section-heading > div { color: #4f514a; }
.values-section .section-heading > div span { color: var(--burgundy); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.22); border-inline-start: 1px solid rgba(0,0,0,.22); }
.value-card { min-height: 250px; padding: 34px; border-inline-end: 1px solid rgba(0,0,0,.22); border-bottom: 1px solid rgba(0,0,0,.22); }
.value-card > span { color: var(--burgundy); font-size: .75rem; }
.value-card h3 { margin: 52px 0 16px; font-size: var(--type-card); line-height: 1.45; font-weight: 400; }
.value-card p { max-width: 520px; margin: 0; color: #565862; line-height: 1.75; }
.story-section { border-bottom: 1px solid var(--line); }
.story-section.is-reversed { background: var(--burgundy); }
.story-grid { display: grid; grid-template-columns: .4fr 1.1fr 1.4fr; gap: 60px; align-items: start; }
.story-index { color: var(--lime); font-size: .75rem; }
.story-grid h2 { margin: 20px 0 0; font-size: var(--type-section); line-height: 1.3; font-weight: 400; }
.story-body { margin: 0; color: var(--muted); font-size: clamp(1rem, .95vw, 1.125rem); line-height: 1.95; }
.story-body, .rich-copy { max-width: 70ch; }
.service-lines { border-top: 1px solid var(--line); }
.service-lines a { display: flex; justify-content: space-between; align-items: center; min-height: 100px; border-bottom: 1px solid var(--line); font-size: var(--type-card); line-height: 1.45; }
.service-lines b { color: var(--lime); font-weight: 400; transition: transform .25s; }
.service-lines a:hover { color: var(--lime); }
.service-lines a:hover b { transform: rotate(45deg); }

.service-catalog { padding-bottom: 120px; }
.catalog-item { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 6vw, 86px); align-items: center; padding-block: 62px; border-top: 1px solid var(--line); }
.catalog-item:nth-child(even) .catalog-image { order: 2; }
.catalog-image { position: relative; overflow: hidden; aspect-ratio: 1.45; border: 1px solid var(--line); border-radius: 4px; background: var(--panel); }
.catalog-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.45) saturate(.8); transition: transform .7s var(--ease), filter .5s ease; }
.catalog-image:hover img { transform: scale(1.04); filter: grayscale(0); }
.catalog-image span { position: absolute; top: 20px; inset-inline-start: 20px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: #000; font-size: .7rem; }
.catalog-copy > p { color: var(--lime); font-size: .875rem; }
.catalog-copy h2 { margin: 18px 0; font-size: var(--type-section); line-height: 1.3; font-weight: 400; }
.catalog-copy > div { margin-bottom: 34px; color: var(--muted); line-height: 1.8; }

.detail-hero, .project-hero { position: relative; min-height: 82svh; display: flex; align-items: flex-end; overflow: hidden; background: #1b1d18 center / cover no-repeat; }
.detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.85)); }
.detail-hero-copy, .project-hero-copy { position: relative; z-index: 1; padding-block: 165px 60px; }
.detail-hero-copy h1, .project-hero-copy h1 { margin: 20px 0 0; max-width: 1040px; font-size: var(--type-display); line-height: 1.2; letter-spacing: -.025em; font-weight: 400; text-wrap: balance; }
[dir="rtl"] .detail-hero-copy h1, [dir="rtl"] .project-hero-copy h1 { letter-spacing: 0; }
.project-hero-copy > span { display: block; margin-top: 32px; font-size: 1rem; color: rgba(255,255,255,.7); }
.detail-content { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; padding-block: 100px; }
.detail-aside { display: flex; flex-direction: column; align-items: flex-start; gap: 30px; color: var(--muted); font-size: .875rem; }
.detail-aside a { color: var(--lime); border-bottom: 1px solid var(--lime); padding-bottom: 6px; }
.detail-lead { margin: 0 0 46px; font-size: var(--type-lead); line-height: 1.65; }
.rich-copy { color: var(--muted); font-size: 1.06rem; line-height: 2; }
.detail-nav { display: flex; justify-content: space-between; padding-block: 35px 80px; border-top: 1px solid var(--line); color: var(--lime); font-size: .88rem; }

.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 64px 24px; padding-bottom: 120px; }
.project-card:nth-child(4n+2), .project-card:nth-child(4n+3) { margin-top: 58px; }
.project-card-media { position: relative; aspect-ratio: 1.32; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, #292c21, #111); }
.project-card-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.7); transition: transform .75s var(--ease), filter .45s ease; }
.project-card:hover img { transform: scale(1.045); filter: grayscale(0); }
.project-card-media > span { position: absolute; top: 18px; inset-inline-start: 18px; width: 42px; height: 42px; background: var(--lime); color: #000; border-radius: 50%; display: grid; place-items: center; font-size: .7rem; }
.project-card-copy { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-top: 21px; }
.project-card h2 { margin: 0 0 8px; font-size: var(--type-card); line-height: 1.45; font-weight: 400; }
.project-card p { margin: 0; color: var(--muted); font-size: .875rem; }
.project-card-copy b { color: var(--lime); font-size: 1.4rem; font-weight: 400; transition: transform .3s; }
.project-card:hover .project-card-copy b { transform: rotate(45deg); }
.public-empty { grid-column: 1 / -1; min-height: 260px; display: grid; place-items: center; border-block: 1px solid var(--line); color: var(--muted); font-size: var(--type-lead); text-align: center; }
.project-info { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; padding-block: 100px; }
.project-facts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.project-facts > div { min-height: 130px; padding: 22px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts span { display: block; margin-bottom: 24px; color: var(--muted); font-size: .8rem; }
.project-facts strong { font-size: 1rem; font-weight: 400; }
.project-facts strong { overflow-wrap: anywhere; }
.project-info.is-facts-only { grid-template-columns: 1fr; }
.project-info.is-facts-only .project-facts { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.project-hero-thumb { position: absolute; z-index: 0; inset-inline-start: max(5vw, calc((100vw - 1320px) / 2)); bottom: 9%; width: min(41vw, 520px); aspect-ratio: 16 / 9; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #171a15 center / cover no-repeat; opacity: .42; filter: grayscale(.55); box-shadow: 0 34px 90px rgba(0,0,0,.45); transform: rotate(-2deg); }
[dir="rtl"] .project-hero-thumb { transform: rotate(2deg); }
.project-description { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.95; }
.project-video { padding-bottom: 120px; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.project-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-bottom: 120px; }
.project-gallery figure { margin: 0; }
.project-gallery figure:nth-child(3n+1) { grid-column: span 2; }
.project-gallery img { width: 100%; height: 100%; max-height: 820px; object-fit: cover; }

.contact-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); padding-bottom: 140px; }
.contact-page .contact-form { background: var(--paper); color: var(--ink); padding: clamp(30px, 5vw, 60px); border-radius: 4px; box-shadow: 0 30px 90px rgba(0,0,0,.2); }
.contact-details > p { margin: 0 0 60px; color: var(--muted); line-height: 1.9; font-size: 1.05rem; }
.contact-details > div { padding-block: 24px; border-top: 1px solid var(--line); }
.contact-details > div:last-child { border-bottom: 1px solid var(--line); }
.contact-details span { display: block; margin-bottom: 12px; color: var(--lime); font-size: .8rem; }
.contact-details a, .contact-details strong { font-size: clamp(1.05rem, 1.35vw, 1.4rem); font-weight: 400; }
.not-found { min-height: 85vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: 100px; }
.not-found > span { color: var(--lime); font-size: clamp(6rem, 17vw, 14rem); line-height: .8; }
.not-found h1 { margin: 35px 0 10px; font-size: var(--type-section); }
.not-found p { color: var(--muted); margin-bottom: 32px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .68s var(--ease), transform .68s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.detail-nav .nav-back::before { content: "←"; margin-inline-end: 10px; }
.detail-nav .nav-next::after { content: "→"; margin-inline-start: 10px; }
[dir="rtl"] .detail-nav .nav-back::before { content: "→"; }
[dir="rtl"] .detail-nav .nav-next::after { content: "←"; }
@keyframes marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

@media (max-width: 1050px) {
    :root { --container: min(100% - 44px, 960px); }
    .site-header { inset-inline: 12px; grid-template-columns: 1fr auto; padding-inline: 18px; }
    .brand, .header-actions { position: relative; z-index: 4; }
    .main-nav { position: fixed; inset: 0; z-index: 3; background: rgba(5,6,5,.985); padding: 112px 28px 45px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s, visibility .3s, transform .3s; }
    .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .main-nav a { width: 100%; padding-block: 18px; border-bottom: 1px solid var(--line); font-size: clamp(1.35rem, 5vw, 2rem); }
    .header-cta { width: 44px; height: 44px; justify-content: center; padding: 0; border-radius: 50%; }
    .header-cta span { display: none; }
    .menu-toggle { display: grid; grid-template-columns: 30px auto; align-items: center; column-gap: 10px; }
    .menu-toggle span { grid-column: 1; width: 28px; height: 1px; background: currentColor; transition: transform .25s; }
    .menu-toggle b { grid-column: 2; grid-row: 1 / 3; font-size: .8rem; font-weight: 400; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
    .service-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: minmax(250px, auto) 290px 245px 245px 340px; grid-template-areas: "title title" "conferences conferences" "openings festivals" "workshops festivals" "exhibitions exhibitions"; gap: 18px; }
    .contact-grid, .contact-page { grid-template-columns: 1fr; }
    .contact-copy { max-width: 660px; }
    .footer-grid { grid-template-columns: 1.5fr 1fr; }
    .work-row { grid-template-columns: 42px minmax(200px,1fr) 34px; gap: 18px; }
    .work-row p, .work-row time { display: none; }
    .project-info.is-facts-only .project-facts { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    :root { --container: calc(100% - 28px); --header-height: 64px; }
    .site-header { inset-inline: 8px; top: 8px; padding-inline: 12px; border-radius: 4px; background: rgba(31,33,41,.96); backdrop-filter: none; -webkit-backdrop-filter: none; }
    .site-header.is-scrolled { top: 6px; height: 62px; }
    .js .reveal { opacity: 1; transform: none; transition: none; }
    .brand { width: 92px; }
    .brand img { height: 42px; }
    .header-actions { gap: 6px; }
    .language-switch { width: 44px; height: 44px; }
    .menu-toggle { min-height: 44px; }
    .menu-toggle b { display: none; }
    .hero-content { padding-block: 132px 40px; }
    .hero h1 { margin-bottom: 24px; font-size: clamp(2.25rem, 10vw, 3.375rem); line-height: 1.22; }
    .hero-bottom { grid-template-columns: 1fr auto; gap: 16px; }
    .hero-bottom p { font-size: 1rem; line-height: 1.7; }
    .round-link { width: 50px; height: 50px; }
    .video-toggle { inset-inline-end: 14px; bottom: 14px; width: 44px; justify-content: center; padding: 0; }
    .video-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
    .section { padding-block: 76px; }
    .section-intro, .about-statement { grid-template-columns: 1fr; gap: 38px; }
    .brand-manifesto { min-height: 520px; }
    .brand-manifesto-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 82px; }
    .brand-manifesto-copy strong { font-size: clamp(2.75rem, 15vw, 5rem); line-height: 1.08; }
    .intro-copy > p, .about-statement p { font-size: clamp(1.35rem, 6.5vw, 1.875rem); line-height: 1.65; }
    .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
    .section-heading h2 { font-size: clamp(1.875rem, 8vw, 2.75rem); line-height: 1.2; }
    .service-showcase { grid-template-columns: 1fr; grid-template-rows: minmax(250px, auto) 290px 290px 430px 250px 340px; grid-template-areas: "title" "conferences" "openings" "festivals" "workshops" "exhibitions"; gap: 18px; }
    .service-title-card, .service-card { border-radius: 28px; }
    .service-card-copy { top: 26px; inset-inline-end: 26px; }
    .work-row { grid-template-columns: 32px minmax(0,1fr) 24px; grid-template-rows: auto auto; gap: 4px 12px; min-height: 110px; padding-inline: 12px; }
    .work-index { grid-column: 1; grid-row: 1 / 3; }
    .work-row h3 { grid-column: 2; grid-row: 1; align-self: end; font-size: 1.25rem; line-height: 1.25; }
    .work-row p { display: block; grid-column: 2; grid-row: 2; align-self: start; margin: 0; font-size: .75rem; }
    .work-row time { display: none; }
    .work-arrow { grid-column: 3; grid-row: 1 / 3; }
    .section-action { justify-content: stretch; }
    .outline-button { width: 100%; }
    .partner-logo { width: 164px; height: 104px; padding: 23px; }
    .contact-grid { gap: 50px; }
    .contact-strip .contact-form { padding: 26px 20px; border-radius: 14px; }
    .form-row { grid-template-columns: 1fr; }
    .footer-lead { padding-bottom: 70px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
    .footer-grid > div:first-child { grid-column: span 2; }
    .footer-bottom { flex-direction: column; gap: 10px; }
    .page-hero { padding-top: 145px; padding-bottom: 72px; }
    .page-hero.compact { min-height: auto; }
    .page-hero h1 { font-size: clamp(2.25rem, 10vw, 3.375rem); line-height: 1.22; }
    .page-lead { font-size: 1.05rem; }
    .values-grid { grid-template-columns: 1fr; }
    .value-card { min-height: 230px; }
    .value-card h3 { margin-top: 45px; }
    .story-grid { grid-template-columns: 1fr; gap: 28px; }
    .story-grid h2 { margin-top: 12px; }
    .catalog-item { grid-template-columns: 1fr; gap: 30px; padding-block: 45px; }
    .catalog-item:nth-child(even) .catalog-image { order: 0; }
    .detail-hero, .project-hero { min-height: 72svh; }
    .detail-hero-copy, .project-hero-copy { padding-block: 150px 48px; }
    .detail-hero-copy h1, .project-hero-copy h1 { font-size: clamp(2.25rem, 10vw, 3.375rem); line-height: 1.22; }
    .project-hero-thumb { inset-inline-start: 14px; bottom: 14%; width: min(62vw, 360px); border-radius: 12px; opacity: .3; }
    .detail-content, .project-info { grid-template-columns: 1fr; gap: 42px; padding-block: 80px; }
    .projects-grid { grid-template-columns: 1fr; gap: 48px; padding-bottom: 90px; }
    .project-card:nth-child(n) { margin-top: 0; }
    .project-facts { grid-template-columns: 1fr 1fr; }
    .project-gallery { grid-template-columns: 1fr; }
    .project-gallery figure:nth-child(n) { grid-column: auto; }
    .detail-nav { gap: 20px; font-size: .75rem; }
    .contact-page { padding-bottom: 90px; }
    .contact-page .contact-form { padding: 28px 20px; border-radius: 14px; }
}

@media (max-width: 420px) {
    .project-facts, .project-info.is-facts-only .project-facts { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
}

@media (hover: none) {
    .service-card::before { filter: grayscale(.18) saturate(.95); }
    .catalog-image img, .project-card-media img { filter: grayscale(.15) saturate(.9); opacity: .9; }
    .work-preview { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .hero-media, .video-toggle { display: none; }
}
