
@font-face {
      font-family: Aspekta;
      src: url("/fonts/AspektaVF.woff2") format("woff2-variations");
    font-weight: 50 1000;
    font-style: normal;
    font-display: swap;
    }
@font-face {
      font-family: IBM Plex Sans;
      src: url("/fonts/IBMPlexSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
@font-face {
      font-family: IBM Plex Sans;
      src: url("/fonts/IBMPlexSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }
@property --nav-fg {
      syntax: '<color>';
    initial-value: #1A1A1A;
    inherits: true;
    }
@property --nav-fg-muted {
      syntax: '<color>';
    initial-value: #5C5C5C;
    inherits: true;
    }
@property --text-reveal-progress {
      syntax: '<number>';
    initial-value: 0;
    inherits: true;
    }
.ora-revelation {
  --reveal-headline: #1A1A1A;
  --reveal-desc: rgba(92,92,92,1);
  --reveal-track-end: rgba(26,26,26,0);
  --reveal-marker: #F5F0EB;
  --reveal-bg: #1B2D4F;
  --reveal-bg-transparent: rgba(27,45,79,0);
}
[data-theme="ora"] {
  --st-bg: #FAF7F2;
  --st-bg-surface: #F3EDE4;
  --st-bg-surface-hover: #EDE5D8;
  --st-bg-elevated: #FFFFFF;
  --st-text: #1A1A1A;
  --st-text-muted: #5C5C5C;
  --st-text-subtle: #999999;
  --st-text-light: #FFFFFF;
  --st-accent: #E85D4A;
  --st-accent-light: #F07A6A;
  --st-accent-dark: #C74A39;
  --st-accent-glow: rgba(232, 93, 74, 0.15);
  --ora-coral: #E85D4A;
  --ora-navy: #1B2D4F;
  --ora-sage: #6B8F71;
  --ora-ochre: #D4983B;
  --st-border: rgba(26, 26, 26, 0.08);
  --st-border-strong: rgba(26, 26, 26, 0.16);
  --st-space-xs: 0.5rem;
  --st-space-sm: 1rem;
  --st-space-md: 2rem;
  --st-space-lg: 4rem;
  --st-space-xl: 7.5rem;
  --st-space-2xl: 10rem;
  --st-radius-sm: 4px;
  --st-radius-md: 8px;
  --st-radius-lg: 16px;
  --st-radius-xl: 24px;
  --st-radius-full: 999px;
  --st-font-display: "IBM Plex Sans", system-ui, -apple-system, sans-serif;
  --st-font-sans: "Aspekta", system-ui, -apple-system, sans-serif;
  --st-text-hero: clamp(3.25rem, 8.5vw, 6rem);
  --st-text-h1: clamp(2.25rem, 5vw, 3.75rem);
  --st-text-h2: clamp(1.75rem, 3.5vw, 2.5rem);
  --st-text-h3: clamp(1.25rem, 2vw, 1.5rem);
  --st-text-body-lg: 1.125rem;
  --st-text-body: 1rem;
  --st-text-small: 0.875rem;
  --st-text-caption: 0.75rem;
  --st-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --st-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --st-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.1);
  --st-duration-fast: 200ms;
  --st-duration-normal: 400ms;
  --st-duration-slow: 600ms;
  --st-duration-reveal: 800ms;
  --st-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --st-ease-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --st-ease-out: cubic-bezier(0.33, 1, 0.68, 1);
  background: var(--st-bg);
  color: var(--st-text);
  font-family: var(--st-font-sans);
  font-size: var(--st-text-body);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.ora-dark {
  --st-bg: #1A1A1A;
  --st-bg-surface: #252525;
  --st-bg-surface-hover: #333333;
  --st-bg-elevated: #2A2A2A;
  --st-text: #F5F0E8;
  --st-text-muted: #B8B0A4;
  --st-text-subtle: #7A7268;
  --st-text-light: #FFFFFF;
  --st-border: rgba(255, 255, 255, 0.08);
  --st-border-strong: rgba(255, 255, 255, 0.16);
  --st-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --st-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
  --st-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.5);
  --ora-navy: #0D1929;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--st-bg);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  background: none;
  border: none;
}
*:focus-visible {
  outline: 2px solid var(--st-accent);
  outline-offset: 2px;
}
#ora-glow {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.ora-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--st-space-md);
}
.ora-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: var(--st-space-sm) var(--st-space-md);
  --nav-fg: #1A1A1A;
  --nav-fg-muted: #5C5C5C;
  background: rgba(250, 247, 242, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  transition: background 0.4s ease,
        --nav-fg 0.4s ease,
        --nav-fg-muted 0.4s ease,
        border-bottom-color 0.4s ease;
}
.ora-nav--dark {
  --nav-fg: #FFFFFF;
  --nav-fg-muted: rgba(255, 255, 255, 0.7);
  background: rgba(27, 45, 79, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.ora-nav--dark .ora-logo-mark {
  fill: #FFFFFF;
}
.ora-nav--dark .ora-logo-text {
  fill: #FFFFFF;
}
.ora-nav--warm {
  background: rgba(243, 237, 228, 0.88);
}
.ora-nav--warm .ora-logo-mark {
  fill: #1B2D4F;
}
.ora-nav--warm .ora-logo-text {
  fill: #1B2D4F;
}
.ora-nav--user-dark {
  --nav-fg: #F5F0E8;
  --nav-fg-muted: #B8B0A4;
  background: rgba(26, 26, 26, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.ora-nav--user-dark .ora-logo-mark {
  fill: #FFFFFF;
}
.ora-nav--user-dark .ora-logo-text {
  fill: #FFFFFF;
}
.ora-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ora-nav__logo {
  display: flex;
  align-items: center;
  line-height: 0;
}
.ora-nav__logo-svg {
  height: 28px;
  width: auto;
  display: block;
}
.ora-nav__logo-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ora-logo-mark {
  fill: #E85D4A;
  transition: fill 0.4s ease;
}
.ora-logo-text {
  fill: #1B2D4F;
  transition: fill 0.4s ease;
}
.ora-nav__links {
  display: flex;
  align-items: center;
  gap: var(--st-space-md);
}
.ora-nav__links a {
  font-size: var(--st-text-small);
  color: var(--nav-fg-muted);
  white-space: nowrap;
}
.ora-nav__links a:hover {
  color: var(--nav-fg);
}
.ora-nav__menu {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
}
.ora-nav__menu-line {
  width: 24px;
  height: 3px;
  background: var(--nav-fg);
  border-radius: 1px;
}
.ora-nav__backdrop {
  display: none;
}
.ora-nav__drawer {
  display: none;
}
.ora-nav__sep {
  width: 1px;
  height: 1em;
  background: var(--nav-fg-muted);
  opacity: 0.3;
  flex-shrink: 0;
}
.lang-picker {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}
.lang-picker a {
  color: var(--nav-fg-muted);
  padding: 0.15rem 0.35rem;
  border-radius: var(--st-radius-sm);
  font-size: var(--st-text-caption);
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
  transition: color var(--st-duration-fast) var(--st-ease);
}
.lang-picker a:hover {
  color: var(--nav-fg);
}
.ora-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: var(--st-space-xl) var(--st-space-md);
  max-width: calc(1400px + 2 * var(--st-space-md));
  margin-inline: auto;
  gap: var(--st-space-xl);
}
.ora-hero__content {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 720px;
  width: 100%;
  padding-left: 8%;
}
.ora-hero__title {
  font-family: var(--st-font-display);
  font-size: var(--st-text-hero);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--st-text);
  margin-bottom: var(--st-space-md);
}
.ora-hero__flap {
  display: block;
  color: var(--ora-coral);
  overflow: hidden;
  min-height: 1.2em;
  position: relative;
}
.ora-hero__sub {
  font-size: var(--st-text-body-lg);
  max-width: 440px;
  line-height: 1.7;
  color: var(--st-text);
  margin-bottom: var(--st-space-lg);
  letter-spacing: 0.01em;
}
.ora-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
.ora-hero__svg {
  width: 100%;
  height: 100%;
  max-width: none;
}
.ora-mesh {
  mix-blend-mode: normal;
}
.ora-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--st-font-sans);
  font-size: var(--st-text-small);
  font-weight: 700;
  color: var(--st-text-light);
  background: var(--ora-coral);
  padding: 1rem 2.25rem;
  border: none;
  border-radius: var(--st-radius-full);
  cursor: pointer;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background var(--st-duration-fast) var(--st-ease),
                box-shadow var(--st-duration-fast) var(--st-ease);
}
.ora-cta:hover {
  background: var(--st-accent-dark);
  box-shadow: 0 8px 30px rgba(232, 93, 74, 0.3);
}
.ora-cta--outline {
  background: transparent;
  color: var(--st-text);
  border: 1.5px solid var(--st-border-strong);
}
.ora-cta--outline:hover {
  background: var(--st-text);
  color: var(--st-bg);
  border-color: var(--st-text);
  box-shadow: 0 8px 30px rgba(26, 26, 26, 0.15);
}
.ora-section-title {
  font-family: var(--st-font-display);
  font-size: var(--st-text-h1);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--st-text);
}
.ora-section-eyebrow {
  display: inline-block;
  font-size: var(--st-text-caption);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ora-coral);
  margin-bottom: var(--st-space-sm);
  font-weight: 700;
}
.ora-scroll-section {
  position: relative;
  min-height: 300vh;
}
.ora-scroll-section__sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: max-content;
  display: flex;
  align-items: center;
  padding-block: clamp(3rem, 6vh, 5rem);
  overflow: visible;
}
.ora-scroll-section__bg--navy {
  position: absolute;
  inset: 0;
  background: var(--ora-navy);
}
.ora-scroll-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: var(--st-space-lg);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--st-space-sm);
  width: 100%;
  min-width: 0;
}
.ora-scroll-section__title {
  font-family: var(--st-font-display);
  font-size: var(--st-text-h1);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: var(--st-space-lg);
  opacity: 0;
  grid-column: 1 / -1;
}
.ora-scroll-section--work .ora-scroll-section__sticky {
  color: var(--st-text-light);
}
.ora-scroll-section--work::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(232,93,74,0.08), transparent);
  top: 10%;
  left: -5%;
  transform: rotateX(45deg) rotateY(25deg) rotateZ(10deg);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.ora-scroll-section--work::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(225deg, rgba(255,255,255,0.03), transparent);
  bottom: 10%;
  right: -10%;
  transform: rotateX(-30deg) rotateY(-20deg) rotateZ(-10deg);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}
