@font-face { font-family: "IBM Plex Sans"; src: url("public/fonts/IBM_Plex_Sans/IBMPlexSans-VariableFont_wdth,wght.ttf") format("truetype"); font-weight: 100 700; font-style: normal; }
@font-face { font-family: "IBM Plex Sans"; src: url("public/fonts/IBM_Plex_Sans/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf") format("truetype"); font-weight: 100 700; font-style: italic; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("public/fonts/IBM_Plex_Sans/IBMPlexSansArabic-Thin.ttf") format("truetype"); font-weight: 100; font-style: normal; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("public/fonts/IBM_Plex_Sans/IBMPlexSansArabic-ExtraLight.ttf") format("truetype"); font-weight: 200; font-style: normal; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("public/fonts/IBM_Plex_Sans/IBMPlexSansArabic-Medium.ttf") format("truetype"); font-weight: 400 500; font-style: normal; }
@font-face { font-family: "IBM Plex Sans Arabic"; src: url("public/fonts/IBM_Plex_Sans/IBMPlexSansArabic-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; }
:root {
  --bg: #050505;
  --bg2: #0a0a0a;
  --text: #fff;
  --muted: rgba(255,255,255,.74);
  --line: rgba(255,255,255,.1);
  --red: #ef2424;
  --light: #efefef;
  --shadow: 0 30px 80px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "IBM Plex Sans", Arial, sans-serif; font-synthesis-weight: none; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.container { width: min(1280px, calc(100% - 32px)); margin: 0 auto; }
.scribble { font-family: "IBM Plex Sans", Arial, sans-serif; }
.radial-bg {
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.09), transparent 35%),
    radial-gradient(circle at 50% 55%, rgba(255,255,255,.05), transparent 42%),
    linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
}
.section { padding: 92px 0; }
.compact-top { padding-top: 0; }
.section-dark { background: var(--bg); }
.section-darker { background: var(--bg2); }
.section-light { background: var(--light); color: #0a0a0a; }
.section-services { background: #000; color: #fff; }
.card { border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.card-dark { background: rgba(255,255,255,.04); backdrop-filter: blur(16px); }

.intro-transition { position: fixed; inset: 0; z-index: 120; background: #000; display: flex; align-items: center; justify-content: center; opacity: 1; visibility: visible; transition: opacity .45s ease, visibility .45s ease; }
.intro-transition.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-transition-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.intro-transition-fallback { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: radial-gradient(circle at center, rgba(255,255,255,.08), transparent 38%), #000; }
.intro-transition-fallback img { width: min(260px, 42vw); opacity: .96; }
.intro-transition-fallback.is-hidden { display: none !important; }
body.intro-lock { overflow: hidden; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(0,0,0,.66); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { background: none; border: 0; padding: 0; cursor: pointer; }
.header-logo { width: 93px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav button, .mobile-menu button { border: 0; background: none; color: rgba(255,255,255,.8); cursor: pointer; font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.social-group { display: flex; align-items: center; gap: 8px; }
.social-group a { width: 34px; height: 34px; border-radius: 999px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: .75rem; }
.contact-chip, .contact-btn, .lang-btn, .menu-btn, .btn { border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.05); color: #fff; }
.contact-chip { padding: 11px 14px; display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; }
.contact-btn, .lang-btn, .menu-btn { cursor: pointer; padding: 11px 16px; font-weight: 700; }
.lang-btn { border-color: rgba(239,36,36,.45); }
.menu-btn { display: none; }
.mobile-menu { display: none; border-top: 1px solid var(--line); background: rgba(0,0,0,.92); }
.mobile-menu.open { display: block; }
.mobile-menu-inner { display: grid; gap: 14px; padding: 16px 0 18px; }
.mobile-link { color: rgba(255,255,255,.82); }
.hero { position: relative; min-height: 95vh; overflow: hidden; }
.hero-video-wrap { position: absolute; inset: 0; overflow: hidden; }
.hero-video { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.hero-overlay { position: absolute; inset: 0; background: none; }
.zoom-video { animation: slowZoom 18s ease-in-out infinite alternate; }
@keyframes slowZoom { from { transform: scale(1.02); } to { transform: scale(1.14); } }
.hero-inner { position: relative; min-height: 95vh; display: flex; align-items: center; }
.hero-left { justify-content: flex-start; text-align: left; }
.hero-right { justify-content: flex-end; text-align: right; }
.hero-left .hero-message { margin-right: auto; }
.hero-right .hero-message { margin-left: auto; }
.hero-left .hero-logo { margin-right: auto; }
.hero-right .hero-logo { margin-left: auto; }
.hero-message { width: min(460px, 100%); transition: opacity .35s ease, transform .35s ease; }
.hero-message.is-hidden { opacity: 0; transform: translateY(-16px); pointer-events: none; }
.hero-logo { width: min(280px, 100%); opacity: 0; transform: translateY(18px); }
.hero-logo.show { animation: fadeUp .8s ease forwards; }
.hero-typed { margin: 12px 0 0; font-size: clamp(1.1rem, 2vw, 2rem); line-height: 1.35; min-height: 1.4em; text-shadow: none; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.section-tag { margin: 0; font-size: clamp(2rem, 5vw, 4rem); font-weight: 900; }
.section-tag.dark { color: #0a0a0a; }
.section-title { margin: 10px 0 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.section-subtitle { margin: 14px 0 0; max-width: 1100px; color: var(--muted); line-height: 1.7; }
.section-subtitle.dark { color: rgba(0,0,0,.76); }
.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 28px; align-items: start; }
#aboutSection.about-ar { background: #fff; color: #0a0a0a; }
#aboutSection.about-ar .about-copy p, #aboutSection.about-ar .section-title, #aboutSection.about-ar .section-tag { color: #0a0a0a; }
#aboutSection.about-ar .about-pillars { background: transparent !important; border: none !important; box-shadow: none !important; }
#aboutSection.about-ar .pillar-copy h3, #aboutSection.about-ar .pillar-copy p { color: #0a0a0a; }
.about-copy { margin-top: 28px; display: grid; gap: 20px; }
.about-copy p { margin: 0; font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.75; color: rgba(255,255,255,.9); }
.about-pillars { padding: 42px 0 0; display: grid; gap: 22px; background: transparent !important; border: none !important; box-shadow: none !important; border-radius: 0 !important; }
.pillar-row { display: flex; gap: 16px; align-items: flex-start; }
.pillar-icon { width: 62px; height: 62px; border-radius: 999px; background: var(--red); display: flex; align-items: center; justify-content: center; font-size: 1.75rem; font-weight: 800; color: #fff; }
.pillar-copy h3 { margin: 0; font-size: 1.7rem; color: #fff; }
.pillar-copy p { margin: 6px 0 0; color: rgba(255,255,255,.88); line-height: 1.65; font-size: 1.05rem; }
.services-focus-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-focus-card { position: relative; min-height: 560px; border-radius: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #0b0b0b; color: #fff; text-align: left; cursor: pointer; transition: filter .35s ease, opacity .35s ease, transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease; }
.service-focus-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 34%); pointer-events: none; }
.service-focus-card .card-top-space { height: 190px; border-bottom: 1px solid rgba(255,255,255,.06); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.01)); }
.service-focus-card .card-lower { position: absolute; left: 0; right: 0; bottom: 0; min-height: calc(100% - 190px); background: rgba(12,12,12,.97); display: grid; grid-template-rows: 56px 154px 1fr; }
.service-focus-card .card-lower.no-number { grid-template-rows: 188px 1fr; }
.service-focus-card .card-num-row { padding: 12px 18px 0; height: 56px; display: flex; align-items: flex-start; }
.service-focus-card .card-content { position: relative; z-index: 1; padding: 16px 22px 24px; display: flex; flex-direction: column; }
[dir="rtl"] .service-focus-card[data-service="3"] .card-lower { background: #000; }
.service-focus-card .card-title-bar { background: transparent; padding: 12px 18px 14px; height: 154px; display: flex; align-items: flex-end; border-bottom: 6px solid var(--red); }
.service-focus-card .card-lower.no-number .card-title-bar { min-height: 188px; height: auto; padding-top: 18px; padding-bottom: 22px; }
.service-focus-card .num { display: block; text-align: right; font-size: 2.1rem; font-weight: 900; color: #fff; }
.service-focus-card h3 { margin: 0; color: #fff; font-size: 1.52rem; line-height: 1.16; width: 100%; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; word-break: break-word; }
.service-focus-card .tagline { margin: 0; color: #ff4747; font-size: 1.3rem; line-height: 1.4; min-height: 76px; }
.service-focus-card .body { margin: 14px 0 0; color: rgba(255,255,255,.9); line-height: 1.75; font-size: .98rem; }
.service-focus-card.inactive { filter: blur(2.2px); opacity: .34; transform: scale(.975); }
.service-focus-card.active { border-color: rgba(239,36,36,.7); box-shadow: 0 20px 60px rgba(0,0,0,.48), 0 0 0 1px rgba(239,36,36,.18) inset; transform: scale(1.01); }
.service-focus-card.active .card-top-space { background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(239,36,36,.02)); }
.projects-showcase { margin-top: 28px; border-radius: 34px; padding: 28px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 18%, rgba(255,255,255,.09), transparent 35%), radial-gradient(circle at 50% 55%, rgba(255,255,255,.05), transparent 42%), linear-gradient(180deg, #0a0a0a 0%, #050505 100%); display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; }
.project-feature { padding: 24px; }
.project-badge { display: inline-flex; padding: 8px 12px; font-size: .72rem; letter-spacing: .22em; border-radius: 999px; text-transform: uppercase; color: #ff7a7a; background: rgba(239,36,36,.1); border: 1px solid rgba(239,36,36,.35); }
.project-feature h3 { margin: 22px 0 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.project-feature p { margin: 16px 0 0; color: rgba(255,255,255,.76); line-height: 1.7; font-size: 1rem; }
.project-stats { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; }
.project-stats span { border-radius: 999px; padding: 10px 14px; background: rgba(255,255,255,.05); border: 1px solid var(--line); font-size: .88rem; }
.project-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.project-item { padding: 18px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.03); cursor: pointer; color: #fff; }
.project-item.active { border-color: var(--red); background: rgba(239,36,36,.11); }
.project-item em { display: block; font-style: normal; font-size: .72rem; opacity: .55; letter-spacing: .18em; }
.project-item strong { display: block; margin-top: 10px; font-size: .95rem; }
.partners-grid, .audiences-grid, .why-grid, .rental-grid { display: grid; gap: 20px; margin-top: 28px; }
.partners-grid { grid-template-columns: repeat(5, 1fr); }
.partner-item { aspect-ratio: 1 / 1; border-radius: 999px; border: 1px solid rgba(239,36,36,.28); background: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; font-weight: 900; }
.audiences-grid { grid-template-columns: repeat(3, 1fr); }
.audience-card { background: #f4f4f4; border-radius: 28px; padding: 24px; }
.audience-card h3 { margin: 0; color: var(--red); font-size: 1.85rem; }
.audience-card p { margin: 12px 0 0; font-size: 1.2rem; line-height: 1.6; }
.why-grid { grid-template-columns: repeat(4, 1fr); }
.why-card { border-radius: 30px; border: 1px solid rgba(239,36,36,.45); background: rgba(255,255,255,.04); backdrop-filter: blur(14px); padding: 24px; }
.why-card .num { font-size: 2.2rem; }
.why-card h3 { margin: 16px 0 0; color: var(--red); font-size: 2rem; }
.why-card p { margin: 16px 0 0; font-size: 1.2rem; line-height: 1.6; }
.rental-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.rental-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-btn { border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.05); color: #fff; cursor: pointer; padding: 10px 14px; font-weight: 700; }
.filter-btn.active { background: var(--red); border-color: var(--red); }
.tiny-note { color: rgba(255,255,255,.5); font-size: .84rem; margin: 10px 0 0; }
.rental-grid { grid-template-columns: repeat(3, 1fr); }
.rental-card { padding: 24px; background: rgba(255,255,255,.04); border-radius: 30px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.rental-top { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.rental-icon { width: 58px; height: 58px; border-radius: 18px; display: flex; align-items: center; justify-content: center; background: rgba(239,36,36,.12); color: var(--red); font-size: 1.55rem; }
.rental-cat { padding: 7px 12px; border-radius: 999px; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; border: 1px solid var(--line); color: rgba(255,255,255,.62); }
.rental-card h3 { margin: 20px 0 0; font-size: 1.55rem; }
.rental-card p { margin: 10px 0 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.rental-actions { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; }
.site-footer { border-top: 1px solid var(--line); background: #000; }
.footer-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.55); font-size: .92rem; }
.btn { cursor: pointer; padding: 13px 24px; font-weight: 700; }
.btn-primary { background: var(--red); border-color: transparent; }
.btn-ghost { background: rgba(255,255,255,.06); }
.modal, .success-toast { position: fixed; inset: 0; z-index: 90; display: none; }
.modal.open, .success-toast.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.76); backdrop-filter: blur(10px); }
.modal-panel { position: relative; margin: 18px auto; z-index: 1; border-radius: 34px; background: #0a0a0a; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.medium-panel { width: min(960px, calc(100% - 24px)); }
.modal-close { position: absolute; top: 16px; right: 16px; z-index: 5; width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.06); color: #fff; cursor: pointer; font-size: 1.35rem; }
.service-modal-panel { width: min(1500px, calc(100% - 16px)); min-height: calc(100vh - 24px); max-height: calc(100vh - 24px); }
.service-modal-panel.theme-light { background: #000; color: #fff; }
.service-modal-panel.theme-light .service-modal-overlay { background: radial-gradient(circle at center, rgba(255,255,255,.06), transparent 35%), linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.82)); }
.service-modal-panel.theme-light .service-heading, .service-modal-panel.theme-light .service-body, .service-modal-panel.theme-light .service-list li, .service-modal-panel.theme-light .service-tile span { color: #fff; }
.service-modal-panel.theme-light .service-tagline, .service-modal-panel.theme-light .service-section-title, .service-modal-panel.theme-light .service-tile strong { color: #ef2424; }
.service-modal-panel.theme-light .service-tile { background: rgba(255,255,255,.05); border-color: rgba(239,36,36,.35); }
.service-modal-panel.theme-light .service-divider { background: #ef2424; }
.service-modal-panel.theme-dark .service-modal-overlay { background: radial-gradient(circle at center, rgba(255,255,255,.06), transparent 35%), linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.82)); }

.service-modal-media { position: absolute; inset: 0; overflow: hidden; }
.service-modal-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .34; }
.service-modal-overlay { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(255,255,255,.06), transparent 35%), linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.82)); }
.service-modal-content { position: relative; z-index: 2; min-height: calc(100vh - 24px); max-height: calc(100vh - 24px); padding: 52px 42px 72px; display: flex; flex-direction: column; justify-content: flex-start; }
.service-heading { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; font-size: clamp(2.3rem, 4vw, 4.2rem); margin: 0; }
.service-heading .num { font-size: clamp(2.5rem, 4vw, 4.4rem); font-weight: 900; }
.service-divider { width: 16px; height: 38px; background: var(--red); display: inline-block; margin-top: 16px; }
.service-tagline { margin: 10px 0 0; color: #ff3d3d; font-size: clamp(1.5rem, 3vw, 2.6rem); }
.service-body { margin: 14px 0 0; max-width: 1240px; color: rgba(255,255,255,.94); line-height: 1.85; font-size: clamp(1.02rem, 2vw, 1.42rem); }
.service-section-title { margin: 46px 0 0; color: var(--red); font-size: clamp(1.5rem, 3vw, 2.5rem); }
.service-list { margin: 16px 0 0; padding-left: 26px; max-width: 1150px; }
.service-list li { margin: 10px 0; font-size: clamp(1.02rem, 2vw, 1.48rem); line-height: 1.65; }
.service-tiles { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1200px; }
.service-tile { border: 1px solid rgba(239,36,36,.35); background: rgba(255,255,255,.05); border-radius: 22px; padding: 22px; backdrop-filter: blur(10px); min-height: 155px; }
.service-tile strong { display: block; color: #ff3d3d; font-size: 1.6rem; }
.service-tile span { display: block; margin-top: 8px; color: rgba(255,255,255,.94); font-size: 1.2rem; line-height: 1.45; }

.service-scroll-hint {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 4;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.58);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .02em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.service-scroll-hint.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.service-modal-content {
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.45) transparent;
}
.service-modal-content::-webkit-scrollbar {
  width: 8px;
}
.service-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.42);
  border-radius: 999px;
}
.contact-panel { display: grid; grid-template-columns: .82fr 1.18fr; }
.contact-modal-side { padding: 28px; }
.contact-modal-side h3 { margin-top: 12px; font-size: 1.8rem; }
.contact-form { display: grid; gap: 14px; padding: 28px; }
.contact-form input, .contact-form textarea { width: 100%; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: #fff; padding: 15px 16px; outline: 0; }
.success-card { width: min(480px, calc(100% - 24px)); margin: 12vh auto 0; background: #0c0c0c; border: 1px solid var(--line); border-radius: 32px; padding: 30px; box-shadow: var(--shadow); text-align: center; }
.success-card h4 { margin: 0; font-size: 1.7rem; }
.success-card p { margin: 12px 0 0; color: rgba(255,255,255,.72); line-height: 1.7; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.contact-card { padding: 28px; }
.contact-items { display: grid; gap: 16px; margin: 24px 0 0; }
.contact-items div span { display: block; color: rgba(255,255,255,.5); font-size: .82rem; margin-bottom: 4px; }
.contact-items div strong { font-size: 1rem; }
.map-frame { overflow: hidden; border-radius: 32px; border: 1px solid var(--line); min-height: 430px; }
.map-frame iframe { width: 100%; height: 100%; border: 0; min-height: 430px; filter: grayscale(1) invert(.92); }

[dir="rtl"] body { text-align: right; font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", Arial, sans-serif; }
[dir="rtl"] .scribble { font-family: "IBM Plex Sans Arabic", Arial, sans-serif; }
[dir="rtl"] .main-nav, [dir="rtl"] .header-actions { direction: rtl; }
[dir="rtl"] .service-focus-card, [dir="rtl"] .project-item, [dir="rtl"] .rental-card { text-align: right; }
[dir="rtl"] .project-feature, [dir="rtl"] .service-modal-content { text-align: right; }
[dir="rtl"] .service-list { padding-left: 0; padding-right: 26px; }
[dir="rtl"] .modal-close { right: auto; left: 16px; }
[dir="rtl"] #aboutGrid.ar-reverse { direction: rtl; }
[dir="rtl"] #aboutGrid.ar-reverse .about-copy-wrap { order: 2; }
[dir="rtl"] #aboutGrid.ar-reverse .about-pillars { order: 1; }
@media (max-width: 1200px) {
  .services-focus-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .audiences-grid, .rental-grid, .service-tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .main-nav, .desktop-only { display: none; }
  .service-modal-panel { width: calc(100% - 8px); min-height: calc(100dvh - 8px); max-height: calc(100dvh - 8px); margin: 4px auto; }
  .service-modal-content { min-height: calc(100dvh - 8px); max-height: calc(100dvh - 8px); padding: 60px 18px 84px; }
  .service-scroll-hint { bottom: 10px; }
  .menu-btn { display: inline-block; }
  .about-grid, .projects-showcase, .audiences-grid, .why-grid, .rental-grid, .services-focus-grid, .partners-grid, .contact-panel, .service-tiles, .contact-grid { grid-template-columns: 1fr; }
  .project-list { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 76px 0; }
  .hero-logo { width: min(220px, 100%); }
  .service-focus-card { min-height: 440px; }
  .service-modal-panel { min-height: calc(100vh - 10px); width: min(1500px, calc(100% - 8px)); }
}
@media (max-width: 700px) {
  .container { width: min(1280px, calc(100% - 20px)); }
  .service-modal-content { padding: 54px 16px 84px; }
  .service-heading { font-size: clamp(1.7rem, 5vw, 2.4rem); }
  .service-heading .num { font-size: clamp(2rem, 6vw, 2.8rem); }
  .service-tagline { font-size: clamp(1.15rem, 4vw, 1.55rem); }
  .service-section-title { font-size: clamp(1.2rem, 4vw, 1.7rem); }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
  .header-logo { width: 70px; }
  .hero-typed { font-size: 1rem; }
  .project-list, .service-tiles { grid-template-columns: 1fr; }
  .service-modal-content { padding: 46px 20px 28px; }
}


.projects-section { background: #f1f1f1; color: #111; }
.projects-carousel { position: relative; margin-top: 28px; display: flex; align-items: center; gap: 18px; }
.projects-viewport { overflow: hidden; flex: 1; }
.projects-track { display: flex; gap: 20px; transition: transform .55s ease; }
.project-card { flex: 0 0 calc((100% - 40px) / 3); background: #fff; border-radius: 26px; overflow: hidden; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 10px 35px rgba(0,0,0,.08); cursor: pointer; }
.project-card img { width: 100%; height: 270px; object-fit: cover; }
.project-card .project-card-title { padding: 16px 18px 20px; font-weight: 800; line-height: 1.5; min-height: 92px; }
.carousel-arrow { width: 52px; height: 52px; border-radius: 999px; border: 1px solid rgba(0,0,0,.15); background: white; color: #111; cursor: pointer; font-size: 2rem; line-height: 1; box-shadow: 0 10px 25px rgba(0,0,0,.08); }
.partners-section { background: #000; }
.partners-marquee { margin-top: 28px; overflow: hidden; position: relative; }
.partners-track { display: flex; gap: 22px; width: max-content; animation: partnerScroll 28s linear infinite; }
.partners-marquee:hover .partners-track { animation-play-state: paused; }
.partner-badge { width: 150px; height: 150px; border-radius: 999px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 18px; border: 1px solid rgba(239,36,36,.32); flex: 0 0 auto; }
.partner-badge img { max-width: 100%; max-height: 100%; object-fit: contain; }
@keyframes partnerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.project-video-modal { width: min(1280px, calc(100% - 24px)); aspect-ratio: 16 / 9; max-height: calc(100vh - 24px); background: #000; color: #fff; overflow: hidden; }
.project-modal-media { position: absolute; inset: 0; overflow: hidden; }
.project-modal-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-modal-copy-wrap { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding: 28px; }
.project-copy-panel { max-width: min(620px, calc(100% - 20px)); max-height: calc(100% - 20px); overflow: auto; background: rgba(0,0,0,.56); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 24px 26px; backdrop-filter: blur(10px); box-shadow: 0 24px 80px rgba(0,0,0,.28); scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.45) transparent; }
.project-modal-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); color: #fff; }
.project-modal-copy p { margin: 12px 0 0; color: #ef2424; font-size: 1.2rem; font-weight: 700; }
.project-modal-copy div { margin-top: 18px; color: rgba(255,255,255,.96); line-height: 1.85; font-size: 1.05rem; }
@media (max-width: 980px) {
  .project-card { flex-basis: 100%; }
  .project-copy-panel { max-width: 100%; padding: 18px; border-radius: 22px; }
  .project-modal-copy-wrap { align-items: flex-end; padding: 16px; min-height: calc(100vh - 12px); }
  .project-video-modal { width: calc(100% - 8px); min-height: calc(100dvh - 12px); max-height: calc(100dvh - 12px); aspect-ratio: auto; }
  .partner-badge { width: 120px; height: 120px; }
}

@media (max-width: 980px) { .service-focus-card .card-lower { grid-template-rows: 56px 146px 1fr; } .service-focus-card .card-lower.no-number { grid-template-rows: 154px 1fr; } .service-focus-card .card-title-bar { height: 146px; } .service-focus-card .card-lower.no-number .card-title-bar { min-height: 154px; } }

/* Keep project and partner rails looping correctly in RTL */
.projects-viewport, .projects-track, .partners-marquee, .partners-track { direction: ltr; }
.project-card, .project-card-title, .project-copy-panel { direction: rtl; }
html[lang="en"] .project-card, html[lang="en"] .project-card-title, html[lang="en"] .project-copy-panel { direction: ltr; }


.contact-ltr { direction: ltr; unicode-bidi: plaintext; display: inline-block; }

.contact-info-social-wrap {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px auto;
  gap: 18px;
  align-items: center;
}

.contact-social-divider {
  width: 1px;
  min-height: 140px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.22) 12%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.22) 88%, transparent 100%);
}

.contact-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  align-content: center;
  max-width: 240px;
}

.social-link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  padding: 0;
  transition: transform .2s ease, filter .2s ease, opacity .2s ease;
}

.social-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.social-link:hover {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.08);
}

@media (max-width: 700px) {
  .contact-info-social-wrap { grid-template-columns: 1fr; gap: 14px; }
  .contact-social-divider { width: 100%; height: 1px; min-height: 1px; }
  .contact-socials { max-width: none; justify-content: flex-start; }
  .social-link { width: 40px; height: 40px; padding: 0; }
}

.service-modal-panel, .service-modal-content, .project-video-modal, .project-copy-panel { touch-action: pan-y; }

.project-copy-panel::-webkit-scrollbar { width: 8px; }
.project-copy-panel::-webkit-scrollbar-thumb { background: rgba(255,255,255,.42); border-radius: 999px; }

.social-link.twitter img { transform: scale(.92); }
