@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root {
      --accent: #FF7A00;
      --bg-main: #ffffff;
      --bg-soft: #f9fafb;
      --text-main: #111827;
      --text-muted: #6B7280;
      --border-subtle: #e5e7eb;
      --radius-lg: 0.75rem;
      --radius-md: 0.5rem;
      --radius-pill: 999px;
      --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
      --container-width: 1120px;
      --section-space: clamp(4rem, 3vw + 2rem, 5.6rem);
      --section-space-muted: var(--section-space);
      --logo-size: 96px;
      --logo-size-md: 104px;
      --logo-size-sm: 108px;
      --font-primary: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --nav-border: rgba(229, 231, 235, 0.85);
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 5rem;
    }

    body {
      margin: 0;
      font-family: var(--font-primary);
      background-color: var(--bg-main);
      color: var(--text-main);
      line-height: 1.7;
      font-size: 16px;
    }

    img {
      max-width: 100%;
      display: block;
      height: auto;
      border-radius: var(--radius-lg);
    }

    .logo-image {
      border-radius: 0;
      width: var(--logo-size);
      height: var(--logo-size);
      object-fit: contain;
      max-width: none;
      flex-shrink: 0;
      min-width: var(--logo-size);
      min-height: var(--logo-size);
    }

    .brand-logo .logo-image {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      min-width: 0;
      min-height: 0;
      object-fit: contain;
    }

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

    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    p {
      margin: 0 0 1rem;
    }

    h1, h2, h3, h4 {
      margin: 0 0 0.75rem;
      line-height: 1.25;
      font-weight: 700;
      color: var(--text-main);
    }

    h1 {
      font-size: clamp(2.25rem, 3vw + 1rem, 3rem);
    }

    h2 {
      font-size: clamp(1.75rem, 2.2vw + 0.5rem, 2.25rem);
    }

    h3 { font-size: 1.25rem; }

    .container {
      max-width: var(--container-width);
      margin: 0 auto;
      padding: 0 1.5rem;
    }

    .section {
      position: relative;
      isolation: isolate;
      padding: var(--section-space) 0;
      scroll-margin-top: 5rem;
    }

    .section > .container {
      position: relative;
      z-index: 1;
    }

    .section-header {
      margin-bottom: 2.5rem;
      max-width: 650px;
    }

    .section-kicker {
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .section-description {
      color: var(--text-muted);
      font-size: 0.98rem;
    }

    /* Header (rebuilt) */
    .nav-shell {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgb(236 236 236 / 96%);
      border-bottom: 1px solid rgb(177 177 177 / 85%);
      backdrop-filter: blur(10px);
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
      animation: navFadeDown 0.45s ease;
    }

    .nav-bar {
      max-width: calc(var(--container-width) + 2.5rem);
      margin: 0 auto;
      padding: 0.85rem 1.25rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      position: relative;
    }

    .nav-brand {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      padding: 0.35rem 0.45rem;
      border: 1px solid #e9e9e9;
      border-radius: 12px;
      color: var(--text-main);
      text-decoration: none;
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

    .nav-brand:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    }

    .brand-logo {
      width: 72px;
      height: 72px;
      border-radius: 14px;
      background: #f8fafc;
      border: 1px solid var(--nav-border);
      display: grid;
      place-items: center;
      box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
      padding: 8px;
    }

    .brand-logo .nav-logo {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      min-width: 0;
      min-height: 0;
      object-fit: contain;
      display: block;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.1;
      gap: 0.1rem;
    }

    .brand-name {
      font-weight: 700;
      letter-spacing: 0.01em;
      font-size: 1.02rem;
    }

    .brand-tagline {
      font-size: 0.78rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .nav-panel {
      margin-left: auto;
      display: inline-flex;
      align-items: center;
      gap: 0.2rem;
      padding: 0.25rem;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.95);
      border: 1px solid rgb(206 206 206 / 85%);
      box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
    }

    .nav-links {
      display: inline-flex;
      align-items: center;
      gap: 0.1rem;
      flex-wrap: wrap;
    }

    .nav-link {
      position: relative;
      padding: 0.65rem 0.9rem;
      border-radius: 10px;
      color: var(--text-main);
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      transition: color 0.16s ease, background-color 0.16s ease;
    }

    .nav-link::after {
      content: "";
      position: absolute;
      left: 12px;
      right: 12px;
      bottom: 7px;
      height: 2px;
      background: linear-gradient(90deg, var(--accent), #ffb25a);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.2s ease;
    }

    .nav-link:hover {
      color: var(--accent);
      background: #ffffff;
    }

    .nav-link.is-active {
      color: var(--accent);
      background: #ffffff;
      
    }

    .nav-link.is-active::after { transform: scaleX(1); }

    .nav-link:hover::after { transform: scaleX(1); }

    .nav-partners {
      border: 1px solid rgba(255, 122, 0, 0.35);
      padding: 0.6rem 0.95rem;
      border-radius: 12px;
      background: linear-gradient(120deg, rgba(255, 122, 0, 0.08), rgba(15, 23, 42, 0.02));
      font-weight: 700;
    }

    .nav-partners::after { display: none; }

    .nav-partners:hover {
      color: #0f172a;
      border-color: var(--accent);
      background: linear-gradient(120deg, rgba(255, 122, 0, 0.14), rgba(15, 23, 42, 0.04));
    }

    .nav-partners.is-active {
      color: #0f172a;
      border-color: var(--accent);
      background: linear-gradient(120deg, rgba(255, 122, 0, 0.18), rgba(15, 23, 42, 0.08));
    }

    .nav-toggle {
      margin-left: 0.35rem;
      display: none;
      align-items: center;
      gap: 0.4rem;
      padding: 0.6rem 0.8rem;
      border-radius: 12px;
      border: 1px solid #0f172a;
      background: #0f172a;
      color: #ffffff;
      cursor: pointer;
      box-shadow: 0 12px 26px rgba(15, 23, 42, 0.2);
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

    .nav-toggle:hover { transform: translateY(-1px); }

    .nav-toggle-box {
      width: 18px;
      height: 16px;
      position: relative;
      display: block;
    }

    .nav-toggle-line,
    .nav-toggle-line::before,
    .nav-toggle-line::after {
      content: "";
      position: absolute;
      width: 18px;
      height: 2px;
      background: currentColor;
      left: 0;
      transition: transform 0.22s ease, top 0.22s ease, opacity 0.22s ease;
    }

    .nav-toggle-line { top: 7px; }
    .nav-toggle-line::before { top: -6px; }
    .nav-toggle-line::after { top: 6px; }

    .nav-shell.nav-open .nav-toggle-line { transform: rotate(45deg); }

    .nav-shell.nav-open .nav-toggle-line::before {
      top: 0;
      transform: rotate(-90deg);
    }

    .nav-shell.nav-open .nav-toggle-line::after {
      opacity: 0;
      transform: translateY(-8px);
    }

    .nav-toggle-label {
      font-weight: 700;
      font-size: 0.8rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    @media (max-width: 1120px) {
      .nav-bar { padding-inline: 1.05rem; }
      .brand-logo { width: 68px; height: 68px; padding: 7px; }
      .brand-name { font-size: 0.98rem; }
    }

    @media (max-width: 980px) {
      .nav-panel {
        position: absolute;
        right: 1.05rem;
        left: 1.05rem;
        top: calc(100% + 10px);
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
        padding: 0.75rem 0.9rem;
        border: 1px solid var(--nav-border);
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 22px 46px rgba(15, 23, 42, 0.14);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-6px);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
      }
      .nav-shell.nav-open .nav-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
      }
      .nav-links {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.2rem;
      }
      .nav-link {
        width: 100%;
        border: 1px solid var(--nav-border);
        border-radius: 10px;
        background: #ffffff;
      }
      .nav-link::after { left: 16px; right: 16px; }
      .nav-partners {
        border-color: var(--accent);
        background: rgba(255, 122, 0, 0.12);
        font-weight: 800;
        text-align: center;
      }
      .nav-toggle { display: inline-flex; margin-left: auto; }
      .nav-panel { margin-left: 0; }
    }

    @keyframes navFadeDown {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Partner auth & dashboard */
    .auth-body {
      background: radial-gradient(circle at 18% 20%, rgba(255, 122, 0, 0.08), transparent 32%), radial-gradient(circle at 82% 12%, rgba(56, 189, 248, 0.08), transparent 34%), var(--bg-soft);
    }

    .dashboard-body {
      background: var(--bg-main);
    }

    .auth-section {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }

    .auth-shell {
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
      padding: 1.6rem;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.6rem;
      align-items: start;
    }

    .auth-copy .auth-list { margin-top: 1rem; }

    .auth-panel {
      background: var(--bg-soft);
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-lg);
      padding: 1.25rem;
    }

    .auth-form {
      display: grid;
      gap: 0.75rem;
    }

    .auth-form label {
      font-weight: 600;
      font-size: 0.95rem;
    }

    .auth-form input[type="text"] {
      padding: 0.75rem 0.85rem;
      border-radius: var(--radius-md);
      border: 1px solid var(--border-subtle);
      font-size: 1rem;
    }

    .auth-form input[type="text"]:focus {
      outline: 2px solid var(--accent);
      outline-offset: 1px;
    }

    .auth-btn { width: 100%; }

    .auth-error {
      color: #b91c1c;
      background: #fef2f2;
      border: 1px solid #fecaca;
      border-radius: var(--radius-md);
      padding: 0.6rem 0.75rem;
      font-size: 0.92rem;
    }

    /* Partner portal remix */
    .partner-body {
      background: radial-gradient(circle at 12% 18%, rgba(255, 122, 0, 0.08), transparent 30%), radial-gradient(circle at 78% 12%, rgba(59, 130, 246, 0.08), transparent 32%), var(--bg-soft);
      color: var(--text-main);
    }

    .partner-stage {
      position: relative;
      overflow: hidden;
      min-height: calc(100vh - 120px);
      padding: 3.75rem 0 3rem;
      isolation: isolate;
      display: flex;
      flex-direction: column;
    }

    .partner-stage::before,
    .partner-stage::after {
      content: '';
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, rgba(255, 122, 0, 0.18), rgba(255, 122, 0, 0));
      filter: blur(60px);
      opacity: 0.3;
      animation: floatOrb 16s ease-in-out infinite alternate;
      pointer-events: none;
      z-index: 0;
    }

    .partner-stage::before { top: -160px; left: -80px; }
    .partner-stage::after {
      bottom: -140px;
      right: -60px;
      background: radial-gradient(circle at 70% 70%, rgba(56, 189, 248, 0.18), rgba(56, 189, 248, 0));
      animation-duration: 18s;
      animation-delay: 4s;
    }

    .partner-stage::after,
    .partner-stage::before {
      mix-blend-mode: screen;
    }

    .partner-stage .partner-gridlines {
      animation: gridShift 22s linear infinite alternate;
      transform-origin: center;
    }

    .partner-stage .container {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .partner-wash {
      position: absolute;
      inset: -25% -5% auto -5%;
      filter: blur(75px);
      opacity: 0.35;
      mix-blend-mode: screen;
      animation: drift 18s ease-in-out infinite alternate;
      z-index: 0;
    }

    .partner-wash-one {
      background: radial-gradient(circle at 30% 30%, rgba(255, 122, 0, 0.3), transparent 50%), radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.28), transparent 42%);
    }

    .partner-wash-two {
      background: radial-gradient(circle at 60% 80%, rgba(16, 185, 129, 0.25), transparent 50%), radial-gradient(circle at 15% 75%, rgba(59, 130, 246, 0.3), transparent 45%);
      animation-duration: 22s;
    }

    .partner-gridlines {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
      background-size: 140px 140px;
      opacity: 0.2;
      z-index: 0;
    }

    .partner-noise {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 0);
      background-size: 6px 6px;
      mix-blend-mode: soft-light;
      opacity: 0.35;
      z-index: 0;
    }

    .partner-shell {
      position: relative;
      z-index: 1;
      background: linear-gradient(135deg, #ffffff, #f8fafc);
      border: 1px solid var(--border-subtle);
      box-shadow: var(--shadow-soft);
      border-radius: 24px;
      padding: 2.25rem;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 2rem;
      overflow: hidden;
      margin-bottom: auto;
    }

    .partner-shell::after {
      content: '';
      position: absolute;
      inset: 10% 36% -25% 32%;
      background: conic-gradient(from 90deg, rgba(255, 255, 255, 0.2), rgba(255, 122, 0, 0.1), rgba(56, 189, 248, 0.12), rgba(255, 255, 255, 0.12));
      filter: blur(44px);
      opacity: 0.3;
      transform: rotate(12deg);
      pointer-events: none;
    }

    .partner-left {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 1rem;
      align-content: start;
      max-width: 400px;
    }

    .partner-kicker {
      color: var(--accent);
    }

    .partner-title {
      color: var(--text-main);
      font-size: clamp(2.4rem, 2vw + 1.4rem, 1.2rem);
      letter-spacing: -0.015em;
      margin-bottom: 0.35rem;
    }

    .partner-lede {
      color: var(--text-muted);
      max-width: 640px;
      font-size: 1rem;
    }

    .partner-highlights {
      display: flex;
      flex-wrap: wrap;
      gap: 0.65rem;
      margin-top: 0.4rem;
    }

    .partner-chip {
      border: 1px solid var(--border-subtle);
      background: var(--bg-soft);
      color: var(--text-main);
      padding: 0.6rem 0.85rem;
      border-radius: 999px;
      font-weight: 600;
      letter-spacing: 0.01em;
      box-shadow: var(--shadow-soft);
    }

    .partner-meter {
      position: relative;
      margin-top: 0.75rem;
      height: 62px;
      border-radius: 16px;
      background: linear-gradient(120deg, rgba(255, 122, 0, 0.08), rgba(56, 189, 248, 0.08));
      border: 1px solid var(--border-subtle);
      overflow: hidden;
      isolation: isolate;
    }

    .partner-meter-bar {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(255, 122, 0, 0.2), rgba(56, 189, 248, 0.25), rgba(16, 185, 129, 0.2));
      background-size: 200% 100%;
      animation: pulseSweep 7s ease-in-out infinite;
    }

    .partner-meter-glow {
      position: absolute;
      inset: 8px;
      border-radius: 12px;
      border: 1px dashed rgba(255, 255, 255, 0.16);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    }

    .partner-meter-labels {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      padding: 0.85rem 1rem;
      color: #d5ddf5;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-size: 0.85rem;
    }

    .partner-panel {
      position: relative;
      z-index: 1;
      background: #ededed;
      border: 1px solid #b1b1b1;
      border-radius: 18px;
      padding: 1.4rem;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      isolation: isolate;
      order: 0;
      WIDTH: max-content;
      margin: 0 auto;
      display: block;
      max-width: 800px;
    }

    .panel-glow {
      position: absolute;
      inset: -30% 10% auto 10%;
      height: 160px;
      background: radial-gradient(circle, rgba(255, 122, 0, 0.25), transparent 60%);
      filter: blur(30px);
      opacity: 0.45;
      pointer-events: none;
    }

    .panel-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 0.75rem;
      position: relative;
      z-index: 1;
    }

    .panel-kicker {
      margin: 0;
      color: var(--accent);
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 0.85rem;
    }

    .panel-header h2 {
      margin: 0.2rem 0 0;
      color: var(--text-main);
    }

    .panel-tag {
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 0.45rem 0.9rem;
      background: rgba(16, 185, 129, 0.16);
      color: #dcfce7;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 0.8rem;
      box-shadow: 0 8px 18px rgba(16, 185, 129, 0.32);
    }

    .partner-form {
      display: grid;
      gap: 0.9rem;
      position: relative;
      z-index: 1;
    }

    .partner-form label {
      font-weight: 700;
      color: var(--text-main);
      letter-spacing: 0.02em;
    }

    .partner-form input[type="text"] {
      padding: 0.85rem 0.95rem;
      border-radius: 12px;
      border: 1px solid #c7c7c7;
      background: #ffffff;
      color: var(--text-main);
      font-size: 1rem;
      box-shadow: none;
      transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
    }

    .partner-form input[type="text"]::placeholder {
      color: var(--text-muted);
    }

    .partner-form input[type="text"]:focus {
      outline: none;
      border-color: rgba(255, 122, 0, 0.65);
      box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.15);
      transform: translateY(-1px);
    }

    .partner-btn {
      width: 100%;
      box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
      letter-spacing: 0.02em;
      background: #2563eb;
      border-color: #2563eb;
      color: #f8fafc;
    }

    .partner-footnote {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.92rem;
      line-height: 1.5;
    }

    .partner-footnote code {
      background: var(--bg-soft);
      border-radius: 6px;
      padding: 0.08rem 0.35rem;
      font-size: 0.9rem;
    }

    .panel-footer {
      margin-top: 1rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.45rem;
      position: relative;
      z-index: 1;
    }

    .footer-pill {
      padding: 0.4rem 0.75rem;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: rgba(255, 255, 255, 0.06);
      color: #e2e8f0;
      font-weight: 600;
      letter-spacing: 0.01em;
    }

    .partner-illustration {
      margin-top: 1.8rem;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1rem;
    }

    .illustration-card {
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: 16px;
      padding: 1rem 1.1rem;
      box-shadow: var(--shadow-soft);
      color: var(--text-main);
    }

    .illustration-kicker {
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--accent);
      font-weight: 700;
      font-size: 0.82rem;
    }

    .illustration-title {
      margin: 0.25rem 0 0.35rem;
      color: var(--text-main);
      font-size: 1.1rem;
    }

    .illustration-copy {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.98rem;
      line-height: 1.55;
    }

    .partner-marquee-section {
      margin-top: 2rem;
      position: relative;
      z-index: 1;
      display: grid;
      gap: 0.6rem;
    }

    .partner-marquee-title {
      margin: 0.1rem 0;
      color: var(--text-main);
      font-size: 1.35rem;
    }

    .partner-marquee-copy {
      margin: 0;
      color: var(--text-muted);
      max-width: 720px;
      line-height: 1.55;
    }

    .partner-marquee-shell {
      overflow: hidden;
      border-radius: 16px;
      border: 1px solid var(--border-subtle);
      background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(249, 250, 251, 0.9));
      padding: 0.75rem 0;
      box-shadow: var(--shadow-soft);
      position: relative;
      isolation: isolate;
    }

    .partner-marquee-shell::before,
    .partner-marquee-shell::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 80px;
      pointer-events: none;
      z-index: 2;
    }

    .partner-marquee-shell::before {
      left: 0;
      background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    }

    .partner-marquee-shell::after {
      right: 0;
      background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    }

    .partner-marquee-track {
      display: flex;
      gap: 0.85rem;
      width: max-content;
      animation: partnerMarquee 26s linear infinite;
      padding-left: 0.85rem;
    }

    .partner-marquee-shell:hover .partner-marquee-track {
      animation-play-state: paused;
    }

    .partner-marquee-group {
      display: flex;
      gap: 0.85rem;
    }

    .partner-marquee-item {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.55rem 0.95rem;
      border-radius: 999px;
      border: 1px solid var(--border-subtle);
      background: #ffffff;
      color: var(--text-main);
      font-weight: 700;
      letter-spacing: 0.01em;
      white-space: nowrap;
      box-shadow: var(--shadow-soft);
    }

    .partner-marquee-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, #22c55e, #15803d);
      box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.18);
      display: inline-block;
    }

    .partner-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.55rem;
      margin: 1rem 0 0.5rem;
    }

    .partner-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.45rem 0.75rem;
      border-radius: 14px;
      border: 1px solid var(--border-subtle);
      background: #ffffff;
      color: var(--text-main);
      font-weight: 600;
      letter-spacing: 0.01em;
      box-shadow: var(--shadow-soft);
    }

    .badge-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, #22c55e, #15803d);
      box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.18);
      display: inline-block;
    }

    .partner-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 0.9rem;
      margin-top: 1rem;
      position: relative;
      z-index: 1;
    }

    .partner-card {
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: 14px;
      padding: 1rem 1.05rem;
      box-shadow: var(--shadow-soft);
    }

    .partner-card-ghost {
      background: var(--bg-soft);
      border-color: var(--border-subtle);
    }

    .partner-card-label {
      margin: 0;
      color: var(--text-muted);
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-size: 0.82rem;
    }

    .partner-card-title {
      margin: 0.35rem 0 0.6rem;
      color: var(--text-main);
      font-size: 1.2rem;
    }

    .partner-points {
      margin: 0;
      padding-left: 1.1rem;
      color: var(--text-main);
      display: grid;
      gap: 0.35rem;
    }

    .partner-feed {
      display: grid;
      gap: 0.5rem;
      margin-top: 0.4rem;
    }

    .partner-feed-row {
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 0.5rem;
      align-items: baseline;
      color: var(--text-main);
    }

    .feed-time {
      font-weight: 700;
      color: var(--accent);
      letter-spacing: 0.02em;
    }

    .feed-text {
      color: var(--text-muted);
    }

    .partner-performance {
      margin-top: 1.2rem;
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 1rem;
      position: relative;
      z-index: 1;
      align-items: start;
    }

    .metric-list {
      display: grid;
      gap: 0.65rem;
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: 14px;
      padding: 0.9rem;
      box-shadow: var(--shadow-soft);
    }

    .metric-row {
      display: grid;
      gap: 0.3rem;
    }

    .metric-top {
      display: flex;
      justify-content: space-between;
      color: var(--text-main);
      font-weight: 600;
    }

    .metric-top strong { color: var(--text-main); }

    .metric-bar {
      width: 100%;
      height: 10px;
      border-radius: 999px;
      background: var(--bg-soft);
      overflow: hidden;
      border: 1px solid var(--border-subtle);
    }

    .metric-bar span {
      display: block;
      height: 100%;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(255, 122, 0, 0.8), rgba(56, 189, 248, 0.8));
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
    }

    .partner-stats {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 0.75rem;
    }

    .stat-block {
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: 14px;
      padding: 0.85rem 0.95rem;
      box-shadow: var(--shadow-soft);
    }

    .stat-accent {
      background: linear-gradient(145deg, rgba(255, 122, 0, 0.12), rgba(56, 189, 248, 0.12));
      border-color: var(--border-subtle);
    }

    .stat-label {
      margin: 0;
      color: var(--text-muted);
      font-weight: 700;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      font-size: 0.8rem;
    }

    .stat-value {
      margin-top: 0.25rem;
      font-size: 1.35rem;
      font-weight: 800;
      color: var(--text-main);
      letter-spacing: -0.01em;
    }

    .stat-sub {
      margin: 0.2rem 0 0;
      color: var(--text-muted);
      font-size: 0.9rem;
    }

    @media (max-width: 980px) {
      .partner-performance { grid-template-columns: 1fr; }
      .partner-stage { padding-top: 3.25rem; padding-bottom: 2.6rem; }
    }

    @keyframes drift {
      from { transform: translate3d(0, 0, 0) scale(1); }
      to { transform: translate3d(8%, -6%, 0) scale(1.05); }
    }

    @keyframes gridShift {
      from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.2; }
      to { transform: translate3d(4%, -3%, 0) scale(1.02); opacity: 0.3; }
    }

    @keyframes floatOrb {
      from { transform: translate3d(0, 0, 0) scale(1); }
      to { transform: translate3d(6%, -4%, 0) scale(1.05); }
    }

    @keyframes spinMesh {
      from { transform: rotate(0deg) translate3d(0, 0, 0); }
      to { transform: rotate(360deg) translate3d(0, 0, 0); }
    }

    @keyframes pulseSweep {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    @keyframes partnerMarquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    @media (max-width: 980px) {
      .partner-shell {
        grid-template-columns: 1fr;
        padding: 1.5rem;
      }
      .partner-stage { padding-top: 3.25rem; padding-bottom: 3.25rem; }
    }

    @media (max-width: 780px) {
      .partner-left { display: none; }
      .partner-shell { grid-template-columns: 1fr; }
      .partner-panel {order: 0;}
    }
    @media (max-width: 640px) {
      .partner-stage { display: none; }
    }

    @media (max-width: 640px) {
      .partner-shell { border-radius: 18px; }
      .partner-title { font-size: 2.15rem; }
      .partner-meter-labels { font-size: 0.78rem; }
    }

    .dashboard-section {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .dash-shell {
      display: grid;
      gap: 1.25rem;
      max-width: 960px;
      margin: 0 auto;
    }

    .dash-shell > * {
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
    }

    .dash-two-column {
      display: grid;
      gap: 1rem;
      width: 100%;
    }

    .dash-column-left,
    .dash-column-right {
      display: grid;
      gap: 1rem;
    }

    .dash-header {
      background: #ffffff;
      border: 1px solid #bebebe;
      border-radius: var(--radius-lg);
      padding: 1.4rem 1.6rem;
      display: block;
      grid-template-columns: minmax(0, 1.1fr) 320px;
      gap: 1.2rem;
      align-items: start;
      box-shadow: var(--shadow-soft);
    }

    .dash-header-main {
      grid-template-columns: 1fr;
      gap: 0.6rem;
    }

    .dash-header-summary {
      grid-template-columns: auto;
      /* padding-bottom: 0.75rem; */
    }

    @media (min-width: 1024px) {
      .dash-two-column {
        grid-template-columns: 2fr 1fr;
        align-items: start;
      }

      .dash-column-right {
        height: 100%;
      }
    }

    .dash-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.35rem;
      padding: 0.3rem 0.65rem;
      max-width: 180px;
      white-space: nowrap;
      border-radius: var(--radius-pill);
      background: rgba(255, 122, 0, 0.12);
      border: 1px solid rgba(255, 122, 0, 0.25);
      color: #b45309;
      font-weight: 700;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      font-size: 0.82rem;

    }

    .dash-summary {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 0.6rem;
      padding-top: 0.15rem;
    }

    .dash-summary-title {
      margin: 0 0 0.02rem;
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--text-main);
      padding-bottom: 20px;
    }

    .dash-header-main h1 {
      font-size: 1.65rem;
      line-height: 1.25;
      padding-top: 20px;
    }


    .dash-header-main .section-description {
      max-width: 640px;
      margin-bottom: 0;
    }

    .summary-card {
      background: var(--bg-soft);
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-md);
      padding: 0.85rem 1rem;
    }

    .dash-video {
      margin-top: 0.75rem;
      border-radius: var(--radius-md);
      overflow: hidden;
      border: 1px solid var(--border-subtle);
      box-shadow: var(--shadow-soft);
      max-width: 100%;
      aspect-ratio: 16 / 9;
    }

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

    .summary-label {
      margin: 0;
      color: var(--text-muted);
      font-weight: 600;
      font-size: 0.9rem;
    }

    .summary-value {
      margin: 0.15rem 0 0;
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--text-main);
      word-break: break-word;
    }

    .dash-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1rem;
      max-width: 720px;
      margin: 0;
    }

    .dash-alert {
      position: relative;
      padding: 0.65rem 0.8rem;
      padding-right: 3rem;
      border-radius: var(--radius-md);
      border: 1px solid rgba(220, 38, 38, 0.22);
      background: linear-gradient(120deg, rgba(248, 113, 113, 0.1), #fff);
      box-shadow: var(--shadow-soft);
    }

    .dash-alert-icon {
      position: absolute;
      top: 0.55rem;
      right: 0.65rem;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #dc2626;
      color: #fff;
      font-weight: 800;
      font-size: 0.88rem;
      /* box-shadow: 0 8px 18px rgba(220, 38, 38, 0.3); */
    }

    .dash-alert-title {
      margin: 0 0 0.1rem;
      font-weight: 800;
      color: #991b1b;
      font-size: 0.95rem;
    }

    .dash-alert-body {
      margin: 0;
      color: #7f1d1d;
      font-weight: 600;
      line-height: 1.45;
      font-size: 0.92rem;
    }

    @media (max-width: 570px) {
      .dash-grid {
        grid-template-columns: 1fr;
      }
      .dash-grid .doc-panel { order: 1; }
      .dash-grid .email-panel { order: 2; }
    }

    .dash-panel {
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-lg);
      padding: 1rem 1.1rem;
      box-shadow: var(--shadow-soft);
      display: grid;
      gap: 0.85rem;
    border: 1px solid #bebebe;

    }

    .dash-panel-header {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      justify-content: space-between;
    }

    .dash-panel .dash-meta {
      margin: 0;
    }

    .dash-meta {
      color: var(--text-muted);
      font-size: 0.9rem;
    }

    .dash-error {
      color: #b91c1c;
      font-size: 0.9rem;
    }

    .dash-email-list {
      display: grid;
      gap: 0.5rem;
    }

    .dash-email-list-vertical .email-pill { width: 100%; justify-content: flex-start; }

    .email-pill {
      border: 1px solid var(--border-subtle);
      background: var(--bg-soft);
      padding: 0.45rem 0.75rem;
      border-radius: var(--radius-pill);
      cursor: pointer;
      transition: all 0.15s ease;
      color: var(--text-main);
      box-shadow: none;
    }

    .email-pill:hover {
      border-color: rgba(255, 122, 0, 0.65);
      color: #b45309;
    }

    .email-pill.is-active {
      /* background: rgba(255, 122, 0, 0.14); */
      border-color: rgba(255, 122, 0, 0.8);
      color: #000000;
      /* font-weight: 700; */
    }

    .doc-list {
      display: grid;
      gap: 0.65rem;
      max-width: 350px;
    }

    .doc-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem;
      padding: 0.7rem 0.75rem;
      border-radius: var(--radius-md);
      border: 1px solid rgba(255, 122, 0, 0.25);
      background: #ffffff;
      color: var(--text-main);
      width: 100%;
      max-width: 480px;
      box-shadow: var(--shadow-soft);
      transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
    }

    .doc-left {
      display: inline-flex;
      align-items: center;
      gap: 0.65rem;
      padding: 0.35rem 0.55rem;
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-md);
      background: rgba(255, 122, 0, 0.06);
      flex: 1;
      cursor: pointer;
      transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
      outline: none;
    }

    .doc-left:hover,
    .doc-left:focus-visible {
      border-color: var(--accent);
      box-shadow: 0 8px 18px rgba(255, 122, 0, 0.2);
      transform: translateY(-1px);
      background: #fff7ed;
    }

    .doc-icon-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.35rem;
      border-radius: 12px;
      border: 1px solid rgba(255, 122, 0, 0.35);
      background: rgba(255, 122, 0, 0.06);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    }

    .doc-icon-img {
      width: 42px;
      height: 42px;
      object-fit: contain;
      flex-shrink: 0;
    }

    .doc-info {
      display: grid;
      gap: 0.1rem;
      align-items: center;
    }

    .doc-title {
      margin: 0;
      font-weight: 300;
      color: var(--text-main);
      font-size: 1rem;
      line-height: 1.3;
    }

    .doc-size {
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.25;
    }

    .doc-chevron {
      color: var(--text-muted);
      font-weight: 700;
      font-size: 1rem;
      padding-left: 0.4rem;
    }

    .dash-list {
      display: grid;
      gap: 0.5rem;
    }

    .dash-list-row {
      display: flex;
      justify-content: space-between;
      gap: 0.75rem;
      padding: 0.4rem 0;
      border-bottom: 1px solid var(--border-subtle);
    }

    .dash-list-row:last-child { border-bottom: none; }

    .dash-list-label {
      color: var(--text-muted);
      font-weight: 600;
      font-size: 0.95rem;
    }

    .dash-list-value {
      color: var(--text-main);
      font-weight: 700;
    }

    .dash-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.8rem;
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-lg);
      padding: 0.95rem 1.1rem;
      box-shadow: var(--shadow-soft);
    }

    .dash-actions-text {
      color: var(--text-muted);
      font-weight: 600;
    }

    @media (max-width: 900px) {
      .dash-header { grid-template-columns: 1fr; }
    }
    /* Shared layout helpers for pages */
    .section-muted {
      background: var(--bg-soft);
      padding: var(--section-space-muted) 0;
      box-shadow: inset 0 1px 0 var(--border-subtle), inset 0 -1px 0 var(--border-subtle);
    }

    .grid-two {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.75rem;
      align-items: stretch;
    }

    .grid-three {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1.1rem;
      align-items: start;
    }

    .panel {
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-lg);
      padding: 1.25rem 1.35rem;
      box-shadow: var(--shadow-soft);
    }

    .panel.soft {
      background: var(--bg-soft);
      box-shadow: none;
    }

    .stat-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 1rem;
    }

    .stat-item {
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-md);
      padding: 0.85rem 0.95rem;
      background: #ffffff;
    }

    .stat-item strong {
      display: block;
      font-size: 1.1rem;
      margin-bottom: 0.25rem;
    }

    .timeline {
      --timeline-offset: 4.2rem;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.2rem;
      counter-reset: timeline-step;
    }

    .timeline-step {
      position: relative;
      padding: 1.35rem 1.25rem 1.25rem var(--timeline-offset);
      border-radius: 18px;
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      border: 1px solid rgba(148, 163, 184, 0.55);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      isolation: isolate;
    }

    .timeline-step::before {
      counter-increment: timeline-step;
      content: counter(timeline-step);
      position: absolute;
      left: 1.1rem;
      top: 1.1rem;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: linear-gradient(135deg, #f97316, #636363);
      color: #ffffff;
      font-weight: 800;
      display: grid;
      place-items: center;
      box-shadow: 0 15px 28px rgba(15, 23, 42, 0.18);
      letter-spacing: 0.02em;
      z-index: 2;
    }

    .timeline-step h3 {
      margin-top: 0;
      margin-bottom: 0.35rem;
    }

    .timeline-step p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.96rem;
    }

    .timeline-step > * {
      position: relative;
      z-index: 1;
    }

    .checklist {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 0.55rem;
    }

    .checklist li {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .checklist li::before {
      content: "•";
      color: var(--accent);
      font-weight: 700;
    }

    /* Directors */
    .director-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1rem;
    }

    .director-card {
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: var(--radius-lg);
      padding: 0.85rem 1rem;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem;
      text-align: center;
    }

    .director-photo {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #f8fafc;
      color: #0f172a;
      display: grid;
      place-items: center;
      border: 1px solid var(--border-subtle);
      overflow: hidden;
      flex-shrink: 0;
    }

    .director-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .director-info {
      display: flex;
      flex-direction: column;
      gap: 0.15rem;
      flex: 1;
    }

    .director-name {
      font-weight: 700;
      font-size: 1.05rem;
    }

    .director-role {
      color: var(--text-muted);
      font-size: 0.92rem;
      margin: 0.2rem 0 0.4rem;
    }

    .director-bio {
      margin: 0.05rem 0 0;
      color: var(--text-muted);
      font-size: 0.95rem;
      line-height: 1.45;
    }

    /* Image layouts */
    .image-strip {
      display: grid;
      grid-template-columns: minmax(260px, 1.2fr) minmax(260px, 1fr);
      gap: 1.6rem;
      align-items: stretch;
    }

    .image-strip-card {
      margin: 0;
      padding: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: #ffffff;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
    }

    .image-strip-media img {
      width: 100%;
      height: 100%;
      max-height: 260px;
      object-fit: cover;
      display: block;
    }

    .image-strip-caption {
      padding: 0.8rem 1rem;
      font-size: 0.9rem;
      color: var(--text-muted);
      border-top: 1px solid var(--border-subtle);
      background: #f9fafb;
    }

    .image-strip-aside {
      display: grid;
      gap: 0.85rem;
    }

    .image-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.4rem;
    }

    .image-grid-card {
      margin: 0;
      padding: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: #ffffff;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
    }

    .image-grid-media img {
      width: 100%;
      height: 170px;
      object-fit: cover;
      display: block;
    }

    .image-grid-card figcaption {
      padding: 0.9rem 1rem 1.1rem;
    }

    .project-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.5rem;
    }

    .project-card {
      margin: 0;
      padding: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: #ffffff;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
    }

    .project-media img {
      width: 100%;
      height: 190px;
      object-fit: cover;
      display: block;
    }

    .project-card figcaption {
      padding: 1rem 1.1rem 1.2rem;
    }

    .process-layout {
      display: grid;
      grid-template-columns: minmax(260px, 1.1fr) minmax(260px, 1fr);
      gap: 1.8rem;
      align-items: stretch;
    }

    .process-image img {
      width: 100%;
      height: 100%;
      max-height: 320px;
      object-fit: cover;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
    }

    .process-timeline {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .contact-layout {
      position: relative;
      display: grid;
      grid-template-columns: minmax(320px, 1.05fr) minmax(280px, 0.95fr);
      gap: 2rem;
      align-items: stretch;
      padding: 1.5rem;
      border-radius: 24px;
      background: linear-gradient(135deg, rgba(255, 122, 0, 0.07), rgba(37, 99, 235, 0.05));
      border: 1px solid var(--border-subtle);
      box-shadow: var(--shadow-soft);
    }

    .contact-image-card {
      margin: 0;
      padding: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: #ffffff;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
    }

    .contact-image-media img {
      width: 100%;
      height: 210px;
      object-fit: cover;
      display: block;
    }

    .contact-image-caption {
      padding: 0.85rem 1rem;
      font-size: 0.9rem;
      color: var(--text-muted);
      border-top: 1px solid var(--border-subtle);
      background: #f9fafb;
    }

    .map-embed {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      border-top: 1px solid var(--border-subtle);
      overflow: hidden;
      background: radial-gradient(circle at 25% 20%, rgba(255, 122, 0, 0.08), transparent 45%),
        radial-gradient(circle at 85% 35%, rgba(37, 99, 235, 0.10), transparent 50%),
        #f8fafc;
    }

    .map-embed iframe {
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 0 0 var(--radius-lg) var(--radius-lg);
      display: block;
      opacity: 0;
      transition: opacity 0.45s ease;
    }

    .map-loader {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 0.65rem;
      color: #0f172a;
      font-weight: 600;
      letter-spacing: 0.01em;
      overflow: hidden;
      transition: opacity 0.45s ease, visibility 0.45s ease;
    }

    .map-loader::before {
      content: '';
      position: absolute;
      inset: -20%;
      background: conic-gradient(from 120deg,
        rgba(255, 255, 255, 0.75),
        rgba(59, 130, 246, 0.25),
        rgba(255, 122, 0, 0.35),
        rgba(15, 23, 42, 0.05),
        rgba(255, 255, 255, 0.9));
      filter: blur(55px);
      animation: mapGlow 11s linear infinite;
      opacity: 0.9;
    }

    .map-loader-glow {
      position: absolute;
      inset: 10%;
      border-radius: 999px;
      background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.35), transparent 60%),
        radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.25), transparent 55%),
        radial-gradient(circle at 50% 80%, rgba(255, 122, 0, 0.25), transparent 60%);
      filter: blur(26px);
      animation: mapPulse 4s ease-in-out infinite alternate;
      opacity: 0.9;
    }

    .map-loader-spinner {
      position: relative;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      border: 3px solid rgba(15, 23, 42, 0.08);
      border-top-color: rgba(255, 122, 0, 0.95);
      border-right-color: rgba(59, 130, 246, 0.65);
      background: rgba(255, 255, 255, 0.85);
      box-shadow: 0 10px 35px rgba(15, 23, 42, 0.14);
      animation: mapSpin 1s linear infinite, mapHover 3.6s ease-in-out infinite;
      z-index: 1;
    }

    .map-loader-label {
      position: relative;
      z-index: 1;
      font-size: 0.95rem;
      text-shadow: 0 6px 24px rgba(255, 255, 255, 0.75);
    }

    .map-loaded iframe {
      opacity: 1;
    }

    .map-loaded .map-loader {
      opacity: 0;
      visibility: hidden;
    }

    @keyframes mapSpin {
      to { transform: rotate(360deg); }
    }

    @keyframes mapHover {
      0% { transform: translateY(0); }
      50% { transform: translateY(-6px); }
      100% { transform: translateY(0); }
    }

    @keyframes mapGlow {
      to { transform: rotate(1turn); }
    }

    @keyframes mapPulse {
      from { transform: scale(1); opacity: 0.9; }
      to { transform: scale(1.12); opacity: 0.35; }
    }

    .contact-form-wrap {
      background: #ffffff;
      border: 1px solid var(--border-subtle);
      border-radius: 20px;
      padding: 1.4rem 1.5rem;
      box-shadow: var(--shadow-soft);
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .contact-form {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1rem 1.1rem;
    }

    .contact-form .form-row {
      display: flex;
      flex-direction: column;
      gap: 0.45rem;
      grid-column: span 1;
    }

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

    .contact-form label {
      font-weight: 600;
      font-size: 0.95rem;
    }

    .contact-form input,
    .contact-form textarea {
      padding: 0.75rem 0.85rem;
      border-radius: var(--radius-md);
      border: 1px solid var(--border-subtle);
      font-size: 1rem;
      font-family: inherit;
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
      outline: 2px solid var(--accent);
      outline-offset: 1px;
    }

    .contact-form .form-actions {
      grid-column: 1 / -1;
      display: flex;
      justify-content: flex-end;
      margin-top: 0.3rem;
    }

    .contact-form .form-feedback {
      grid-column: 1 / -1;
      font-size: 0.95rem;
      color: #0c7a43;
      min-height: 1.2em;
      align-self: flex-start;
    }

    .contact-form .form-feedback.is-error {
      color: #b00020;
    }

    .hq-grid {
      margin-top: 1.8rem;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 0.9rem;
    }

    .hq-card h3 {
      margin-bottom: 0.25rem;
    }

    .hq-card p {
      margin: 0;
      color: var(--text-muted);
      line-height: 1.5;
    }

    /* Buttons */
    .button-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.9rem;
      margin-top: 1.75rem;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.9rem 1.6rem;
      border-radius: var(--radius-pill);
      font-weight: 600;
      font-size: 0.98rem;
      border: 1px solid transparent;
      cursor: pointer;
      transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
      text-align: center;
    }

    .button-primary {
      background-color: #ffffff;
      color: #111827;
      border: 2px solid var(--accent);
    }

    .button-primary:hover {
      background-color: #f97316;
      border-color: #ea580c;
      transform: translateY(-1px);
    }

    .button-outline-orange {
      background-color: #ffffff;
      color: #111827;
      border-color: var(--accent);
      box-shadow: none;
    }

    .button-outline-orange:hover {
      color: #b45309;
      border-color: #ea580c;
      background-color: #fff7ed;
      transform: translateY(-1px);
    }

    .button-secondary {
      background-color: #ffffff;
      color: var(--text-main);
      border-color: var(--border-subtle);
    }

    .button-secondary:hover {
      border-color: var(--accent);
      color: var(--accent);
      transform: translateY(-1px);
    }

    /* Shared layout helpers */
    .split {
      display: flex;
      gap: 2.5rem;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    .split > * {
      flex: 1 1 300px;
      min-width: 260px;
    }

    /* 1. Hero (#home) */
    .hero {
      padding-top: 3.5rem;
      padding-bottom: 4rem;
    }

    .hero-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2.5rem;
      flex-wrap: wrap;
    }

    .hero-copy {
      flex: 1 1 320px;
      min-width: 280px;
    }

    .hero-tagline {
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: 0.7rem;
    }

    .hero-summary {
      font-size: 1rem;
      color: var(--text-muted);
      max-width: 30rem;
    }

    .hero-media {
      flex: 1 1 320px;
      min-width: 280px;
    }

    .hero-image-wrapper {
      border-radius: var(--radius-lg);
      padding: 0.75rem;
      background: linear-gradient(135deg, rgba(255, 122, 0, 0.04), rgba(15, 23, 42, 0.03));
      box-shadow: var(--shadow-soft);
    }

    .hero-caption {
      margin-top: 0.6rem;
      font-size: 0.85rem;
      color: var(--text-muted);
    }

    .hero-stats {
      margin-top: 2.2rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
    }

    .stat {
      flex: 1 1 140px;
      min-width: 140px;
    }

    .stat-value {
      font-size: 1.5rem;
      font-weight: 700;
    }

    .stat-label {
      margin-top: 0.25rem;
      font-size: 0.9rem;
      color: var(--text-muted);
    }

    /* 2. Foundations (company snapshot – still home) */
    #foundations {
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 12% 30%, rgba(255, 122, 0, 0.08), transparent 36%), radial-gradient(circle at 82% 18%, rgba(59, 130, 246, 0.08), transparent 34%), var(--bg-soft);
      isolation: isolate;
    }

    #foundations::before,
    #foundations::after {
      content: '';
      position: absolute;
      inset: 5% 6% auto 52%;
      height: 260px;
      width: 360px;
      border-radius: 50%;
      background: conic-gradient(from 120deg, rgba(255, 122, 0, 0.18), rgba(255, 255, 255, 0.08), rgba(56, 189, 248, 0.15), rgba(255, 122, 0, 0.08));
      filter: blur(34px);
      opacity: 0.32;
      pointer-events: none;
      animation: spinMesh 26s linear infinite;
    }

    #foundations::after {
      inset: auto 60% -14% -6%;
      height: 280px;
      width: 420px;
      background: conic-gradient(from 200deg, rgba(56, 189, 248, 0.16), rgba(255, 255, 255, 0.12), rgba(255, 122, 0, 0.14), rgba(255, 255, 255, 0.06));
      opacity: 0.38;
      animation-duration: 32s;
      animation-direction: reverse;
    }

    #foundations .split {
      align-items: center;
      gap: 2.2rem;
    }

    .about-highlights {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
      margin-top: 1.5rem;
    }

    .pill {
      padding: 0.35rem 0.75rem;
      border-radius: var(--radius-pill);
      border: 1px solid var(--border-subtle);
      font-size: 0.82rem;
      color: var(--text-muted);
      background-color: #ffffff;
    }

    .about-card {
      position: relative;
      background: linear-gradient(145deg, #ffffff, #f8fafc);
      padding: 0;
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-subtle);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .about-card img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: inherit;
    }

    .about-card-metrics {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: -3rem;
      padding: 0.95rem 1.1rem 1.15rem;
      font-size: 0.85rem;
      color: var(--text-muted);
      background: rgba(255, 255, 255, 0.92);
      border-top: 1px solid var(--border-subtle);
    }

    .about-card-metrics div {
      flex: 1 1 120px;
      min-width: 120px;
    }

    .metric-label {
      display: block;
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--accent);
      margin-bottom: 0.15rem;
      font-weight: 600;
    }

    /* 3. Capabilities (services overview – still home) */
    .services-strip {
      background-color: var(--bg-soft);
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.6rem;
    }

    .card {
      background-color: #ffffff;
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-subtle);
      padding: 1.5rem;
      box-shadow: 0 6px 20px rgba(15, 23, 42, 0.02);
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .card img {
      margin-bottom: 1rem;
      border-radius: var(--radius-md);
    }

    .card-meta {
      margin-top: auto;
      padding-top: 0.6rem;
      font-size: 0.85rem;
      color: var(--text-muted);
      border-top: 1px dashed var(--border-subtle);
    }

    /* 4. Delivery model */
    .model-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.5rem;
    }

    .model-card {
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-subtle);
      padding: 1.5rem;
      background-color: #ffffff;
    }

    .model-tag {
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .model-card ul {
      padding-left: 1.1rem;
      margin: 0.7rem 0 0;
      color: var(--text-muted);
      font-size: 0.95rem;
    }

    .model-card li + li {
      margin-top: 0.35rem;
    }

    /* 5. Builds (featured projects – still home) */
    .projects-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.5rem;
    }

    .project-card {
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-subtle);
      background-color: #ffffff;
      box-shadow: 0 6px 20px rgba(15, 23, 42, 0.02);
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }

    .project-content {
      padding: 1.25rem 1.4rem 1.2rem;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
    }

    .project-meta {
      margin-top: 0.35rem;
      font-size: 0.85rem;
      color: var(--text-muted);
    }

    /* 6. Approach (process – still home) */
    .process-strip {
      background-color: var(--bg-soft);
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 1.25rem;
    }

    .process-step {
      background-color: #ffffff;
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-subtle);
      padding: 1.4rem 1.5rem;
    }

    .process-step-number {
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--accent);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 0.2rem;
    }

    .process-step-title {
      font-weight: 600;
      margin-bottom: 0.4rem;
    }

    .process-step p {
      font-size: 0.95rem;
      color: var(--text-muted);
    }

    /* 7. Numbers (why choose – still home) */
    .numbers-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
      gap: 1.8rem;
      align-items: stretch;
      margin-top: 1.25rem;
    }

    .metrics-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.4rem 1.5rem;
    }

    .metric-card {
      position: relative;
      border-radius: 18px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      padding: 1.35rem 1.4rem;
      background: linear-gradient(140deg, rgba(249, 115, 22, 0.06), rgba(37, 99, 235, 0.05)), #ffffff;
      box-shadow: 0 22px 46px rgba(15, 23, 42, 0.16);
      overflow: hidden;
    }

    .metric-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 12% 14%, rgba(249, 115, 22, 0.18), transparent 45%),
        radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.16), transparent 45%);
      pointer-events: none;
      opacity: 0.85;
      mix-blend-mode: soft-light;
      z-index: 0;
    }

    .metric-value {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 0.45rem;
      letter-spacing: 0.01em;
      position: relative;
      z-index: 1;
    }

    .metric-title {
      font-size: 1rem;
      line-height: 1.5;
      color: var(--text-muted);
      position: relative;
      z-index: 1;
    }

    .numbers-aside {
      background: linear-gradient(135deg, #0f172a, #111827);
      border: 1px solid rgba(148, 163, 184, 0.25);
      border-radius: 20px;
      padding: 1.35rem 1.4rem;
      box-shadow: 0 22px 46px rgba(15, 23, 42, 0.35);
      color: #e5e7eb;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
    }

    .why-list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.7rem;
      font-size: 0.98rem;
      color: inherit;
    }

    .why-list-item {
      display: flex;
      align-items: flex-start;
      gap: 0.7rem;
      padding: 0.8rem 0.9rem;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .why-list-item::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background: linear-gradient(135deg, #f97316, #2563eb);
      box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
      margin-top: 0.3rem;
      flex-shrink: 0;
    }

    @media (max-width: 900px) {
      .numbers-layout {
        grid-template-columns: 1fr;
      }
    }

    /* 8. Enquiry teaser (small contact info – NOT #contact) */
    .enquire {
      border-top: 1px solid var(--border-subtle);
    }

    .enquire-inner {
      display: flex;
      flex-wrap: wrap;
      gap: 2.5rem;
      align-items: flex-start;
    }

    .enquire-inner > * {
      flex: 1 1 300px;
      min-width: 260px;
    }

    .enquire-details {
      font-size: 0.97rem;
      color: var(--text-muted);
    }

    .enquire-details p { margin-bottom: 0.6rem; }

    .contact-highlight {
      font-weight: 600;
      color: var(--text-main);
    }

    .enquire-note {
      font-size: 0.9rem;
      color: var(--text-muted);
      margin-top: 0.75rem;
    }

    /* Footer */
    .site-footer {
      border-top: 1px solid var(--border-subtle);
      background: radial-gradient(circle at 20% 20%, rgba(255, 122, 0, 0.05), transparent 35%),
                  radial-gradient(circle at 80% 0%, rgba(255, 122, 0, 0.06), transparent 32%),
                  #050816;
      color: #e5e7eb;
      padding: 3.2rem 0 2.4rem;
      font-size: 1.02rem;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.75rem 2.5rem;
      align-items: flex-start;
      margin-bottom: 1.5rem;
    }

    .footer-brand {
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
      max-width: 340px;
    }

    .footer-brand-header {
      display: flex;
      align-items: center;
      gap: 0.85rem;
    }

    .footer-brand-name {
      font-weight: 700;
      font-size: 1.15rem;
    }

    .footer-brand-tagline {
      color: #cbd5e1;
      font-size: 0.9rem;
    }

    .footer-logo {
      width: 56px;
      height: auto;
      padding: 8px;
      border-radius: 10px;
      background: #ffffff;
      border: 1px solid rgba(148, 163, 184, 0.35);
      object-fit: contain;
      box-shadow: 0 10px 20px rgba(15, 23, 42, 0.45);
      max-width: none;
      flex-shrink: 0;
      display: block;
    }

    .footer-heading {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 0.6rem;
      letter-spacing: 0.02em;
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
    }

    .footer-links a {
      color: #e5e7eb;
      font-size: 0.95rem;
    }

    .footer-links span {
      color: #cbd5e1;
      font-size: 0.95rem;
      line-height: 1.55;
    }

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

    .footer-contact {
      display: grid;
      gap: 0.35rem;
      color: #cbd5e1;
    }

    .footer-contact a { color: #e5e7eb; }
    .footer-contact a:hover { color: var(--accent); }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      padding-top: 1.05rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 1.5rem;
      justify-content: space-between;
      align-items: center;
      font-size: 0.95rem;
      color: #cbd5e1;
    }

    .footer-bottom-links {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }

    .footer-bottom-links a { color: #e5e7eb; }
    .footer-bottom-links a:hover { color: var(--accent); }

    /* Responsive tweaks */
    @media (max-width: 768px) {
      .image-strip,
      .process-layout,
      .contact-layout {
        grid-template-columns: minmax(0, 1fr);
      }

      .contact-layout {
        padding: 1rem;
        gap: 1.2rem;
      }

      .image-strip-card,
      .project-card,
      .contact-image-card {
        max-width: 100%;
      }

      .image-grid-media img,
      .project-media img,
      .process-image img,
      .contact-image-media img {
        height: auto;
        max-height: 260px;
      }

      .director-grid,
      .image-grid,
      .project-gallery {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    @media (min-width: 1024px) {
      .director-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.25rem;
      }
      .director-card {
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 1rem 1.15rem;
      }
      .director-photo {
        width: 96px;
        height: 96px;
      }
      .director-info { gap: 0.2rem; }
    }
    @media (max-width: 1200px) {
      .logo img,
      .logo-image {
        width: var(--logo-size-md);
        height: var(--logo-size-md);
        min-width: var(--logo-size-md);
        min-height: var(--logo-size-md);
      }

      .footer-logo {
        width: 52px;
        height: auto;
        min-width: 52px;
        min-height: 52px;
        PADDING: 5PX;
        BACKGROUND-COLOR: #ffffff;
      }

      .nav {
        gap: 1.25rem;
      }
    }

    @media (max-width: 900px) {
      .logo img,
      .logo-image {
        width: var(--logo-size-sm);
        height: var(--logo-size-sm);
        min-width: var(--logo-size-sm);
        min-height: var(--logo-size-sm);
      }

      .footer-logo {
        width: 48px;
        height: auto;
        min-width: 48px;
        min-height: 48px;
      }
    }

    @media (max-width: 900px) {
      .hero {
        padding-top: 2.2rem;
      }

      .hero-inner { align-items: flex-start; }

      .hero-stats { gap: 1rem; }
    }

    @media (max-width: 700px) {
      .header-inner {
        align-items: center;
      }

      .logo-text { gap: 0.08rem; }
      .logo-title { font-size: 1.08rem; }
      .logo-subtitle { font-size: 0.82rem; }
    }

    @media (max-width: 540px) {
      :root {
        --section-space: 3.5rem;
        --section-space-muted: 3.5rem;
      }

      .button-row {
        flex-direction: column;
        align-items: stretch;
      }
    }
    .dash-button-wrap {
      width: 100%;
      display: flex;
      justify-content: flex-start;
    }

    .dash-button-wrap .button {
      min-width: 180px;
      width: fit-content;
    }

/* --- Partner portal background : upgraded abstract art + soft motion --- */

.partner-body {
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 122, 0, 0.14), transparent 52%),
    radial-gradient(circle at 85% 10%, rgba(37, 99, 235, 0.12), transparent 55%),
    radial-gradient(circle at 12% 85%, rgba(16, 185, 129, 0.12), transparent 55%),
    var(--bg-soft);
  color: var(--text-main);
}

.partner-stage {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 120px);
  padding: 3.75rem 0 3.1rem;
  isolation: isolate;
  display: flex;
  flex-direction: column;
}

