@font-face {
  font-family: "Ogg Medium";
  src: url("https://dcym8fthxf5uu.cloudfront.net/fonts/247a073c-29f5-4a89-aa3a-741020f346fc/OggText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --mx: 0; --my: 0;
  --back-opacity: 1; --back-x: 0px; --back-y: 0px; --back-scale: 0.76;
  --four-y: 10vh; --four-scale: 0.78;
  --bazaar-y: 20vh;
  --blur-px: 0px; --back-brightness: 1;
  --bazaar-blur-px: 0px; --bazaar-brightness: 1; --bazaar-saturation: 1;
  --shade-opacity: 1; --shade-z: 2;
  --shade-top-alpha: 0; --shade-mid-alpha: 0; --shade-bottom-alpha: 0;
  --blur-tint: 74, 181, 224;
  --title-y: 0px; --title-scale: 1; --title-opacity: 1;
  --bridge-x: -50%; --bridge-y: 0px; --bridge-bottom: 5vh;
  --bridge-width: 67.2vw; --bridge-scale: 1.02;
  --split-left-x: -50%;  --split-left-y: 0px;  --split-left-scale: 1;
  --split-right-x: -50%; --split-right-y: 0px; --split-right-scale: 1;
  --frame2-opacity: 0; --frame2-x: -50%; --frame2-y: -50%; --frame2-scale: 1.06;
  --intro-copy-y: 0px; --intro-copy-opacity: 1;
  --panel2-opacity: 0; --panel2-y: calc(-50% + 58px);
  --panel3-opacity: 0; --panel3-y: calc(-50% + 58px);
  --sights-opacity: 0; --sights-controls-opacity: 0; --sights-y: 0px;
  --sights-enter-x: 420vw; --sights-visibility: hidden;
  --sights-shift: 0px; --sights-scale: 1;
  --sights-top: clamp(112px, 19vh, 220px);
  --sights-screen-top: clamp(112px, 19vh, 220px);
  --ink: #111411; --paper: #fdf1e1; --shadow: rgba(0, 0, 0, 0.32);
  font-family: Inter, Satoshi, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--paper);
  background: #0b1110;
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: #0b1110; }
body { min-height: 100%; margin: 0; overflow-x: clip; background: #0b1110; }
button { border: 0; font: inherit; }
.site-shell { min-height: 100vh; }

/* Scroll rig */
.cinema-scroll { position: relative; height: calc(100vh + 3700px); }
.stage { position: sticky; top: 0; height: 100vh; min-height: 620px; overflow: hidden; isolation: isolate; background: #7fb4d4; }
.world, .back-stack, .sky-img, .shade, .scene-img, .site-header, .sights-slider, .sights-controls, .hero-title, .intro-copy, .story-panel { position: absolute; }
.world { inset: 0; overflow: hidden; background: #79b7dd; }

/* Header (z-index 100 - Fixed Persistent Navigation) */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 32px;
  padding: 28px 36px;
  color: rgba(253, 241, 225, 0.86);
  pointer-events: auto;
  z-index: 100;
  transition: background 0.35s ease, padding 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.site-header.is-scrolled {
  background: rgba(11, 17, 16, 0.84);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(253, 241, 225, 0.1);
  padding: 16px 36px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.site-logo {
  justify-self: start;
  font-family: "Ogg Medium", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: rgba(253, 241, 225, 0.96);
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s ease;
}
.site-logo:hover {
  transform: scale(1.02);
}
.site-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: contain;
  background: #ffffff;
  padding: 3px;
  border: 1.5px solid rgba(212, 175, 55, 0.5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  flex-shrink: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.8vw, 36px);
}
.site-nav a, .language-switcher {
  color: rgba(253, 241, 225, 0.86);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.site-nav a {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}
.site-nav a:hover {
  color: #fff;
  background: rgba(253, 241, 225, 0.08);
}
.header-cta-btn {
  background: var(--paper) !important;
  color: var(--ink) !important;
  padding: 8px 22px !important;
  border-radius: 999px;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-shadow: none !important;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}
.header-cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: #fff !important;
}
.language-switcher {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  background: transparent;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.language-switcher:hover {
  background: rgba(253, 241, 225, 0.08);
}
.language-switcher span {
  display: inline-flex;
  line-height: 1;
}

/* Scene images (shared) */
.scene-img {
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Sky (z 0) */
.sky-img {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  filter: blur(var(--blur-px)) brightness(var(--back-brightness));
}

/* .back-stack (z 1) */
.back-stack {
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -3vw;
  right: -3vw;
  opacity: var(--back-opacity);
  transform: translate3d(var(--back-x), var(--back-y), 0) scale(var(--back-scale));
  transform-origin: 50% 100%;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.back-img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(var(--blur-px)) brightness(var(--back-brightness));
}
.back-bazaar, .back-four {
  top: auto;
  bottom: 0;
  left: 48%;
  right: auto;
  width: 112%;
  height: auto;
  object-fit: contain;
}
.back-bazaar {
  z-index: 3;
  opacity: 1;
  filter: blur(var(--bazaar-blur-px)) brightness(var(--bazaar-brightness)) saturate(var(--bazaar-saturation));
  transform: translate3d(-50%, var(--bazaar-y), 0) scale(0.86);
}
.back-four {
  z-index: 1;
  opacity: 0.72;
  mix-blend-mode: screen;
  transform: translate3d(-50%, calc(var(--four-y) - 110px), 0) scale(var(--four-scale));
}

/* .sights-slider (z 2) */
.sights-slider {
  z-index: 2;
  left: 0;
  right: 0;
  top: var(--sights-top);
  padding: 0;
  opacity: 1;
  visibility: var(--sights-visibility);
  transform: translate3d(var(--sights-enter-x), var(--sights-y), 0) scale(var(--sights-scale));
  transform-origin: 0 0;
  pointer-events: auto;
  will-change: transform;
}
.sights-track {
  display: flex;
  gap: clamp(16px, 1.15vw, 24px);
  align-items: stretch;
  transform: translate3d(calc(var(--sights-shift) - 18vw), 0, 0);
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.sights-track.is-jumping {
  transition: none;
}
.sight-card {
  position: relative;
  flex: 0 0 clamp(360px, 19.4vw, 430px);
  height: 220px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(253, 241, 225, 0.42);
  border-radius: 24px;
  color: #000;
  background: #fdf1e1;
  box-shadow: 0 18px 52px rgba(2, 47, 64, 0.12);
  backdrop-filter: none;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.sight-card::before,
.sight-card::after {
  content: none;
}
.sight-kicker,
.sight-card h3,
.sight-card p {
  text-shadow: none;
  position: relative;
  z-index: 1;
}
.sight-card:focus-visible,
.sight-card.is-active {
  outline: none;
}
.sight-kicker {
  display: block;
  margin-bottom: 56px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
}
.sight-pin {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.sight-card h3 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: calc(24px + (16px * 1.16 * 2) + 12px);
  max-width: calc(100% - 76px);
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 0.95;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sight-card p {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 100%;
  margin: 12px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
  display: -webkit-box;
  max-height: calc(2em * 1.16);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/* .sights-controls (z 5) */
.sights-controls {
  z-index: 5;
  left: 48px;
  right: auto;
  top: calc(var(--sights-screen-top) + 220px + 16px);
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  opacity: var(--sights-controls-opacity);
  transform: translate3d(0, var(--sights-y), 0);
  pointer-events: none;
  will-change: transform, opacity;
}
.sights-controls.is-ready {
  pointer-events: auto;
}
.sight-nav {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111411;
  background: rgba(253, 241, 225, 0.94);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.sight-nav:hover {
  transform: scale(1.05);
  background: #fff;
}

/* .hero-title (z 3) */
.hero-title {
  z-index: 3;
  left: 50%;
  top: clamp(122px, 19vh, 205px);
  width: min(94vw, 1780px);
  margin: 0;
  color: #fdf1e1;
  font-family: "Ogg Medium", serif;
  font-size: clamp(3.6rem, 11vw, 11.5rem);
  font-weight: 800;
  line-height: 0.82;
  text-align: center;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.5);
  transform: translate3d(-50%, var(--title-y), 0) scale(var(--title-scale));
  opacity: var(--title-opacity);
  will-change: transform, opacity;
  letter-spacing: -0.015em;
}

/* .bridge-img (z 4) */
.bridge-img {
  z-index: 4;
  left: 50%;
  bottom: var(--bridge-bottom);
  width: min(var(--bridge-width), 2140px);
  height: auto;
  transform: translate3d(var(--bridge-x), var(--bridge-y), 0) scale(var(--bridge-scale));
  transform-origin: 50% 48%;
}

/* .splitframe-img (z 6) */
.splitframe-img {
  z-index: 6;
  left: 50%;
  bottom: -2vh;
  width: min(118vw, 2240px);
  height: auto;
  pointer-events: none;
}
.splitframe-left {
  transform: translate3d(var(--split-left-x), var(--split-left-y), 0) scale(var(--split-left-scale));
  transform-origin: 21% 52%;
}
.splitframe-right {
  transform: translate3d(var(--split-right-x), var(--split-right-y), 0) scale(var(--split-right-scale));
  transform-origin: 79% 52%;
}

/* .frame-two-img (z 5) */
.frame-two-img {
  z-index: 5;
  filter: none !important;
  backdrop-filter: none;
  left: 50%;
  top: 50%;
  width: min(122vw, 2160px);
  height: auto;
  opacity: var(--frame2-opacity);
  transform: translate3d(var(--frame2-x), var(--frame2-y), 0) scale(var(--frame2-scale));
  transform-origin: 50% 48%;
}

/* .shade */
.shade {
  inset: 0;
  z-index: var(--shade-z);
  pointer-events: none;
  opacity: var(--shade-opacity);
  background: linear-gradient(180deg,
    rgba(var(--blur-tint), var(--shade-top-alpha)) 0%,
    rgba(var(--blur-tint), var(--shade-mid-alpha)) 48%,
    rgba(var(--blur-tint), var(--shade-bottom-alpha)) 100%);
}

/* .intro-copy (z 9) */
.intro-copy {
  z-index: 9;
  left: 50%;
  bottom: clamp(56px, 28vh, 400px);
  width: min(620px, calc(100vw - 40px));
  text-align: center;
  transform: translate3d(-50%, var(--intro-copy-y), 0);
  opacity: var(--intro-copy-opacity);
  will-change: transform, opacity;
}
.intro-copy p {
  margin: 0 auto;
  max-width: 620px;
  color: #fdf1e1;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.25;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}
.hero-tags span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: var(--ink);
  border-radius: 999px;
  background: #fdf1e1;
  font-size: 0.96rem;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* .story-panel (z 10) */
.story-panel {
  z-index: 10;
  left: 50%;
  top: 45%;
  width: min(780px, calc(100vw - 42px));
  text-align: center;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform, opacity;
}
.story-panel h2 {
  margin: 0;
  color: #fdf1e1;
  font-family: "Ogg Medium", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 0.98;
  text-shadow: 0 16px 38px var(--shadow);
}
.story-panel p {
  width: min(560px, 100%);
  margin: 26px auto 0;
  color: #fdf1e1;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.25;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}
.story-panel-bridge {
  top: 60%;
  opacity: var(--panel2-opacity);
  transform: translate3d(-50%, var(--panel2-y), 0);
}
.story-panel-bazaar {
  top: 29%;
  opacity: var(--panel3-opacity);
  transform: translate3d(-50%, var(--panel3-y), 0);
}
.facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 86px;
  width: min(500px, 100%);
  margin: 64px auto 0;
}
.facts dt {
  color: #fdf1e1;
  font-family: "Ogg Medium", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.9;
  text-shadow: 0 14px 34px var(--shadow);
}
.facts dd {
  margin: 18px 0 0;
  color: #fdf1e1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.18;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}
.note-button {
  min-height: 50px;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border-radius: 999px;
  color: var(--ink);
  background: #fdf1e1;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.note-button:hover {
  transform: scale(1.04);
  background: #fff;
}
.note-button span:first-child {
  font-size: 1.25rem;
  line-height: 1;
}

/* ==========================================================================
   ADDITIONAL BUSINESS SECTIONS (STYLED IDENTICALLY TO THE THEME + RICH ANIMATIONS)
   ========================================================================== */
.business-content-flow {
  position: relative;
  z-index: 20;
  background: #0b1110;
  color: var(--paper);
  padding: 80px 0 100px;
  overflow: hidden;
}

/* Ambient Floating Luxury Orbs */
.biz-ambient-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.biz-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.16;
  pointer-events: none;
  will-change: transform;
}
.biz-orb-1 {
  top: 8%;
  left: -8%;
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, #b8860b 0%, #1a3c34 70%, transparent 100%);
  animation: floatOrbOne 24s ease-in-out infinite alternate;
}
.biz-orb-2 {
  top: 42%;
  right: -10%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, #d4af37 0%, #0d2b27 70%, transparent 100%);
  animation: floatOrbTwo 28s ease-in-out infinite alternate;
}
.biz-orb-3 {
  bottom: 12%;
  left: 10%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, #b8860b 0%, #15362f 70%, transparent 100%);
  animation: floatOrbThree 22s ease-in-out infinite alternate;
}

@keyframes floatOrbOne {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(80px, 120px, 0) scale(1.18); }
  100% { transform: translate3d(30px, 60px, 0) scale(0.95); }
}
@keyframes floatOrbTwo {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-100px, 140px, 0) scale(1.15); }
  100% { transform: translate3d(-40px, -60px, 0) scale(1); }
}
@keyframes floatOrbThree {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(120px, -80px, 0) scale(1.22); }
  100% { transform: translate3d(50px, 40px, 0) scale(0.92); }
}

.biz-container {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100vw - 48px));
  margin: 0 auto;
}

.biz-section {
  position: relative;
  padding: 96px 0;
  border-bottom: 1px solid rgba(253, 241, 225, 0.08);
}

/* ==========================================================================
   ADVANCED SCROLL REVEAL ANIMATION SYSTEM
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal-left {
  opacity: 0;
  transform: translateX(-36px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal-right {
  opacity: 0;
  transform: translateX(36px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.92) translateY(20px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.22s; }
.reveal-delay-3 { transition-delay: 0.32s; }
.reveal-delay-4 { transition-delay: 0.42s; }
.reveal-delay-5 { transition-delay: 0.52s; }

/* Shimmering Kicker & Beacon */
.biz-kicker-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.biz-beacon-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 10px #d4af37, 0 0 20px rgba(212, 175, 55, 0.6);
  position: relative;
  display: inline-block;
  animation: beaconPulse 2.2s infinite ease-in-out;
}
@keyframes beaconPulse {
  0% { transform: scale(0.9); box-shadow: 0 0 6px #d4af37; }
  50% { transform: scale(1.3); box-shadow: 0 0 14px #d4af37, 0 0 24px rgba(212, 175, 55, 0.8); }
  100% { transform: scale(0.9); box-shadow: 0 0 6px #d4af37; }
}

.biz-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(253, 241, 225, 0.5) 0%, rgba(212, 175, 55, 1) 50%, rgba(253, 241, 225, 0.5) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerKicker 4s linear infinite;
}
@keyframes shimmerKicker {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.biz-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
  position: relative;
}

.biz-header h2 {
  font-family: "Ogg Medium", serif;
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 500;
  margin: 0 0 18px;
  color: var(--paper);
  line-height: 1.12;
  letter-spacing: -0.01em;
  position: relative;
  display: inline-block;
}

.biz-header p {
  font-size: 1.14rem;
  color: rgba(253, 241, 225, 0.82);
  line-height: 1.68;
  margin: 0;
}

/* Two Column Grids */
.biz-two-col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}

.biz-lead-p {
  font-size: 1.25rem;
  line-height: 1.62;
  color: var(--paper);
  font-weight: 500;
  margin-bottom: 22px;
}

.biz-text-col p {
  font-size: 1.06rem;
  color: rgba(253, 241, 225, 0.8);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Quote Cards with Dynamic Gold Shimmer */
.biz-quote-card {
  position: relative;
  background: rgba(253, 241, 225, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-left: 4px solid #d4af37;
  border-radius: 0 22px 22px 0;
  padding: 26px 32px;
  margin: 32px 0;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.biz-quote-card::before {
  content: "“";
  position: absolute;
  top: -10px;
  right: 18px;
  font-family: "Ogg Medium", serif;
  font-size: 5.5rem;
  line-height: 1;
  color: rgba(212, 175, 55, 0.12);
  pointer-events: none;
  user-select: none;
  transition: transform 0.5s ease, color 0.5s ease;
}
.biz-quote-card:hover {
  transform: translateX(6px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 30px rgba(212, 175, 55, 0.08);
}
.biz-quote-card:hover::before {
  transform: translateY(4px) scale(1.08);
  color: rgba(212, 175, 55, 0.22);
}

.biz-quote-card p {
  font-family: "Ogg Medium", serif;
  font-size: 1.28rem;
  color: var(--paper);
  margin: 0;
  line-height: 1.48;
}

/* Image Showcase Card */
.biz-img-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(253, 241, 225, 0.2);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
}
.biz-img-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 85px rgba(0, 0, 0, 0.7), 0 0 36px rgba(212, 175, 55, 0.12);
}

.biz-img-card > img.biz-skyline-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
}
.biz-img-card:hover > img.biz-skyline-img {
  transform: scale(1.06);
}

.biz-floating-brand {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  background: rgba(11, 17, 16, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 16px 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, border-color 0.3s ease;
  z-index: 2;
}
.biz-img-card:hover .biz-floating-brand {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.6);
}

.biz-brand-badge-logo-wrap {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.biz-brand-badge-logo {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.biz-brand-badge-info strong {
  display: block;
  font-family: "Ogg Medium", serif;
  font-size: 1.15rem;
  color: var(--paper);
  line-height: 1.2;
}

.biz-brand-badge-info span {
  font-size: 0.84rem;
  color: rgba(253, 241, 225, 0.74);
  line-height: 1.3;
}

/* ==========================================================================
   INTERACTIVE CARDS GRID WITH SPECULAR SPOTLIGHT & 3D TILT
   ========================================================================== */
.biz-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  position: relative;
}

.biz-card {
  position: relative;
  background: rgba(253, 241, 225, 0.035);
  border: 1px solid rgba(253, 241, 225, 0.12);
  border-radius: 24px;
  padding: 38px 30px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              background 0.4s ease, 
              border-color 0.4s ease, 
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

/* Specular cursor glow on cards */
.biz-card::after,
.biz-stat-card::after,
.biz-pillar-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(212, 175, 55, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.biz-card:hover::after,
.biz-stat-card:hover::after,
.biz-pillar-showcase:hover::after {
  opacity: 1;
}

/* Top golden accent line on hover */
.biz-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.biz-card:hover::before {
  transform: scaleX(1);
}

.biz-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: rgba(253, 241, 225, 0.065);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.5), 0 0 32px rgba(212, 175, 55, 0.08);
}

.biz-card-num {
  font-family: "Ogg Medium", serif;
  font-size: 2.2rem;
  color: rgba(212, 175, 55, 0.4);
  margin-bottom: 16px;
  line-height: 1;
  transition: color 0.35s ease, transform 0.35s ease;
}
.biz-card:hover .biz-card-num {
  color: #d4af37;
  transform: translateX(4px);
}

.biz-card h3 {
  font-family: "Ogg Medium", serif;
  font-size: 1.5rem;
  margin: 0 0 14px;
  color: var(--paper);
  line-height: 1.2;
}

.biz-card p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(253, 241, 225, 0.78);
  margin: 0;
}

/* ==========================================================================
   PILLAR SHOWCASE (WITH CINEMATIC ZOOM & ACCENT HIGHLIGHTS)
   ========================================================================== */
.biz-pillar-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  background: rgba(253, 241, 225, 0.03);
  border: 1px solid rgba(253, 241, 225, 0.12);
  border-radius: 30px;
  padding: 44px;
  align-items: center;
  margin-bottom: 40px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.4s ease, 
              box-shadow 0.4s ease;
}

.biz-pillar-showcase:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.36);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55), 0 0 34px rgba(212, 175, 55, 0.07);
}

.biz-pillar-img {
  position: relative;
  height: 100%;
  min-height: 340px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(253, 241, 225, 0.15);
}

.biz-pillar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.biz-pillar-showcase:hover .biz-pillar-img img {
  transform: scale(1.07);
}

.biz-pillar-content h3 {
  font-family: "Ogg Medium", serif;
  font-size: 2.1rem;
  color: var(--paper);
  margin: 0 0 16px;
  line-height: 1.15;
}

.biz-pillar-content p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(253, 241, 225, 0.8);
  margin: 0 0 20px;
}

.biz-pillar-content ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.biz-pillar-content ul li {
  position: relative;
  font-size: 1rem;
  color: rgba(253, 241, 225, 0.88);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  border-radius: 10px;
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.biz-pillar-content ul li:hover {
  transform: translateX(8px);
  color: #fff;
  background: rgba(253, 241, 225, 0.05);
}

.biz-pillar-content ul li::before {
  content: "◆";
  font-size: 0.65rem;
  color: #d4af37;
  transition: transform 0.25s ease, color 0.25s ease;
}
.biz-pillar-content ul li:hover::before {
  transform: rotate(45deg) scale(1.25);
  color: #fff;
}

/* ==========================================================================
   ECOSYSTEM & TAG CLOUD (ANIMATED FLOATING PARTICLES)
   ========================================================================== */
.biz-ecosystem-box {
  position: relative;
  background: #fdf1e1;
  color: #111411;
  border-radius: 28px;
  padding: 56px 48px;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
.biz-ecosystem-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.55);
}

.biz-ecosystem-box h3 {
  font-family: "Ogg Medium", serif;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  margin: 0 0 16px;
  line-height: 1.1;
}

.biz-ecosystem-box p {
  font-size: 1.08rem;
  color: rgba(17, 20, 17, 0.82);
  max-width: 740px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

.biz-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.biz-tag-cloud span {
  position: relative;
  background: #111411;
  color: #fdf1e1;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              background 0.3s ease, 
              color 0.3s ease, 
              box-shadow 0.3s ease,
              border-color 0.3s ease;
  cursor: default;
}

.biz-tag-cloud span:hover {
  transform: translateY(-6px) scale(1.08);
  background: #202722;
  color: #fff;
  border-color: #d4af37;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35), 0 0 20px rgba(212, 175, 55, 0.3);
}

.biz-tag-cloud span:nth-child(3n+1) {
  animation: floatTag1 5s ease-in-out infinite alternate;
}
.biz-tag-cloud span:nth-child(3n+2) {
  animation: floatTag2 6s ease-in-out infinite alternate-reverse;
}
.biz-tag-cloud span:nth-child(3n) {
  animation: floatTag3 5.5s ease-in-out infinite alternate;
}

@keyframes floatTag1 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0px); }
}
@keyframes floatTag2 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0px); }
}
@keyframes floatTag3 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-3px); }
  100% { transform: translateY(2px); }
}

