    :root {
      --gold: #ba9232;
      --gold-light: rgba(186, 146, 50, 0.12);
      --cream: #fcfcfc;
      --cream-2: #f2f2f2;
      --dark: #3a3a3a;
      --gray: #717171;
      --border: #dedede;
      --white: #ffffff;
      --font-ar: "IBM Plex Sans Arabic", "Tajawal", sans-serif;
      --font-en: "Space Grotesk", "Outfit", system-ui, sans-serif;
      --font-sans: var(--font-ar);
    }

    html[lang="en"] {
      --font-sans: var(--font-en);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: var(--font-sans);
      background: var(--cream);
      color: var(--dark);
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
    }

    ::-webkit-scrollbar {
      width: 4px;
    }

    ::-webkit-scrollbar-track {
      background: var(--cream);
    }

    ::-webkit-scrollbar-thumb {
      background: var(--gold);
      border-radius: 0;
    }

    * {
      scrollbar-width: thin;
      scrollbar-color: var(--gold) var(--cream);
    }

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

    ul {
      list-style: none;
    }

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

    .nav-inner {
      max-width: 1440px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
    }

    nav {
      position: sticky;
      top: 0;
      background: var(--cream);
      z-index: 100;
      padding: 22px 72px;
      display: flex;
      align-items: center;
      transition: border-color 0.3s ease;
    }

    nav.scrolled {
      border-bottom: 1px solid var(--border);
    }

    .logo-mark {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }

    .logo-mark img {
      height: 40px;
      width: auto;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 32px;
      flex-wrap: wrap;
    }

    .nav-links a:not(.nav-cta):not(.lang-switch) {
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1px;
      color: var(--gray);
      position: relative;
      padding-bottom: 4px;
    }

    .nav-links a:not(.nav-cta):not(.lang-switch)::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: var(--gold);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.35s ease;
    }

    .nav-links a:not(.nav-cta):not(.lang-switch):hover {
      color: var(--dark);
    }

    .nav-links a:not(.nav-cta):not(.lang-switch):hover::after {
      transform: scaleX(1);
    }

    .lang-switch {
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      color: var(--gold);
      border: 1px solid var(--border);
      padding: 8px 14px;
      transition: background 0.25s ease, border-color 0.25s ease;
    }

    .lang-switch:hover {
      background: var(--gold-light);
      border-color: var(--gold);
    }

    .nav-cta {
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1px;
      border: 1.5px solid var(--gold);
      color: var(--gold);
      padding: 10px 28px;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .nav-cta:hover {
      background: var(--gold);
      color: var(--white);
    }

    @keyframes floatY {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-14px);
      }
    }

    @keyframes floatSlow {
      0%, 100% {
        transform: translateY(0) rotate(0deg);
      }
      50% {
        transform: translateY(-8px) rotate(1.5deg);
      }
    }

    @keyframes shimmer {
      0% {
        opacity: 0.35;
      }
      50% {
        opacity: 0.65;
      }
      100% {
        opacity: 0.35;
      }
    }

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: var(--cream);
      position: relative;
      overflow: hidden;
      padding: 120px 72px 80px;
    }

    .hero-deco {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
    }

    .hero-deco svg {
      position: absolute;
      opacity: 0.55;
    }

    .hero-deco .deco-cam {
      width: min(320px, 42vw);
      height: auto;
      left: 8%;
      bottom: 12%;
      animation: floatSlow 7s ease-in-out infinite;
    }

    .hero-deco .deco-ring {
      width: min(180px, 24vw);
      top: 18%;
      right: 10%;
      animation: floatY 5.5s ease-in-out infinite;
    }

    .hero-deco .deco-dots {
      width: 120px;
      top: 42%;
      left: 12%;
      animation: shimmer 4s ease-in-out infinite;
    }

    .hero-deco .deco-flash {
      width: min(100px, 14vw);
      top: 28%;
      left: 18%;
      animation: floatY 6.2s ease-in-out infinite;
      animation-delay: -1s;
    }

    .hero-deco .deco-film {
      width: min(140px, 18vw);
      bottom: 22%;
      right: 6%;
      animation: floatSlow 8.5s ease-in-out infinite;
      opacity: 0.45;
    }

    .hero-deco .deco-aperture {
      width: min(150px, 19vw);
      top: 50%;
      right: 12%;
      opacity: 0.4;
    }

    .hero-deco .deco-viewgrid {
      width: min(86px, 11vw);
      bottom: 34%;
      left: 2%;
      opacity: 0.34;
    }

    .hero-deco .deco-tripod {
      width: min(74px, 10vw);
      top: 58%;
      left: 20%;
      opacity: 0.36;
    }

    .intro-band {
      padding: 80px 72px;
      max-width: 1440px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 64px;
      align-items: center;
      border-bottom: 1px solid var(--border);
      position: relative;
      overflow: hidden;
    }

    .intro-band::before {
      content: "";
      position: absolute;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: radial-gradient(circle, var(--gold-light) 0%, transparent 72%);
      inset-inline-end: -80px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      animation: shimmer 7s ease-in-out infinite;
    }

    .intro-text {
      position: relative;
      z-index: 1;
    }

    .intro-text h2 {
      font-family: var(--font-sans);
      font-weight: 800;
      font-size: clamp(26px, 3.2vw, 36px);
      line-height: 1.35;
      color: var(--dark);
      margin-bottom: 20px;
    }

    .intro-text p {
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: 16px;
      line-height: 1.95;
      color: var(--gray);
      max-width: 520px;
    }

    .intro-illu {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
    }

    .intro-illu svg {
      width: min(100%, 400px);
      height: auto;
      animation: floatSlow 9s ease-in-out infinite;
    }

    .intro-corner-deco {
      position: absolute;
      z-index: 0;
      inset-inline-start: 16px;
      bottom: 16px;
      opacity: 0.5;
      pointer-events: none;
    }

    .intro-corner-deco svg {
      width: min(210px, 48vw);
      height: auto;
      animation: floatY 8.5s ease-in-out infinite;
      animation-delay: -2s;
    }

    .services-head-row {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }

    .services-head-row .section-label {
      margin-bottom: 0;
    }

    .services-mini-illu {
      width: 100px;
      flex-shrink: 0;
      opacity: 0.9;
      animation: floatY 6.5s ease-in-out infinite;
    }

    .services-mini-illu svg {
      width: 100%;
      height: auto;
    }

    .portfolio-deco {
      display: flex;
      justify-content: center;
      margin-bottom: 28px;
    }

    .portfolio-deco svg {
      width: min(220px, 50vw);
      height: auto;
      opacity: 0.5;
      animation: floatSlow 10s ease-in-out infinite;
    }

    .portfolio-extra-deco {
      display: flex;
      justify-content: center;
      margin: -6px 0 18px;
    }

    .portfolio-extra-deco svg {
      width: min(360px, 94vw);
      height: auto;
      opacity: 0.44;
      animation: floatY 11s ease-in-out infinite;
    }

    .portfolio-item {
      min-width: 0;
    }

    .portfolio-item figure {
      cursor: default;
    }

    .portfolio-item a figure {
      cursor: pointer;
    }

    .footer-wrap {
      max-width: 1440px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .footer-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 24px;
      width: 100%;
    }

    .footer-illu {
      display: flex;
      justify-content: center;
      padding: 8px 0 0;
      opacity: 0.35;
    }

    .footer-illu svg {
      width: min(320px, 90vw);
      height: auto;
      animation: shimmer 5s ease-in-out infinite;
    }

    .footer-social {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .btn-icon-social {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 0;
      transition: transform 0.25s ease, filter 0.25s ease, background 0.25s ease, color 0.25s ease;
    }

    .btn-icon-social:hover {
      transform: translateY(-3px);
    }

    .btn-icon-social svg {
      width: 26px;
      height: 26px;
    }

    .btn-wa-icon {
      background: var(--cream-2);
      border: 1.5px solid var(--gold);
      color: #0f766e;
      box-shadow: 0 1px 0 rgba(17, 17, 17, 0.06);
    }

    .btn-wa-icon:hover {
      background: var(--gold-light);
      color: var(--dark);
      border-color: var(--gold);
    }

    .btn-ig-icon {
      border: 1.5px solid var(--gold);
      color: var(--dark);
      background: var(--white);
      box-shadow: 0 1px 0 rgba(17, 17, 17, 0.06);
    }

    .btn-ig-icon:hover {
      background: var(--gold);
      color: var(--dark);
      border-color: var(--gold);
    }

    .contact-social .btn-icon-social {
      width: 48px;
      height: 48px;
    }

    .contact-social .btn-icon-social svg {
      width: 24px;
      height: 24px;
    }

    .hero-watermark {
      position: absolute;
      font-family: "Syne", sans-serif;
      font-weight: 800;
      font-size: 300px;
      line-height: 1;
      color: var(--dark);
      opacity: 0.025;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      pointer-events: none;
      z-index: 0;
      user-select: none;
      white-space: nowrap;
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      max-width: 800px;
    }

    .hero-illustration {
      margin: 0 auto 32px;
      max-width: 200px;
      animation: floatY 6s ease-in-out infinite;
    }

    .hero-illustration svg {
      width: 100%;
      height: auto;
    }

    .hero h1 {
      font-family: var(--font-sans);
      font-weight: 800;
      font-size: clamp(48px, 8vw, 96px);
      line-height: 1.05;
      color: var(--dark);
      letter-spacing: -1px;
    }

    .hero h1 .gold {
      color: var(--gold);
    }

    .hero-sub {
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: 16px;
      color: var(--gray);
      max-width: 420px;
      margin: 24px auto 0;
    }

    .hero-buttons {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: 40px;
    }

    .btn-primary {
      display: inline-block;
      background: var(--gold);
      color: var(--white);
      padding: 14px 40px;
      font-family: var(--font-sans);
      font-weight: 700;
      font-size: 15px;
      border: none;
      border-radius: 0;
      cursor: pointer;
      transition: filter 0.3s ease, transform 0.25s ease;
    }

    .btn-primary:hover {
      filter: brightness(1.05);
      transform: translateY(-1px);
    }

    .btn-ghost {
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 15px;
      color: var(--dark);
      text-decoration: underline;
      text-decoration-color: var(--gold);
      text-underline-offset: 6px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 14px 8px;
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(24px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero-anim-1 {
      animation: fadeUp 0.9s ease forwards;
      animation-delay: 0s;
      opacity: 0;
    }

    .hero-anim-2 {
      animation: fadeUp 0.9s ease forwards;
      animation-delay: 0.15s;
      opacity: 0;
    }

    .hero-anim-3 {
      animation: fadeUp 0.9s ease forwards;
      animation-delay: 0.3s;
      opacity: 0;
    }

    .hero-anim-4 {
      animation: fadeUp 0.9s ease forwards;
      animation-delay: 0.45s;
      opacity: 0;
    }

    .section-label {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 48px;
    }

    .section-label::before {
      content: "";
      width: 32px;
      height: 1px;
      background: var(--gold);
      flex-shrink: 0;
    }

    .section-label span {
      font-family: var(--font-sans);
      font-weight: 700;
      font-size: 11px;
      letter-spacing: 4px;
      color: var(--gold);
      text-transform: uppercase;
    }

    .services {
      padding: 100px 72px;
      max-width: 1440px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }

    .services-float-deco {
      position: absolute;
      z-index: 0;
      top: 4px;
      inset-inline-end: 8px;
      width: min(270px, 58vw);
      opacity: 0.5;
      pointer-events: none;
      animation: floatSlow 13s ease-in-out infinite;
    }

    .services-float-deco svg {
      width: 100%;
      height: auto;
    }

    .services-head-row,
    .services-grid {
      position: relative;
      z-index: 1;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      border: 1px solid var(--border);
      box-shadow: 0 1px 0 var(--border);
    }

    .service-col {
      padding: 40px 32px;
      transition: background 0.3s ease, transform 0.35s ease;
    }

    .service-col:not(:last-child) {
      border-inline-end: 1px solid var(--border);
    }

    .service-col:hover {
      background: var(--cream-2);
      transform: translateY(-2px);
    }

    .service-col svg {
      width: 40px;
      height: 40px;
      stroke: var(--gold);
      stroke-width: 1.5;
      fill: none;
      transition: transform 0.35s ease;
    }

    .service-col:hover svg {
      transform: scale(1.06);
    }

    .service-col h3 {
      font-family: var(--font-sans);
      font-weight: 700;
      font-size: 18px;
      margin: 20px 0 12px;
      color: var(--dark);
    }

    .service-col p {
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: 13px;
      line-height: 1.8;
      color: var(--gray);
    }

    .stats-strip {
      background: var(--cream-2);
      padding: 72px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 48px;
      max-width: 100%;
      position: relative;
      overflow: hidden;
    }

    .stats-deco {
      position: absolute;
      inset-inline-end: 5%;
      top: 50%;
      transform: translateY(-50%);
      width: 160px;
      opacity: 0.2;
      pointer-events: none;
      animation: floatY 8s ease-in-out infinite;
    }

    .stats-inner {
      max-width: 1440px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 48px;
      position: relative;
      z-index: 1;
    }

    .stats-copy {
      flex: 1;
      max-width: 400px;
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: 15px;
      line-height: 1.9;
      color: var(--dark);
    }

    .stats-divider {
      width: 1px;
      align-self: stretch;
      min-height: 120px;
      background: var(--border);
      flex-shrink: 0;
    }

    .stats-numbers {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 64px;
    }

    .stat-item {
      text-align: center;
    }

    .stat-item .num {
      font-family: "Syne", sans-serif;
      font-weight: 800;
      font-size: 52px;
      color: var(--gold);
      line-height: 1.1;
    }

    .stat-item .lbl {
      font-family: var(--font-sans);
      font-weight: 400;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gray);
      margin-top: 8px;
    }

    .portfolio {
      padding: 100px 72px;
      max-width: 1440px;
      margin: 0 auto;
    }

    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
    }

    .portfolio-item a {
      display: block;
      color: inherit;
    }

    .portfolio-item figure {
      background: var(--cream-2);
      aspect-ratio: 4 / 3;
      position: relative;
      overflow: hidden;
      transition: filter 0.4s ease;
    }

    .portfolio-item figure:hover {
      filter: brightness(0.95);
    }

    .portfolio-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      inset: 0;
      transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .portfolio-item a:hover img {
      transform: scale(1.05);
    }

    .portfolio-item .play-badge {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(17, 17, 17, 0.25);
      transition: background 0.35s ease;
      pointer-events: none;
    }

    .portfolio-item a:hover .play-badge {
      background: rgba(17, 17, 17, 0.35);
    }

    .portfolio-item .play-badge svg {
      width: 56px;
      height: 56px;
      opacity: 0.95;
    }

    .portfolio-item figcaption {
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 14px;
      margin-top: 14px;
      color: var(--dark);
    }

    .portfolio-note {
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: 12px;
      color: var(--gray);
      margin-top: 12px;
      line-height: 1.7;
    }

    .portfolio-more {
      margin-top: 40px;
      text-align: center;
    }

    .portfolio-more-row {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
      align-items: center;
    }

    .portfolio-item:hover figure {
      filter: brightness(0.95);
    }

    .portfolio-item:hover img {
      transform: scale(1.05);
    }

    .contact-section {
      padding: 120px 72px 100px;
      border-top: 1px solid var(--border);
      background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 55%, var(--cream) 100%);
      position: relative;
      overflow: hidden;
    }

    .contact-section::before {
      content: "";
      position: absolute;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      background: radial-gradient(circle, var(--gold-light) 0%, transparent 70%);
      top: -120px;
      inset-inline-start: -80px;
      pointer-events: none;
      animation: shimmer 6s ease-in-out infinite;
    }

    .contact-inner {
      max-width: 1120px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 72px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .contact-ambient-deco {
      position: absolute;
      z-index: 0;
      bottom: 6%;
      inset-inline-end: 3%;
      width: min(190px, 44vw);
      opacity: 0.5;
      pointer-events: none;
      animation: floatSlow 15s ease-in-out infinite;
    }

    .contact-ambient-deco svg {
      width: 100%;
      height: auto;
    }

    .contact-visual {
      text-align: center;
    }

    .contact-visual .illu {
      max-width: 280px;
      margin: 0 auto;
      animation: floatSlow 8s ease-in-out infinite;
    }

    .contact-visual .illu svg {
      width: 100%;
      height: auto;
    }

    .contact-visual .caption {
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: 14px;
      color: var(--gray);
      line-height: 1.85;
      max-width: 300px;
      margin-inline: auto;
      margin-top: 28px;
    }

    .contact-head {
      margin-bottom: 36px;
    }

    .contact-head h2 {
      font-family: var(--font-sans);
      font-weight: 800;
      font-size: clamp(36px, 5vw, 56px);
      line-height: 1.1;
      color: var(--dark);
      margin-bottom: 12px;
    }

    .contact-head p {
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: 15px;
      color: var(--gray);
      line-height: 1.8;
    }

    .contact-form {
      background: var(--white);
      border: 1px solid var(--border);
      box-shadow: 0 1px 0 var(--border);
      padding: 40px 36px;
    }

    .form-row {
      margin-bottom: 20px;
    }

    .form-row label {
      display: block;
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      color: var(--dark);
      margin-bottom: 8px;
    }

    .form-row input,
    .form-row select,
    .form-row textarea {
      width: 100%;
      font-family: var(--font-sans);
      font-size: 15px;
      font-weight: 400;
      padding: 14px 16px;
      border: 1px solid var(--border);
      border-radius: 0;
      background: var(--cream);
      color: var(--dark);
      transition: border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .form-row textarea {
      min-height: 120px;
      resize: vertical;
    }

    .form-row input:focus,
    .form-row select:focus,
    .form-row textarea:focus {
      outline: none;
      border-color: var(--gold);
      box-shadow: 0 1px 0 var(--border);
    }

    .form-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 16px;
      margin-top: 28px;
    }

    .form-actions .btn-primary {
      min-width: 180px;
    }

    .form-status {
      font-family: var(--font-sans);
      font-size: 13px;
      color: var(--gold);
      display: none;
    }

    .form-status.show {
      display: block;
    }

    .contact-social {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
      padding-top: 24px;
      border-top: 1px solid var(--border);
    }

    .contact-social span {
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 12px;
      color: var(--gray);
      width: 100%;
      margin-bottom: 4px;
    }

    footer {
      padding: 32px 72px 36px;
      border-top: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      align-items: stretch;
      max-width: 1440px;
      margin: 0 auto;
      width: 100%;
    }

    .footer-links {
      display: flex;
      gap: 32px;
      flex-wrap: wrap;
      align-items: center;
    }

    .footer-links a {
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      color: var(--gray);
      transition: color 0.25s ease;
    }

    .footer-links a:hover {
      color: var(--dark);
    }

    .footer-loc {
      font-size: 12px;
      color: #9a9588;
    }

    .reveal {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    .portfolio .portfolio-item {
      opacity: 0;
    }

    .portfolio.reveal.visible .portfolio-item {
      animation: fadeUp 0.75s ease forwards;
    }

    .portfolio.reveal.visible .portfolio-item:nth-child(1) {
      animation-delay: 0.05s;
    }

    .portfolio.reveal.visible .portfolio-item:nth-child(2) {
      animation-delay: 0.12s;
    }

    .portfolio.reveal.visible .portfolio-item:nth-child(3) {
      animation-delay: 0.19s;
    }

    .portfolio.reveal.visible .portfolio-item:nth-child(4) {
      animation-delay: 0.26s;
    }

    @media (max-width: 1100px) {
      .intro-band {
        grid-template-columns: 1fr;
        padding: 64px 48px;
        text-align: center;
      }

      .intro-text p {
        margin-inline: auto;
      }

      .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .services-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .service-col {
        border-inline-end: none;
      }

      .service-col:nth-child(odd) {
        border-inline-end: 1px solid var(--border);
      }

      .service-col:nth-child(-n + 2) {
        border-bottom: 1px solid var(--border);
      }

      .stats-inner {
        flex-direction: column;
        text-align: center;
      }

      .stats-copy {
        max-width: 100%;
      }

      .stats-divider {
        width: 100%;
        height: 1px;
        min-height: 0;
      }

      .stats-numbers {
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
      }

      .contact-inner {
        grid-template-columns: 1fr;
        gap: 48px;
      }

      .contact-visual {
        order: 1;
      }

      .contact-form-wrap {
        order: 2;
      }
    }

    @media (max-width: 768px) {
      nav {
        padding: 18px 24px;
      }

      .nav-inner {
        flex-direction: column;
        align-items: stretch;
      }

      .nav-links {
        justify-content: center;
        gap: 16px;
      }

      .intro-band {
        padding: 56px 24px;
      }

      .hero {
        padding: 100px 24px 64px;
      }

      .hero-watermark {
        font-size: 140px;
        bottom: -16px;
      }

      .hero-deco .deco-cam {
        width: 160px;
        opacity: 0.35;
        left: 4%;
      }

      .hero-deco .deco-ring {
        width: 100px;
        right: 4%;
        top: 22%;
      }

      .services,
      .portfolio {
        padding: 72px 24px;
      }

      .stats-strip {
        padding: 48px 24px;
      }

      .stats-deco {
        display: none;
      }

      .portfolio-grid {
        grid-template-columns: 1fr;
      }

      .contact-section {
        padding: 80px 24px 72px;
      }

      .contact-form {
        padding: 28px 22px;
      }

      footer {
        padding: 24px;
        text-align: center;
      }

      .footer-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      .footer-social {
        justify-content: center;
      }

      .footer-links {
        justify-content: center;
      }

      .services-grid {
        grid-template-columns: 1fr;
      }

      .service-col:not(:last-child) {
        border-inline-end: none;
        border-bottom: 1px solid var(--border);
      }

      .service-col:nth-child(odd) {
        border-inline-end: none;
      }

      .service-col:nth-child(-n + 2) {
        border-bottom: 1px solid var(--border);
      }

      .intro-corner-deco {
        display: none;
      }

      .services-float-deco {
        opacity: 0.22;
        width: min(175px, 72vw);
        top: 56px;
      }

      .hero-deco .deco-tripod,
      .hero-deco .deco-viewgrid {
        opacity: 0.18;
      }

      .hero-deco .deco-aperture {
        opacity: 0.22;
        width: min(105px, 24vw);
      }

      .portfolio-extra-deco svg {
        opacity: 0.3;
      }

      .contact-ambient-deco {
        opacity: 0.26;
        width: min(130px, 48vw);
        bottom: 14%;
      }
    }

    /* —— Focus, testimonials, mobile CTA, lightbox, gallery, form extras —— */
    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
    }

    .testimonial-strip {
      padding: 72px 72px;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      background: var(--white);
      max-width: 1440px;
      margin: 0 auto;
    }

    .testimonial-inner {
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
    }

    .testimonial-inner blockquote {
      font-family: var(--font-sans);
      font-weight: 300;
      font-size: clamp(17px, 2.2vw, 22px);
      line-height: 1.75;
      color: var(--dark);
    }

    .testimonial-inner cite {
      display: block;
      margin-top: 20px;
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold);
      font-style: normal;
    }

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 28px 40px;
      margin-top: 32px;
      opacity: 0.65;
    }

    .trust-row span {
      font-family: var(--font-sans);
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gray);
    }

    .mobile-cta-bar {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 200;
      padding: 12px 16px;
      background: var(--cream);
      border-top: 1px solid var(--border);
      box-shadow: 0 1px 0 var(--border);
      justify-content: center;
      gap: 12px;
    }

    .mobile-cta-bar a {
      flex: 1;
      text-align: center;
      font-family: var(--font-sans);
      font-weight: 700;
      font-size: 13px;
      padding: 12px;
      background: var(--gold);
      color: var(--white);
      max-width: 200px;
    }

    .mobile-cta-bar a.secondary {
      background: transparent;
      color: var(--dark);
      border: 1.5px solid var(--border);
    }

    body.has-mobile-bar {
      padding-bottom: 72px;
    }

    @media (max-width: 768px) {
      .mobile-cta-bar {
        display: flex;
      }

      body.has-mobile-bar {
        padding-bottom: 80px;
      }
    }

    .form-extras {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      margin-top: 16px;
    }

    .btn-secondary-action {
      font-family: var(--font-sans);
      font-weight: 600;
      font-size: 13px;
      padding: 10px 18px;
      border: 1px solid var(--border);
      background: var(--white);
      color: var(--dark);
      cursor: pointer;
      transition: border-color 0.2s, background 0.2s;
    }

    .btn-secondary-action:hover {
      border-color: var(--gold);
      background: var(--gold-light);
    }

    .form-hint {
      font-family: var(--font-sans);
      font-size: 12px;
      color: var(--gray);
      margin-top: 12px;
      line-height: 1.65;
    }

    .form-success-panel {
      display: none;
      margin-top: 16px;
      padding: 16px;
      border: 1px solid var(--gold);
      background: var(--gold-light);
      font-family: var(--font-sans);
      font-size: 13px;
      color: var(--dark);
    }

    .form-success-panel.show {
      display: block;
    }

    .media-thumb {
      position: relative;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background: var(--cream-2);
    }

    .media-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .media-thumb:hover img {
      transform: scale(1.04);
    }

    .media-thumb .ph {
      position: absolute;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      color: var(--gray);
      text-align: center;
      padding: 12px;
    }

    .media-thumb.broken .ph {
      display: flex;
    }

    .media-thumb.broken img {
      display: none;
    }

    .lightbox {
      position: fixed;
      inset: 0;
      z-index: 400;
      background: rgba(17, 17, 17, 0.92);
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
    }

    .lightbox.open {
      display: flex;
    }

    .lightbox img {
      max-width: 100%;
      max-height: 90vh;
      object-fit: contain;
    }

    .lightbox button.close {
      position: absolute;
      top: 16px;
      inset-inline-end: 16px;
      width: 44px;
      height: 44px;
      border: 1px solid var(--border);
      background: var(--cream);
      color: var(--dark);
      font-size: 22px;
      cursor: pointer;
      line-height: 1;
    }

    /* خلفية الهيرو على العنصر كامل العرض؛ المحتوى داخل work-hero-inner بحد أقصى 1440px */
    .page-work .work-hero {
      width: 100%;
      max-width: none;
      margin: 0;
    }

    .page-work .work-hero-inner {
      display: block;
      max-width: 42rem;
      margin: 0 auto;
      padding: 100px 72px 40px;
      box-sizing: border-box;
      text-align: center;
    }

    .page-work .work-hero-inner--text-only .work-hero-text {
      width: 100%;
    }

    .page-work .work-hero h1 {
      font-family: var(--font-sans);
      font-weight: 800;
      font-size: clamp(32px, 4vw, 48px);
    }

    .page-work .work-hero p {
      margin: 12px auto 0;
      color: var(--gray);
      font-weight: 300;
      max-width: 36rem;
      line-height: 1.65;
    }

    .work-gallery-wrap {
      margin: 0 auto;
    }

    .work-category-block {
      margin-bottom: 8px;
    }

    .work-category-title {
      font-family: var(--font-sans);
      font-weight: 800;
      font-size: clamp(22px, 2.8vw, 30px);
      padding: 32px 72px 0;
      max-width: 1600px;
      margin: 0 auto;
      color: var(--dark);
    }

    .work-media-sublabel {
      font-size: 12px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--gold);
      padding: 8px 72px 16px;
      max-width: 1600px;
      margin: 0 auto;
    }

    .masonry-grid--category {
      padding: 0 72px 100px;
    }

    .work-video-section {
      margin-top: 0;
    }

    .work-video-section > .section-label {
      padding: 24px 72px 0;
      max-width: 1200px;
      margin: 0 auto;
    }

    .work-video-lead {
      padding: 12px 72px 8px;
      max-width: 720px;
      margin: 0 auto;
      color: var(--gray);
      font-weight: 300;
      line-height: 1.65;
    }

    .masonry-grid {
      padding: 0 72px 100px;
      max-width: 1600px;
      margin: 0 auto;
      column-count: 4;
      column-gap: 8px;
    }

    .masonry-item {
      break-inside: avoid;
      margin-bottom: 8px;
      cursor: pointer;
    }

    .masonry-item:hover figure {
      filter: brightness(0.95);
    }

    .masonry-item:hover img {
      transform: scale(1.05);
    }

    .video-grid-page {
      padding: 0 72px 100px;
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 24px;
    }

    .video-card {
      border: 1px solid var(--border);
      background: var(--white);
      overflow: hidden;
      box-shadow: 0 1px 0 var(--border);
    }

    .video-card .ratio {
      aspect-ratio: 16 / 9;
      background: var(--dark);
    }

    .video-card iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    @media (max-width: 1100px) {
      .masonry-grid {
        column-count: 2;
      }
    }

    @media (max-width: 600px) {
      .masonry-grid {
        column-count: 1;
        padding: 0 24px 80px;
      }

      .page-work .work-hero-inner {
        padding: 88px 24px 32px;
      }

      .work-category-title,
      .work-media-sublabel {
        padding-inline: 24px;
      }

      .masonry-grid--category {
        padding: 0 24px 80px;
      }

      .work-video-lead {
        padding-inline: 24px;
      }

      .video-grid-page {
        padding: 0 24px 80px;
      }
    }

    @keyframes heroDrift {
      0%,
      100% {
        transform: translate(0, 0) rotate(0deg);
      }
      33% {
        transform: translate(0.5%, -1.2%) rotate(0.4deg);
      }
      66% {
        transform: translate(-0.4%, 0.8%) rotate(-0.25deg);
      }
    }

    .anim-hero-drift {
      animation: heroDrift 16s ease-in-out infinite;
    }

    .anim-delay-1 {
      animation-delay: -5s;
    }

    .anim-intro-float svg {
      animation: floatY 9s ease-in-out infinite;
    }

    .anim-float {
      animation: floatY 7s ease-in-out infinite;
    }

    .hero-deco .deco-dots,
    .hero-deco .deco-flash,
    .hero-deco .deco-film,
    .hero-deco .deco-aperture,
    .hero-deco .deco-viewgrid,
    .hero-deco .deco-tripod {
      animation: heroDrift 18s ease-in-out infinite;
    }

    .hero-deco .deco-flash {
      animation-delay: -6s;
    }

    .hero-deco .deco-film {
      animation-delay: -9s;
    }

    .hero-deco .deco-aperture {
      animation-delay: -3s;
    }

    .hero-deco .deco-viewgrid {
      animation-delay: -11s;
    }

    .hero-deco .deco-tripod {
      animation-delay: -7s;
    }

    /* width:100% ضروري مع body.theme-v0 (display:flex) وإلا يضيق العمود إلى min-content */
    .work-panel {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 0 24px;
      box-sizing: border-box;
    }

    .work-section-label {
      padding: 0 72px;
      margin-bottom: 12px !important;
    }

    .work-panel-lead {
      max-width: 720px;
      margin: 0 auto 28px;
      padding: 0 72px;
      color: var(--gray);
      font-weight: 300;
      line-height: 1.75;
    }

    .filter-chip {
      font-family: var(--font-sans);
      font-size: 13px;
      font-weight: 600;
      padding: 10px 18px;
      border: 1px solid var(--border);
      background: var(--white);
      color: var(--dark);
      cursor: pointer;
      transition: border-color 0.2s, background 0.2s, color 0.2s;
    }

    .filter-chip:hover {
      border-color: var(--gold);
      background: var(--gold-light);
    }

    .filter-chip.is-active {
      border-color: var(--gold);
      background: var(--gold-light);
      color: var(--dark);
      box-shadow: 0 1px 0 var(--border);
    }

    .filter-chip.is-disabled,
    .filter-chip:disabled {
      opacity: 0.45;
      cursor: not-allowed;
      pointer-events: none;
    }

    .work-results-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 18px;
      padding: 8px 72px 64px;
      max-width: 1600px;
      margin: 0 auto;
    }

    .work-tile {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 0;
      border: 1px solid var(--border);
      background: var(--white);
      cursor: pointer;
      text-align: start;
      transition: border-color 0.2s, box-shadow 0.2s;
    }

    .work-tile:hover {
      border-color: var(--gold);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    }

    .work-tile:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 2px;
    }

    .work-tile-media {
      display: block;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background: var(--cream-2);
    }

    .work-tile-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .work-tile-media--yt {
      position: relative;
    }

    .work-play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 1;
      pointer-events: none;
    }

    .work-tile-label {
      font-family: var(--font-sans);
      font-size: 13px;
      font-weight: 600;
      padding: 12px 14px;
      color: var(--dark);
    }

    .work-lb {
      position: fixed;
      inset: 0;
      z-index: 9999;
      background: rgba(10, 10, 12, 0.88);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s, visibility 0.2s;
    }

    .work-lb.is-open {
      opacity: 1;
      visibility: visible;
    }

    .work-lb-inner {
      position: relative;
      max-width: min(96vw, 1200px);
      max-height: 92vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    .work-lb--photo .work-lb-img {
      max-width: 100%;
      max-height: min(78vh, 900px);
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: 4px;
      box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
    }

    .work-lb-caption {
      color: rgba(255, 255, 255, 0.92);
      font-size: 15px;
      text-align: center;
      margin: 0;
      max-width: 720px;
    }

    .work-lb-close {
      position: absolute;
      top: -8px;
      right: -8px;
      z-index: 2;
      width: 44px;
      height: 44px;
      border: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      transition: background 0.2s;
    }

    .work-lb-close:hover {
      background: rgba(255, 255, 255, 0.22);
    }

    [dir="rtl"] .work-lb-close {
      right: auto;
      left: -8px;
    }

    .work-lb-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.35);
      color: #fff;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s;
    }

    .work-lb-nav:hover {
      background: rgba(0, 0, 0, 0.55);
      border-color: var(--gold);
    }

    .work-lb-prev {
      left: 8px;
    }

    .work-lb-next {
      right: 8px;
    }

    [dir="rtl"] .work-lb-prev {
      left: auto;
      right: 8px;
    }

    [dir="rtl"] .work-lb-next {
      right: auto;
      left: 8px;
    }

    .work-lb-inner--video {
      width: min(96vw, 960px);
      max-width: 100%;
    }

    .work-lb-ratio {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      border-radius: 6px;
      overflow: hidden;
      background: #000;
      box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
    }

    .work-lb-ratio .work-lb-iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .pager-btn {
      font-family: var(--font-sans);
      font-size: 13px;
      font-weight: 600;
      padding: 8px 16px;
      border: 1px solid var(--border);
      background: var(--cream-2);
      color: var(--dark);
      cursor: pointer;
    }

    .pager-btn:hover:not(:disabled) {
      border-color: var(--gold);
    }

    .pager-btn:disabled {
      opacity: 0.35;
      cursor: not-allowed;
    }

    .pager-nums {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      justify-content: center;
    }

    .pager-num {
      min-width: 40px;
      height: 40px;
      font-family: var(--font-sans);
      font-size: 13px;
      font-weight: 600;
      border: 1px solid var(--border);
      background: var(--white);
      color: var(--dark);
      cursor: pointer;
      transition: border-color 0.2s, background 0.2s;
    }

    .pager-num:hover {
      border-color: var(--gold);
    }

    .pager-num.is-active {
      border-color: var(--gold);
      background: var(--gold-light);
    }

    .wa-float-btn {
      position: fixed;
      z-index: 90;
      bottom: 88px;
      left: 24px;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: #25d366;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
      transition: transform 0.25s ease;
      text-decoration: none;
    }

    .wa-float-btn:hover {
      transform: scale(1.1);
    }

    @media (min-width: 769px) {
      .wa-float-btn {
        bottom: 32px;
      }
    }

    @media (max-width: 600px) {
      .work-panel-lead,
      .work-results-grid {
        padding-inline: 24px;
      }

      .work-results-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 12px;
        padding-bottom: 48px;
      }
    }

    /* —— v0-aligned home layout (index.html) —— */
    body.theme-v0 {
      background: var(--cream);
      color: var(--dark);
      min-height: 100vh;
      min-height: 100dvh;
      display: flex;
      flex-direction: column;
      margin: 0;
    }

    body.theme-v0 > footer.footer-v0 {
      margin-top: auto;
      margin-bottom: 0;
      flex-shrink: 0;
      width: 100%;
    }

    body.theme-v0 nav.nav-v0 {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 16px 24px;
      background: transparent;
      border-bottom: 1px solid transparent;
      transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      box-sizing: border-box;
    }

    body.theme-v0 nav.nav-v0.scrolled {
      background: color-mix(in srgb, var(--cream) 92%, transparent);
      backdrop-filter: blur(10px);
      border-bottom-color: var(--border);
    }

    body.theme-v0 .nav-v0-inner {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: nowrap;
    }

    @media (min-width: 768px) {
      body.theme-v0 .nav-v0-inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: clamp(16px, 2.5vw, 28px);
      }

      body.theme-v0 .nav-v0-links {
        flex: initial;
        justify-self: center;
        max-width: min(520px, 100%);
      }

      body.theme-v0 .nav-v0-actions {
        justify-self: end;
      }
    }

    body.theme-v0 .nav-v0 .logo-mark {
      flex-shrink: 0;
    }

    body.theme-v0 .nav-v0 .logo-mark img {
      height: 72px;
      width: auto;
      max-width: min(240px, 42vw);
      object-fit: contain;
    }

    @media (max-width: 767px) {
      body.theme-v0 .nav-v0 .logo-mark img {
        height: 52px;
        max-width: min(200px, 55vw);
      }
    }

    body.theme-v0 .nav-v0-links {
      display: none;
      align-items: center;
      justify-content: center;
      gap: clamp(20px, 3vw, 40px);
      flex: 1 1 auto;
      min-width: 0;
    }

    @media (min-width: 768px) {
      body.theme-v0 .nav-v0-links {
        display: flex;
      }
    }

    body.theme-v0 .nav-v0-links a:not(.nav-v0-cta):not(.lang-switch) {
      font-size: 14px;
      font-weight: 500;
      color: var(--gray);
      letter-spacing: 0;
      padding-bottom: 0;
    }

    body.theme-v0 .nav-v0-links a:not(.nav-v0-cta):not(.lang-switch)::after {
      display: none;
    }

    body.theme-v0 .nav-v0-links a:not(.nav-v0-cta):not(.lang-switch):hover {
      color: var(--dark);
    }

    body.theme-v0 .nav-v0-actions {
      display: none;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
      flex-shrink: 0;
    }

    @media (min-width: 768px) {
      body.theme-v0 .nav-v0-actions {
        display: flex;
      }
    }

    body.theme-v0 .nav-v0-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 24px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 999px;
      border: none;
      background: var(--gold);
      color: var(--white);
    }

    body.theme-v0 .nav-v0-cta:hover {
      filter: brightness(0.95);
      color: var(--white);
    }

    body.theme-v0 .lang-switch {
      border-radius: 999px;
      font-size: 13px;
    }

    body.theme-v0 .nav-v0-burger {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      padding: 0;
      border: none;
      background: transparent;
      color: var(--dark);
      cursor: pointer;
    }

    @media (min-width: 768px) {
      body.theme-v0 .nav-v0-burger {
        display: none;
      }
    }

    body.theme-v0 .nav-v0-mobile {
      display: none;
      position: fixed;
      top: 72px;
      left: 0;
      right: 0;
      z-index: 99;
      padding: 16px 24px 24px;
      background: var(--cream);
      border-bottom: 1px solid var(--border);
      flex-direction: column;
      gap: 12px;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    }

    body.theme-v0 .nav-v0-mobile.is-open {
      display: flex;
    }

    body.theme-v0 .nav-v0-mobile a {
      font-weight: 600;
      font-size: 15px;
      padding: 10px 0;
      color: var(--dark);
    }

    body.theme-v0 .hero-v0 {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 120px 24px 80px;
      overflow: hidden;
    }

    body.theme-v0 .hero-v0-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      background: var(--cream);
    }

    body.theme-v0 .hero-v0-gradient {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        270deg,
        var(--cream) 0%,
        color-mix(in srgb, var(--cream) 82%, transparent) 45%,
        color-mix(in srgb, var(--cream) 35%, transparent) 100%
      );
    }

    [dir="ltr"] body.theme-v0 .hero-v0-gradient {
      background: linear-gradient(
        90deg,
        var(--cream) 0%,
        color-mix(in srgb, var(--cream) 82%, transparent) 45%,
        color-mix(in srgb, var(--cream) 35%, transparent) 100%
      );
    }

    body.theme-v0 .hero-v0-inner {
      position: relative;
      z-index: 1;
      max-width: 960px;
      margin: 0 auto;
    }

    body.theme-v0 .hero-v0-logo {
      width: auto;
      height: clamp(160px, 28vw, 220px);
      margin: 0 auto 40px;
    }

    body.theme-v0 .hero-v0 h1 {
      font-size: clamp(1.75rem, 5vw, 3.75rem);
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.02em;
      color: var(--dark);
      margin-bottom: 24px;
    }

    body.theme-v0 .hero-v0 h1 .hero-v0-accent {
      color: var(--gold);
    }

    body.theme-v0 .hero-v0-lead {
      font-size: clamp(1rem, 2.2vw, 1.25rem);
      font-weight: 400;
      color: var(--gray);
      max-width: 42rem;
      margin: 0 auto 40px;
      line-height: 1.625;
    }

    body.theme-v0 .hero-v0-actions {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 16px;
    }

    @media (min-width: 640px) {
      body.theme-v0 .hero-v0-actions {
        flex-direction: row;
      }
    }

    body.theme-v0 .btn-v0-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 0 32px;
      font-size: 1rem;
      font-weight: 500;
      border-radius: 999px;
      border: none;
      background: var(--gold);
      color: var(--white);
      cursor: pointer;
      transition: filter 0.2s ease, transform 0.2s ease;
    }

    body.theme-v0 .btn-v0-primary:hover {
      filter: brightness(0.96);
      color: var(--white);
    }

    body.theme-v0 .btn-v0-primary svg {
      flex-shrink: 0;
      transition: transform 0.2s ease;
    }

    [dir="rtl"] body.theme-v0 .btn-v0-primary:hover svg {
      transform: translateX(-4px);
    }

    [dir="ltr"] body.theme-v0 .btn-v0-primary:hover svg {
      transform: translateX(-4px);
    }

    body.theme-v0 .btn-v0-outline {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 32px;
      font-size: 1rem;
      font-weight: 500;
      border-radius: 999px;
      border: 1px solid color-mix(in srgb, var(--dark) 20%, transparent);
      background: color-mix(in srgb, var(--cream) 40%, transparent);
      color: var(--dark);
      transition: background 0.2s ease;
    }

    body.theme-v0 .btn-v0-outline:hover {
      background: color-mix(in srgb, var(--dark) 5%, transparent);
    }

    body.theme-v0 .section-v0-muted {
      background: color-mix(in srgb, var(--cream-2) 90%, var(--cream));
    }

    body.theme-v0 .services-v0 {
      padding: 96px 24px;
    }

    body.theme-v0 .services-v0-inner {
      max-width: 1200px;
      margin: 0 auto;
    }

    /* رأس موحّد: خطوط متدرّجة + أيقونة عدسة + سطر ذهبي + عنوان */
    body.theme-v0 .section-v0-deco {
      direction: ltr;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(10px, 2.2vw, 16px);
      margin: 0 auto 14px;
      max-width: min(300px, 90vw);
    }

    body.theme-v0 .section-v0-deco__line {
      flex: 1;
      min-width: 1rem;
      max-width: 120px;
      height: 2px;
      border-radius: 1px;
    }

    body.theme-v0 .section-v0-deco__line:first-child {
      background: linear-gradient(
        90deg,
        transparent,
        color-mix(in srgb, var(--gold) 82%, transparent)
      );
    }

    body.theme-v0 .section-v0-deco__line:last-child {
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--gold) 82%, transparent),
        transparent
      );
    }

    body.theme-v0 .section-v0-deco__icon {
      display: flex;
      color: var(--gold);
      flex-shrink: 0;
      filter: drop-shadow(0 1px 3px color-mix(in srgb, var(--gold) 30%, transparent));
    }

    body.theme-v0 .section-v0-deco__tagline {
      margin: 0 auto 12px;
      max-width: 28rem;
      font-size: clamp(0.9rem, 2vw, 1.05rem);
      font-weight: 600;
      color: var(--gold);
      letter-spacing: 0.02em;
      line-height: 1.45;
      text-transform: none;
    }

    body.theme-v0 .section-v0-head {
      text-align: center;
    }

    body.theme-v0 .section-v0-head h2 {
      font-size: clamp(1.85rem, 4.5vw, 2.5rem);
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--dark);
      margin: 0 0 14px;
      line-height: 1.2;
    }

    body.theme-v0 .services-v0-head.section-v0-head {
      margin-bottom: clamp(32px, 5vw, 48px);
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
    }

    body.theme-v0 .services-v0-head__lead {
      margin: 0;
      font-size: clamp(0.95rem, 2.1vw, 1.08rem);
      line-height: 1.75;
      color: var(--gray);
      font-weight: 400;
    }

    /* Homepage / landing — five equal service cards (image + text) */
    body.theme-v0 .services-v0-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: clamp(12px, 2vw, 20px);
      margin-top: 40px;
      align-items: stretch;
    }

    body.theme-v0 .service-v0-card {
      display: flex;
      flex-direction: column;
      height: 100%;
      background: #fff;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid color-mix(in srgb, var(--border) 85%, transparent);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      text-decoration: none;
      color: inherit;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    body.theme-v0 .service-v0-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    }

    body.theme-v0 .service-v0-card:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
    }

    body.theme-v0 .service-v0-card__media {
      position: relative;
      aspect-ratio: 4 / 3;
      background: var(--cream-2);
      flex-shrink: 0;
    }

    body.theme-v0 .service-v0-card__media--icon {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(18px, 3.5vw, 30px);
      background: linear-gradient(
        155deg,
        color-mix(in srgb, var(--gold) 12%, var(--cream-2)) 0%,
        var(--cream-2) 45%,
        color-mix(in srgb, var(--white) 65%, var(--cream-2)) 100%
      );
      color: var(--gold);
    }

    body.theme-v0 .service-v0-illus {
      width: min(92px, 55%);
      height: auto;
      flex-shrink: 0;
      transition: transform 0.35s ease, color 0.25s ease;
    }

    body.theme-v0 .service-v0-card:hover .service-v0-card__media--icon {
      color: color-mix(in srgb, var(--gold) 88%, var(--dark));
    }

    body.theme-v0 .service-v0-card:hover .service-v0-illus {
      transform: scale(1.06);
    }

    body.theme-v0 .service-v0-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    body.theme-v0 .service-v0-card__body {
      padding: 16px 14px 18px;
      text-align: start;
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    body.theme-v0 .service-v0-card__title {
      font-size: clamp(0.9rem, 1.15vw, 1rem);
      font-weight: 700;
      line-height: 1.35;
      color: var(--dark);
      margin: 0;
    }

    body.theme-v0 .service-v0-card__desc {
      font-size: 12px;
      font-weight: 400;
      line-height: 1.65;
      color: var(--gray);
      margin: 0;
      flex: 1;
    }

    @media (max-width: 1100px) {
      body.theme-v0 .services-v0-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 560px) {
      body.theme-v0 .services-v0-grid {
        grid-template-columns: 1fr;
      }
    }

    /* Services — bento grid (5 tiles): مناطق صريحة + direction:ltr لتفادي انعكاس أعمدة RTL الذي يضيّق البطاقة الكبيرة */
    body.theme-v0 .services-bento {
      --bento-gap: 14px;
      --bento-radius: 16px;
      direction: ltr;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-template-rows:
        minmax(210px, min(28vw, 360px))
        minmax(210px, min(28vw, 360px))
        minmax(150px, min(22vw, 280px));
      grid-template-areas:
        "hero hero corp corp"
        "hero hero prod evt"
        "video video video video";
      gap: var(--bento-gap);
      margin-top: 40px;
      align-items: stretch;
    }

    body.theme-v0 .service-bento-card {
      position: relative;
      display: block;
      direction: rtl;
      border-radius: var(--bento-radius);
      overflow: hidden;
      background: var(--cream-2);
      border: 1px solid var(--border);
      min-height: 0;
      color: inherit;
      text-decoration: none;
      box-shadow: 0 1px 0 color-mix(in srgb, var(--border) 80%, transparent);
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    body.theme-v0 .service-bento-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    }

    body.theme-v0 .service-bento-card:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
    }

    body.theme-v0 .service-bento-card:nth-child(1) {
      grid-area: hero;
    }

    body.theme-v0 .service-bento-card:nth-child(2) {
      grid-area: corp;
    }

    body.theme-v0 .service-bento-card:nth-child(3) {
      grid-area: prod;
    }

    body.theme-v0 .service-bento-card:nth-child(4) {
      grid-area: evt;
    }

    body.theme-v0 .service-bento-card:nth-child(5) {
      grid-area: video;
    }

    body.theme-v0 .service-bento-card__media {
      position: absolute;
      inset: 0;
    }

    body.theme-v0 .service-bento-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.65s ease;
    }

    body.theme-v0 .service-bento-card:hover .service-bento-card__media img {
      transform: scale(1.04);
    }

    body.theme-v0 .service-bento-card__shade {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.12) 0%,
        transparent 42%,
        transparent 48%,
        rgba(0, 0, 0, 0.5) 100%
      );
      pointer-events: none;
    }

    body.theme-v0 .service-bento-card--compact .service-bento-card__shade {
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18) 0%,
        transparent 55%,
        rgba(0, 0, 0, 0.35) 100%
      );
    }

    body.theme-v0 .service-bento-card__title {
      position: absolute;
      top: 16px;
      inset-inline-start: 16px;
      inset-inline-end: 16px;
      max-width: 88%;
      font-size: clamp(0.95rem, 1.6vw, 1.15rem);
      font-weight: 700;
      line-height: 1.35;
      color: #fff;
      text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
      text-align: start;
      z-index: 1;
    }

    body.theme-v0 .service-bento-card--hero .service-bento-card__title {
      font-size: clamp(1.1rem, 2vw, 1.45rem);
      max-width: 85%;
    }

    body.theme-v0 .service-bento-card__desc {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 16px 16px 18px;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.95);
      text-align: start;
      text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
      z-index: 1;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
    }

    body.theme-v0 .service-bento-card__desc--short {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    body.theme-v0 .service-bento-card--compact .service-bento-card__title {
      font-size: clamp(0.88rem, 1.35vw, 1.05rem);
    }

    @media (max-width: 900px) {
      body.theme-v0 .services-bento {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-template-areas: none;
        gap: 12px;
      }

      body.theme-v0 .service-bento-card:nth-child(n) {
        grid-column: 1 / -1;
        grid-row: auto;
        grid-area: auto;
        min-height: 220px;
      }

      body.theme-v0 .service-bento-card--hero {
        min-height: 280px;
      }

      body.theme-v0 .service-bento-card--banner {
        min-height: 200px;
      }
    }

    body.theme-v0 .portfolio-v0 {
      position: relative;
      padding: clamp(72px, 11vw, 120px) 24px;
      overflow: hidden;
      background:
        radial-gradient(ellipse 90% 55% at 50% -10%, color-mix(in srgb, var(--gold) 14%, transparent), transparent 52%),
        linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 42%, color-mix(in srgb, var(--cream-2) 35%, var(--cream)) 100%);
    }

    body.theme-v0 .portfolio-v0::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(
        color-mix(in srgb, var(--gold) 7%, transparent) 1px,
        transparent 1px
      );
      background-size: 24px 24px;
      opacity: 0.45;
      pointer-events: none;
    }

    body.theme-v0 .portfolio-v0-inner {
      position: relative;
      z-index: 1;
      max-width: 1040px;
      margin: 0 auto;
      text-align: center;
    }

    body.theme-v0 .portfolio-v0-head.section-v0-head {
      margin: 0 auto clamp(28px, 5vw, 40px);
      max-width: 42rem;
    }

    body.theme-v0 .portfolio-v0-head.section-v0-head h2 {
      margin-bottom: 16px;
    }

    body.theme-v0 .portfolio-v0-lead {
      max-width: 38rem;
      margin: 0 auto;
      font-size: clamp(0.98rem, 2.1vw, 1.125rem);
      line-height: 1.75;
      color: var(--gray);
      font-weight: 400;
    }

    body.theme-v0 .portfolio-v0-lead strong {
      color: var(--gold);
      font-weight: 700;
    }

    /* معرض الصفحة الرئيسية: 5 صور — شبكة bento ثابتة (ترتيب عشوائي متسّق) */
    body.theme-v0 .portfolio-v0-mosaic--bento {
      direction: ltr;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-template-rows: repeat(3, minmax(96px, 14vw));
      grid-template-areas:
        "h h p2 p2"
        "h h p3 p3"
        "p4 p4 p5 p5";
      gap: clamp(8px, 1.5vw, 12px);
      max-width: min(760px, 94vw);
      margin: 0 auto clamp(22px, 4vw, 32px);
      padding: clamp(4px, 1vw, 6px);
      border-radius: 18px;
      background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--gold) 14%, var(--white)),
        color-mix(in srgb, var(--border) 35%, var(--white)) 50%,
        var(--white)
      );
      box-shadow:
        0 3px 0 color-mix(in srgb, var(--border) 75%, transparent),
        0 14px 36px rgba(0, 0, 0, 0.06);
    }

    body.theme-v0 .portfolio-v0-mosaic--bento .portfolio-v0-cell {
      margin: 0;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      background: var(--cream-2);
      min-height: 0;
    }

    body.theme-v0 .portfolio-v0-mosaic--bento .portfolio-v0-cell--p1 {
      grid-area: h;
    }

    body.theme-v0 .portfolio-v0-mosaic--bento .portfolio-v0-cell--p2 {
      grid-area: p2;
    }

    body.theme-v0 .portfolio-v0-mosaic--bento .portfolio-v0-cell--p3 {
      grid-area: p3;
    }

    body.theme-v0 .portfolio-v0-mosaic--bento .portfolio-v0-cell--p4 {
      grid-area: p4;
    }

    body.theme-v0 .portfolio-v0-mosaic--bento .portfolio-v0-cell--p5 {
      grid-area: p5;
    }

    body.theme-v0 .portfolio-v0-mosaic--bento .portfolio-v0-cell img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    body.theme-v0 .portfolio-v0-mosaic--bento .portfolio-v0-cell:hover img {
      transform: scale(1.05);
    }

    @media (max-width: 700px) {
      body.theme-v0 .portfolio-v0-mosaic--bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: minmax(120px, 32vw) minmax(120px, 32vw) minmax(100px, 28vw) minmax(100px, 28vw);
        grid-template-areas:
          "h h"
          "h h"
          "p2 p3"
          "p4 p5";
      }
    }

    body.theme-v0 .portfolio-v0-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 36px;
      font-size: 1.05rem;
      font-weight: 600;
      color: var(--gold);
      text-decoration: none;
      border: 2px solid var(--gold);
      border-radius: 999px;
      background: color-mix(in srgb, var(--white) 92%, var(--gold-light));
      box-shadow: 0 6px 24px color-mix(in srgb, var(--gold) 12%, transparent);
      transition:
        background 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
    }

    body.theme-v0 .portfolio-v0-cta:hover {
      background: var(--gold);
      color: var(--white);
      transform: translateY(-2px);
      box-shadow: 0 12px 32px color-mix(in srgb, var(--gold) 38%, transparent);
    }

    body.theme-v0 .portfolio-v0-cta:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 4px;
    }

    body.theme-v0 .contact-v0 {
      padding: 96px 24px;
    }

    body.theme-v0 .contact-v0-inner {
      max-width: 42rem;
      margin: 0 auto;
    }

    body.theme-v0 .contact-v0-head.section-v0-head {
      margin-bottom: 48px;
    }

    body.theme-v0 .contact-v0-head.section-v0-head h2 {
      font-size: clamp(1.75rem, 4vw, 2.25rem);
      margin-bottom: 16px;
    }

    body.theme-v0 .contact-v0-head p {
      font-size: 1.125rem;
      color: var(--gray);
      line-height: 1.65;
    }

    body.theme-v0 .contact-v0 .contact-form {
      border-radius: 16px;
      border: 1px solid var(--border);
      background: var(--white);
      box-shadow: 0 1px 0 var(--border);
      padding: 32px;
    }

    body.theme-v0 .contact-v0 .form-row input,
    body.theme-v0 .contact-v0 .form-row select,
    body.theme-v0 .contact-v0 .form-row textarea {
      border-radius: 6px;
      background: var(--cream-2);
    }

    body.theme-v0 .contact-v0 .btn-primary {
      width: 100%;
      border-radius: 999px;
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    body.theme-v0 footer.footer-v0 {
      position: relative;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding: 0;
      border-top: none;
      background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--cream) 35%, var(--white)),
        color-mix(in srgb, var(--cream-2) 90%, var(--cream)) 50%,
        var(--cream-2)
      );
      box-shadow: inset 0 1px 0 color-mix(in srgb, var(--gold) 12%, transparent);
    }

    body.theme-v0 footer.footer-v0::before {
      content: "";
      display: block;
      height: 3px;
      background: linear-gradient(
        90deg,
        transparent,
        color-mix(in srgb, var(--gold) 55%, transparent) 35%,
        color-mix(in srgb, var(--gold) 40%, transparent) 50%,
        color-mix(in srgb, var(--gold) 55%, transparent) 65%,
        transparent
      );
    }

    body.theme-v0 .footer-v0-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: clamp(40px, 6vw, 56px) 24px 0;
      text-align: center;
    }

    body.theme-v0 .footer-v0-main {
      display: grid;
      gap: 0;
      grid-template-columns: 1fr;
      justify-items: center;
      align-items: start;
    }

    body.theme-v0 .footer-v0-brand {
      max-width: 42rem;
      margin-inline: auto;
      text-align: center;
    }

    body.theme-v0 .footer-v0-brand .logo-mark {
      display: inline-flex;
      justify-content: center;
    }

    body.theme-v0 .footer-v0-brand img {
      height: clamp(64px, 11vw, 96px);
      width: auto;
    }

    body.theme-v0 .footer-v0-tagline {
      color: var(--gray);
      line-height: 1.75;
      margin: 18px 0 0;
      font-size: clamp(0.95rem, 1.8vw, 1.06rem);
      text-align: center;
    }

    body.theme-v0 .footer-v0-social {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 22px;
      justify-content: center;
    }

    body.theme-v0 .footer-v0-social-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid color-mix(in srgb, var(--gold) 38%, var(--border));
      background: color-mix(in srgb, var(--white) 92%, var(--cream));
      color: var(--gold);
      text-decoration: none;
      transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    }

    body.theme-v0 .footer-v0-social-link:hover {
      background: color-mix(in srgb, var(--gold) 14%, var(--white));
      transform: translateY(-2px);
      box-shadow: 0 6px 18px color-mix(in srgb, var(--gold) 15%, transparent);
    }

    body.theme-v0 .footer-v0-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      margin-top: clamp(32px, 5vw, 44px);
      padding: clamp(28px, 4vw, 36px) 0 clamp(20px, 3vw, 28px);
      border-top: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
    }

    @media (min-width: 640px) {
      body.theme-v0 .footer-v0-cta {
        flex-direction: row;
        justify-content: center;
      }
    }

    body.theme-v0 .footer-v0-cta .btn-v0-primary,
    body.theme-v0 .footer-v0-cta .btn-v0-outline {
      min-height: 44px;
      padding: 10px 28px;
      font-size: 15px;
    }

    body.theme-v0 .footer-v0-bottom {
      max-width: 1200px;
      margin: 0 auto;
      padding: 24px 24px 40px;
      border-top: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
      text-align: center;
    }

    body.theme-v0 .footer-v0-bottom p {
      margin: 0;
      font-size: 13px;
      color: color-mix(in srgb, var(--gray) 92%, var(--dark));
      letter-spacing: 0.02em;
    }

    body.theme-v0 .footer-v0-bottom a {
      color: var(--gray);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    body.theme-v0 .footer-v0-bottom a:hover {
      color: var(--dark);
    }

    body.theme-v0 .mobile-cta-bar a {
      border-radius: 999px;
    }

    body.theme-v0.page-work .work-hero {
      background: color-mix(in srgb, var(--cream-2) 50%, var(--cream));
      border-bottom: 1px solid var(--border);
    }

    body.theme-v0.page-work .work-hero-inner {
      padding-top: 120px;
    }

    body.theme-v0.page-work .work-panel {
      background: var(--cream);
      padding-bottom: 64px;
      /* يطابق عرض حزمة التصنيف ويملأ عرض الشاشة تحت flex column */
      align-self: stretch;
      width: 100%;
      max-width: min(1680px, 100%);
      flex-shrink: 0;
    }

    @media (max-width: 600px) {
      body.theme-v0.page-work .work-hero-inner {
        padding: 100px 24px 32px;
      }
    }

    body.theme-v0 .work-categories-inner {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 48px clamp(16px, 4vw, 40px) 0;
      box-sizing: border-box;
    }

    /* شبكة التصنيفات: عرض كامل ضمن الحاوية + مربعات أوضح من نسخة الخدمات */
    body.theme-v0.page-work .work-categories-bento.services-bento {
      width: 100%;
      min-width: 0;
      --bento-gap: clamp(14px, 1.8vw, 22px);
      --bento-radius: clamp(16px, 2vw, 20px);
      grid-template-rows:
        minmax(260px, min(34vw, 440px))
        minmax(260px, min(34vw, 440px))
        minmax(200px, min(28vw, 340px));
    }

    @media (min-width: 1400px) {
      body.theme-v0.page-work .work-categories-bento.services-bento {
        grid-template-rows:
          minmax(280px, 380px)
          minmax(280px, 380px)
          minmax(220px, 300px);
      }
    }

    @media (max-width: 900px) {
      body.theme-v0.page-work .work-categories-bento.services-bento {
        grid-template-rows: none;
      }
    }

    body.theme-v0.page-work .work-categories-bento .service-bento-card--hero .service-bento-card__title {
      font-size: clamp(1.12rem, 2.4vw, 1.55rem);
    }

    body.theme-v0.page-work .work-categories-bento .service-bento-card__title {
      font-size: clamp(0.98rem, 1.85vw, 1.2rem);
    }

    body.theme-v0 .section-v0-deco--hero {
      max-width: min(280px, 88vw);
      margin-bottom: 8px;
    }

    body.theme-v0 .section-v0-deco--hero .section-v0-deco__icon svg {
      width: 36px;
      height: 36px;
    }

    body.theme-v0.page-work .work-hero-text .section-v0-deco__tagline,
    body.theme-v0.page-work-category .work-hero-text .section-v0-deco__tagline {
      margin-bottom: 10px;
    }

    body.theme-v0 .section-v0-deco--sm {
      gap: 10px;
      margin-bottom: 10px;
      max-width: min(240px, 85vw);
    }

    body.theme-v0 .section-v0-deco--sm .section-v0-deco__icon svg {
      width: 30px;
      height: 30px;
    }

    body.theme-v0 .section-v0-deco--sm + h2 {
      margin-top: 0;
    }

    body.theme-v0 .work-categories-head {
      margin-bottom: clamp(20px, 4vw, 32px);
    }

    body.theme-v0 .work-categories-head__title {
      font-size: clamp(1.35rem, 3.5vw, 1.85rem);
      font-weight: 700;
      margin: 0;
      color: var(--dark);
      letter-spacing: -0.02em;
      line-height: 1.25;
    }

    body.theme-v0 .service-bento-card__media--placeholder {
      background: linear-gradient(
        145deg,
        var(--cream-2),
        color-mix(in srgb, var(--gold) 22%, var(--cream-2))
      );
    }

    /* صفحة التصنيف: هيرو نص فقط، وسط */
    body.theme-v0.page-work-category .work-hero.work-category-hero .work-hero-text {
      min-width: 0;
    }

    body.theme-v0.page-work-category .work-hero.work-category-hero h1 {
      margin-bottom: 0.2em;
      line-height: 1.15;
    }

    body.theme-v0.page-work-category .work-category-empty {
      margin-top: 12px;
      color: var(--gray);
      font-size: 15px;
    }

    body.theme-v0.page-work-category .work-category-empty a {
      color: var(--gold);
      font-weight: 600;
    }

    body.theme-v0.page-work-category .work-category-bundle {
      padding-top: 32px;
      padding-inline: clamp(16px, 4vw, 32px);
      max-width: 1680px;
      margin-inline: auto;
      box-sizing: border-box;
    }

    body.theme-v0.page-work-category
      .work-category-block:not([hidden])
      + .work-category-block:not([hidden]) {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 1px solid var(--border);
    }

    body.theme-v0.page-work-category .work-results-grid {
      padding: 8px 24px 48px;
      max-width: 1600px;
      margin: 0 auto;
      gap: 22px;
      /* auto-fit يطوي الأعمدة الفارغة في RTL فيظهر المحتوى في الوسط بدل ترك فراغاً على اليسار */
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      justify-content: center;
    }

    /* بطاقات صور بدون شريط أرقام ملفات — نفس لمسة البطاقات في الرئيسية */
    body.theme-v0.page-work-category .work-tile.work-tile--media-only {
      border-radius: 14px;
      overflow: hidden;
      background: var(--white);
      box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    }

    body.theme-v0.page-work-category .work-tile.work-tile--media-only .work-tile-media {
      border-radius: 12px;
    }

    body.theme-v0.page-work-category .work-lb--photo .work-lb-caption {
      font-family: var(--font-sans);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.04em;
      color: color-mix(in srgb, var(--gold) 88%, #fff);
      margin-top: 16px;
    }

    body.theme-v0.page-work-category .work-category-media-head {
      margin-bottom: clamp(18px, 3vw, 26px);
      padding-inline: clamp(16px, 4vw, 32px);
    }

    body.theme-v0.page-work-category .work-category-media-head h2 {
      margin: 2px 0 0;
      font-size: clamp(1.2rem, 3.2vw, 1.65rem);
      font-weight: 700;
      letter-spacing: 0.1em;
      color: var(--dark);
    }

    body.theme-v0 .work-category-video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      padding: 8px 24px 56px;
      max-width: 1600px;
      margin: 0 auto;
      justify-content: center;
    }

    body.theme-v0.page-work-category .work-category-video-grid .work-tile--video {
      max-width: 480px;
      width: 100%;
      margin-inline: auto;
    }

    body.theme-v0 .work-category-video-card {
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: #0f0f10;
    }

    body.theme-v0 .work-category-video {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: contain;
      vertical-align: middle;
    }

    body.theme-v0 .work-category-video-caption {
      margin: 0;
      padding: 10px 14px 12px;
      font-size: 13px;
      font-weight: 600;
      color: var(--dark);
      background: var(--cream);
      font-family: var(--font-sans);
    }