/* big soft “orbs” */
.partner-stage::before,
.partner-stage::after {
  content: '';
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.partner-stage::before {
  top: -170px;
  left: -80px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 122, 0, 0.42), transparent 60%);
  animation: partnerOrbA 34s ease-in-out infinite alternate;
}

.partner-stage::after {
  right: -90px;
  bottom: -190px;
  background: radial-gradient(circle at 70% 70%, rgba(56, 189, 248, 0.40), transparent 60%);
  animation: partnerOrbB 38s ease-in-out infinite alternate;
}

/* coloured washes behind the card */
.partner-wash {
  position: absolute;
  inset: -25% -5% auto -5%;
  filter: blur(80px);
  opacity: 0.4;
  mix-blend-mode: screen;
  animation: partnerWashDrift 32s ease-in-out infinite alternate;
  z-index: 0;
}

.partner-wash-one {
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 122, 0, 0.46), transparent 52%),
    radial-gradient(circle at 85% 20%, rgba(56, 189, 248, 0.35), transparent 52%);
}

.partner-wash-two {
  background:
    radial-gradient(circle at 60% 80%, rgba(16, 185, 129, 0.32), transparent 52%),
    radial-gradient(circle at 10% 78%, rgba(59, 130, 246, 0.30), transparent 50%);
  animation-duration: 40s;
}