/* ==========================================================================
   IMPACT NUMBERS & ANIMATED COUNTERS
   ========================================================================== */
.biz-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  text-align: center;
}

.biz-stat-card {
  position: relative;
  background: rgba(253, 241, 225, 0.035);
  border: 1px solid rgba(253, 241, 225, 0.12);
  border-radius: 22px;
  padding: 38px 24px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.35s ease, 
              box-shadow 0.35s ease,
              background 0.35s ease;
}

.biz-stat-card:hover {
  transform: translateY(-8px) scale(1.03);
  background: rgba(253, 241, 225, 0.065);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45), 0 0 28px rgba(212, 175, 55, 0.1);
}

.biz-stat-card dt {
  font-family: "Ogg Medium", serif;
  font-size: clamp(3rem, 4.5vw, 3.8rem);
  color: var(--paper);
  line-height: 1;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #fdf1e1 60%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease;
}

.biz-stat-card:hover dt {
  transform: scale(1.06);
}

.biz-stat-card dd {
  font-size: 0.95rem;
  color: rgba(253, 241, 225, 0.74);
  margin: 0;
  line-height: 1.45;
}

/* ==========================================================================
   FOUNDER SHOWCASE (LEADERSHIP)
   ========================================================================== */
.biz-founder-box {
  position: relative;
  background: rgba(253, 241, 225, 0.035);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 32px;
  padding: 54px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.biz-founder-box:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 34px 85px rgba(0, 0, 0, 0.6), 0 0 40px rgba(212, 175, 55, 0.08);
}

