/* BLUE STUDIO — Home V6.9
   Isolated homepage layer. Loaded after legacy/shared styles. */

:root {
  --home-ink: #061225;
  --home-ink-2: #0a1a31;
  --home-navy: #030b19;
  --home-navy-soft: #07162a;
  --home-blue: #147df5;
  --home-cyan: #20d8f3;
  --home-cyan-soft: #aaf5ff;
  --home-paper: #f7f9fc;
  --home-white: #ffffff;
  --home-muted: #66758b;
  --home-line: rgba(5, 25, 52, .11);
  --home-dark-line: rgba(255, 255, 255, .12);
  --home-shadow: 0 28px 80px rgba(5, 25, 52, .13);
  --home-radius-xl: 36px;
  --home-radius-lg: 28px;
  --home-radius-md: 20px;
  --home-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.home-v69 {
  margin: 0;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  color: var(--home-ink);
  background: var(--home-navy);
  font-family: "Cairo", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}
body.home-v69[dir="ltr"], html[dir="ltr"] body.home-v69 { font-family: "Manrope", "Cairo", system-ui, sans-serif; }
body.home-v69 img { display: block; max-width: 100%; }
body.home-v69 a { color: inherit; text-decoration: none; }
body.home-v69 button, body.home-v69 input, body.home-v69 select, body.home-v69 textarea { font: inherit; }
body.home-v69 main { display: block; }
body.home-v69 ::selection { color: #02101d; background: var(--home-cyan); }

.home-container { width: min(calc(100% - 48px), var(--home-container)); margin-inline: auto; }
.home-skip { position: fixed; z-index: 9999; inset-inline-start: 16px; top: -100px; padding: 12px 18px; border-radius: 12px; color: #03101f; background: #fff; transition: top .2s ease; }
.home-skip:focus { top: 16px; }

/* Header */
.home-v69 .home-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  border: 0;
  background: linear-gradient(180deg, rgba(2, 8, 20, .92), rgba(2, 8, 20, 0));
  transition: padding .25s ease, background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.home-v69 .home-header.scrolled {
  padding: 10px 0;
  background: rgba(3, 11, 25, .86);
  box-shadow: 0 12px 42px rgba(0, 0, 0, .25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.home-header__inner { display: flex; align-items: center; gap: 28px; min-height: 54px; }
.home-brand { flex: 0 0 auto; width: 104px; height: 48px; display: grid; place-items: center; overflow: hidden; }
.home-brand img { width: 108px; height: auto; filter: brightness(1.14); }
.home-v69 .home-nav { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.home-v69 .home-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 12px;
  color: rgba(255, 255, 255, .69);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}
.home-v69 .home-nav a:hover, .home-v69 .home-nav a.active { color: #fff; background: rgba(255, 255, 255, .075); }
.home-v69 .home-nav a.active::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 4px;
  left: 12px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--home-blue), var(--home-cyan));
}
.home-header__actions { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; }
.home-v69 .home-lang {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  font-size: 12px;
  font-weight: 700;
}
.home-lang__globe { color: var(--home-cyan); font-size: 16px; }
.home-cart {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
}
.home-cart svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.home-cart .rental-cart-count { position: absolute; top: -6px; inset-inline-end: -6px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 20px; color: #00111e; background: var(--home-cyan); font-size: 10px; }
.home-menu-toggle { display: none; }

/* Buttons */
.home-btn, .home-v69 .v4-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.home-btn::before, .home-v69 .v4-btn::before { content: ""; position: absolute; top: -50%; left: -40%; width: 35%; height: 200%; transform: rotate(24deg); background: rgba(255, 255, 255, .22); transition: left .45s ease; }
.home-btn:hover::before, .home-v69 .v4-btn:hover::before { left: 120%; }
.home-btn:hover, .home-v69 .v4-btn:hover { transform: translateY(-2px); }
.home-btn svg, .home-v69 .v4-btn svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.home-btn--primary, .home-v69 .v4-btn-primary { color: #031020 !important; background: linear-gradient(135deg, #26e4f6, #1689ff); box-shadow: 0 14px 35px rgba(24, 151, 255, .28); }
.home-btn--primary:hover, .home-v69 .v4-btn-primary:hover { box-shadow: 0 18px 45px rgba(24, 151, 255, .42); }
.home-btn--ghost { color: #fff !important; border-color: rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .055); backdrop-filter: blur(12px); }
.home-btn--ghost:hover { border-color: rgba(255, 255, 255, .34); background: rgba(255, 255, 255, .1); }
.home-btn--outline-light { color: #fff !important; border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .04); }
.home-btn--outline-light:hover { border-color: var(--home-cyan); background: rgba(32, 216, 243, .08); }
.home-btn--outline-dark { color: var(--home-ink) !important; border-color: rgba(6, 18, 37, .14); background: transparent; }
.home-btn--outline-dark:hover { border-color: var(--home-blue); background: #f4f9ff; }
.home-btn--light { color: var(--home-ink) !important; background: #fff; }
.home-btn--header { min-height: 42px; padding: 10px 15px; border-radius: 13px; font-size: 12px; }
.home-btn--large { min-height: 58px; padding: 16px 24px; border-radius: 18px; }
.home-btn--small, .home-v69 .v4-btn-sm { min-height: 43px; padding: 10px 15px; border-radius: 13px; font-size: 12px; }
.home-btn--wide { width: 100%; }

/* Hero */
.home-hero {
  position: relative;
  min-height: 900px;
  padding: 142px 0 36px;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(16, 123, 243, .22), transparent 30%),
    radial-gradient(circle at 15% 70%, rgba(32, 216, 243, .08), transparent 28%),
    linear-gradient(145deg, #020714 0%, #030b19 52%, #061830 100%);
}
.home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .38;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.home-hero::after { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; top: 80px; inset-inline-end: -290px; border: 1px solid rgba(32,216,243,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(32,216,243,.025), 0 0 0 210px rgba(32,216,243,.018); }
.home-hero__ambient { position: absolute; z-index: -1; width: 330px; height: 330px; inset-inline-start: -130px; bottom: 80px; border-radius: 50%; background: rgba(24, 137, 255, .16); filter: blur(90px); }
.home-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: clamp(46px, 6vw, 96px); }
.home-hero__content { position: relative; z-index: 3; }
.home-eyebrow { width: fit-content; display: inline-flex; align-items: center; gap: 10px; min-height: 36px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.74); background: rgba(255,255,255,.045); font-size: 12px; font-weight: 700; }
.home-live-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--home-cyan); box-shadow: 0 0 16px var(--home-cyan); }
.home-live-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(32,216,243,.45); border-radius: 50%; animation: homePulse 1.8s ease-out infinite; }
.home-hero__title { margin: 30px 0 22px; max-width: 700px; font-size: clamp(52px, 5.3vw, 84px); font-weight: 900; line-height: 1.03; letter-spacing: -.045em; }
.home-hero__title span, .home-hero__title strong { display: block; }
.home-hero__title strong { width: fit-content; color: transparent; background: linear-gradient(95deg, #fff 0%, var(--home-cyan-soft) 45%, #2b9cff 100%); -webkit-background-clip: text; background-clip: text; }
.home-hero__title span:last-child { margin-top: 10px; color: rgba(255,255,255,.83); font-size: .62em; line-height: 1.22; letter-spacing: -.025em; }
.home-hero__copy { max-width: 660px; margin: 0; color: rgba(228, 238, 251, .7); font-size: clamp(16px, 1.45vw, 19px); line-height: 1.95; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-play { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: #031020; background: #fff; font-size: 9px; padding-inline-start: 2px; }
.home-hero__trust { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 30px; }
.home-hero__trust span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.63); font-size: 12px; }
.home-hero__trust i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #00111f; background: var(--home-cyan); font-size: 11px; font-style: normal; }
.home-hero__trust b { font-weight: 650; }
.home-hero__visual { position: relative; min-height: 610px; }
.home-hero__frame { position: absolute; inset: 20px 0 40px 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 42px; background: #07152a; box-shadow: 0 60px 100px rgba(0,0,0,.42); transform: rotate(-1.8deg); }
html[dir="ltr"] .home-hero__frame { inset: 20px 42px 40px 0; transform: rotate(1.8deg); }
.home-hero__frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.03); transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.home-hero__frame:hover > img { transform: scale(1.035); }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,8,20,.05), rgba(2,8,20,.12) 45%, rgba(2,8,20,.72)); }
.home-hero__frame::before { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; pointer-events: none; }
.home-hero__frame-label { position: absolute; z-index: 3; inset-inline-start: 34px; bottom: 30px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(2,8,20,.56); backdrop-filter: blur(14px); }
.home-frame-label__mark { width: 12px; height: 38px; border-radius: 99px; background: linear-gradient(to bottom, var(--home-cyan), var(--home-blue)); box-shadow: 0 0 22px rgba(32,216,243,.45); }
.home-hero__frame-label small, .home-hero__frame-label strong { display: block; }
.home-hero__frame-label small { color: rgba(255,255,255,.57); font-size: 10px; }
.home-hero__frame-label strong { margin-top: 2px; font-family: "Manrope", sans-serif; font-size: 14px; }
.home-hero__counter { position: absolute; z-index: 3; top: 30px; inset-inline-end: 32px; display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 12px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(2,8,20,.48); backdrop-filter: blur(14px); }
.home-hero__counter small { color: rgba(255,255,255,.65); font-size: 10px; }
.home-hero__counter strong { grid-row: 1; grid-column: 2; color: var(--home-cyan); font-family: "Manrope", sans-serif; font-size: 24px; }
.home-hero__mini { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; width: 205px; padding: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 19px; background: rgba(5,17,35,.82); box-shadow: 0 20px 48px rgba(0,0,0,.32); backdrop-filter: blur(16px); }
.home-hero__mini img { flex: 0 0 62px; width: 62px; height: 64px; border-radius: 13px; object-fit: cover; }
.home-hero__mini strong, .home-hero__mini span { display: block; }
.home-hero__mini strong { color: #fff; font-family: "Manrope", "Cairo", sans-serif; font-size: 13px; }
.home-hero__mini span { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 10px; }
.home-hero__mini--portrait { top: 4px; inset-inline-start: -28px; transform: rotate(3deg); }
.home-hero__mini--product { inset-inline-end: -26px; bottom: 7px; transform: rotate(-3deg); }
.home-hero__orbit { position: absolute; z-index: -1; inset-inline-start: -32px; bottom: 25px; width: 160px; height: 160px; border: 1px dashed rgba(32,216,243,.26); border-radius: 50%; animation: homeSpin 18s linear infinite; }
.home-hero__orbit span { position: absolute; width: 9px; height: 9px; top: -5px; left: 50%; border-radius: 50%; background: var(--home-cyan); box-shadow: 0 0 20px var(--home-cyan); }
.home-hero__ticker { margin-top: 44px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.home-hero__ticker-track { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-width: max-content; padding: 17px 4px; color: rgba(255,255,255,.44); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.home-hero__ticker-track i { color: var(--home-cyan); font-style: normal; font-size: 10px; }

/* Sections */
.home-section { position: relative; padding: 118px 0; }
.home-section--light { background: #fff; }
.home-section--soft { background: var(--home-paper); }
.home-section--dark { color: #fff; background: var(--home-navy); }
.home-section--navy { color: #fff; background: linear-gradient(145deg, #061428, #020915); }
.home-section__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.home-section__head > div:first-child { max-width: 780px; }
.home-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--home-blue); font-size: 12px; font-weight: 900; letter-spacing: .03em; }
.home-kicker::before { content: ""; width: 34px; height: 2px; border-radius: 20px; background: linear-gradient(90deg, var(--home-blue), var(--home-cyan)); }
.home-kicker--dark { color: var(--home-cyan); }
.home-title { margin: 15px 0 12px; max-width: 820px; color: var(--home-ink); font-size: clamp(35px, 4vw, 58px); font-weight: 900; line-height: 1.18; letter-spacing: -.035em; }
.home-title--dark { color: #fff; }
.home-copy { max-width: 710px; margin: 0; color: var(--home-muted); font-size: 15px; line-height: 1.9; }
.home-copy--dark { color: rgba(224,235,248,.61); }
.home-text-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(6,18,37,.28); color: var(--home-ink); font-size: 13px; font-weight: 800; transition: color .2s ease, border-color .2s ease; }
.home-text-link:hover { color: var(--home-blue); border-color: var(--home-blue); }

/* Services */
.home-service-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.home-service-card { position: relative; grid-column: span 5; min-height: 390px; overflow: hidden; border-radius: var(--home-radius-lg); background: #09152a; box-shadow: 0 18px 55px rgba(4,20,40,.12); isolation: isolate; }
.home-service-card--wide { grid-column: span 7; }
.home-service-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.home-service-card__veil { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(2,8,20,.06) 15%, rgba(2,8,20,.35) 54%, rgba(2,8,20,.94) 100%); transition: background .35s ease; }
.home-service-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.home-service-card:hover .home-service-card__veil { background: linear-gradient(180deg, rgba(2,8,20,.02), rgba(2,8,20,.26) 48%, rgba(2,8,20,.92)); }
.home-service-card__index { position: absolute; top: 22px; inset-inline-end: 24px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(2,8,20,.25); font-family: "Manrope", sans-serif; font-size: 11px; backdrop-filter: blur(10px); }
.home-service-card__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px; color: #fff; }
.home-service-card__tag { display: inline-flex; margin-bottom: 10px; color: var(--home-cyan); font-size: 11px; font-weight: 800; }
.home-service-card h3 { max-width: 600px; margin: 0; font-size: clamp(23px, 2.3vw, 34px); font-weight: 900; line-height: 1.28; }
.home-service-card p { max-width: 600px; margin: 10px 0 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.75; }
.home-service-card__link { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.14); color: #fff; font-size: 12px; }
.home-service-card__link b { font-weight: 800; }
.home-service-card__link i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #02101e; background: #fff; font-style: normal; transition: transform .25s ease, background .25s ease; }
.home-service-card:hover .home-service-card__link i { transform: rotate(45deg); background: var(--home-cyan); }

/* Work grid */
.home-work { overflow: hidden; }
.home-work::before { content: "WORK"; position: absolute; top: 18px; inset-inline-start: 3%; color: rgba(255,255,255,.024); font-family: "Manrope", sans-serif; font-size: clamp(120px, 22vw, 330px); font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.home-work-grid { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); grid-auto-rows: 220px; gap: 16px; }
.home-work-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: #0b1930; }
.home-work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(2,8,20,.88)); }
.home-work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.home-work-card:hover img { transform: scale(1.055); filter: saturate(1.12); }
.home-work-card--hero { grid-column: span 5; grid-row: span 2; }
.home-work-card--fashion { grid-column: span 4; grid-row: span 1; }
.home-work-card--car { grid-column: span 3; grid-row: span 1; }
.home-work-card--food { grid-column: span 3; grid-row: span 1; }
.home-work-card--video { grid-column: span 4; grid-row: span 1; }
.home-work-card__caption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; }
.home-work-card__caption span, .home-work-card__caption strong { display: block; }
.home-work-card__caption span { color: var(--home-cyan); font-size: 10px; font-weight: 800; }
.home-work-card__caption strong { margin-top: 5px; color: #fff; font-family: "Manrope", "Cairo", sans-serif; font-size: 18px; }
.home-work-card__play { position: absolute; z-index: 3; top: 20px; inset-inline-end: 20px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #02101e; background: #fff; font-size: 12px; padding-inline-start: 3px; }

/* Dynamic studio cards */
.home-studios-grid, .home-v69 .v4-studio-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.home-v69 .v4-studio-card { position: relative; overflow: hidden; border: 1px solid var(--home-line); border-radius: 26px; background: #fff; box-shadow: 0 18px 48px rgba(5,25,52,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.home-v69 .v4-studio-card:hover { transform: translateY(-7px); border-color: rgba(20,125,245,.28); box-shadow: var(--home-shadow); }
.home-v69 .v4-studio-media { position: relative; height: 245px; overflow: hidden; background: #09162a; }
.home-v69 .v4-studio-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,8,20,.55)); }
.home-v69 .v4-studio-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.home-v69 .v4-studio-card:hover .v4-studio-media img { transform: scale(1.04); }
.home-v69 .v4-studio-price { position: absolute; z-index: 2; bottom: 14px; inset-inline-start: 14px; max-width: calc(100% - 28px); padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; color: #fff; background: rgba(2,8,20,.62); font-size: 10px; font-weight: 750; backdrop-filter: blur(10px); }
.home-v69 .v4-studio-body { padding: 24px; }
.home-card-kicker { display: block; margin-bottom: 6px; color: var(--home-blue); font-size: 10px; font-weight: 850; }
.home-v69 .v4-studio-body h3 { margin: 0; color: var(--home-ink); font-size: 24px; font-weight: 900; }
.home-v69 .v4-studio-body p { min-height: 52px; margin: 9px 0 16px; color: var(--home-muted); font-size: 12px; line-height: 1.75; }
.home-v69 .v4-meta-row { display: flex; flex-wrap: wrap; gap: 7px; }
.home-v69 .v4-meta { padding: 6px 9px; border: 1px solid rgba(6,18,37,.08); border-radius: 99px; color: #4b5d74; background: #f5f8fc; font-size: 9px; font-weight: 750; }
.home-v69 .v62-studio-card-note { margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--home-line); color: #738096; font-size: 10px; }
.home-v69 .v4-studio-actions { margin-top: 18px; }
.home-v69 .v62-studio-loading, .home-v69 .v62-inline-alert { grid-column: 1/-1; padding: 28px; border: 1px solid var(--home-line); border-radius: 20px; background: #fff; }

/* Process */
.home-process .home-container { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.home-process__intro { position: sticky; top: 120px; }
.home-process__intro .home-btn { margin-top: 28px; }
.home-process__steps { position: relative; }
.home-process__steps::before { content: ""; position: absolute; top: 30px; bottom: 30px; inset-inline-start: 34px; width: 1px; background: linear-gradient(to bottom, var(--home-cyan), rgba(255,255,255,.1)); }
.home-process__step { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 0 0 40px; }
.home-process__step:last-child { padding-bottom: 0; }
.home-process__step > span { position: relative; z-index: 2; display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; color: var(--home-cyan); background: #07162a; box-shadow: 0 0 0 8px var(--home-navy); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.home-process__step div { padding: 7px 0 0; }
.home-process__step h3 { margin: 0; color: #fff; font-size: 22px; font-weight: 850; }
.home-process__step p { margin: 7px 0 0; color: rgba(224,235,248,.58); font-size: 13px; line-height: 1.75; }

/* Pricing */
.home-price-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.home-price-card { position: relative; display: flex; flex-direction: column; min-height: 510px; padding: 30px; overflow: hidden; border: 1px solid var(--home-line); border-radius: 28px; background: #fff; box-shadow: 0 18px 50px rgba(5,25,52,.07); }
.home-price-card--featured { color: #fff; border-color: rgba(32,216,243,.25); background: linear-gradient(145deg, #06182f, #020a18); box-shadow: 0 30px 70px rgba(3,18,40,.22); transform: translateY(-12px); }
.home-price-card--featured::before { content: ""; position: absolute; width: 230px; height: 230px; top: -130px; inset-inline-end: -80px; border-radius: 50%; background: rgba(32,216,243,.17); filter: blur(28px); }
.home-price-card__popular { position: absolute; top: 22px; inset-inline-end: 22px; padding: 6px 10px; border-radius: 99px; color: #00111f; background: var(--home-cyan); font-size: 9px; font-weight: 900; }
.home-price-card__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.home-price-card__head span { color: var(--home-blue); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.home-price-card--featured .home-price-card__head span { color: var(--home-cyan); }
.home-price-card__head small { color: #7a8798; font-size: 10px; }
.home-price-card--featured .home-price-card__head small { color: rgba(255,255,255,.5); }
.home-price-card h3 { margin: 0; color: var(--home-ink); font-size: 29px; font-weight: 900; }
.home-price-card--featured h3 { color: #fff; }
.home-price-card > p { min-height: 52px; margin: 9px 0 24px; color: var(--home-muted); font-size: 12px; line-height: 1.75; }
.home-price-card--featured > p { color: rgba(255,255,255,.59); }
.home-price-card__price { padding: 21px 0; border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.home-price-card--featured .home-price-card__price { border-color: rgba(255,255,255,.11); }
.home-price-card__price small, .home-price-card__price strong { display: block; }
.home-price-card__price small { color: #8792a1; font-size: 10px; }
.home-price-card__price strong { margin-top: 3px; color: var(--home-ink); font-family: "Manrope", "Cairo", sans-serif; font-size: 29px; font-weight: 850; }
.home-price-card--featured .home-price-card__price strong { color: var(--home-cyan); }
.home-price-card ul { display: grid; gap: 12px; margin: 23px 0 28px; padding: 0; list-style: none; }
.home-price-card li { position: relative; padding-inline-start: 25px; color: #536278; font-size: 12px; }
.home-price-card--featured li { color: rgba(255,255,255,.68); }
.home-price-card li::before { content: "✓"; position: absolute; inset-inline-start: 0; top: 0; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: #fff; background: var(--home-blue); font-size: 9px; }
.home-price-card--featured li::before { color: #00111f; background: var(--home-cyan); }
.home-price-card > .home-btn { margin-top: auto; }

/* Equipment */
.home-equipment { overflow: hidden; }
.home-equipment::before { content: ""; position: absolute; width: 650px; height: 650px; inset-inline-end: -350px; bottom: -350px; border-radius: 50%; background: rgba(20,125,245,.15); filter: blur(80px); }
.home-rail-actions { display: flex; align-items: center; gap: 8px; }
.home-rail-button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #fff; background: rgba(255,255,255,.05); cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.home-rail-button:hover { transform: translateY(-2px); border-color: var(--home-cyan); background: rgba(32,216,243,.08); }
.home-rail-actions--light .home-rail-button { color: var(--home-ink); border-color: var(--home-line); background: #fff; }
.home-rental-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 300px); gap: 15px; overflow-x: auto; padding: 10px 2px 24px; scrollbar-width: none; scroll-snap-type: x proximity; }
.home-rental-rail::-webkit-scrollbar { display: none; }
.home-v69 .home-rental-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; background: rgba(255,255,255,.05); scroll-snap-align: start; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.home-v69 .home-rental-card:hover { transform: translateY(-6px); border-color: rgba(32,216,243,.36); background: rgba(255,255,255,.075); }
.home-v69 .home-rental-card > a { display: block; }
.home-v69 .home-rental-image { position: relative; height: 210px; overflow: hidden; background: #0b1b34; }
.home-v69 .home-rental-image img { width: 100%; height: 100%; padding: 20px; object-fit: contain; transition: transform .4s ease; }
.home-v69 .home-rental-card:hover .home-rental-image img { transform: scale(1.04); }
.home-v69 .home-rental-image > span { position: absolute; top: 13px; inset-inline-start: 13px; padding: 6px 9px; border-radius: 99px; color: #00111f; background: var(--home-cyan); font-size: 8px; font-weight: 900; }
.home-v69 .home-rental-body { padding: 18px; }
.home-v69 .home-rental-body small { color: rgba(255,255,255,.42); font-size: 9px; }
.home-v69 .home-rental-body h3 { min-height: 42px; margin: 6px 0 15px; color: #fff; font-size: 15px; line-height: 1.45; }
.home-v69 .home-rental-body > div { display: flex; align-items: baseline; gap: 5px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.09); }
.home-v69 .home-rental-body strong { color: var(--home-cyan); font-family: "Manrope", "Cairo", sans-serif; font-size: 16px; }
.home-v69 .home-rental-body span { color: rgba(255,255,255,.48); font-size: 9px; }
.home-v69 .rental-card-skeleton { min-height: 330px; border-radius: 23px; background: linear-gradient(110deg, rgba(255,255,255,.035) 8%, rgba(255,255,255,.09) 18%, rgba(255,255,255,.035) 33%); background-size: 200% 100%; animation: homeShimmer 1.4s linear infinite; }
.home-equipment__cta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 30px; padding: 26px 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.045); }
.home-equipment__cta > div:first-child span, .home-equipment__cta > div:first-child strong { display: block; }
.home-equipment__cta > div:first-child span { color: var(--home-cyan); font-size: 10px; font-weight: 800; }
.home-equipment__cta > div:first-child strong { max-width: 620px; margin-top: 5px; color: #fff; font-size: 16px; }
.home-equipment__cta > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; }

/* Clients */
.home-clients .v5-client-stage { overflow: hidden; }
.home-clients .v5-client-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(180px, 1fr); gap: 12px; overflow-x: auto; padding: 4px 2px 18px; transform: none !important; scrollbar-width: none; scroll-snap-type: x proximity; }
.home-clients .v5-client-track::-webkit-scrollbar { display: none; }
.home-clients .v5-client-card { display: grid; place-items: center; min-height: 145px; padding: 22px; border: 1px solid var(--home-line); border-radius: 20px; background: #fff; scroll-snap-align: start; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.home-clients .v5-client-card:hover { transform: translateY(-4px); border-color: rgba(20,125,245,.28); box-shadow: 0 15px 35px rgba(5,25,52,.08); }
.home-clients .v5-client-card img { max-width: 112px; max-height: 42px; object-fit: contain; }
.home-clients .v5-client-card small { margin-top: 12px; color: #8994a4; font-size: 9px; text-align: center; }

/* Contact */
.home-contact { position: relative; padding: 120px 0; color: #fff; overflow: hidden; background: linear-gradient(145deg, #061931, #020814 68%); }
.home-contact::before { content: ""; position: absolute; width: 620px; height: 620px; top: -380px; inset-inline-start: -170px; border-radius: 50%; background: rgba(32,216,243,.15); filter: blur(75px); }
.home-contact::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; }
.home-contact__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; }
.home-contact__content h2 { max-width: 560px; margin: 17px 0 18px; color: #fff; font-size: clamp(40px, 4.5vw, 64px); font-weight: 900; line-height: 1.17; letter-spacing: -.04em; }
.home-contact__content > p { max-width: 580px; margin: 0; color: rgba(226,237,250,.63); font-size: 15px; line-height: 1.9; }
.home-contact__methods { display: grid; gap: 10px; margin-top: 36px; }
.home-contact__methods > * { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.home-contact__methods span { color: rgba(255,255,255,.42); font-size: 10px; }
.home-contact__methods strong { min-width: 0; color: #fff; font-family: "Manrope", "Cairo", sans-serif; font-size: 13px; font-weight: 650; overflow-wrap: anywhere; }
.home-brief { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; background: rgba(255,255,255,.075); box-shadow: 0 35px 80px rgba(0,0,0,.26); backdrop-filter: blur(18px); }
.home-brief__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.home-brief__head small { color: var(--home-cyan); font-size: 10px; font-weight: 850; }
.home-brief__head h3 { margin: 4px 0 0; color: #fff; font-size: 24px; font-weight: 900; }
.home-brief__head > span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 99px; color: rgba(255,255,255,.55); font-family: "Manrope", sans-serif; font-size: 9px; }
.home-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.home-field { display: grid; gap: 7px; }
.home-field--full { grid-column: 1/-1; }
.home-field label { color: rgba(255,255,255,.67); font-size: 10px; font-weight: 700; }
.home-v69 .home-brief .v4-input, .home-v69 .home-brief .v4-select, .home-v69 .home-brief .v4-textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; outline: none; color: #fff; background: rgba(2,8,20,.42); box-shadow: none; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.home-v69 .home-brief .v4-textarea { min-height: 105px; resize: vertical; }
.home-v69 .home-brief .v4-input::placeholder, .home-v69 .home-brief .v4-textarea::placeholder { color: rgba(255,255,255,.28); }
.home-v69 .home-brief .v4-select { color-scheme: dark; }
.home-v69 .home-brief .v4-input:focus, .home-v69 .home-brief .v4-select:focus, .home-v69 .home-brief .v4-textarea:focus { border-color: var(--home-cyan); background: rgba(2,8,20,.62); box-shadow: 0 0 0 4px rgba(32,216,243,.08); }
.home-btn--submit { margin-top: 16px; border: 0; }
.home-brief__note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 12px 0 0; color: rgba(255,255,255,.43); font-size: 9px; text-align: center; }
.home-brief__note > span:first-child { color: var(--home-cyan); }

/* Final CTA + footer */
.home-final-cta { padding: 0 0 70px; color: #fff; background: #020814; }
.home-final-cta__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 48px 52px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: linear-gradient(115deg, #0d68db, #0c9ee7 48%, #20d8f3); box-shadow: 0 30px 70px rgba(5,100,220,.26); }
.home-final-cta__inner::before { content: ""; position: absolute; width: 270px; height: 270px; inset-inline-end: -70px; top: -160px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.06), 0 0 0 110px rgba(255,255,255,.035); }
.home-final-cta__inner > * { position: relative; z-index: 2; }
.home-final-cta small { font-family: "Manrope", sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.home-final-cta h2 { max-width: 720px; margin: 8px 0 0; color: #fff; font-size: clamp(28px, 3.2vw, 44px); font-weight: 900; line-height: 1.25; }
.home-final-cta__inner > div:last-child { display: flex; flex-wrap: wrap; gap: 9px; }
.home-footer { padding: 75px 0 22px; color: #fff; background: #020814; border-top: 1px solid rgba(255,255,255,.08); }
.home-footer__main { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 65px; }
.home-footer__brand img { width: 125px; filter: brightness(1.12); }
.home-footer__brand p { max-width: 330px; margin: 18px 0 0; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.85; }
.home-footer h4 { margin: 0 0 18px; color: #fff; font-size: 13px; }
.home-footer nav { display: grid; gap: 11px; }
.home-footer nav a, .home-footer nav span { color: rgba(255,255,255,.48); font-size: 11px; transition: color .2s ease; overflow-wrap: anywhere; }
.home-footer nav a:hover { color: var(--home-cyan); }
.home-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: 9px; }
.home-footer .v53-social-links { display: flex; gap: 7px; margin-top: 10px; }
.home-footer .v53-social-links a { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #fff; font-family: "Manrope", sans-serif; font-size: 8px; }

/* WhatsApp injected by site-content.js */
.home-v69 .v53-whatsapp { position: fixed; z-index: 900; inset-inline-end: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; min-height: 50px; padding: 9px 14px 9px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: #16a766; box-shadow: 0 16px 38px rgba(0,0,0,.25); }
.home-v69 .v53-whatsapp-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: rgba(255,255,255,.16); }
.home-v69 .v53-whatsapp-icon svg { width: 21px; fill: currentColor; }
.home-v69 .v53-whatsapp-copy { font-size: 10px; font-weight: 800; }

/* Reveals */
.js .home-v69 .v4-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .home-v69 .v4-reveal.is-visible { opacity: 1; transform: none; }

@keyframes homePulse { from { opacity: .8; transform: scale(.65); } to { opacity: 0; transform: scale(1.45); } }
@keyframes homeSpin { to { transform: rotate(360deg); } }
@keyframes homeShimmer { to { background-position-x: -200%; } }

/* LTR corrections */
html[dir="ltr"] .home-hero__title, html[dir="ltr"] .home-title { letter-spacing: -.05em; }
html[dir="ltr"] .home-hero__ticker-track { direction: ltr; }

/* Responsive */
@media (max-width: 1180px) {
  .home-v69 .home-nav { gap: 1px; }
  .home-v69 .home-nav a { padding-inline: 8px; font-size: 11px; }
  .home-v69 .home-lang span:last-child { display: none; }
  .home-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .home-hero__title { font-size: clamp(48px, 5.5vw, 72px); }
  .home-hero__mini { width: 180px; }
  .home-section { padding: 98px 0; }
}

@media (max-width: 980px) {
  .home-container { width: min(calc(100% - 34px), var(--home-container)); }
  .home-v69 .home-header { padding: 12px 0; }
  .home-header__inner { gap: 12px; }
  .home-brand { width: 94px; }
  .home-menu-toggle { order: 3; display: grid; place-content: center; gap: 4px; width: 43px; height: 43px; margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: #fff; background: rgba(255,255,255,.055); }
  .home-menu-toggle span { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
  .home-v69 .home-nav { position: fixed; top: 76px; right: 17px; left: 17px; display: grid; gap: 3px; max-height: calc(100vh - 96px); padding: 12px; overflow-y: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(3,11,25,.97); box-shadow: 0 25px 70px rgba(0,0,0,.45); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .home-v69 .home-nav.open, .home-v69 .home-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .home-v69 .home-nav a { min-height: 46px; padding: 10px 14px; font-size: 13px; }
  .home-v69 .home-nav a.active::after { display: none; }
  .home-header__actions { margin-inline-start: auto; }
  .home-btn--header { display: none; }
  .home-hero { min-height: 0; padding-top: 125px; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 55px; }
  .home-hero__content { max-width: 760px; }
  .home-hero__visual { min-height: 590px; }
  .home-hero__frame { inset-inline: 25px; }
  html[dir="ltr"] .home-hero__frame { inset-inline: 25px; }
  .home-hero__mini--portrait { inset-inline-start: 0; }
  .home-hero__mini--product { inset-inline-end: 0; }
  .home-section__head { align-items: start; }
  .home-service-card, .home-service-card--wide { grid-column: span 6; }
  .home-work-grid { grid-auto-rows: 200px; }
  .home-work-card--hero { grid-column: span 7; }
  .home-work-card--fashion { grid-column: span 5; }
  .home-work-card--car, .home-work-card--food, .home-work-card--video { grid-column: span 4; }
  .home-studios-grid, .home-v69 .v4-studio-grid { grid-template-columns: 1fr 1fr; }
  .home-process .home-container { grid-template-columns: 1fr; gap: 55px; }
  .home-process__intro { position: static; max-width: 740px; }
  .home-price-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .home-price-card { min-height: 0; }
  .home-price-card--featured { transform: none; }
  .home-contact__grid { grid-template-columns: 1fr; gap: 48px; }
  .home-contact__content { max-width: 760px; }
  .home-footer__main { grid-template-columns: 1.4fr 1fr 1fr; }
  .home-footer__main > div:last-child { grid-column: 2/-1; }
}

@media (max-width: 700px) {
  .home-container { width: min(calc(100% - 26px), var(--home-container)); }
  .home-brand { width: 78px; height: 42px; }
  .home-brand img { width: 86px; }
  .home-v69 .home-lang { width: 40px; padding: 0; justify-content: center; }
  .home-cart, .home-menu-toggle { width: 40px; height: 40px; }
  .home-hero { padding: 110px 0 28px; }
  .home-hero::after { display: none; }
  .home-eyebrow { font-size: 9px; }
  .home-hero__title { margin-top: 23px; font-size: clamp(42px, 13vw, 58px); }
  .home-hero__title span:last-child { font-size: .56em; }
  .home-hero__copy { font-size: 14px; line-height: 1.85; }
  .home-hero__actions { display: grid; grid-template-columns: 1fr; }
  .home-btn--large { width: 100%; min-height: 54px; }
  .home-hero__trust { gap: 12px; }
  .home-hero__trust span { font-size: 10px; }
  .home-hero__visual { min-height: 430px; }
  .home-hero__frame { inset: 20px 6px 18px; border-radius: 27px; transform: none; }
  html[dir="ltr"] .home-hero__frame { inset: 20px 6px 18px; transform: none; }
  .home-hero__frame::before { inset: 11px; border-radius: 19px; }
  .home-hero__frame-label { inset-inline-start: 18px; bottom: 18px; padding: 9px 11px; }
  .home-hero__counter { top: 18px; inset-inline-end: 18px; }
  .home-hero__mini { width: 150px; padding: 7px; border-radius: 15px; }
  .home-hero__mini img { width: 50px; height: 50px; border-radius: 10px; }
  .home-hero__mini--portrait { top: 0; inset-inline-start: -5px; }
  .home-hero__mini--product { inset-inline-end: -5px; bottom: -4px; }
  .home-hero__orbit { display: none; }
  .home-hero__ticker { margin-top: 25px; }
  .home-hero__ticker-track { gap: 16px; overflow: hidden; font-size: 9px; }
  .home-section { padding: 78px 0; }
  .home-section__head { display: grid; gap: 25px; margin-bottom: 34px; }
  .home-title { margin-top: 12px; font-size: clamp(31px, 9.7vw, 43px); }
  .home-copy { font-size: 13px; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-card, .home-service-card--wide { grid-column: 1; min-height: 360px; }
  .home-service-card__content { padding: 23px; }
  .home-work-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .home-work-card--hero, .home-work-card--fashion, .home-work-card--car, .home-work-card--food, .home-work-card--video { grid-column: 1; grid-row: auto; }
  .home-studios-grid, .home-v69 .v4-studio-grid { grid-template-columns: 1fr; }
  .home-v69 .v4-studio-media { height: 230px; }
  .home-process__steps::before { inset-inline-start: 27px; }
  .home-process__step { grid-template-columns: 56px 1fr; gap: 17px; padding-bottom: 32px; }
  .home-process__step > span { width: 56px; height: 56px; border-radius: 17px; }
  .home-process__step h3 { font-size: 18px; }
  .home-price-card { padding: 24px; border-radius: 23px; }
  .home-rail-actions { flex-wrap: wrap; }
  .home-rail-actions .home-btn { width: 100%; margin-top: 5px; }
  .home-rental-rail { grid-auto-columns: minmax(245px, 82vw); }
  .home-equipment__cta { display: grid; padding: 22px; }
  .home-equipment__cta > div:last-child { display: grid; width: 100%; }
  .home-equipment__cta .home-btn { width: 100%; }
  .home-contact { padding: 82px 0; }
  .home-contact__content h2 { font-size: clamp(36px, 11vw, 48px); }
  .home-contact__methods > * { grid-template-columns: 82px minmax(0,1fr); }
  .home-brief { padding: 22px; border-radius: 23px; }
  .home-form-grid { grid-template-columns: 1fr; }
  .home-field--full { grid-column: 1; }
  .home-final-cta { padding-bottom: 45px; }
  .home-final-cta__inner { display: grid; padding: 32px 24px; border-radius: 24px; }
  .home-final-cta__inner > div:last-child { display: grid; width: 100%; }
  .home-final-cta__inner .home-btn { width: 100%; }
  .home-footer { padding-top: 55px; }
  .home-footer__main { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .home-footer__brand { grid-column: 1/-1; }
  .home-footer__main > div:last-child { grid-column: auto; }
  .home-footer__bottom { display: grid; text-align: center; }
  .home-v69 .v53-whatsapp { width: 50px; height: 50px; padding: 9px; justify-content: center; }
  .home-v69 .v53-whatsapp-copy { display: none; }
}

@media (max-width: 420px) {
  .home-header__actions { gap: 5px; }
  .home-hero__visual { min-height: 390px; }
  .home-hero__mini { width: 137px; }
  .home-hero__mini span { display: none; }
  .home-footer__main { grid-template-columns: 1fr; }
  .home-footer__brand, .home-footer__main > div:last-child { grid-column: 1; }
}

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

.js .home-v69 [data-home-studios-grid] .v4-reveal { opacity: 1; transform: none; }

/* =========================================================
   BLUE STUDIO HOME — V6.9.1 corrective pass
   Fixes: mobile overflow, overlong stacking, empty previews,
   mixed-direction contact data, and excessive vertical rhythm.
   ========================================================= */
[hidden] { display: none !important; }

.home-v69 .home-hero {
  min-height: 790px;
  padding: 120px 0 28px;
}
.home-v69 .home-hero__grid {
  grid-template-columns: minmax(0, .96fr) minmax(470px, 1.04fr);
  gap: clamp(38px, 5vw, 72px);
}
.home-v69 .home-hero__title {
  max-width: 650px;
  margin: 25px 0 18px;
  font-size: clamp(50px, 4.8vw, 74px);
  line-height: 1.07;
}
.home-v69 .home-hero__title span:last-child {
  margin-top: 7px;
  font-size: .7em;
}
.home-v69 .home-hero__copy {
  max-width: 610px;
  line-height: 1.85;
}
.home-v69 .home-hero__actions { margin-top: 27px; }
.home-v69 .home-hero__trust { margin-top: 23px; }
.home-v69 .home-hero__visual { min-height: 530px; }
.home-v69 .home-hero__frame {
  inset: 8px 0 20px 24px;
  border-radius: 34px;
  transform: rotate(-1deg);
}
html[dir="ltr"] .home-v69 .home-hero__frame {
  inset: 8px 24px 20px 0;
  transform: rotate(1deg);
}
.home-v69 .home-hero__frame::before { inset: 14px; border-radius: 23px; }
.home-v69 .home-hero__ticker { margin-top: 30px; }

.home-v69 .home-section { padding: 94px 0; }
.home-v69 .home-section__head { margin-bottom: 40px; }
.home-v69 .home-title { font-size: clamp(34px, 3.5vw, 52px); }
.home-v69 .home-service-card { min-height: 360px; }
.home-v69 .home-work-grid { grid-auto-rows: 205px; }
.home-v69 .home-price-card { min-height: 470px; }

/* Phone numbers and emails must stay readable inside RTL layouts. */
.home-v69 [data-public-phone],
.home-v69 [data-public-email],
.home-v69 [data-home-contact-link="phone"] strong,
.home-v69 [data-home-contact-link="email"] strong {
  direction: ltr;
  unicode-bidi: isolate;
}
html[dir="rtl"] .home-v69 .home-contact__methods strong {
  text-align: right;
}

/* Dynamic rails should never show an empty block while APIs load. */
.home-v69 .home-rental-rail:empty::before {
  content: "المعدات متاحة من كتالوج الإيجار";
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.04);
}
html[dir="ltr"] .home-v69 .home-rental-rail:empty::before { content: "Equipment is available in the rental catalog"; }

@media (max-width: 1180px) {
  .home-v69 .home-hero { min-height: 720px; }
  .home-v69 .home-hero__grid { grid-template-columns: .96fr 1.04fr; gap: 34px; }
  .home-v69 .home-hero__visual { min-height: 500px; }
}

@media (max-width: 980px) {
  .home-v69 .home-hero { padding-top: 112px; }
  .home-v69 .home-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .home-v69 .home-hero__content { max-width: 720px; }
  .home-v69 .home-hero__visual { min-height: 470px; }
  .home-v69 .home-hero__frame,
  html[dir="ltr"] .home-v69 .home-hero__frame { inset: 8px 18px 12px; }
  .home-v69 .home-section { padding: 82px 0; }
}

@media (max-width: 700px) {
  .home-v69 .home-header { padding: 10px 0; background: rgba(3,11,25,.9); backdrop-filter: blur(15px); }
  .home-v69 .home-header.scrolled { padding: 8px 0; }
  .home-v69 .home-header__inner { min-height: 46px; }
  .home-v69 .home-brand { width: 78px; }
  .home-v69 .home-header__actions { gap: 6px; }
  .home-v69 .home-lang,
  .home-v69 .home-cart,
  .home-v69 .home-menu-toggle { width: 39px; height: 39px; min-height: 39px; border-radius: 12px; }

  .home-v69 .home-hero {
    min-height: 0;
    padding: 92px 0 24px;
  }
  .home-v69 .home-hero__grid { gap: 25px; }
  .home-v69 .home-hero__content { text-align: center; }
  .home-v69 .home-eyebrow { margin-inline: auto; padding: 7px 10px; font-size: 9px; }
  .home-v69 .home-hero__title {
    max-width: 360px;
    margin: 18px auto 15px;
    font-size: clamp(39px, 11.6vw, 48px);
    line-height: 1.12;
    letter-spacing: -.035em;
  }
  .home-v69 .home-hero__title strong { margin-inline: auto; }
  .home-v69 .home-hero__title span:last-child { margin-top: 2px; font-size: .68em; }
  .home-v69 .home-hero__copy { max-width: 360px; margin-inline: auto; font-size: 13px; line-height: 1.8; }
  .home-v69 .home-hero__actions { gap: 9px; margin-top: 21px; }
  .home-v69 .home-btn--large { min-height: 51px; padding-block: 13px; }
  .home-v69 .home-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 6px;
    margin-top: 17px;
  }
  .home-v69 .home-hero__trust span {
    justify-content: center;
    gap: 5px;
    min-width: 0;
    font-size: 9px;
  }
  .home-v69 .home-hero__trust i { width: 17px; height: 17px; font-size: 9px; }
  .home-v69 .home-hero__visual { min-height: 315px; }
  .home-v69 .home-hero__frame,
  html[dir="ltr"] .home-v69 .home-hero__frame {
    inset: 0;
    border-radius: 24px;
    transform: none;
  }
  .home-v69 .home-hero__frame::before { inset: 9px; border-radius: 17px; }
  .home-v69 .home-hero__frame-label { inset-inline-start: 14px; bottom: 14px; padding: 8px 10px; border-radius: 13px; }
  .home-v69 .home-frame-label__mark { width: 8px; height: 29px; }
  .home-v69 .home-hero__counter { top: 14px; inset-inline-end: 14px; padding: 8px 10px; border-radius: 12px; }
  .home-v69 .home-hero__counter strong { font-size: 20px; }
  .home-v69 .home-hero__ticker { display: none; }

  .home-v69 .home-section { padding: 64px 0; }
  .home-v69 .home-section__head { gap: 17px; margin-bottom: 26px; }
  .home-v69 .home-title { max-width: 350px; font-size: clamp(29px, 8.7vw, 37px); line-height: 1.22; }
  .home-v69 .home-copy { max-width: 350px; font-size: 12px; line-height: 1.8; }
  .home-v69 .home-text-link { width: 100%; justify-content: space-between; }

  /* Horizontal swipe rails replace very long mobile stacks. */
  .home-v69 .home-service-grid,
  .home-v69 .home-work-grid,
  .home-v69 .home-studios-grid,
  .home-v69 .v4-studio-grid,
  .home-v69 .home-price-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(276px, 86vw);
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-inline: -13px;
    padding: 4px 13px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .home-v69 .home-service-grid::-webkit-scrollbar,
  .home-v69 .home-work-grid::-webkit-scrollbar,
  .home-v69 .home-studios-grid::-webkit-scrollbar,
  .home-v69 .v4-studio-grid::-webkit-scrollbar,
  .home-v69 .home-price-grid::-webkit-scrollbar { display: none; }

  .home-v69 .home-service-card,
  .home-v69 .home-service-card--wide {
    grid-column: auto;
    min-height: 330px;
    border-radius: 23px;
    scroll-snap-align: center;
  }
  .home-v69 .home-service-card__content { padding: 21px; }
  .home-v69 .home-service-card h3 { font-size: 23px; }

  .home-v69 .home-work-grid { grid-auto-rows: 288px; }
  .home-v69 .home-work-card--hero,
  .home-v69 .home-work-card--fashion,
  .home-v69 .home-work-card--car,
  .home-v69 .home-work-card--food,
  .home-v69 .home-work-card--video {
    grid-column: auto;
    grid-row: auto;
    min-height: 288px;
    scroll-snap-align: center;
  }

  .home-v69 .v4-studio-card {
    width: auto;
    scroll-snap-align: center;
  }
  .home-v69 .v4-studio-media { height: 190px; }
  .home-v69 .v4-studio-body { padding: 20px; }
  .home-v69 .v4-studio-body p { min-height: 0; }

  /* Compact process cards instead of a tall vertical timeline. */
  .home-v69 .home-process .home-container { gap: 31px; }
  .home-v69 .home-process__steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .home-v69 .home-process__steps::before { display: none; }
  .home-v69 .home-process__step {
    display: block;
    min-height: 190px;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 19px;
    background: rgba(255,255,255,.045);
  }
  .home-v69 .home-process__step > span {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border-radius: 13px;
    box-shadow: none;
  }
  .home-v69 .home-process__step div { padding: 0; }
  .home-v69 .home-process__step h3 { font-size: 16px; line-height: 1.45; }
  .home-v69 .home-process__step p { font-size: 11px; }

  .home-v69 .home-price-grid { grid-auto-columns: minmax(285px, 88vw); align-items: stretch; }
  .home-v69 .home-price-card { min-height: 455px; padding: 23px; scroll-snap-align: center; }
  .home-v69 .home-price-card--featured { transform: none; }

  .home-v69 .home-rental-rail { grid-auto-columns: minmax(245px, 80vw); margin-inline: -13px; padding-inline: 13px; }
  .home-v69 .home-rental-image { height: 185px; }
  .home-v69 .home-equipment__cta { margin-top: 19px; }

  .home-v69 .home-contact { padding: 68px 0; }
  .home-v69 .home-contact__grid { gap: 34px; }
  .home-v69 .home-contact__content { text-align: center; }
  .home-v69 .home-contact__content .home-kicker { justify-content: center; }
  .home-v69 .home-contact__content h2 { max-width: 350px; margin-inline: auto; font-size: clamp(34px, 10vw, 43px); }
  .home-v69 .home-contact__content > p { max-width: 350px; margin-inline: auto; font-size: 12px; }
  .home-v69 .home-contact__methods { margin-top: 25px; text-align: start; }
  .home-v69 .home-contact__methods > * { grid-template-columns: 84px minmax(0,1fr); }
  .home-v69 .home-brief { padding: 20px; }

  .home-v69 .home-footer { padding-top: 48px; }
  .home-v69 .home-footer__bottom { margin-top: 35px; }
}

@media (max-width: 420px) {
  .home-v69 .home-container { width: min(calc(100% - 24px), var(--home-container)); }
  .home-v69 .home-hero__title { font-size: clamp(36px, 11vw, 43px); }
  .home-v69 .home-hero__visual { min-height: 285px; }
  .home-v69 .home-process__steps { grid-template-columns: 1fr; }
  .home-v69 .home-process__step { min-height: 0; }
  .home-v69 .home-service-grid,
  .home-v69 .home-work-grid,
  .home-v69 .home-studios-grid,
  .home-v69 .v4-studio-grid,
  .home-v69 .home-price-grid { margin-inline: -12px; padding-inline: 12px; }
}

@media (max-width: 700px) {
  .home-v69 .home-lang {
    position: relative;
    width: 44px;
    min-width: 44px;
    padding: 0;
    font-size: 0;
  }
  .home-v69 .home-lang > * { display: none !important; }
  .home-v69 .home-lang::after {
    content: "EN";
    color: #fff;
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
  }
  html[dir="ltr"] .home-v69 .home-lang::after { content: "AR"; }
  .home-v69 .home-cart { color: #fff !important; }
  .home-v69 .home-cart svg { stroke: #fff !important; opacity: .9; }
}

/* Dynamic portfolio collections — V6.10 */
.home-v69 .home-work-grid[data-home-portfolio-grid] { min-height: 456px; }
.home-v69 .home-work-card__fallback { position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.1);background:radial-gradient(circle at 25% 20%,rgba(32,216,243,.16),transparent 45%),linear-gradient(145deg,#0b2a4c,#03101f);font:900 clamp(62px,8vw,128px)/1 "Manrope","Cairo",sans-serif; }
.home-v69 .home-work-card__type,.home-v69 .home-work-card__videos { position:absolute;z-index:3;top:17px;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(255,255,255,.16);border-radius:99px;color:#fff;background:rgba(2,10,22,.58);backdrop-filter:blur(9px);font-size:8px;font-weight:800; }
.home-v69 .home-work-card__type { inset-inline-start:17px; }
.home-v69 .home-work-card__type i { width:6px;height:6px;border-radius:50%;background:var(--home-cyan);box-shadow:0 0 0 4px rgba(32,216,243,.13); }
.home-v69 .home-work-card__videos { inset-inline-end:17px; }
.home-v69 .home-work-card__videos b { color:var(--home-cyan);font:800 11px "Manrope",sans-serif; }
.home-v69 .home-work-card__avatar { position:absolute;z-index:4;inset-inline-start:20px;bottom:78px;display:grid;place-items:center;width:48px;height:48px;overflow:hidden;border:2px solid rgba(255,255,255,.92);border-radius:15px;background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.27); }
.home-v69 .home-work-card__avatar[data-type="person"] { border-radius:50%; }
.home-v69 .home-work-card__avatar img { width:100%;height:100%;object-fit:contain;padding:5px; }
.home-v69 .home-work-card__avatar[data-type="person"] img { object-fit:cover;padding:0; }
.home-v69 .home-work-card__caption small { display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px;color:rgba(255,255,255,.55);font-size:8px;font-weight:700; }
.home-v69 .home-work-card__caption small i { color:var(--home-cyan);font-style:normal;font-size:12px; }
.home-v69 .home-work-card__play { top:auto;right:auto;inset-inline-end:18px;bottom:19px;width:39px;height:39px;font-size:10px; }
.home-v69 .home-work-loading { position:relative;grid-column:span 4;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:24px;background:linear-gradient(100deg,#0a1b32 15%,#102947 35%,#0a1b32 55%);background-size:220% 100%;animation:home-work-shimmer 1.25s linear infinite; }
.home-v69 .home-work-loading:first-child { grid-column:span 5;grid-row:span 2; }
.home-v69 .home-work-loading:nth-child(2) { grid-column:span 4; }
.home-v69 .home-work-loading:nth-child(3) { grid-column:span 3; }
@keyframes home-work-shimmer { to { background-position:-220% 0; } }
.home-v69 .home-work-empty { grid-column:1/-1;display:flex;align-items:center;gap:18px;min-height:180px;padding:25px;border:1px dashed rgba(255,255,255,.16);border-radius:24px;color:#fff;background:rgba(255,255,255,.04); }
.home-v69 .home-work-empty>span { display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:17px;color:#03101e;background:var(--home-cyan);font-size:15px; }
.home-v69 .home-work-empty>div { min-width:0;flex:1; }
.home-v69 .home-work-empty strong { display:block;font-size:17px; }
.home-v69 .home-work-empty p { max-width:620px;margin:5px 0 0;color:rgba(255,255,255,.52);font-size:10px;line-height:1.8; }
.home-v69 .home-work-empty .home-btn { flex:0 0 auto; }
.home-v69 .home-work-empty--error>span { color:#fff;background:#c94f5d; }
@media(max-width:700px){
  .home-v69 .home-work-grid[data-home-portfolio-grid] { min-height:306px; }
  .home-v69 .home-work-loading,.home-v69 .home-work-loading:first-child,.home-v69 .home-work-loading:nth-child(2),.home-v69 .home-work-loading:nth-child(3){grid-column:auto;grid-row:auto;min-height:288px;scroll-snap-align:center;}
  .home-v69 .home-work-card__avatar{bottom:75px;width:43px;height:43px;}
  .home-v69 .home-work-empty{width:calc(100vw - 24px);min-height:240px;align-items:flex-start;flex-wrap:wrap;scroll-snap-align:center;}
  .home-v69 .home-work-empty .home-btn{width:100%;}
}

/* V6.10 portfolio cards: keep real covers above the generated fallback. */
.home-v69 .home-work-card > img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-v69 .home-work-card__fallback { z-index: 0; }
.home-v69 .home-work-card::after { z-index: 2; pointer-events: none; }
.home-v69 .home-work-card__caption,
.home-v69 .home-work-card__type,
.home-v69 .home-work-card__videos { z-index: 4; }
.home-v69 .home-work-card__avatar,
.home-v69 .home-work-card__play { z-index: 5; }