/* animated grid + noise overlay */
.partner-gridlines {
  position: absolute;
  inset: -40px;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
  background-size: 160px 160px;
  opacity: 0.18;
  z-index: 0;
  animation: partnerGridDrift 46s linear infinite;
}

.partner-noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 0);
  background-size: 6px 6px;
  mix-blend-mode: soft-light;
  opacity: 0.38;
  z-index: 0;
}

/* shell gets a soft rotating conic glow */
.partner-shell {
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  border: 1px solid rgba(148, 163, 184, 0.55);
  box-shadow:
    0 26px 60px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  border-radius: 24px;
  padding: 2.25rem;
  display: grid;
  /* grid-template-columns: 1.1fr 0.9fr; */
  gap: 1rem;
  overflow: hidden;
  margin-bottom: auto;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  MAX-WIDTH: 800PX;
  /* margin: 0 auto; */
  /* display: block; */
  /* max-width: 800px; */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.partner-shell::after {
  content: '';
  position: absolute;
  inset: 8% 32% -28% 30%;
  background:
    conic-gradient(
      from 220deg,
      rgba(255, 255, 255, 0.45),
      rgba(255, 122, 0, 0.20),
      rgba(56, 189, 248, 0.25),
      rgba(16, 185, 129, 0.22),
      rgba(255, 255, 255, 0.45)
    );
  filter: blur(40px);
  opacity: 0.42;
  pointer-events: none;
  animation: partnerShellOrbit 40s ease-in-out infinite alternate;
}

/* subtle motion only – long durations */
@keyframes partnerOrbA {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(8%, -6%, 0) scale(1.05); }
}