.biz-founder-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: center;
}

.biz-founder-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(253, 241, 225, 0.2);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
}

.biz-founder-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.biz-founder-box:hover .biz-founder-img img {
  transform: scale(1.05);
}

.biz-founder-text h3 {
  font-family: "Ogg Medium", serif;
  font-size: clamp(2.2rem, 3.5vw, 2.8rem);
  color: var(--paper);
  margin: 0 0 8px;
  line-height: 1.1;
}

.biz-founder-role {
  font-size: 0.98rem;
  font-weight: 700;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 22px;
}

.biz-founder-quote {
  font-family: "Ogg Medium", serif;
  font-size: 1.34rem;
  font-style: italic;
  line-height: 1.48;
  background: rgba(212, 175, 55, 0.08);
  border-left: 4px solid #d4af37;
  padding: 22px 28px;
  border-radius: 0 16px 16px 0;
  margin: 26px 0;
  color: var(--paper);
  transition: transform 0.3s ease, background 0.3s ease;
}
.biz-founder-box:hover .biz-founder-quote {
  transform: translateX(6px);
  background: rgba(212, 175, 55, 0.12);
}

/* Contact Form & Information */
.biz-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
}

.biz-contact-info h3 {
  font-family: "Ogg Medium", serif;
  font-size: 2.4rem;
  color: var(--paper);
  margin-bottom: 16px;
}

