﻿
:where([class^="ri-"])::before {
content: "\f3c2";
}
body {
  background: #87CEEB;
  margin: 0;
  overflow: hidden;
  min-height: 100vh;
  max-height: 100vh;
  perspective: 1000px;
}
html {
  overflow: hidden;
  height: 100vh;
}
.orbit-container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100vw;
height: 100vh;
transform-style: preserve-3d;
pointer-events: none;
z-index: 10;}

/* Central profile card — keep exactly centered and above satellites */
.central-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  text-align: center;
  background: transparent !important;
  backdrop-filter: none !important;
  border-radius: 0;
  padding: 0;
  border: 0 !important;
  pointer-events: auto;
  isolation: isolate; /* create local stacking context for background cloud */
}
.orbit {
position: absolute;
top: 50%;
left: 50%;
border: none;
border-radius: 50%;
transform-style: preserve-3d;
pointer-events: none;
 z-index: 20; /* ensure orbits (and satellites) sit above cloud-layer */
}
.orbit {
  /* Hide any faint orbit outlines completely */
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.orbit::before,
.orbit::after { content: none !important; }
.orbit-1 {
width: 400px;
height: 400px;
margin: -200px 0 0 -200px;
animation: rotate3D 20s infinite linear;
transform-origin: center;
}
.orbit-2 {
width: 600px;
height: 600px;
margin: -300px 0 0 -300px;
animation: rotate3D 30s infinite linear reverse;
transform-origin: center;
}
.orbit-3 {
width: 800px;
height: 800px;
margin: -400px 0 0 -400px;
animation: rotate3D 40s infinite linear;
transform-origin: center;
}
.orbit-4 {
width: 1000px;
height: 1000px;
margin: -500px 0 0 -500px;
animation: rotate3D 50s infinite linear reverse;
transform-origin: center;
}
.orbit-5 {
width: 1200px;
height: 1200px;
margin: -600px 0 0 -600px;
animation: rotate3D 60s infinite linear;
transform-origin: center;
}
.orbit-6 {
width: 1400px;
height: 1400px;
margin: -700px 0 0 -700px;
animation: rotate3D 70s infinite linear reverse;
transform-origin: center;
}

/* Wider orbits on desktop */
@media (min-width: 1024px) {
  .orbit-1 { width: 600px; height: 600px; margin: -300px 0 0 -300px; }
  .orbit-2 { width: 900px; height: 900px; margin: -450px 0 0 -450px; }
  .orbit-3 { width: 1200px; height: 1200px; margin: -600px 0 0 -600px; }
}
@media (min-width: 1440px) {
  .orbit-1 { width: 720px; height: 720px; margin: -360px 0 0 -360px; }
  .orbit-2 { width: 1080px; height: 1080px; margin: -540px 0 0 -540px; }
  .orbit-3 { width: 1440px; height: 1440px; margin: -720px 0 0 -720px; }
}
.orbit-4 {
width: 1000px;
height: 1000px;
margin: -500px 0 0 -500px;
animation: rotate3D 50s infinite linear reverse;
transform-origin: center;
}
.orbit-5 {
width: 1200px;
height: 1200px;
margin: -600px 0 0 -600px;
animation: rotate3D 60s infinite linear;
transform-origin: center;
}
.orbit-6 {
width: 1400px;
height: 1400px;
margin: -700px 0 0 -700px;
animation: rotate3D 70s infinite linear reverse;
transform-origin: center;
}
.satellite-item {
position: absolute;
width: 100px;
height: 75px;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(93, 173, 226, 0.4);
transition: all 0.5s ease;
cursor: pointer;
overflow: hidden;
border: 2px solid rgba(255, 255, 255, 0.6);
background: white;
z-index: 80;
pointer-events: all !important;
opacity: 1;
transform: var(--pos-t, translate3d(0,0,0));
 transform-style: preserve-3d;
 -webkit-backface-visibility: visible;
 backface-visibility: visible;
}
.satellite-item:hover {
transform: var(--pos-t, translate3d(0,0,0)) scale(1.3) rotateY(15deg);
z-index: 150;
box-shadow: 0 12px 36px rgba(93, 173, 226, 0.6);
opacity: 1;
}
.satellite-item img { width: 100%; height: 100%; }

/* Smaller images, but scale a bit on larger screens */
@media (min-width: 1024px) {
  .satellite-item { width: 128px; height: 96px; }
}
@media (min-width: 1440px) {
  .satellite-item { width: 144px; height: 108px; }
}
.satellite-item img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 1;
pointer-events: none;
}
.satellite-item:hover img {
opacity: 1;
}
@keyframes rotate3D {
0% {
transform: rotateY(0deg) rotateX(15deg);
}
100% {
transform: rotateY(360deg) rotateX(15deg);
}
}
.satellite-1 { top: -45px; left: 50%; margin-left: -60px; }
.satellite-2 { top: 50%; right: -60px; margin-top: -45px; }
.satellite-3 { bottom: -45px; left: 50%; margin-left: -60px; }
.satellite-4 { top: 50%; left: -60px; margin-top: -45px; }
.satellite-5 { top: -32px; right: 30%; margin-right: -60px; }
.satellite-6 { bottom: -32px; left: 30%; margin-left: -60px; }
.satellite-7 { top: 30%; right: -32px; margin-top: -45px; }
.satellite-8 { bottom: 30%; left: -32px; margin-bottom: -45px; }
.satellite-9 { top: -45px; left: 25%; margin-left: -60px; }
.satellite-10 { top: 25%; right: -60px; margin-top: -45px; }
.satellite-11 { bottom: -45px; right: 25%; margin-right: -60px; }
.satellite-12 { bottom: 25%; left: -60px; margin-bottom: -45px; }
.satellite-13 { top: -32px; left: 40%; margin-left: -60px; }
.satellite-14 { top: 40%; right: -32px; margin-top: -45px; }
.satellite-15 { bottom: -32px; right: 40%; margin-right: -60px; }
.satellite-16 { bottom: 40%; left: -32px; margin-bottom: -45px; }
.satellite-17 { top: -60px; left: 60%; margin-left: -60px; }
.satellite-18 { top: 60%; right: -45px; margin-top: -45px; }
.satellite-19 { bottom: -60px; left: 15%; margin-left: -60px; }
.satellite-20 { bottom: 15%; left: -45px; margin-bottom: -45px; }
.satellite-21 { top: -45px; left: 20%; margin-left: -60px; }
.satellite-22 { top: 20%; right: -60px; margin-top: -45px; }
.satellite-23 { bottom: -45px; right: 20%; margin-right: -60px; }
.satellite-24 { bottom: 20%; left: -60px; margin-bottom: -45px; }
.satellite-25 { top: -32px; left: 70%; margin-left: -60px; }
.satellite-26 { top: 70%; right: -32px; margin-top: -45px; }
.satellite-27 { bottom: -32px; left: 50%; margin-left: -60px; }
.satellite-28 { bottom: 50%; left: -32px; margin-bottom: -45px; }
.satellite-29 { top: -60px; left: 35%; margin-left: -60px; }
.satellite-30 { top: 35%; right: -60px; margin-top: -45px; }
.satellite-31 { bottom: -60px; right: 35%; margin-right: -60px; }
.satellite-32 { bottom: 35%; left: -60px; margin-bottom: -45px; }
.satellite-33 { top: -45px; left: 80%; margin-left: -60px; }
.satellite-34 { top: 80%; right: -45px; margin-top: -45px; }
.satellite-35 { bottom: -45px; left: 65%; margin-left: -60px; }
.satellite-36 { bottom: 65%; left: -45px; margin-bottom: -45px; }
.social-icons {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 1rem;
z-index: 110;
margin-top: 1rem;
}
.social-icon {
width: 3rem;
height: 3rem;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #475569;
transition: all 0.3s ease;
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 4px 16px rgba(93, 173, 226, 0.2);
}
.social-icon:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(93, 173, 226, 0.4);
}
.social-icon:hover.instagram {
color: #E4405F;
}
.social-icon:hover.twitter {
color: #1DA1F2;
}
header { position: fixed; top: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(243, 156, 18, 0.2);
z-index: 120;
padding: 1rem 2rem;
padding-top: calc(1rem + env(safe-area-inset-top));
box-sizing: border-box;
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
}
.header-logo {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 1.5rem;
color: #333333;
text-decoration: none;
font-weight: 600;
}
.nav-menu {
display: flex;
gap: 2rem;
list-style: none;
margin: 0;
padding: 0;
}
.nav-item a {
color: #475569;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
padding: 0.5rem 1rem;
border-radius: 8px;
}
.nav-item a:hover {
color: #5DADE2;
background: rgba(93, 173, 226, 0.1);
}
.contact-btn {
background: #5DADE2;
color: white;
padding: 0.5rem 1.5rem;
border-radius: 8px;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
}
.contact-btn:hover {
background: #4A90C2;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(93, 173, 226, 0.3);
}
footer { position: fixed; bottom: max(env(safe-area-inset-bottom), var(--vv-bottom, 0px));
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(243, 156, 18, 0.2);
  z-index: 120;
  padding: 1rem 2rem;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  text-align: center;
}
.main-content {
  padding-top: 80px;
  padding-bottom: 80px;
  height: 100vh;
  overflow: hidden;
}
/* Bottom hint text */
.tap-hint {
  position: fixed;
  bottom: 56px; /* just above fixed footer */
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #475569; /* match profile text (slate-600) */
  z-index: 130; /* above header (z-index:120) */
  pointer-events: none;
}