@keyframes partnerOrbB {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-6%, 4%, 0) scale(1.04); }
}

@keyframes partnerWashDrift {
  from { transform: translate3d(-4%, 0, 0); }
  to   { transform: translate3d(6%, -4%, 0); }
}

@keyframes partnerGridDrift {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 80px 0, 0 80px; }
}

@keyframes partnerShellOrbit {
  from { transform: translate3d(-4%, 6%, 0) rotate(8deg); }
  to   { transform: translate3d(5%, -4%, 0) rotate(22deg); }
}

/* --- Home hero : subtle animated background + image halo --- */

.section.hero,
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  background:
    radial-gradient(circle at -8% 0%, rgba(255, 122, 0, 0.32), transparent 58%),
    radial-gradient(circle at 110% -10%, rgba(37, 99, 235, 0.20), transparent 58%),
    radial-gradient(circle at 50% 110%, rgba(16, 185, 129, 0.16), transparent 58%),
    linear-gradient(180deg, #f9fafb 0%, #ffffff 42%, #f9fafb 100%);
}

/* hero “blobs” behind content */
.hero::before,
.hero::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.32;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  top: -220px;
  left: -140px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 122, 0, 0.55), transparent 60%);
  animation: heroOrbLeft 40s ease-in-out infinite alternate;
}