.biz-contact-info p {
  font-size: 1.06rem;
  color: rgba(253, 241, 225, 0.8);
  margin-bottom: 24px;
}

.biz-contact-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.biz-contact-item {
  background: rgba(253, 241, 225, 0.04);
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid rgba(253, 241, 225, 0.1);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.biz-contact-item:hover {
  transform: translateX(6px);
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(253, 241, 225, 0.07);
}

.biz-contact-item strong {
  display: block;
  font-size: 1.02rem;
  color: var(--paper);
  margin-bottom: 6px;
}

.biz-contact-item span {
  font-size: 0.94rem;
  color: rgba(253, 241, 225, 0.74);
  line-height: 1.5;
}

.biz-form {
  position: relative;
  background: #fdf1e1;
  color: #111411;
  border-radius: 26px;
  padding: 40px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.biz-form:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.55);
}

.biz-form h4 {
  font-family: "Ogg Medium", serif;
  font-size: 2rem;
  margin: 0 0 8px;
}

.biz-form p {
  font-size: 0.94rem;
  color: rgba(17, 20, 17, 0.75);
  margin: 0 0 26px;
}

.biz-form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.biz-form-group label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111411;
}

.biz-form-group input,
.biz-form-group select,
.biz-form-group textarea {
  background: #fff;
  border: 1px solid rgba(17, 20, 17, 0.18);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 0.96rem;
  color: #111411;
  font-family: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.biz-form-group input:focus,
.biz-form-group textarea:focus {
  outline: none;
  border-color: #b8860b;
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.2);
}