/* Mobile-safe footer visibility adjustments */
.tap-hint { bottom: calc(56px + max(env(safe-area-inset-bottom), var(--vv-bottom, 0px))); }

/* Use dynamic viewport units where supported to avoid browser UI overlap */
@supports (height: 100dvh) {
  html { height: 100dvh; }
  body { min-height: 100dvh; max-height: 100dvh; }
  .main-content { height: 100dvh; }
  .orbit-container { height: 100dvh; }
}

/* cleaned stray cloud artifacts */








.orbit-1, .orbit-2, .orbit-3, .orbit-4, .orbit-5, .orbit-6 { animation: none !important; }

.orbit .satellite-item {\n  top: 50% !important;\n  left: 50% !important;\n  right: auto !important;\n  bottom: auto !important;\n  margin: 0 !important;\n  transform-origin: center center;\n}\n


.orbit-1, .orbit-2, .orbit-3, .orbit-4, .orbit-5, .orbit-6 { animation: none !important; }
.orbit .satellite-item {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform-origin: center center;
}
/* Center satellites so JS translate3d() drives motion relative to center */
.orbit .satellite-item {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform-origin: center center;
}


/* Motion: apply --pos-t (translate3d) from JS and keep center origin */
.satellite-item {
  transform: translate(-50%, -50%) var(--pos-t, translate3d(0,0,0));
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.satellite-item:hover {
  transform: translate(-50%, -50%) var(--pos-t, translate3d(0,0,0)) scale(1.3) rotateY(15deg);
}
/* Performance hint: keep transforms on compositor */
.satellite-item { will-change: transform; }
/* Floating satellites: center anchor + JS-driven translate3d */
.orbit-1, .orbit-2, .orbit-3, .orbit-4, .orbit-5, .orbit-6 { animation: none !important; }
.orbit .satellite-item {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform-origin: center center;
}
.satellite-item {
  transform: translate(-50%, -50%) var(--pos-t, translate3d(0,0,0));
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.satellite-item:hover {
  transform: translate(-50%, -50%) var(--pos-t, translate3d(0,0,0)) scale(1.3) rotateY(15deg);
}
/* Hide in-container central card; use top-level one */
.orbit-container > .central-logo { display: none !important; }
/* Top-level profile card: white background */
body > .central-logo {
  border-radius: 12px !important;
  padding: 12px !important;
}

/* Mobile: smaller profile card */
@media (max-width: 480px) {
  body > .central-logo {
    padding: 8px !important;
    width: 420px;           /* wider base width */
    max-width: 92vw;        /* keep margins on very small screens */
    box-sizing: border-box; /* include padding in width */
  }
  body > .central-logo img {
    width: 5rem !important;
    height: 5rem !important;
  }
  body > .central-logo p {
    font-size: 0.9rem;
    line-height: 1.35;
  }
  body > .central-logo .social-icon-inline {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}

/* Readability effects removed on request */
body > .central-logo p { text-shadow: none !important; }
body > .central-logo img { filter: none !important; }

/* Background-colored offsets (outline-like) for logo and text */
body > .central-logo p {
  -webkit-text-stroke: 0;
  /* Underlay-only: soft ring behind text, no fill overlap */
  text-shadow: 0 0 3px #87CEEB, 0 0 6px #87CEEB !important;
}
body > .central-logo img {
  /* Underlay-only: radial glow behind transparent edges */
  filter: drop-shadow(0 0 2px #87CEEB) drop-shadow(0 0 5px #87CEEB) !important;
}
/* Disable logo/text offsets (no stroke, no shadows) */
body > .central-logo p {
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
}
body > .central-logo img {
  filter: none !important;
}
/* Space icons further below the text */
body > .central-logo .flex.gap-4.justify-center {
  margin-top: 1rem !important; /* ~16px */
}

/* Mobile tap-through: allow taps over the card to reach satellites,
   but keep buttons/links inside the card clickable */
@media (max-width: 768px) {
  body > .central-logo { pointer-events: none !important; }
  body > .central-logo a,
  body > .central-logo button,
  body > .central-logo .social-icon-inline { pointer-events: auto !important; }
}

/* =========================
   Cloud layer (simple shapes)
   ========================= */
.cloud-layer {
  position: fixed;
  inset: 0;
  z-index: 0 !important; /* root-level background layer */
  pointer-events: none;
}

.cloud {
  position: absolute;
  background: transparent; /* shape moves to inner wrapper */
  border-radius: 999px;
  box-shadow: none;
  animation: cloud-drift var(--dur, 60s) ease-in-out infinite alternate;
}
.cloud__shape::before,
.cloud__shape::after {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: 50%;
}
/* Base puff layout (percentages scale with size) */
.cloud__shape::before {
  width: 45%;
  height: 160%;
  left: 8%;
  top: -55%;
}
.cloud__shape::after {
  width: 60%;
  height: 200%;
  left: 32%;
  top: -90%;
}

/* Sizes */
.cloud-sm { width: 120px; height: 42px; }
.cloud-md { width: 180px; height: 60px; }
.cloud-lg { width: 240px; height: 80px; }

@keyframes cloud-drift {
  0%   { transform: translateX(0); }
  100% { transform: translateX(var(--dx, 60px)); }
}

/* Inner wrapper for heartbeat scaling */
.cloud__shape {
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 999px;
  transform-origin: center center;
  will-change: transform;
  animation: cloud-beat var(--beat-dur, 2.8s) ease-in-out infinite;
}

@keyframes cloud-beat {
  0%, 100% { transform: scale(1); }
  10%      { transform: scale(1.06); }
  20%      { transform: scale(1); }
}

/* Profile text background cloud (behind content) */
.central-logo .profile-cloud {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 100px;
  top: calc(128px + 8px); /* below 8rem (logo) + margin */
  z-index: 0; /* base layer inside card */
}

@media (max-width: 480px) {
  .central-logo .profile-cloud {
    width: min(92vw, 300px);
    height: 84px;
    top: calc(80px + 8px); /* below 5rem (mobile logo) + margin */
  }
}

/* Ensure normal content sits above the background cloud */
.central-logo > :not(.profile-cloud) {
  position: relative;
  z-index: 1;
}