.hero::after {
  right: -180px;
  bottom: -260px;
  background: radial-gradient(circle at 70% 70%, rgba(59, 130, 246, 0.45), transparent 60%);
  animation: heroOrbRight 44s ease-in-out infinite alternate;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

/* hero image wrapper “merges” into section with halo + conic glow */
.hero-image-wrapper {
  position: relative;
  padding: 0.2rem;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(255, 122, 0, 0.22), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.22), transparent 60%),
    linear-gradient(135deg, #020617, #020617);
  box-shadow:
    0 32px 80px rgba(15, 23, 42, 0.55),
    0 0 0 1px rgba(148, 163, 184, 0.45);
}

.hero-image-wrapper::before {
  content: '';
  position: absolute;
  inset: -40%;
  background:
    conic-gradient(
      from 210deg,
      rgba(255, 255, 255, 0.35),
      rgba(56, 189, 248, 0.45),
      transparent 40%,
      rgba(255, 122, 0, 0.45),
      rgba(255, 255, 255, 0.35)
    );
  filter: blur(32px);
  opacity: 0.9;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
  animation: heroIris 34s ease-in-out infinite alternate;
}

.hero-image-wrapper img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

/* keep caption floating nicely */
.hero-caption {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 0.35rem;
}

/* hero animations */
@keyframes heroOrbLeft {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(6%, 4%, 0) scale(1.06); }
}