.biz-submit-btn {
  position: relative;
  background: #111411;
  color: #fdf1e1;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.02rem;
  cursor: pointer;
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.biz-submit-btn:hover {
  transform: translateY(-3px);
  background: #202722;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

/* Biz Footer */
.biz-footer {
  padding-top: 72px;
  border-top: 1px solid rgba(253, 241, 225, 0.1);
  text-align: center;
}

.biz-footer-brand {
  font-family: "Ogg Medium", serif;
  font-size: 2.2rem;
  color: var(--paper);
  margin-bottom: 10px;
}

.biz-footer-tagline {
  font-size: 1rem;
  color: rgba(253, 241, 225, 0.74);
  margin-bottom: 24px;
}

.biz-footer-pillars {
  font-size: 0.88rem;
  color: rgba(253, 241, 225, 0.5);
  margin-bottom: 34px;
}

.biz-footer-copy {
  font-size: 0.86rem;
  color: rgba(253, 241, 225, 0.4);
}

/* ==========================================================================
   EXECUTIVE DOSSIER MODAL
   ========================================================================== */
.dossier-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 17, 16, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
  padding: 24px;
}
.dossier-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.dossier-container {
  position: relative;
  width: min(880px, 100%);
  max-height: 88vh;
  overflow-y: auto;
  background: #fdf1e1;
  color: #111411;
  border-radius: 28px;
  padding: clamp(28px, 4.5vw, 56px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
  transform: translateY(24px) scale(0.98);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 20, 17, 0.2) transparent;
}
.dossier-modal.is-open .dossier-container {
  transform: translateY(0) scale(1);
}
.dossier-close {
  position: sticky;
  top: 0;
  float: right;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(17, 20, 17, 0.08);
  color: #111411;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 20;
}
.dossier-close:hover {
  background: rgba(17, 20, 17, 0.16);
  transform: scale(1.06);
}
.dossier-header {
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(17, 20, 17, 0.1);
}
.dossier-logo {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  margin: 0 auto 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}
.dossier-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #996515;
  background: rgba(212, 175, 55, 0.15);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.dossier-header h2 {
  font-family: "Ogg Medium", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500;
  margin: 0;
  color: #111411;
  line-height: 1.1;
}
.dossier-tagline {
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(17, 20, 17, 0.7);
  margin: 10px 0 0;
  letter-spacing: 0.02em;
}
.dossier-section {
  margin: 32px 0;
}
.dossier-section .sec-kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 20, 17, 0.5);
  margin-bottom: 8px;
}
.dossier-section h3 {
  font-family: "Ogg Medium", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  font-weight: 500;
  margin: 0 0 16px;
  color: #111411;
  line-height: 1.15;
}
.dossier-section p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(17, 20, 17, 0.85);
  margin: 0 0 16px;
}
.dossier-section .lead-text {
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.55;
  color: #111411;
}
.objective-card {
  background: rgba(17, 20, 17, 0.04);
  border-left: 4px solid #b8860b;
  padding: 24px;
  border-radius: 0 16px 16px 0;
  margin: 24px 0;
}
.obj-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #996515;
  display: block;
  margin-bottom: 8px;
}
.objective-card h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  color: #111411;
}
.quote-pill {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 18px 24px;
  border-radius: 16px;
  font-size: 1.12rem;
  font-weight: 600;
  color: #111411;
  text-align: center;
  margin: 20px 0;
}
.ecosystem-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 24px;
}
.ecosystem-tags span {
  background: rgba(17, 20, 17, 0.06);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #111411;
}
.dossier-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px 24px;
  padding-left: 20px;
  margin: 18px 0 24px;
}
.dossier-list li {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(17, 20, 17, 0.85);
}
.grid-tags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}
.grid-tag-item {
  background: rgba(17, 20, 17, 0.05);
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #111411;
  border: 1px solid rgba(17, 20, 17, 0.06);
}
.quote-card {
  background: #111411;
  color: #fdf1e1;
  padding: 28px;
  border-radius: 20px;
  margin: 24px 0;
}
.quote-card h4 {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(253, 241, 225, 0.6);
  margin: 0 0 8px;
}
.quote-card p {
  font-family: "Ogg Medium", serif;
  font-size: 1.35rem;
  line-height: 1.4;
  color: #fdf1e1;
  margin: 0;
}
.founder-card {
  background: rgba(17, 20, 17, 0.03);
  border: 1px solid rgba(17, 20, 17, 0.08);
  border-radius: 22px;
  padding: 32px;
  margin-top: 18px;
}
.founder-card h4 {
  font-family: "Ogg Medium", serif;
  font-size: 1.8rem;
  margin: 0;
  color: #111411;
}
.founder-role {
  font-size: 0.95rem;
  font-weight: 700;
  color: #996515;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 4px 0 18px !important;
}
.founder-quote {
  font-family: "Ogg Medium", serif;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.45;
  color: #111411;
  background: rgba(212, 175, 55, 0.1);
  padding: 20px 24px;
  border-left: 4px solid #b8860b;
  border-radius: 0 14px 14px 0;
  margin: 20px 0;
}
.bridge-steps {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}
.bridge-step {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(17, 20, 17, 0.04);
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 1.05rem;
}
.step-num {
  font-family: "Ogg Medium", serif;
  font-size: 1.4rem;
  color: #996515;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.principle-item {
  background: rgba(17, 20, 17, 0.04);
  border-radius: 16px;
  padding: 22px;
  border: 1px solid rgba(17, 20, 17, 0.06);
}
.principle-item h4 {
  font-family: "Ogg Medium", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  color: #996515;
}
.principle-item p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  color: rgba(17, 20, 17, 0.85);
}
.vision-section {
  background: #111411;
  color: #fdf1e1;
  padding: 36px;
  border-radius: 22px;
  margin: 32px 0 20px;
}
.vision-section h3 {
  color: #fdf1e1;
}
.vision-section .sec-kicker {
  color: rgba(253, 241, 225, 0.5);
}
.vision-lead {
  font-family: "Ogg Medium", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fdf1e1 !important;
  font-weight: 500;
}
.vision-section p {
  color: rgba(253, 241, 225, 0.82);
}
.dossier-footer {
  text-align: center;
  padding-top: 36px;
  border-top: 1px solid rgba(17, 20, 17, 0.1);
  margin-top: 36px;
}
.dossier-footer h4 {
  font-family: "Ogg Medium", serif;
  font-size: 1.8rem;
  margin: 0;
  color: #111411;
}
.dossier-footer .tagline {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(17, 20, 17, 0.7);
  margin: 6px 0 12px;
}
.dossier-footer .footer-pillars {
  font-size: 0.85rem;
  color: rgba(17, 20, 17, 0.5);
  margin: 0;
}
.dossier-divider {
  border: 0;
  height: 1px;
  background: rgba(17, 20, 17, 0.08);
  margin: 32px 0;
}