.ora-scroll-section__topics {
  display: flex;
  flex-direction: column;
  gap: var(--st-space-md);
}
.ora-topic {
  font-family: var(--st-font-display);
  font-size: var(--st-text-h2);
  font-weight: 800;
  opacity: 0.3;
  cursor: default;
  transition: opacity var(--st-duration-normal) var(--st-ease);
  letter-spacing: -0.01em;
}
.ora-topic--active {
  opacity: 1;
}
.ora-scroll-section__panels {
  position: relative;
  min-height: 200px;
}
.ora-scroll-section__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.ora-scroll-section__panel-eyebrow {
  display: inline-block;
  font-size: var(--st-text-caption);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.5;
  margin-bottom: var(--st-space-xs);
  font-weight: 700;
}
.ora-scroll-section__panel-title {
  font-family: var(--st-font-display);
  font-size: var(--st-text-h2);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: var(--st-space-sm);
}
.ora-scroll-section__panel-body {
  font-size: var(--st-text-body-lg);
  line-height: 1.7;
  opacity: 0.85;
  max-width: 540px;
}
.ora-scroll-section--growth {
  background: var(--st-bg);
  min-height: 300vh;
}
.ora-scroll-section--growth .ora-scroll-section__sticky {
  color: var(--st-text);
  min-height: 100vh;
  height: max-content;
  top: 0;
  overflow: visible;
}
.ora-scroll-section__bg--light {
  position: absolute;
  inset: 0;
  background: var(--st-bg-surface);
}
.ora-scroll-section--growth .ora-scroll-section__panels {
  min-height: max(200px, var(--st-growthPanel1-height, 0px), var(--st-growthPanel2-height, 0px));
}
.ora-scroll-section--growth .ora-scroll-section__panel {
  background: rgba(250, 247, 242, 0.9);
  backdrop-filter: blur(12px);
  border-radius: var(--st-radius-lg);
  padding: var(--st-space-lg) var(--st-space-md);
  border: 1px solid rgba(26, 26, 26, 0.06);
}
.ora-scroll-section__bg-svg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.15;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.ora-growth-mesh {
  mix-blend-mode: normal;
}
.ora-scroll-section__bg-svg svg {
  width: 80%;
  max-width: 800px;
  height: auto;
}
.ora-revelation {
  position: relative;
  min-height: 500vh;
}
.ora-revelation__sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: max(15vh, 110px);
  padding-bottom: clamp(3rem, 6vh, 5rem);
  overflow: visible;
}
.ora-revelation__bg {
  position: absolute;
  inset: 0;
  background: var(--ora-navy);
  z-index: 0;
}
.ora-revelation__content {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 0 var(--st-space-md);
}
.ora-revelation__headline {
  font-family: var(--st-font-display);
  font-size: var(--st-text-h1);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.0;
  color: color-mix(in srgb, var(--reveal-headline) calc(var(--text-reveal-progress) * 100%), white);
  margin-bottom: var(--st-space-xl);
}
.ora-timeline {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.ora-timeline__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ora-timeline__track {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.15);
}
.ora-timeline__line-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--ora-coral);
  transform-origin: top;
}
.ora-timeline__step {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 480px;
  padding-bottom: var(--st-space-lg);
  cursor: pointer;
}
.ora-timeline__step:last-child {
  padding-bottom: 0;
}
.ora-timeline__header, .ora-timeline__body {
  position: relative;
  z-index: 1;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0 1rem;
}
.ora-timeline__header::before, .ora-timeline__body::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ora-navy);
  opacity: var(--knockout-opacity, 1);
  z-index: -1;
}
.ora-timeline__header {
  margin-bottom: 0.25rem;
}
.ora-timeline__marker {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ora-coral);
  border: 3px solid var(--ora-navy);
  margin: 0 auto var(--st-space-xs);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 12px rgba(232, 93, 74, 0.4);
}
.ora-timeline__number {
  display: block;
  font-family: var(--st-font-display);
  font-size: var(--st-text-caption);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ora-coral);
  margin-bottom: var(--st-space-xs);
  font-weight: 700;
}
.ora-timeline__title {
  font-family: var(--st-font-display);
  font-size: var(--st-text-h3);
  font-weight: 800;
  color: color-mix(in srgb, var(--reveal-headline) calc(var(--text-reveal-progress) * 100%), white);
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.ora-timeline__body {
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
}
.ora-timeline__desc {
  font-size: var(--st-text-body);
  line-height: 1.7;
  color: color-mix(in srgb, var(--reveal-desc) calc(var(--text-reveal-progress) * 100%), rgba(255,255,255,0.7));
  max-width: 460px;
  margin: 0.5rem auto 0;
}
.ora-clients {
  position: relative;
  --section-h: 400vh;
  min-height: var(--section-h);
}
.ora-clients .ora-section-title, .ora-section-eyebrow {
  opacity: 0;
}
.ora-clients__anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  visibility: hidden;
}
#story-cosmetics {
  top: max(0px, calc(0.215 * (var(--section-h) + 100vh) - 100vh));
}
#story-solar {
  top: max(0px, calc(0.415 * (var(--section-h) + 100vh) - 100vh));
}
#story-hospitality {
  top: max(0px, calc(0.615 * (var(--section-h) + 100vh) - 100vh));
}
#story-realestate {
  top: max(0px, calc(0.76 * (var(--section-h) + 100vh) - 100vh));
}
.ora-clients__sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: max-content;
  display: flex;
  align-items: center;
  overflow: visible;
  background: var(--st-bg-surface);
  padding-block: clamp(3rem, 6vh, 5rem);
}
.ora-clients__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--st-space-md);
  width: 100%;
}
.ora-clients__header {
  margin-bottom: var(--st-space-md);
}
.ora-clients__body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--st-space-lg);
  align-items: center;
}
.ora-clients__metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  perspective: 800px;
}
.ora-clients__metric {
  width: clamp(96px, 11vw, 140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 1.5vw, 1.25rem) 0.5rem;
  border-radius: var(--st-radius-lg);
  gap: 0.25rem;
  transform-style: preserve-3d;
  border: 1px solid var(--st-border);
  background: var(--st-bg-elevated);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow var(--st-duration-normal) var(--st-ease),
                border-color var(--st-duration-normal) var(--st-ease);
}
.ora-clients__metric:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--st-border-strong);
}
.ora-clients__metric-value {
  font-family: var(--st-font-display);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--card-accent);
  opacity: 0.55;
}
.ora-clients__metric-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--st-text-subtle);
  opacity: 0.5;
  white-space: nowrap;
  font-weight: 700;
}
.ora-clients__panels {
  position: relative;
  min-height: 280px;
}
.ora-clients__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.ora-clients__unit {
  display: inline-block;
  font-size: var(--st-text-caption);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ora-coral);
  margin-bottom: var(--st-space-xs);
  font-weight: 700;
}
.ora-clients__panel-title {
  font-family: var(--st-font-display);
  font-size: var(--st-text-h3);
  font-weight: 700;
  line-height: 1.35;
  color: var(--st-text);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.ora-clients__panel-body {
  font-size: var(--st-text-body);
  line-height: 1.7;
  color: var(--st-text-muted);
  max-width: 540px;
  margin-bottom: 1rem;
}
.ora-clients__tags {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.ora-clients__tag {
  display: inline-block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius-full);
  color: var(--st-text-subtle);
  font-weight: 600;
}
.ora-cta-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: var(--st-space-2xl) var(--st-space-md);
  overflow: hidden;
  background: var(--ora-navy);
  color: var(--st-text-light);
}
.ora-cta-section__headline {
  position: relative;
  z-index: 1;
  font-family: var(--st-font-display);
  font-size: var(--st-text-hero);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.0;
  text-align: left;
  color: var(--st-text-light);
  max-width: 15ch;
  flex-shrink: 0;
}
.ora-cta-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.ora-contact-form {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 580px;
  padding: var(--st-space-lg);
  background: var(--st-bg-elevated);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius-xl);
  box-shadow: var(--st-shadow-lg);
  color: var(--st-text);
}
.ora-contact-form__field {
  margin-bottom: var(--st-space-md);
}
.ora-contact-form__label {
  display: block;
  font-size: var(--st-text-small);
  font-weight: 700;
  color: var(--st-text);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.ora-contact-form__input, .ora-contact-form__textarea {
  width: 100%;
  font-family: var(--st-font-sans);
  font-size: var(--st-text-body);
  padding: 1rem 1.25rem;
  background: var(--st-bg-surface);
  border: 1.5px solid var(--st-border);
  border-radius: var(--st-radius-md);
  color: var(--st-text);
  outline: none;
  transition: border-color var(--st-duration-fast) var(--st-ease),
                box-shadow var(--st-duration-fast) var(--st-ease);
}
.ora-contact-form__input:focus, .ora-contact-form__textarea:focus {
  border-color: var(--ora-coral);
  box-shadow: 0 0 0 4px var(--st-accent-glow);
  background: var(--st-bg-elevated);
}
.ora-contact-form__input:focus-visible, .ora-contact-form__textarea:focus-visible {
  outline: 2px solid var(--ora-coral);
  outline-offset: 2px;
}
.ora-contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.ora-contact-form__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: var(--st-space-md);
}
.ora-contact-form__submit {
  position: relative;
  isolation: isolate;
  align: left;
  overflow: hidden;
  min-width: 11.5rem;
  max-width: 20.5rem;
  justify-content: center;
  padding: 1rem 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(120deg, var(--ora-coral) 0%, #f07a6a 52%, #d4983b 100%);
  box-shadow: 0 12px 30px rgba(232, 93, 74, 0.32),
                inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
  transform: translateY(0);
  transition: transform var(--st-duration-fast) var(--st-ease),
                box-shadow var(--st-duration-fast) var(--st-ease),
                filter var(--st-duration-fast) var(--st-ease);
}
.ora-contact-form__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--st-space-xl);
  width: 100%;
  max-width: 1200px;
}
.ora-contact-form__submit::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -30%;
  width: 42%;
  height: 340%;
  transform: rotate(22deg);
  transition: transform 450ms var(--st-ease-expo);
  pointer-events: none;
  z-index: -1;
}
.ora-contact-form__submit::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: var(--st-radius-full);
  pointer-events: none;
}
.ora-contact-form__submit:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(232, 93, 74, 0.33),
                inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.ora-contact-form__submit:focus-visible {
  outline: 2px solid var(--st-text-light);
  outline-offset: 3px;
}
.ora-contact-form__success {
  display: none;
  text-align: center;
  padding: var(--st-space-lg) 0;
}
.ora-contact-form__success-icon {
  font-size: 3rem;
  color: var(--ora-coral);
  margin-bottom: var(--st-space-xs);
  line-height: 1;
}
.ora-contact-form__success-text {
  font-size: var(--st-text-body-lg);
  color: var(--st-text);
  margin-bottom: var(--st-space-md);
}
.ora-contact-form--success .ora-contact-form__field, .ora-contact-form--success .ora-contact-form__actions {
  display: none;
}
.ora-contact-form--success .ora-contact-form__success {
  display: block;
}
.ora-cta--ghost {
  background: transparent;
  color: var(--ora-coral);
  border: 1.5px solid var(--ora-coral);
}
.ora-cta--ghost:hover {
  background: var(--ora-coral);
  color: var(--st-text-light);
  box-shadow: 0 8px 30px rgba(232, 93, 74, 0.25);
}
.ora-footer {
  padding: var(--st-space-xl) var(--st-space-md) var(--st-space-md);
  border-top: 1px solid var(--st-border);
  background: var(--st-bg);
}
.ora-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--st-space-lg);
  padding-bottom: var(--st-space-lg);
}
.ora-footer__brand {
  font-family: var(--st-font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ora-footer__tagline {
  font-size: var(--st-text-small);
  color: var(--st-text-muted);
  margin-top: var(--st-space-xs);
  font-weight: 400;
}
.ora-footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--st-space-sm);
}
.ora-footer__links a {
  font-size: var(--st-text-small);
  color: var(--st-text-muted);
}
.ora-footer__links a:hover {
  color: var(--st-text);
}
.ora-footer__bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: var(--st-space-md);
  border-top: 1px solid var(--st-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--st-space-md);
  flex-wrap: wrap;
}
.ora-footer__legal {
  display: flex;
  gap: var(--st-space-md);
}
.ora-footer__legal a {
  font-size: var(--st-text-caption);
  color: var(--st-text-subtle);
}
.ora-footer__copyright {
  font-size: var(--st-text-caption);
  color: var(--st-text-subtle);
}
.ora-about {
  padding: var(--st-space-2xl) var(--st-space-md);
  overflow-x: hidden;
  background: var(--st-bg);
}
.ora-about__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--st-space-md);
  text-align: left;
  position: relative;
}
.ora-about .ora-section-title {
  max-width: 720px;
  margin: 0 0 var(--st-space-lg);
}
.ora-about__body {
  max-width: 680px;
  margin: 0 0 var(--st-space-2xl);
}
.ora-about__body p {
  font-size: var(--st-text-body-lg);
  line-height: 1.7;
  color: var(--st-text-muted);
  margin-bottom: var(--st-space-sm);
}
.ora-about__body p:last-child {
  margin-bottom: 0;
}
.ora-about__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--st-space-md);
  margin-top: var(--st-space-2xl);
}
.ora-about__pillar {
  text-align: center;
  padding: var(--st-space-lg) var(--st-space-md);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius-lg);
  background: var(--st-bg-elevated);
  transition: border-color var(--st-duration-normal) var(--st-ease),
                box-shadow var(--st-duration-normal) var(--st-ease),
                transform var(--st-duration-normal) var(--st-ease);
}
.ora-about__pillar .ora-about__pillar:hover {
  border-color: var(--st-border-strong);
  box-shadow: var(--st-shadow-md);
  transform: translateY(-4px);
}
.ora-about__pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
  color: var(--ora-coral);
  background: var(--st-accent-glow);
  border-radius: var(--st-radius-md);
  margin: 0 auto var(--st-space-sm);
}
.ora-about__pillar h3 {
  font-family: var(--st-font-display);
  font-size: var(--st-text-h3);
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--st-text);
  letter-spacing: -0.01em;
}
.ora-about__pillar p {
  font-size: var(--st-text-body);
  line-height: 1.7;
  color: var(--st-text-muted);
}
.ora-theme-toggle {
  background: none;
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius-full);
  padding: 0.3rem 0.65rem;
  cursor: pointer;
  color: var(--nav-fg, var(--st-text));
  font-size: var(--st-text-small);
  line-height: 1;
  transition: background var(--st-duration-fast) var(--st-ease),
                border-color var(--st-duration-fast) var(--st-ease);
  flex-shrink: 0;
}
.ora-theme-toggle:hover {
  background: var(--st-bg-surface-hover);
  border-color: var(--st-border-strong);
}
.ora-theme-toggle__icon::before {
  content: "\25D0";
  font-size: 1.1em;
}
body.ora-dark .ora-nav {
  --nav-fg: #F5F0E8;
  --nav-fg-muted: #B8B0A4;
  background: rgba(26, 26, 26, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
body.ora-dark .ora-nav--dark {
  background: rgba(13, 25, 41, 0.95);
}
body.ora-dark .ora-nav--warm {
  background: rgba(37, 37, 37, 0.9);
}
body.ora-dark .ora-scroll-section--growth .ora-scroll-section__panel {
  background: rgba(37, 37, 37, 0.85);
}
body.ora-dark .ora-scroll-section__bg--light {
  background: var(--st-bg-surface);
}
body.ora-dark .ora-clients__sticky {
  background: var(--st-bg-surface);
}
body.ora-dark .ora-cta--outline {
  border-color: var(--st-border-strong);
  color: var(--st-text);
}
body.ora-dark .ora-cta--outline:hover {
  background: var(--st-text);
  color: var(--st-bg);
}
body.ora-dark .ora-footer {
  border-top-color: var(--st-border);
}
body.ora-dark .ora-footer__bottom {
  border-top-color: var(--st-border);
}
body.ora-dark .ora-contact-form__input, body.ora-dark .ora-contact-form__textarea {
  background: var(--st-bg-elevated);
  border-color: var(--st-border-strong);
  color: var(--st-text);
}
body.ora-dark .ora-nav--dark .ora-nav__drawer a {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
body.ora-dark .ora-revelation {
  --reveal-headline: #F5F0E8;
  --reveal-desc: rgba(184,176,164,1);
  --reveal-track-end: rgba(255,255,255,0.08);
  --reveal-marker: #252525;
  --reveal-bg: #0D1929;
  --reveal-bg-transparent: rgba(13,25,41,0);
}
body.ora-dark .ora-timeline__marker {
  border-color: var(--st-bg);
}
@font-face {
      font-family: Aspekta;
      src: url("/fonts/AspektaVF.woff2") format("woff2-variations");
    font-weight: 50 1000;
    font-style: normal;
    font-display: swap;
    }

@font-face {
      font-family: IBM Plex Sans;
      src: url("/fonts/IBMPlexSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }

@font-face {
      font-family: IBM Plex Sans;
      src: url("/fonts/IBMPlexSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }

@media (max-width: 1024px) {
      [data-theme="ora"] {
        --st-space-lg: 3rem;
        --st-space-xl: 5rem;
      }
    }

@media (max-width: 768px) {
      [data-theme="ora"] {
        --st-space-lg: 2rem;
        --st-space-xl: 3.5rem;
      }
    }

@property --nav-fg {
      syntax: '<color>';
    initial-value: #1A1A1A;
    inherits: true;
    }

@property --nav-fg-muted {
      syntax: '<color>';
    initial-value: #5C5C5C;
    inherits: true;
    }

@property --text-reveal-progress {
      syntax: '<number>';
    initial-value: 0;
    inherits: true;
    }

@media (max-width: 768px) {
      .ora-nav__links {
        display: none;
      }
    }

@media (max-width: 768px) {
      .ora-nav__menu {
        display: flex;
      }
    }

@media (max-width: 768px) {
      .ora-nav__menu-line {
        transition: transform 0.3s var(--st-ease), opacity 0.2s var(--st-ease);
      }
    }

@media (max-width: 768px) {
      .ora-nav__backdrop {
        position: fixed;
        inset: 0;
        z-index: -1;
        display: none;
      }
    }

@media (max-width: 768px) {
      .ora-nav__drawer {
        display: flex;
        flex-direction: column;
        gap: var(--st-space-xs);
        padding: 0 var(--st-space-md);
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        background: rgba(250, 247, 242, 0.85);
        transition: max-height 0.3s var(--st-ease),
                    opacity 0.3s var(--st-ease),
                    padding 0.3s var(--st-ease);
      }
    }

@media (max-width: 768px) {
      .ora-nav__drawer a {
        font-size: var(--st-text-body-lg);
        color: var(--nav-fg);
        padding: var(--st-space-xs) 0;
        border-bottom: 1px solid var(--st-border);
      }
    }

@media (max-width: 768px) {
      .ora-nav__drawer a:last-of-type {
        border-bottom: none;
      }
    }

@media (max-width: 768px) {
      .ora-nav--open .ora-nav__backdrop {
        display: block;
      }
    }

@media (max-width: 768px) {
      .ora-nav--open .ora-nav__drawer {
        max-height: 500px;
        opacity: 1;
        padding: var(--st-space-sm) var(--st-space-md) var(--st-space-md);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
      }
    }

@media (max-width: 768px) {
      .ora-nav--open .ora-nav__menu-line:first-child {
        transform: rotate(45deg) translate(5px, 5px);
      }
    }

@media (max-width: 768px) {
      .ora-nav--open .ora-nav__menu-line:nth-child(2) {
        opacity: 0;
      }
    }

@media (max-width: 768px) {
      .ora-nav--open .ora-nav__menu-line:last-child {
        transform: rotate(-45deg) translate(5px, -5px);
      }
    }

@media (max-width: 768px) {
      .ora-nav--dark .ora-nav__drawer {
        background: rgba(27, 45, 79, 0.92);
      }
    }

@media (max-width: 768px) {
      .ora-nav--dark .ora-nav__drawer a {
        border-bottom-color: rgba(255, 255, 255, 0.1);
      }
    }

@media (max-width: 768px) {
      .ora-nav--user-dark .ora-nav__drawer {
        background: rgba(26, 26, 26, 0.92);
      }
    }

@media (max-width: 768px) {
      .ora-nav--user-dark .ora-nav__drawer a {
        border-bottom-color: rgba(255, 255, 255, 0.08);
      }
    }

@media (max-width: 768px) {
      .ora-hero {
        grid-template-columns: 1fr;
        min-height: 100svh;
        padding: 80px var(--st-space-md) var(--st-space-md);
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: var(--st-space-md);
      }
    }

@media (max-width: 768px) {
      .ora-hero__title {
        font-size: clamp(2.25rem, 9vw, 3.25rem);
        letter-spacing: -0.03em;
      }
    }

@media (max-width: 768px) {
      .ora-hero__flap {
        min-height: 1.3em;
      }
    }

@media (max-width: 768px) {
      .ora-hero__sub {
        font-size: var(--st-text-body);
        max-width: 100%;
      }
    }

@media (max-width: 768px) {
      .ora-hero__visual {
        opacity: 0.3;
      }
    }

@media (max-width: 768px) {
      .ora-scroll-section {
        min-height: 200vh;
      }
    }

@media (max-width: 768px) {
      .ora-scroll-section__sticky {
        padding-block: clamp(2rem, 5vh, 3.5rem);
        overflow: visible;
      }
    }

@media (max-width: 768px) {
      .ora-scroll-section__inner {
        grid-template-columns: 1fr;
      }
    }

@media (max-width: 768px) {
      .ora-scroll-section--work::before {
        display: none;
      }
    }

@media (max-width: 768px) {
      .ora-scroll-section--work::after {
        display: none;
      }
    }

@media (max-width: 768px) {
      .ora-scroll-section__topics {
        flex-direction: row;
        gap: var(--st-space-sm);
      }
    }

@media (max-width: 768px) {
      .ora-topic {
        font-size: var(--st-text-h3);
      }
    }

@media (max-width: 768px) {
      .ora-scroll-section__panels {
        min-height: 460px;
    }
    }

@media (max-width: 480px) {
      .ora-scroll-section__panels {
        min-height: 600px;
    }
    }

@media (max-width: 768px) {
      .ora-scroll-section--growth {
        min-height: 200vh;
      }
    }

@media (max-width: 768px) {
      .ora-scroll-section--growth .ora-scroll-section__panels {
        min-height: max(460px, var(--st-growthPanel1-height, 0px), var(--st-growthPanel2-height, 0px));
    }
    }

@media (max-width: 480px) {
      .ora-scroll-section--growth .ora-scroll-section__panels {
        min-height: max(600px, var(--st-growthPanel1-height, 0px), var(--st-growthPanel2-height, 0px));
    }
    }

@media (max-width: 768px) {
      .ora-scroll-section__bg-svg {
        perspective: none;
        transform-style: flat;
      }
    }

@media (max-width: 768px) {
      .ora-revelation {
        min-height: 250vh;
      }
    }

@media (max-width: 768px) {
      .ora-clients {
        --section-h: 250vh;
      }
    }

@media (max-width: 768px) {
      .ora-clients__sticky {
        padding-block: clamp(2rem, 5vh, 3.5rem);
      }
    }

@media (max-width: 768px) {
      .ora-clients__body {
        grid-template-columns: 1fr;
      }
    }

@media (max-width: 768px) {
      .ora-clients__metrics {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
      }
    }

@media (max-width: 768px) {
      .ora-clients__metric {
        width: 100%;
        max-width: 140px;
      }
    }

@media (max-width: 1023px) {
      .ora-cta-section {
        padding: var(--st-space-xl) var(--st-space-sm);
    }

    .ora-contact-form__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ora-cta-section__headline {
        text-align: center;
        max-width: 100%;
    }

    .ora-contact-form {
        margin-top: var(--st-space-lg);
        width: 100%;
        max-width: 100%;
    }

    .ora-contact-form__actions {
        justify-content: stretch;
    }

    .ora-contact-form__submit {
        width: 100%;
    }
    }

@media (min-width: 768px) {
      .ora-footer__inner {
        grid-template-columns: 2fr 3fr;
      }
    }

@media (min-width: 992px) {
      .ora-footer__links {
        grid-template-columns: repeat(3, 1fr);
      }
    }

@media (max-width: 768px) {
      .ora-about__pillars {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: var(--st-space-xl) auto 0;
      }
    }

@media (max-width: 768px) {
      body.ora-dark .ora-nav__drawer {
        background: rgba(26, 26, 26, 0.92);
      }
    }

@media (max-width: 768px) {
      body.ora-dark .ora-nav--dark .ora-nav__drawer {
        background: rgba(13, 25, 41, 0.95);
      }
    }

@media (min-width: 1440px) {
      .ora-container {
        max-width: 1440px;
      }
    }

@media (min-width: 1440px) {
      .ora-hero__content {
        max-width: 800px;
      }
    }

@media (min-width: 1024px) {
      .ora-revelation__sticky {
        justify-content: flex-start;
        padding-top: max(15vh, 110px);
        padding-bottom: clamp(4rem, 8vh, 6rem);
      }
    }

@media (min-width: 1024px) {
      .ora-revelation__headline {
        margin-bottom: var(--st-space-lg);
      }
    }

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__svg .ora-mesh--1 {
    cx: 200;
    cy: 190;
    rx: 185;
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__svg .ora-mesh--2 {
    cx: 420;
    cy: 360;
    ry: 195;
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__svg .ora-mesh--3 {
    cx: 390;
    cy: 145;
    rx: 145;
    opacity: 0.45;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__svg .ora-mesh--4 {
    cx: 145;
    cy: 410;
    ry: 145;
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__svg .ora-mesh--5 {
    cx: 305;
    cy: 305;
    rx: 105;
    opacity: 0.35;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__svg .ora-mesh--1 {
    transform: translateX(-15px) translateY(-15px);
  }
  .ora-hero__svg .ora-mesh--2 {
    transform: translateX(10px) translateY(10px);
  }
  .ora-hero__svg .ora-mesh--3 {
    transform: translateX(-8px) translateY(-8px);
  }
  .ora-hero__svg .ora-mesh--4 {
    transform: translateX(5px) translateY(5px);
  }
  .ora-hero__svg .ora-mesh--5 {
    transform: translateX(-12px) translateY(-12px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth .ora-scroll-section__bg-svg {
    transform: rotateX(10deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth .ora-growth-mesh--1 {
    cx: 200;
    cy: 350;
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth .ora-growth-mesh--2 {
    cx: 550;
    cy: 200;
    opacity: 0.35;
  }
}

:root {
      --st-self-width: 0px;
      --st-self-height: 0px;
      --st-self-top: 0px;
      --st-self-left: 0px;
    }

:root {
      --st-self-width: 0px;
      --st-self-height: 0px;
      --st-self-top: 0px;
      --st-self-left: 0px;
    }

:root {
      --st-self-width: 0px;
      --st-self-height: 0px;
      --st-self-top: 0px;
      --st-self-left: 0px;
    }

:root {
      --st-self-width: 0px;
      --st-self-height: 0px;
      --st-self-top: 0px;
      --st-self-left: 0px;
    }

:root {
      --st-self-width: 0px;
      --st-self-height: 0px;
      --st-self-top: 0px;
      --st-self-left: 0px;
    }

:root {
      --st-growthPanel1-width: 0px;
      --st-growthPanel1-height: 0px;
      --st-growthPanel1-top: 0px;
      --st-growthPanel1-left: 0px;
    }

:root {
      --st-growthPanel2-width: 0px;
      --st-growthPanel2-height: 0px;
      --st-growthPanel2-top: 0px;
      --st-growthPanel2-left: 0px;
    }

:root {
      --st-growthContent-width: 0px;
      --st-growthContent-height: 0px;
      --st-growthContent-top: 0px;
      --st-growthContent-left: 0px;
    }

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__flap {
    opacity: 0;
    transform: translateY(60px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__title .ora-hero__line:last-child {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__sub {
    opacity: 0;
    transform: translateY(30px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero .ora-cta {
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-about .ora-about__body p {
    opacity: 0;
    transform: translateY(20px);
  }
  .ora-about .ora-about__pillar {
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--work .ora-scroll-section__title {
    opacity: 0;
    transform: translateY(60px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--work [data-panel="crystal"] {
    opacity: 0;
    transform: translateY(30px) scale(0.94);
  }
  .ora-scroll-section--work .ora-topic[data-topic="crystal"] {
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--work [data-panel="crystal"] {
    opacity: 1;
    transform: translateY(0);
  }
  .ora-scroll-section--work .ora-topic[data-topic="crystal"] {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--work [data-panel="ready"] {
    opacity: 0;
    transform: translateY(30px) scale(0.94);
  }
  .ora-scroll-section--work .ora-topic[data-topic="ready"] {
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth .ora-scroll-section__title {
    opacity: 0;
    transform: translateY(60px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth .ora-scroll-section__bg-svg {
    opacity: 0;
    transform: scale(0.95);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth .ora-scroll-section__bg-svg {
    transform: translateY(60px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth .ora-growth-mesh--1 {
    opacity: 0;
  }
  .ora-scroll-section--growth .ora-growth-mesh--2 {
    opacity: 0;
  }
  .ora-scroll-section--growth .ora-growth-mesh--3 {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth [data-panel="market"] {
    opacity: 0;
    transform: translateY(30px) scale(0.94);
  }
  .ora-scroll-section--growth .ora-topic[data-topic="market"] {
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth [data-panel="market"] {
    opacity: 1;
    transform: translateY(0);
  }
  .ora-scroll-section--growth .ora-topic[data-topic="market"] {
    opacity: 1;
  }
  .ora-scroll-section--growth .ora-topic[data-topic="gap"] {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-scroll-section--growth [data-panel="gap"] {
    opacity: 0;
    transform: translateY(30px) scale(0.94);
  }
  .ora-scroll-section--growth .ora-topic[data-topic="gap"] {
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-revelation__headline {
    opacity: 0;
    transform: scale(0.7);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-revelation__headline {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-timeline {
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-timeline__line-fill {
    transform: scaleY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-step-1 .ora-timeline__marker {
    transform: scale(0);
  }
  .ora-revelation .ora-step-1 .ora-timeline__header {
    opacity: 0;
    transform: translateY(10px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-step-1 .ora-timeline__body {
    max-height: 0px;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-step-2 .ora-timeline__marker {
    transform: scale(0);
  }
  .ora-revelation .ora-step-2 .ora-timeline__header {
    opacity: 0;
    transform: translateY(10px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-step-2 .ora-timeline__body {
    max-height: 0px;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-step-3 .ora-timeline__marker {
    transform: scale(0);
  }
  .ora-revelation .ora-step-3 .ora-timeline__header {
    opacity: 0;
    transform: translateY(10px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-step-3 .ora-timeline__body {
    max-height: 0px;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-timeline__line-fill {
    opacity: 1;
  }
  .ora-revelation .ora-timeline__header {
    --knockout-opacity: 1;
  }
  .ora-revelation .ora-timeline__body {
    --knockout-opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-revelation__bg {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-revelation__headline {
    --text-reveal-progress: 0;
  }
  .ora-revelation .ora-timeline__title {
    --text-reveal-progress: 0;
  }
  .ora-revelation .ora-timeline__desc {
    --text-reveal-progress: 0;
  }
  .ora-revelation .ora-timeline__marker {
    border-color: #1B2D4F;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-clients .ora-section-eyebrow {
    opacity: 0;
    letter-spacing: 0.4em;
    transform: translateY(10px);
  }
  .ora-clients .ora-section-title {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(8px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-clients .ora-clients__metric {
    opacity: 0;
    transform: scale(0.8);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-clients [data-panel="cosmetics"] {
    opacity: 0;
    transform: translateY(20px);
  }
  .ora-clients [data-metric="cosmetics"] {
    background: rgba(232,93,74,0);
  }
  .ora-clients [data-metric="cosmetics"] .ora-clients__metric-value {
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-clients [data-panel="solar"] {
    opacity: 0;
    transform: translateY(20px);
  }
  .ora-clients [data-metric="solar"] {
    background: rgba(107,143,113,0);
  }
  .ora-clients [data-metric="solar"] .ora-clients__metric-value {
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-clients [data-panel="hospitality"] {
    opacity: 0;
    transform: translateY(20px);
  }
  .ora-clients [data-metric="hospitality"] {
    background: rgba(212,152,59,0);
  }
  .ora-clients [data-metric="hospitality"] .ora-clients__metric-value {
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-clients [data-panel="realestate"] {
    opacity: 0;
    transform: translateY(20px);
  }
  .ora-clients [data-metric="realestate"] {
    background: rgba(27,45,79,0);
  }
  .ora-clients [data-metric="realestate"] .ora-clients__metric-value {
    opacity: 0.4;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-clients__metric-value {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-cta-section .ora-cta-section__headline {
    opacity: 0;
    transform: scale(0.95) translateY(40px);
  }
  .ora-cta-section .ora-contact-form {
    opacity: 0;
    transform: translateY(60px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-footer .ora-footer__brand {
    opacity: 0;
    transform: translateY(20px);
  }
  .ora-footer .ora-footer__links {
    opacity: 0;
    transform: translateY(20px);
  }
  .ora-footer .ora-footer__bottom {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-nav {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-nav__links a {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-hero__title .ora-hero__line:first-child {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-timeline__marker {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-revelation .ora-timeline__marker {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-contact-form__input, .ora-contact-form__textarea {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-footer__links a {
    opacity: 0;
    transform: translateY(10px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-footer__links a {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-cta {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ora-cta {
    transform: scale(1);
  }
}