@keyframes heroOrbRight {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-5%, -4%, 0) scale(1.05); }
}

@keyframes heroIris {
  from { transform: rotate(0deg) scale(1); }
  to   { transform: rotate(18deg) scale(1.05); }
}

/* --- Foundations section : upgraded background + image integration --- */

#foundations {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at -10% 10%, rgba(255, 122, 0, 0.18), transparent 60%),
    radial-gradient(circle at 115% 0%, rgba(37, 99, 235, 0.18), transparent 60%),
    radial-gradient(circle at 50% 115%, rgba(16, 185, 129, 0.14), transparent 60%),
    var(--bg-soft);
}

#foundations::before,
#foundations::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  filter: blur(40px);
  opacity: 0.5;
  z-index: 0;
}

/* glow behind the image column */
#foundations::before {
  width: 440px;
  height: 440px;
  top: 6%;
  right: -120px;
  background:
    conic-gradient(
      from 200deg,
      rgba(255, 255, 255, 0.4),
      rgba(59, 130, 246, 0.35),
      rgba(255, 122, 0, 0.35),
      rgba(255, 255, 255, 0.4)
    );
  animation: foundationsGlow 38s ease-in-out infinite alternate;
}

/* faint orbit shape low-left */
#foundations::after {
  width: 520px;
  height: 520px;
  left: -160px;
  bottom: -180px;
  background:
    radial-gradient(circle at 50% 50%, transparent 55%, rgba(255, 255, 255, 0.45) 57%, transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.12), transparent 70%);
  animation: foundationsOrbit 46s ease-in-out infinite alternate;
}