/* ==========================================================================
   MEDIA QUERIES (PRESERVING ORIGINAL RESPONSIVE BREAKPOINTS)
   ========================================================================== */
@media (max-width: 1500px) {
  .hero-title { font-size: 9.5rem; }
  .story-panel h2 { font-size: 4.1rem; }
}

@media (max-width: 1100px) {
  .hero-title { top: 15vh; font-size: 6.8rem; }
  .bridge-img { width: 138vw; }
  .frame-two-img { width: 132vw; }
  .story-panel h2 { font-size: 3.2rem; }
  .facts { gap: 34px; margin-top: 44px; }
  .facts dt { font-size: 3.2rem; }
  .sight-card { flex-basis: clamp(320px, 40vw, 390px); min-height: 178px; }
  .biz-two-col, .biz-pillar-showcase, .biz-founder-grid, .biz-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  /* Mobile GPU Performance & Smooth Scrolling Boost */
  .stage, .world, .back-stack, .scene-img, .story-panel, .sights-slider {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  /* Bypass expensive real-time Gaussian blurs on mobile GPUs */
  .sky-img, .back-img {
    filter: brightness(var(--back-brightness)) !important;
  }
  .back-bazaar {
    filter: brightness(var(--bazaar-brightness)) saturate(var(--bazaar-saturation)) !important;
  }

  /* Tame ambient floating orbs on mobile */
  .biz-ambient-orbs {
    opacity: 0.35;
  }
  .biz-orb {
    animation: none !important;
    filter: blur(35px) !important;
    width: 240px !important;
    height: 240px !important;
    will-change: auto !important;
  }

  /* Fast, fluid reveal animations on phone */
  .reveal, .reveal-left, .reveal-right, .reveal-scale {
    transition: opacity 0.42s ease-out, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  .reveal { transform: translateY(18px); }
  .reveal-left { transform: translateX(-16px); }
  .reveal-right { transform: translateX(16px); }
  .reveal-scale { transform: scale(0.96) translateY(12px); }

  .sights-slider, .sights-track {
    touch-action: pan-y pinch-zoom;
  }

  .cinema-scroll { height: calc(100vh + 1900px); }
  .stage { min-height: 540px; }
  .site-header { 
    grid-template-columns: 1fr auto; 
    gap: 8px; 
    padding: 12px 16px; 
    background: linear-gradient(180deg, rgba(11, 17, 16, 0.6) 0%, transparent 100%);
  }
  .site-header.is-scrolled {
    background: rgba(11, 17, 16, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 10px 16px;
    border-bottom: 1px solid rgba(253, 241, 225, 0.12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }
  .site-logo {
    font-size: 19px;
    font-weight: 700;
    gap: 10px;
  }
  .site-logo-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ffffff;
    padding: 2.5px;
    border: 1.5px solid rgba(212, 175, 55, 0.55);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    object-fit: contain;
    flex-shrink: 0;
  }
  .site-nav { 
    grid-column: 1 / -1; 
    grid-row: 2; 
    justify-content: flex-start;
    gap: 6px; 
    overflow-x: auto; 
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 2px 0;
  }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a {
    font-size: 13px;
    padding: 4px 10px;
    white-space: nowrap;
    border-radius: 999px;
    background: rgba(253, 241, 225, 0.08);
  }
  .header-cta-btn {
    padding: 5px 14px !important;
    font-size: 12px !important;
  }
  .language-switcher {
    padding: 4px 8px;
    font-size: 12px;
  }
  .hero-title { 
    top: clamp(100px, 16vh, 145px); 
    font-size: clamp(2.2rem, 9.2vw, 3.6rem); 
    font-weight: 800;
    letter-spacing: -0.015em;
    width: 95vw;
    line-height: 0.92;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  .bridge-img { bottom: 1vh; width: min(150vw, 750px); }
  .frame-two-img { width: min(140vw, 700px); }
  .splitframe-img { width: min(140vw, 750px); }
  
  .intro-copy { bottom: clamp(18px, 4vh, 36px); width: calc(100vw - 28px); }
  .intro-copy p, .story-panel p { font-size: 0.92rem; line-height: 1.4; }
  .hero-tags { gap: 6px; margin-top: 12px; }
  .hero-tags span { min-height: 30px; padding: 0 10px; font-size: 0.78rem; }
  
  .story-panel { 
    width: calc(100vw - 28px); 
    background: rgba(11, 17, 16, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 24px 20px;
    border-radius: 20px;
    border: 1px solid rgba(253, 241, 225, 0.18);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.5);
  }
  .story-panel-bridge { top: 38%; }
  .story-panel-bazaar { top: 32%; }
  .story-panel h2 { font-size: 1.75rem; line-height: 1.1; }
  .story-panel p { font-size: 0.92rem; line-height: 1.45; margin-top: 14px; }
  .facts { gap: 14px; margin-top: 16px; }
  .facts dt { font-size: 1.65rem; }
  .facts dd { font-size: 0.82rem; margin-top: 4px; }
  .note-button { min-height: 42px; padding: 0 18px; font-size: 0.88rem; margin-top: 16px; }

  .sights-slider { padding: 0; }
  .sights-track { gap: 10px; transform: translate3d(calc(var(--sights-shift) - 18vw), 0, 0); }
  .sight-card { flex-basis: min(84vw, 310px); height: 200px; padding: 18px; border-radius: 18px; }
  .sights-controls { top: calc(var(--sights-screen-top) + 214px); left: 18px; gap: 10px; }
  .sight-nav { width: 42px; height: 42px; font-size: 16px; }
  .sight-card h3 { font-size: 19px; left: 18px; right: 18px; bottom: 58px; max-width: 76%; }
  .sight-card p { font-size: 13.5px; left: 18px; right: 18px; bottom: 18px; margin-top: 6px; }
  .sight-kicker { margin-bottom: 44px; font-size: 10.5px; }
  .sight-pin { top: 16px; right: 16px; width: 40px; height: 40px; }
  
  /* Business Content Flow on Phone */
  .business-content-flow { padding: 48px 0 80px; }
  .biz-container { width: 100%; padding: 0 16px; }
  .biz-section { padding: 52px 0; }
  .biz-header { margin-bottom: 36px; }
  .biz-header h2 { font-size: 2.1rem; line-height: 1.12; }
  .biz-header p { font-size: 0.98rem; line-height: 1.55; }
  
  .biz-lead-p { font-size: 1.08rem; line-height: 1.55; }
  .biz-text-col p { font-size: 0.96rem; line-height: 1.58; }
  .biz-quote-card { padding: 18px 20px; border-radius: 0 16px 16px 0; margin: 20px 0; }
  .biz-quote-card p { font-size: 1.1rem; }
  .biz-quote-card::before { font-size: 4rem; top: -6px; right: 12px; }

  .biz-img-card { border-radius: 20px; overflow: hidden; position: relative; }
  .biz-img-card > img.biz-skyline-img { width: 100%; height: 270px; object-fit: cover; display: block; }
  .biz-floating-brand { 
    position: absolute; 
    bottom: 12px; 
    left: 12px; 
    right: 12px; 
    padding: 10px 14px; 
    border-radius: 14px; 
    gap: 12px; 
    background: rgba(11, 17, 16, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
  }
  .biz-brand-badge-logo-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 8px;
    background: #fff;
    padding: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
  }
  .biz-brand-badge-logo {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
  .biz-brand-badge-info strong { font-size: 0.92rem; line-height: 1.2; }
  .biz-brand-badge-info span { font-size: 0.72rem; line-height: 1.3; }

  .biz-cards-grid { gap: 16px; }
  .biz-card { padding: 26px 20px; border-radius: 18px; }
  .biz-card-num { font-size: 1.8rem; margin-bottom: 10px; }
  .biz-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
  .biz-card p { font-size: 0.92rem; line-height: 1.55; }

  .biz-pillar-showcase { padding: 22px 18px; gap: 20px; border-radius: 22px; margin-bottom: 24px; }
  .biz-pillar-img { min-height: 220px; border-radius: 16px; }
  .biz-pillar-content h3 { font-size: 1.6rem; margin-bottom: 10px; }
  .biz-pillar-content p { font-size: 0.95rem; margin-bottom: 14px; }
  .biz-pillar-content ul { gap: 8px; margin: 14px 0; }
  .biz-pillar-content ul li { font-size: 0.9rem; padding: 4px 8px; }

  .biz-ecosystem-box { padding: 32px 18px; border-radius: 22px; }
  .biz-ecosystem-box h3 { font-size: 1.8rem; }
  .biz-ecosystem-box p { font-size: 0.95rem; margin-bottom: 24px; }
  .biz-tag-cloud { gap: 8px; }
  .biz-tag-cloud span { padding: 8px 16px; font-size: 0.84rem; }

  .biz-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .biz-stat-card { padding: 22px 14px; border-radius: 16px; }
  .biz-stat-card dt { font-size: 2.2rem; margin-bottom: 6px; }
  .biz-stat-card dd { font-size: 0.8rem; line-height: 1.35; }

  .biz-founder-box { padding: 24px 18px; border-radius: 22px; }
  .biz-founder-grid { gap: 24px; }
  .biz-founder-img { border-radius: 18px; }
  .biz-founder-img img { height: 280px; }
  .biz-founder-text h3 { font-size: 1.8rem; }
  .biz-founder-role { font-size: 0.86rem; margin-bottom: 14px; }
  .biz-founder-quote { font-size: 1.12rem; padding: 16px 18px; margin: 18px 0; }

  .biz-contact-info h3 { font-size: 1.8rem; }
  .biz-contact-item { padding: 14px 16px; border-radius: 12px; }
  .biz-contact-item strong { font-size: 0.94rem; }
  .biz-contact-item span { font-size: 0.86rem; }

  .biz-form { padding: 24px 18px; border-radius: 20px; }
  .biz-form h4 { font-size: 1.6rem; }
  .biz-form-group { margin-bottom: 14px; }
  .biz-form-group input, 
  .biz-form-group textarea, 
  .biz-form-group select { 
    font-size: 16px !important; 
    padding: 12px 14px; 
    border-radius: 10px;
  }
  .biz-submit-btn { padding: 14px 24px; font-size: 0.96rem; }

  .biz-footer { padding-top: 48px; }
  .biz-footer-brand { font-size: 1.6rem; }
  .biz-footer-tagline { font-size: 0.88rem; }
  .biz-footer-pillars { font-size: 0.78rem; line-height: 1.4; }

  /* Dossier Modal on Phone */
  .dossier-modal { padding: 12px; }
  .dossier-container { padding: 24px 16px; border-radius: 20px; max-height: 90vh; }
  .dossier-close { width: 36px; height: 36px; font-size: 16px; }
  .dossier-header h2 { font-size: 1.8rem; }
  .dossier-section h3 { font-size: 1.4rem; }
  .dossier-section .lead-text { font-size: 1.05rem; }
  .dossier-section p { font-size: 0.94rem; }
  .objective-card { padding: 18px; }
  .objective-card h3 { font-size: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scene-img, .back-stack, .hero-title, .intro-copy,
  .story-panel, .sights-track, .sights-slider { transition: none; }
}
