﻿
    :root {
      --bg-page: #f7f5fc;
      --bg-primary: #ffffff;
      --bg-card: #ffffff;
      --bg-deep: #efeaf8;
      --text-primary: #2a1b45;
      --text-muted: #6b5b85;
      --gold: #5a368c;
      --gold-700: #45256e;
      --gold-300: #b4a3d6;
      --primary-200: #b4a3d6;
      --primary-400: #5a368c;
    }

    * { box-sizing: border-box; }

    html, body {
      min-height: 100%;
      height: auto;
    }

    html.is-loading,
    html.is-loading body {
      overflow: hidden !important;
      height: 100%;
      touch-action: none;
    }

    body {
      font-family: 'Vazirmatn', sans-serif;
      background: var(--bg-page);
      color: var(--text-primary);
      overflow-x: visible;
    }

    body,
    body :where(h1, h2, h3, h4, h5, h6, p, a, li, span, button, input, textarea, label) {
      font-family: 'Vazirmatn', sans-serif;
    }

    /* Page loader */
    .page-loader {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 28px;
      background: #f7f5fc;
      transition: opacity 0.8s cubic-bezier(0.87, 0, 0.13, 1), visibility 0.8s cubic-bezier(0.87, 0, 0.13, 1);
    }
    .page-loader.is-done {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
    .page-loader-logo {
      width: min(180px, 46vw);
      opacity: 0.95;
    }
    .page-loader-logo img {
      width: 100%;
      height: auto;
    }
    .page-loader-bar {
      width: min(220px, 56vw);
      height: 2px;
      background: rgba(255, 255, 255, 0.12);
      border-radius: 99px;
      overflow: hidden;
    }
    .page-loader-bar > span {
      display: block;
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, var(--gold-700), var(--gold-300));
      border-radius: inherit;
      transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1);
    }
    .page-loader-pct {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: var(--gold);
      font-variant-numeric: tabular-nums;
      direction: ltr;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button { background: none; border: none; padding: 0; color: inherit; }

    .section-title {
      font-size: clamp(2rem, 4vw, 3.5rem);
      font-weight: 700;
      color: var(--gold);
      line-height: 1.3;
    }

    .btn-gold {
      background: var(--gold);
      color: var(--bg-primary);
      border: none;
      border-radius: 8px;
      height: 48px;
      padding: 0 32px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .btn-gold:hover { background: var(--gold-700); color: #fff; }

    .btn-outline-gold {
      background: var(--bg-primary);
      color: var(--gold);
      border: 1px solid var(--gold);
      border-radius: 8px;
      height: 48px;
      padding: 0 32px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .btn-outline-gold:hover { background: var(--gold); color: var(--bg-primary); }

    .decor {
      position: absolute;
      pointer-events: none;
      z-index: 0;
    }

    /* Header styles live in site-nav.css */

    /* Hero */
    .hero {
      position: relative;
      height: 100%;
      min-height: 100vh;
      display: flex;
      align-items: flex-end;
      padding: 120px 0 72px;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
    }
    .hero-spots {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
    }
    .hero-spots .hotspot.is-live {
      pointer-events: auto;
    }
    .hero-bg video,
    .hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .hero-bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(15,7,23,.15), rgba(15,7,23,.45) 55%, rgba(15,7,23,.75));
    }
    .hero-inner {
      position: relative;
      z-index: 1;
      direction: rtl;
    }
    .hero-content {
      max-width: min(640px, 100%);
      margin-left: auto;
      text-align: right;
    }
    .hero-copy {
      direction: rtl;
      text-align: right;
    }
    .hero-accent {
      display: block;
      width: 30px;
      height: 4px;
      border-radius: 99px;
      background: #fff;
      margin-bottom: 16px;
      margin-inline-start: auto;
      margin-left: auto;
    }
    .hero-eyebrow {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #fff;
    }
    .hero-title {
      font-size: clamp(1.75rem, 3vw, 2.5rem);
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 16px;
      text-align: right;
      color: #fff;
    }
    .hero-desc {
      font-size: 16px;
      line-height: 28px;
      color: #fff;
      max-width: 560px;
      margin-inline-start: auto;
      margin-left: auto;
    }
    .hero-controls {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-top: 28px;
      direction: rtl;
      max-width: 360px;
      margin-inline-start: auto;
      margin-left: auto;
    }
    .hero-arrow {
      width: 48px;
      height: 48px;
      border-radius: 999px;
      border: 2px solid rgba(255,255,255,.33);
      display: grid;
      place-items: center;
    }
    .hero-arrow img { width: 24px; height: 24px; }
    .hero-progress {
      flex: 1;
      height: 3px;
      background: rgba(255,255,255,.2);
      position: relative;
    }
    .hero-progress span {
      position: absolute;
      inset-inline-start: 0;
      top: 0;
      height: 3px;
      background: var(--gold);
      transition: width 0.35s cubic-bezier(0.87, 0, 0.13, 1);
    }
    .hero-slide-num { font-size: 24px; font-weight: 700; color: #fff; }

    /* Intro */
    .intro { position: relative; padding: 56px 0 80px; overflow: hidden; }
    .intro-grid { direction: ltr; }
    .intro-collage { position: relative; height: 420px; }
    .intro-collage .shot {
      position: absolute;
      overflow: hidden;
      border-radius: 28px;
      box-shadow: 6px 6px 10px rgba(0,0,0,.6);
      visibility: hidden;
      opacity: 0;
    }
    .intro-collage .shot.is-visible,
    .intro-collage.is-static .shot {
      visibility: visible;
    }
    .intro-collage .shot img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: inherit;
    }
    .intro-collage .s1 { width: 237px; height: 347px; left: 0; top: 0; border-radius: 32px; transform: rotate(-4deg); }
    .intro-collage .s2 { width: 143px; height: 209px; left: 280px; top: 0; border-radius: 24px; transform: rotate(5deg); }
    .intro-collage .s3 { width: 190px; height: 265px; left: 170px; top: 80px; border-radius: 28px; transform: rotate(-2deg); }
    .intro-collage .s4 { width: 225px; height: 330px; left: 340px; top: 80px; border-radius: 30px; transform: rotate(3deg); }
    .intro-collage .s5 { width: 127px; height: 187px; left: 470px; top: 150px; border-radius: 22px; transform: rotate(-6deg); }
    .intro-collage.is-static .s1,
    .intro-collage.is-static .s5 { opacity: .85; }
    .intro-collage.is-static .s2,
    .intro-collage.is-static .s3,
    .intro-collage.is-static .s4 { opacity: 1; }
    .intro-text { direction: rtl; text-align: right; }
    .intro-text h2 { font-size: 40px; font-weight: 700; color: var(--gold); margin-bottom: 24px; }
    .intro-text p { font-size: 16px; line-height: 28px; text-align: justify; max-width: 344px; margin-right: 0; margin-left: auto; }

    /* Protocols — سه کارت کنار هم */
    .protocols { position: relative; padding: 40px 0 100px; overflow: hidden; }
    .protocols-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: stretch;
    }
    .protocol-card {
      background: var(--bg-card);
      border-radius: 8px;
      min-height: 0;
      padding: 32px 24px;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      height: 100%;
    }
    .protocol-logo {
      height: 150px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      position: relative;
    }
    .protocol-logo img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; }
    .particle-logo {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
    }
    .particle-logo .slides,
    .particle-logo > p {
      display: none !important;
    }
    .particle-logo canvas.draw {
      display: block;
      width: 100% !important;
      height: 100% !important;
    }
    .protocol-copy { direction: rtl; text-align: right; }
    .protocol-copy h3 {
      font-size: clamp(1rem, 1.35vw, 1.25rem);
      font-weight: 700;
      color: var(--gold);
      line-height: 1.45;
      margin-bottom: 16px;
    }
    .protocol-copy p { font-size: 15px; font-weight: 700; line-height: 1.55; margin: 0; }

    /* Services */
    .services { position: relative; padding: 40px 0 80px; overflow: hidden; }
    .services-particles {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }
    .services .decor-static {
      position: absolute;
      inset: 0;
      opacity: 0.25;
      z-index: 0;
      pointer-events: none;
    }
    .service-card {
      background: var(--bg-card);
      border: 1px solid #171717;
      border-radius: 8px;
      padding: 37px;
      position: relative;
      overflow: hidden;
      height: 100%;
      margin-bottom: 18px;
    }
    .service-card h3 { color: var(--gold-300); font-weight: 700; margin-bottom: 12px; }
    .service-card p { font-size: 16px; line-height: 28px; margin: 0; }
    .service-hotel h3 { font-size: 24px; }
    .service-other h3 { font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.4; }
    .service-other p { margin-bottom: 28px; }
    .service-bms {
      background: var(--bg-card) url('assets/bms-bg.webp') center/cover no-repeat;
      min-height: 246px;
      text-align: center;
    }
    .service-bms h3 { font-size: 18px; }
    .service-home { min-height: 360px; }
    .service-home-visual {
      position: absolute;
      width: 200px;
      height: 200px;
      left: -30px;
      top: -20px;
      opacity: .95;
      pointer-events: none;
    }
    .service-home-visual img { width: 100%; height: 100%; object-fit: contain; }
    .service-home h3 { font-size: 24px; position: relative; z-index: 1; }
    .service-home p { position: relative; z-index: 1; max-width: 200px; margin-top: 60px; }

    /* CTA */
    .cta {
      position: relative;
      z-index: 2;
      padding: 40px 0 100px;
      background: var(--bg-page);
    }
    .cta-panel {
      position: relative;
      background: var(--bg-deep);
      border-radius: 32px;
      min-height: 830px;
      height: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 64px 24px;
    }
    .cta-map {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
    .cta-planet,
    .cta-glow,
    .cta-orbit,
    .cta-light-orbit {
      display: none !important;
    }
    .cta-glow {
      position: absolute;
      width: min(90vw, 792px);
      aspect-ratio: 1;
      border-radius: 50%;
      background: radial-gradient(circle, var(--primary-200) 0%, var(--primary-400) 45%, transparent 70%);
      filter: blur(40px);
      opacity: .55;
      z-index: 0;
    }
    .cta-planet {
      position: absolute;
      width: min(85vw, 720px);
      aspect-ratio: 1;
      z-index: 1;
      opacity: .85;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }
    .cta-planet img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }
    .cta-light-orbit {
      position: absolute;
      width: min(78vw, 820px);
      aspect-ratio: 1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      pointer-events: none;
      animation: ctaOrbitSpin 14s linear infinite;
    }
    .cta-light-dot {
      position: absolute;
      top: 0;
      left: 50%;
      width: 14px;
      height: 14px;
      margin-left: -7px;
      border-radius: 50%;
      background: radial-gradient(circle, #fff6d0 0%, #d4af37 45%, transparent 70%);
      box-shadow:
        0 0 12px 4px rgba(90, 54, 140, 0.85),
        0 0 36px 10px rgba(180, 163, 214, 0.45);
    }
    @keyframes ctaOrbitSpin {
      from { transform: translate(-50%, -50%) rotate(0deg); }
      to { transform: translate(-50%, -50%) rotate(360deg); }
    }
    .cta-orbit {
      position: absolute;
      width: min(95vw, 900px);
      aspect-ratio: 1;
      z-index: 1;
      opacity: .35;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }
    .cta-orbit img { width: 100%; height: 100%; object-fit: contain; }
    .cta-content { position: relative; z-index: 3; max-width: 640px; pointer-events: none; }
    .cta-content h2 { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; line-height: 1.3; margin-bottom: 24px; }
    .cta-content p { font-size: 16px; line-height: 28px; color: #f7f5fc; margin-bottom: 32px; }
    .cta-actions { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; pointer-events: auto; }

    /* Story frames — split + shorter height (low-res frames) */
    .story {
      position: relative;
      z-index: 1;
      background: #09080b;
      isolation: isolate;
    }
    .story-pin {
      position: relative;
      height: 100vh;
      height: 100dvh;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
      align-items: center;
      gap: 24px;
      padding: 24px 3vw;
      direction: ltr;
      background: #09080b;
    }
    .story-media {
      position: relative;
      width: min(1080px, 100%);
      max-height: min(608px, 78vh);
      aspect-ratio: 16 / 9;
      height: auto;
      margin-inline: auto;
      border-radius: 14px;
      background: #09080b;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      overflow: hidden;
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
    }
    .story-canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 0;
      image-rendering: auto;
    }
    .story-copy {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 28px 5vw;
      direction: rtl;
      /* background: linear-gradient(90deg, rgba(5, 3, 10, 0.15), rgba(5, 3, 10, 0.94) 28%); */
    }
    .story-steps {
      position: relative;
      width: min(400px, 100%);
      min-height: 200px;
    }
    .story-step {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.4s ease, transform 0.4s ease;
      text-align: right;
      pointer-events: none;
    }
    .story-step.is-active {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
    .story-step .eyebrow {
      display: inline-block;
      color: var(--gold);
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 12px;
    }
    .story-step h2 {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 700;
      line-height: 1.35;
      margin-bottom: 16px;
    }
    .story-step p {
      font-size: 16px;
      line-height: 28px;
      color: var(--text-muted);
      margin: 0;
    }
    .story-progress {
      margin-top: 28px;
      font-size: 13px;
      color: rgba(244, 247, 255, 0.45);
      letter-spacing: 0.04em;
    }

    /* Projects — LTR left-aligned rail for GSAP scrub */
    .projects {
      position: relative;
      padding: 40px 0 0;
      overflow: hidden;
      direction: ltr;
    }
    .projects-head {
      position: relative;
      z-index: 2;
      padding-bottom: 24px;
      direction: rtl;
    }
    .project-rail {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      gap: 48px;
      padding: 0 0 80px 48px;
      margin: 0;
      width: max-content;
      will-change: transform;
      direction: ltr;
    }
    .project-card {
      flex: 0 0 322px;
      height: 439px;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      will-change: transform;
    }
    .project-card img { width: 100%; height: 100%; object-fit: cover; }
    .project-meta {
      position: absolute;
      inset-inline: 0;
      bottom: 0;
      height: 88px;
      padding: 10px 24px;
      background: linear-gradient(to bottom, rgba(209,213,219,.8), rgba(0,0,0,.6));
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    .project-meta strong { font-size: 20px; line-height: 30px; }
    .project-meta span { font-size: 14px; line-height: 24px; }


    /* Stats */
    .stats { padding: 20px 0 80px; }
    .stat-experience {
      background: var(--bg-card);
      border-radius: 8px;
      min-height: 260px;
      padding: 48px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: right;
    }
    .stat-experience h2 { font-size: 32px; font-weight: 700; line-height: 44px; margin-bottom: 32px; }
    .stat-experience p { font-size: 16px; line-height: 28px; margin: 0; }
    .stat-photo {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      min-height: 260px;
      height: 100%;
    }
    .stat-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      inset: 0;
    }
    .stat-badge {
      position: absolute;
      top: 24px;
      inset-inline-end: 24px;
      width: 198px;
      background: rgba(23,23,23,.7);
      border-radius: 16px;
      box-shadow: 0 0 4px #717171;
      padding: 16px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
      z-index: 1;
    }
    .stat-badge.wide { width: 236px; }
    .stat-badge span { font-size: 14px; font-weight: 600; color: #fff; text-align: right; }
    .stat-badge strong { font-size: 24px; font-weight: 700; line-height: 36px; color: #fff;}
    .stat-badge hr {
      width: 100%;
      border: none;
      border-top: 2px solid #fff;
      margin: 4px 0 0;
      opacity: .8;
    }

    /* Footer — dark gray + gold, RTL right-aligned */
    .site-footer {
      position: relative;
      background:
        radial-gradient(ellipse 60% 40% at 100% 0%, rgba(90, 54, 140, 0.1), transparent 55%),
        linear-gradient(180deg, #efeaf8 0%, #f3f0fa 100%);
      color: var(--text-muted);
      padding: 72px 0 32px;
      overflow: hidden;
      border-top: 1px solid rgba(90, 54, 140, 0.32);
      text-align: right;
      direction: rtl;
    }
    .site-footer .container {
      text-align: right;
    }
    .footer-logo {
      width: min(380px, 78%);
      margin-block: 0 28px;
      margin-inline-start: 0;
      margin-inline-end: auto;
    }
    .footer-logo img {
      width: 100%;
      height: auto;
      object-fit: contain;
      filter: drop-shadow(0 0 18px rgba(90, 54, 140, 0.15));
    }
    .footer-about {
      max-width: 560px;
      margin-block: 0 44px;
      margin-inline-start: 0;
      margin-inline-end: auto;
      text-align: right;
      font-size: 15px;
      line-height: 28px;
      color: #000;
    }
    .footer-contact {
      display: flex;
      flex-direction: column;
      gap: 14px;
      align-items: stretch;
      width: 100%;
    }
    .footer-row {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      gap: 14px;
      font-size: 15px;
      line-height: 26px;
      color: var(--text-primary);
      width: 100%;
      text-align: right;
    }
    .footer-row span,
    .footer-row .footer-phones {
      flex: 1;
      text-align: right;
    }
    .footer-row img {
      display: none;
    }
    .footer-phones {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .footer-links {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      text-align: right;
    }
    .footer-links a {
      color: var(--text-primary);
      text-decoration: none;
      transition: color 0.2s ease;
      position: relative;
      padding-inline-end: 0;
    }
    .footer-links a:hover { color: var(--gold); }
    .footer-partners {
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .footer-partners img {
      width: 120px;
      height: auto;
      object-fit: contain;
      opacity: 0.88;
      filter: brightness(1.05) contrast(1.05);
    }
    .footer-social {
      display: flex;
      gap: 22px;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-top: 44px;
      padding-top: 28px;
      border-top: 1px solid rgba(90, 54, 140, 0.22);
    }
    .footer-social a {
      display: inline-flex;
      width: 40px;
      height: 40px;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      border: 1px solid rgba(90, 54, 140, 0.22);
      background: rgba(90, 54, 140, 0.06);
      transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, background 0.2s ease;
      opacity: 0.9;
    }
    .footer-social a:hover {
      opacity: 1;
      transform: translateY(-2px);
      border-color: rgba(90, 54, 140, 0.55);
      background: rgba(90, 54, 140, 0.14);
    }
    .footer-social img {
      width: 20px;
      height: 20px;
      filter: brightness(0) saturate(100%) invert(22%) sepia(45%) saturate(1200%) hue-rotate(230deg) brightness(90%);
    }

    @media (max-width: 991.98px) {
      .hero {
        height: 100%;
        min-height: 100vh;
        padding-top: 100px;
      }
      .hero-content {
        max-width: 100%;
      }
      .intro-collage {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        height: auto;
        margin-bottom: 32px;
      }
      .intro-collage .shot {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: 180px !important;
        left: auto !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        border-radius: 20px !important;
        transform: none !important;
      }
      .intro-collage .s5 { display: none; }
      .intro-text p { max-width: none; }
      .protocols-row {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .protocol-logo { height: 130px; }
      .protocol-copy h3 { font-size: 1.15rem; }
      .cta-actions { flex-direction: column; align-items: stretch; }
      .project-rail {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        padding: 0 24px 40px;
        -webkit-overflow-scrolling: touch;
      }
      .story-pin {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        overflow: hidden;
        padding: 88px 16px 20px;
        gap: 16px;
        align-content: start;
      }
      .story-media {
        width: min(640px, 100%);
        max-height: min(360px, 48vh);
        aspect-ratio: 16 / 9;
        height: auto;
        margin-inline: auto;
      }
      .story-canvas {
        width: 100%;
        height: 100%;
      }
      .story-copy {
        padding: 8px 8px 24px;
        background: transparent;
        min-height: 0;
        overflow: hidden;
        align-items: flex-start;
      }
      .story-steps { width: 100%; min-height: 160px; }
      .site-footer { text-align: right; }
      .footer-contact,
      .footer-links,
      .footer-partners,
      .footer-social {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: right;
      }
      .footer-row { justify-content: flex-start; }
      .footer-logo,
      .footer-about {
        margin-inline-start: 0;
        margin-inline-end: auto;
      }
    }

    @media (max-width: 420px) {
      .hero-controls {
        max-width: 100%;
      }
    }

    .whatsapp-fab {
      position: fixed;
      left: 24px;
      bottom: 24px;
      z-index: 45;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: #25d366;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .whatsapp-fab:hover {
      color: #fff;
      transform: translateY(-2px) scale(1.05);
      box-shadow: 0 14px 32px rgba(37, 211, 102, 0.45);
    }
    .whatsapp-fab svg {
      width: 30px;
      height: 30px;
      fill: currentColor;
    }
    .whatsapp-fab__label {
      position: absolute;
      left: calc(100% + 12px);
      white-space: nowrap;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(42, 27, 69, 0.92);
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      opacity: 0;
      visibility: hidden;
      transform: translateX(-8px);
      transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
      pointer-events: none;
    }
    .whatsapp-fab:hover .whatsapp-fab__label,
    .whatsapp-fab:focus-visible .whatsapp-fab__label {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }
    @media (max-width: 767.98px) {
      .whatsapp-fab {
        left: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
      }
      .whatsapp-fab svg {
        width: 28px;
        height: 28px;
      }
      .whatsapp-fab__label {
        display: none;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .project-rail {
        width: 100%;
        overflow-x: auto;
        transform: none !important;
      }
      .cta-light-orbit { animation: none; }
      .services-particles { display: none !important; }
      .intro-collage .shot {
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
      }
      .intro-collage .s1,
      .intro-collage .s5 { opacity: .85 !important; }
    }
  