/* make sure content sits above the art */
#foundations .container {
  position: relative;
  z-index: 1;
}

/* make the right-hand image block feel “embedded” in the background */
#foundations .about-card {
  position: relative;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

#foundations .about-card::before {
  content: '';
  position: absolute;
  inset: -8% -12% -32%;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 122, 0, 0.50), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.45), transparent 60%);
  filter: blur(34px);
  opacity: 0.9;
  z-index: 0;
}

/* image floats above the glow */
#foundations .about-card img {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.35),
    0 0 0 1px rgba(148, 163, 184, 0.4);
}

/* metrics “tile” becomes a neat dark glass card overlapping the image */
#foundations .about-card-metrics {
  position: relative;
  z-index: 2;
  margin-top: -2.4rem;
  margin-inline: 1.4rem;
  padding: 1rem 1.1rem 1.15rem;
  border-radius: 18px;
  background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.65);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.75);
  color: #e5e7eb;
}

#foundations .about-card-metrics div {
  color: #e5e7eb;
}

#foundations .metric-label {
  color: #a5b4fc;
}

/* mobile tweak so the overlap doesn’t look cramped */
@media (max-width: 640px) {
  #foundations .about-card-metrics {
    margin-inline: 1rem;
    margin-top: -2rem;
  }
}

/* foundations background animations */
@keyframes foundationsGlow {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to   { transform: translate3d(-4%, 3%, 0) rotate(18deg); }
}

@keyframes foundationsOrbit {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(5%, -4%, 0) scale(1.04); }
}

/* --- Respect reduced-motion users (kills all the subtle animation) --- */
@media (prefers-reduced-motion: reduce) {
  .partner-stage::before,
  .partner-stage::after,
  .partner-wash,
  .partner-gridlines,
  .partner-shell::after,
  .hero::before,
  .hero::after,
  .hero-image-wrapper::before,
  #foundations::before,
  #foundations::after {
    animation: none !important;
    transform: none !important;
  }

  .partner-marquee-track {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Additional reduced-motion safety for new sections */
@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after,
  .hero-inner::before,
  #foundations::before,
  #foundations::after,
  #foundations .container::before,
  .contact-hero-bg,
  .contact-image-card::before,
  .map-loader::before,
  .map-loader-glow,
  .map-loader-spinner,
  .image-strip::before,
  .image-strip::after,
  .project-gallery::before,
  .project-gallery::after,
  .image-grid::before,
  .image-grid::after {
    animation: none !important;
    transform: none !important;
  }
}

/* Contact hero – subtle abstract background */
section[aria-labelledby="contact-hero"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 122, 0, 0.12), transparent 60%),
    radial-gradient(circle at 100% 10%, rgba(59, 130, 246, 0.12), transparent 60%),
    radial-gradient(circle at 50% 110%, rgba(15, 23, 42, 0.05), transparent 70%),
    var(--bg-soft);
}

section[aria-labelledby="contact-hero"]::before,
section[aria-labelledby="contact-hero"]::after {
  content: '';
  position: absolute;
  inset: -40% -25%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 15% 35%, rgba(255, 122, 0, 0.22), transparent 60%),
    radial-gradient(circle at 80% 65%, rgba(37, 99, 235, 0.2), transparent 60%);
  filter: blur(30px);
  opacity: 0.65;
  transform: translate3d(0,0,0);
  animation: contactHeroDrift 40s ease-in-out infinite alternate;
}

section[aria-labelledby="contact-hero"]::after {
  opacity: 0.4;
  animation-duration: 52s;
  animation-direction: alternate-reverse;
}

/* Contact layout: make the image + map feel embedded */
.contact-layout {
  position: relative;
  z-index: 1;
}

.contact-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: fit-content;
  background: radial-gradient(circle at 0 0, rgba(255, 122, 0, 0.22), transparent 60%),
              radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.22), transparent 60%),
              #020617;
  border: 1px solid rgba(15, 23, 42, 0.16);
  box-shadow:
    0 26px 60px rgba(15, 23, 42, 0.5),
    0 0 0 1px rgba(148, 163, 184, 0.25);
}

/* subtle moving wash behind image+map */
.contact-image-card::before {
  content: '';
  position: absolute;
  inset: -30%;
  background:
    conic-gradient(
      from 210deg,
      rgba(255, 255, 255, 0.4),
      rgba(56, 189, 248, 0.55),
      transparent 40%,
      rgba(255, 122, 0, 0.6),
      rgba(255, 255, 255, 0.4)
    );
  filter: blur(40px);
  opacity: 0.9;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: contactIris 42s ease-in-out infinite alternate;
}

.contact-image-media img {
  border-radius: 20px 20px 0 0;
}

/* map and caption blend into the card */
.contact-image-caption {
  border-top: 1px solid rgba(15, 23, 42, 0.35);
  background: rgba(15, 23, 42, 0.88);
  color: #e5e7eb;
}

.map-embed {
  border-top: 1px solid rgba(15, 23, 42, 0.35);
}

.map-embed iframe {
  border-radius: 0 0 24px 24px;
}

@keyframes contactHeroDrift {
  from { transform: translate3d(-3%, 2%, 0) scale(1); }
  to   { transform: translate3d(3%, -2%, 0) scale(1.03); }
}

@keyframes contactIris {
  from { transform: rotate(0deg) scale(1); }
  to   { transform: rotate(18deg) scale(1.04); }
}

/* Projects hero – abstract band under the gallery */
section[aria-labelledby="projects-hero"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 122, 0, 0.10), transparent 60%),
    radial-gradient(circle at 100% 10%, rgba(59, 130, 246, 0.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

section[aria-labelledby="projects-hero"]::before,
section[aria-labelledby="projects-hero"]::after {
  content: '';
  position: absolute;
  inset: 35% -35% -20%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 10% 50%, rgba(255, 122, 0, 0.22), transparent 60%),
    radial-gradient(circle at 90% 50%, rgba(37, 99, 235, 0.22), transparent 60%);
  filter: blur(40px);
  opacity: 0.7;
  transform: translate3d(0,0,0);
  animation: projectsGlow 46s ease-in-out infinite alternate;
}

section[aria-labelledby="projects-hero"]::after {
  opacity: 0.4;
  animation-duration: 60s;
  animation-direction: alternate-reverse;
}

/* Gallery sits on a light animated grid */
.project-gallery {
  position: relative;
  z-index: 1;
}

.project-gallery::before {
  content: '';
  position: absolute;
  inset: -10% -30%;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 180px 180px;
  opacity: 0.15;
  pointer-events: none;
  transform: translate3d(0,0,0);
  animation: projectsGrid 55s linear infinite;
}

/* Cards: slightly stronger shadow so they feel set into that canvas */
.project-card {
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.20),
    0 0 0 1px rgba(255, 255, 255, 0.7);
}

.project-media img {
  border-radius: 22px 22px 0 0;
}

@keyframes projectsGlow {
  from { transform: translate3d(-4%, 0, 0) scale(1); }
  to   { transform: translate3d(4%, -3%, 0) scale(1.03); }
}

@keyframes projectsGrid {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-140px, -60px, 0); }
}

/* Services hero – subtle abstract slab */
section[aria-labelledby="services-hero"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 122, 0, 0.12), transparent 60%),
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

section[aria-labelledby="services-hero"]::before,
section[aria-labelledby="services-hero"]::after {
  content: '';
  position: absolute;
  inset: 40% -30% -25%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 15% 40%, rgba(255, 122, 0, 0.20), transparent 60%),
    radial-gradient(circle at 85% 60%, rgba(37, 99, 235, 0.22), transparent 60%);
  filter: blur(38px);
  opacity: 0.7;
  transform: translate3d(0,0,0);
  animation: servicesGlow 48s ease-in-out infinite alternate;
}

/* Services scope – image grid sits on one shared abstract canvas */
section[aria-labelledby="services-scope"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, 0.10), transparent 60%),
    radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.10), transparent 60%),
    var(--bg-soft);
  border-top: 1px solid #b1b1b1;
}

section[aria-labelledby="services-scope"]::before,
section[aria-labelledby="services-scope"]::after {
  content: '';
  position: absolute;
  inset: 20% -30% -15%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 0% 50%, rgba(255, 122, 0, 0.22), transparent 60%),
    radial-gradient(circle at 100% 50%, rgba(37, 99, 235, 0.22), transparent 60%);
  filter: blur(42px);
  opacity: 0.75;
  transform: translate3d(0,0,0);
  animation: servicesScopeDrift 52s ease-in-out infinite alternate;
}

/* grid uses the same abstract canvas */
.image-grid {
  position: relative;
  z-index: 1;
}

/* tiles are more “glass” than plain white boxes */
.image-grid-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.7);
}

.image-grid-media img {
  height: 190px;
  border-radius: 22px 22px 0 0;
}

@keyframes servicesGlow {
  from { transform: translate3d(-3%, 2%, 0) scale(1); }
  to   { transform: translate3d(3%, -2%, 0) scale(1.03); }
}

@keyframes servicesScopeDrift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-4%, -3%, 0) scale(1.02); }
}

/* About hero – soft abstract backdrop */
section[aria-labelledby="about-overview"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 122, 0, 0.12), transparent 60%),
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.12), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

section[aria-labelledby="about-overview"]::before,
section[aria-labelledby="about-overview"]::after {
  content: '';
  position: absolute;
  inset: 45% -35% -30%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 15% 40%, rgba(255, 122, 0, 0.20), transparent 60%),
    radial-gradient(circle at 85% 60%, rgba(37, 99, 235, 0.22), transparent 60%);
  filter: blur(38px);
  opacity: 0.7;
  transform: translate3d(0,0,0);
  animation: aboutGlow 50s ease-in-out infinite alternate;
}

/* About "What drives us" – image strip feels like one composition */
section[aria-labelledby="about-drivers"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, 0.10), transparent 60%),
    radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.10), transparent 60%),
    var(--bg-soft);
}

section[aria-labelledby="about-drivers"]::before,
section[aria-labelledby="about-drivers"]::after {
  content: '';
  position: absolute;
  inset: 22% -30% -18%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 0% 50%, rgba(255, 122, 0, 0.22), transparent 60%),
    radial-gradient(circle at 100% 50%, rgba(37, 99, 235, 0.22), transparent 60%);
  filter: blur(42px);
  opacity: 0.75;
  transform: translate3d(0,0,0);
  animation: aboutStripDrift 52s ease-in-out infinite alternate;
}

/* tie the image card into the same “glass” language as services/projects */
.image-strip {
  position: relative;
  z-index: 1;
}

.image-strip-card {
  border-radius: 24px;
  overflow: hidden;
  background: #020617;
  border: 1px solid rgba(148, 163, 184, 0.65);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.45);
}

.image-strip-media img {
  max-height: 260px;
  border-radius: 24px 24px 0 0;
}

.image-strip-caption {
  background: rgba(15, 23, 42, 0.94);
  color: #e5e7eb;
  border-top: 1px solid rgba(148, 163, 184, 0.6);
}

/* side panels feel slightly lifted from the abstract canvas */
.image-strip-aside .panel {
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.7);
}

@keyframes aboutGlow {
  from { transform: translate3d(-3%, 3%, 0) scale(1); }
  to   { transform: translate3d(3%, -3%, 0) scale(1.03); }
}

@keyframes aboutStripDrift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-4%, -3%, 0) scale(1.02); }
}

/* SERVICES HERO – abstract background + tighter grid layout */
section[aria-labelledby="services-hero"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 122, 0, 0.14), transparent 62%),
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.14), transparent 60%),
    radial-gradient(circle at 50% 120%, rgba(15, 23, 42, 0.06), transparent 70%),
    #ffffff;
}

section[aria-labelledby="services-hero"]::before,
section[aria-labelledby="services-hero"]::after {
  content: '';
  position: absolute;
  inset: 40% -30% -25%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 15% 40%, rgba(255, 122, 0, 0.22), transparent 60%),
    radial-gradient(circle at 85% 60%, rgba(37, 99, 235, 0.24), transparent 60%);
  filter: blur(42px);
  opacity: 0.75;
  transform: translate3d(0,0,0);
  animation: servicesHeroGlow 48s ease-in-out infinite alternate;
}

section[aria-labelledby="services-hero"]::after {
  opacity: 0.45;
  animation-duration: 60s;
  animation-direction: alternate-reverse;
}

/* grid + cards feel like one composition */
section[aria-labelledby="services-hero"] .grid-two {
  position: relative;
  z-index: 1;
  align-items: stretch;
  gap: 1.4rem;
}

section[aria-labelledby="services-hero"] .panel {
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 46px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.85);
}

section[aria-labelledby="services-hero"] .panel.soft {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.98));
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.8);
}

section[aria-labelledby="services-hero"] .panel.soft h3 {
  color: #e5e7eb;
}

section[aria-labelledby="services-hero"] .panel.soft .stat-item {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(148, 163, 184, 0.6);
}

@keyframes servicesHeroGlow {
  from { transform: translate3d(-3%, 2%, 0) scale(1); }
  to   { transform: translate3d(3%, -2%, 0) scale(1.03); }
}

/* SERVICES METHOD – abstract background + upgraded timeline */
section[aria-labelledby="services-method"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 10%, rgba(255, 122, 0, 0.12), transparent 60%),
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.12), transparent 60%),
    var(--bg-soft);
}

section[aria-labelledby="services-method"]::before,
section[aria-labelledby="services-method"]::after {
  content: '';
  position: absolute;
  inset: 20% -30% -20%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 10% 40%, rgba(255, 122, 0, 0.20), transparent 60%),
    radial-gradient(circle at 90% 60%, rgba(37, 99, 235, 0.22), transparent 60%);
  filter: blur(40px);
  opacity: 0.75;
  transform: translate3d(0,0,0);
  animation: servicesMethodGlow 50s ease-in-out infinite alternate;
}

section[aria-labelledby="services-method"] .timeline {
  --timeline-offset: 4.4rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.35rem;
}

section[aria-labelledby="services-method"] .timeline-step {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(148, 163, 184, 0.6);
  box-shadow:
    0 24px 52px rgba(15, 23, 42, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.9);
}

section[aria-labelledby="services-method"] .timeline-step::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(249, 115, 22, 0.18), transparent 45%),
    radial-gradient(circle at 80% 18%, rgba(37, 99, 235, 0.14), transparent 48%);
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: soft-light;
  z-index: 0;
}

@keyframes servicesMethodGlow {
  from { transform: translate3d(-3%, 2%, 0) scale(1); }
  to   { transform: translate3d(3%, -2%, 0) scale(1.03); }
}

@media (max-width: 640px) {
  section[aria-labelledby="services-method"] .timeline {
    padding-left: 1.4rem;
  }
}

/* ABOUT – "What drives us" section with stronger art */
section[aria-labelledby="about-drivers"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, 0.10), transparent 60%),
    radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.10), transparent 60%),
    var(--bg-soft);
}

section[aria-labelledby="about-drivers"]::before,
section[aria-labelledby="about-drivers"]::after {
  content: '';
  position: absolute;
  inset: 24% -30% -20%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 0% 50%, rgba(255, 122, 0, 0.22), transparent 60%),
    radial-gradient(circle at 100% 50%, rgba(37, 99, 235, 0.22), transparent 60%);
  filter: blur(42px);
  opacity: 0.78;
  transform: translate3d(0,0,0);
  animation: aboutDriversGlow 52s ease-in-out infinite alternate;
}

/* 2-column layout feels like one composition */
section[aria-labelledby="about-drivers"] .image-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(260px, 1fr);
  gap: 1.8rem;
  align-items: stretch;
}

@media (max-width: 768px) {
  section[aria-labelledby="about-drivers"] .image-strip {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* main image card: deep, glassy, tied to the background */
section[aria-labelledby="about-drivers"] .image-strip-card {
  border-radius: 24px;
  overflow: hidden;
  height: fit-content;
  background: #020617;
  border: 1px solid rgba(148, 163, 184, 0.65);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.35);
  position: relative;
}

/* subtle inner conic glow behind the photo */
section[aria-labelledby="about-drivers"] .image-strip-card::before {
  content: '';
  position: absolute;
  inset: -35%;
  background:
    conic-gradient(
      from 220deg,
      rgba(255, 255, 255, 0.38),
      rgba(56, 189, 248, 0.45),
      transparent 42%,
      rgba(255, 122, 0, 0.55),
      rgba(255, 255, 255, 0.38)
    );
  filter: blur(40px);
  opacity: 0.95;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: aboutDriversIris 50s ease-in-out infinite alternate;
}

section[aria-labelledby="about-drivers"] .image-strip-media img {
  position: relative;
  z-index: 1;
  max-height: max-content;
  width: 100%;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}

section[aria-labelledby="about-drivers"] .image-strip-caption {
  position: relative;
  z-index: 1;
  background: rgba(15, 23, 42, 0.95);
  color: #e5e7eb;
  border-top: 1px solid rgba(148, 163, 184, 0.6);
}

/* side panels feel "lifted" from the same canvas */
section[aria-labelledby="about-drivers"] .image-strip-aside .panel {
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 18px 44px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.85);
}

@keyframes aboutDriversGlow {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-4%, -3%, 0) scale(1.02); }
}

@keyframes aboutDriversIris {
  from { transform: rotate(0deg) scale(1); }
  to   { transform: rotate(18deg) scale(1.04); }
}

/* ABOUT METHOD – clean cards + soft background art */
section[aria-labelledby="about-process"] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 10%, rgba(255, 122, 0, 0.10), transparent 60%),
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.10), transparent 60%),
    var(--bg-soft);
}

section[aria-labelledby="about-process"]::before,
section[aria-labelledby="about-process"]::after {
  content: '';
  position: absolute;
  inset: 18% -28% -18%;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at 10% 50%, rgba(255, 122, 0, 0.22), transparent 60%),
    radial-gradient(circle at 90% 50%, rgba(37, 99, 235, 0.22), transparent 60%);
  filter: blur(40px);
  opacity: 0.78;
  transform: translate3d(0,0,0);
  animation: aboutProcessGlow 52s ease-in-out infinite alternate;
}

section[aria-labelledby="about-process"] .timeline {
  --timeline-offset: 1.35rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.35rem;
  margin-top: 0.4rem;
}

@media (min-width: 768px) {
  section[aria-labelledby="about-process"] .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

section[aria-labelledby="about-process"] .timeline-step {
  padding: 1.1rem 1.25rem 1.2rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(249, 115, 22, 0.06), rgba(37, 99, 235, 0.05)), #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow:
    0 20px 42px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.9);
}

section[aria-labelledby="about-process"] .timeline-step::before {
  display: none;
}

section[aria-labelledby="about-process"] .timeline-step h3 {
  margin-top: 0;
  margin-bottom: 0.3rem;
}

section[aria-labelledby="about-process"] .timeline-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
}

@keyframes aboutProcessGlow {
  from { transform: translate3d(-3%, 2%, 0) scale(1); }
  to   { transform: translate3d(3%, -2%, 0) scale(1.03); }
}

/* Additional reduced-motion safety for new art blocks */
@media (prefers-reduced-motion: reduce) {
  section[aria-labelledby="services-hero"]::before,
  section[aria-labelledby="services-hero"]::after,
  section[aria-labelledby="services-method"]::before,
  section[aria-labelledby="services-method"]::after,
  section[aria-labelledby="about-drivers"]::before,
  section[aria-labelledby="about-drivers"]::after,
  section[aria-labelledby="about-drivers"] .image-strip-card::before,
  section[aria-labelledby="about-process"]::before,
  section[aria-labelledby="about-process"]::after {
    animation: none !important;
    transform: none !important;
  }
}
