/* =====================================================
   HOMEPAGE GLASS HERO RESTYLE
   Keep after style.css. Audio/app/blog files are untouched.
===================================================== */

:root {
  --hero-ink: rgba(255, 247, 255, 0.94);
  --hero-soft: rgba(255, 232, 248, 0.68);
  --hero-deep: #18143a;
  --hero-line: rgba(255, 242, 255, 0.44);
  --hero-glass: rgba(255, 255, 255, 0.035);
}

body {
  background: var(--hero-deep);
  color: var(--hero-ink);
  min-height: 100vh;
}

.hero-bg-video {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  filter: saturate(0.98) contrast(1.02) brightness(0.96);
}

body::before {
  background-image: url("assets/hand-desktop-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: none;
  transform: none;
  z-index: -3;
}

body::after {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 214, 238, 0.035), transparent 34%),
    linear-gradient(180deg, rgba(12, 17, 50, 0.36) 0%, rgba(64, 41, 92, 0.06) 43%, rgba(18, 15, 48, 0.48) 100%);
  z-index: -1;
}

.bubble-field,
.yuna-bubble,
.passive-pose,
.ambient-filler {
  display: none !important;
}

.hero {
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
}

.hero-mantra {
  top: 34px;
  z-index: 120;
}

.hero-mantra h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.95rem, 1.35vw, 1.35rem);
  font-weight: 400;
  letter-spacing: 0.48em;
  color: var(--hero-ink);
  background: none;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 0 26px rgba(255, 215, 245, 0.25);
}

.hero-mantra p {
  display: none;
}

.site-logo {
  top: 24px;
  left: 32px;
  width: auto;
  height: auto;
  border-radius: 0;
  overflow: visible;
  z-index: 140;
}

.site-logo a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.site-logo img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: normal;
  filter: none;
  border: 0;
  box-shadow: none;
}

.site-logo a::after {
  content: "INHALE EXHALE\A STUDIO";
  white-space: pre;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  color: var(--hero-ink);
  text-shadow: 0 0 20px rgba(255, 220, 245, 0.22);
}

.bubble-stage {
  position: absolute;
  inset: 0;
  z-index: 40;
  max-width: 1280px;
  margin: 0 auto;
  pointer-events: none;
}

.bubble-stage a,
.bubble-stage button {
  pointer-events: auto;
}

.bubble,
.platform-bubble,
.platform-store {
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(circle at 21% 18%, rgba(255, 255, 255, 0.20) 0, rgba(255, 255, 255, 0.10) 12%, transparent 32%),
    radial-gradient(circle at 83% 17%, rgba(255, 219, 248, 0.24) 0, rgba(255, 219, 248, 0.10) 10%, transparent 28%),
    radial-gradient(circle at 50% 82%, rgba(255, 178, 214, 0.10) 0, transparent 42%),
    var(--hero-glass);
  border: 1px solid var(--hero-line);
  color: var(--hero-ink) !important;
  backdrop-filter: blur(3px) saturate(150%) brightness(1.06);
  -webkit-backdrop-filter: blur(3px) saturate(150%) brightness(1.06);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 11px 14px 32px rgba(255, 255, 255, 0.08),
    inset -16px -18px 36px rgba(86, 43, 126, 0.12),
    0 0 18px rgba(255, 207, 244, 0.18),
    0 18px 58px rgba(42, 25, 86, 0.16);
  animation: float-main 12s ease-in-out infinite;
}

.bubble::before,
.platform-bubble::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: inherit;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0.85;
  pointer-events: none;
}

.bubble::after,
.platform-bubble::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 15%;
  right: 20%;
  border-radius: 999px;
  background: rgba(255, 244, 255, 0.86);
  box-shadow: 0 0 18px rgba(255, 222, 244, 0.9);
  opacity: 0.5;
  pointer-events: none;
}

.bubble span,
.platform-bubble {
  color: var(--hero-ink) !important;
  text-shadow: 0 0 16px rgba(80, 44, 100, 0.35);
}

.bubble:hover,
.platform-bubble:hover,
.platform-store:hover {
  transform: scale(1.045) translateY(-3px);
  background:
    radial-gradient(circle at 21% 18%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0.12) 12%, transparent 32%),
    radial-gradient(circle at 83% 17%, rgba(255, 219, 248, 0.28) 0, rgba(255, 219, 248, 0.12) 10%, transparent 28%),
    radial-gradient(circle at 50% 82%, rgba(255, 178, 214, 0.12) 0, transparent 42%),
    rgba(255, 255, 255, 0.055);
}

.bubble-main {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  animation: none;
  z-index: 95;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  min-width: 320px;
}

.bubble-main .meet-title {
  display: block;
  font-size: clamp(2.35rem, 4.8vw, 4.2rem);
  line-height: 1;
  color: rgba(70, 50, 102, 0.94) !important;
  text-shadow: 0 1px 24px rgba(255, 229, 245, 0.55);
}

.bubble-main .meet-subtitle {
  display: block;
  max-width: 280px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(62, 48, 92, 0.78) !important;
  text-shadow: 0 1px 18px rgba(255, 234, 246, 0.5);
}

.bubble-main .meet-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 44px;
  margin-top: 2px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 238, 255, 0.48);
  background: rgba(255, 235, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.9rem;
  color: rgba(80, 58, 112, 0.92) !important;
  box-shadow:
    inset 0 0 16px rgba(255, 255, 255, 0.18),
    0 10px 28px rgba(82, 44, 118, 0.18);
}

.bubble-main .meet-cta::after {
  content: "→";
  margin-left: 12px;
}

.bubble-main::before {
  display: none;
}

.bubble-main:hover {
  transform: translateX(-50%);
  background: transparent;
}

.bubble-myths {
  width: 170px;
  height: 170px;
  left: 7%;
  top: 38%;
}

.bubble-meditations {
  width: 170px;
  height: 170px;
  right: 38%;
  top: 18%;
}

.bubble-blog {
  width: 170px;
  height: 170px;
  left: auto;
  right: 18%;
  top: 27%;
}

.bubble-1 {
  width: 160px;
  height: 160px;
  left: 10%;
  top: 55%;
}

.bubble-3 {
  width: 160px;
  height: 160px;
  right: 7%;
  top: 43%;
}

.bubble-4,
.bubble-freq,
.platform-itunes,
.platform-deezer,
.platform-instagram,
.platform-x,
.platform-ph,
.platform-coffee,
.platform-yuna-bot,
.platform-quiz,
.platform-gift {
  display: none !important;
}

.bubble-5,
.bubble-6,
.platform-yt,
.platform-appstore {
  top: auto;
  bottom: 4.5%;
  width: 112px;
  height: 112px;
  border-radius: 28px;
  font-size: 1rem;
  z-index: 90;
  animation: none;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.18) 0, transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 215, 245, 0.035));
  backdrop-filter: blur(4px) saturate(155%);
  -webkit-backdrop-filter: blur(4px) saturate(155%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.20),
    inset 9px 11px 24px rgba(255, 255, 255, 0.07),
    0 16px 44px rgba(35, 20, 78, 0.16);
}

.bubble-5 { left: calc(50% - 270px); }
.bubble-6 { left: calc(50% - 132px); }
.platform-yt { left: calc(50% + 6px); }
.platform-appstore { left: calc(50% + 144px); }
.platform-playstore { display: none !important; }

.hero::after {
  content: "Continue Your Journey";
  position: absolute;
  left: 50%;
  bottom: calc(4.5% + 124px);
  z-index: 85;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  color: var(--hero-ink);
  text-shadow: 0 0 18px rgba(255, 225, 248, 0.24);
}

@media (max-height: 820px) and (min-width: 769px) {
  .bubble-myths,
  .bubble-meditations,
  .bubble-blog {
    width: 145px;
    height: 145px;
  }

  .bubble-1,
  .bubble-3 {
    width: 138px;
    height: 138px;
  }

  .bubble-main {
    top: 47%;
  }

  .bubble-main .meet-title {
    font-size: clamp(2rem, 4vw, 3.35rem);
  }

  .bubble-main .meet-subtitle {
    font-size: 0.82rem;
  }

  .bubble-main .meet-cta {
    min-height: 38px;
  }

  .bubble-5,
  .bubble-6,
  .platform-yt,
  .platform-appstore {
    width: 96px;
    height: 96px;
    bottom: 3%;
    font-size: 0.9rem;
  }

  .bubble-5 { left: calc(50% - 222px); }
  .bubble-6 { left: calc(50% - 110px); }
  .platform-yt { left: calc(50% + 2px); }
  .platform-appstore { left: calc(50% + 114px); }

  .hero::after {
    bottom: calc(3% + 106px);
    font-size: 1.1rem;
  }
}

.yuna-subscribe-section,
.site-footer {
  background: rgba(22, 17, 52, 0.20);
  backdrop-filter: blur(5px) saturate(130%);
  -webkit-backdrop-filter: blur(5px) saturate(130%);
}

.site-footer {
  color: rgba(255, 244, 255, 0.66);
  border-top: 1px solid rgba(255, 238, 255, 0.18);
}

main,
.yuna-subscribe-section,
.site-footer,
.gift-overlay,
#cookie-bubble,
.yuna-download-widget {
  position: relative;
}

.yuna-subscribe-section {
  min-height: 22vh;
  box-shadow: inset 0 1px 0 rgba(255, 238, 255, 0.16);
}

.site-footer a {
  color: rgba(255, 247, 255, 0.78);
  opacity: 1;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}

@media (max-width: 768px) {
  body::before {
    background-image: url("assets/hand-mobile-bg.webp");
    background-position: center top;
    background-attachment: scroll;
  }

  .site-logo {
    top: 14px;
    left: 14px;
  }

  .site-logo img {
    width: 56px;
    height: 56px;
  }

  .site-logo a::after {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .hero-mantra {
    top: 78px;
  }

  .hero-mantra h1 {
    font-size: 0.82rem;
    letter-spacing: 0.22em;
  }

  .bubble-main {
    top: 54%;
    min-width: 260px;
  }

  .bubble-main .meet-title {
    font-size: 2.2rem;
  }

  .bubble-main .meet-subtitle {
    max-width: 230px;
    font-size: 0.78rem;
  }

  .bubble-main .meet-cta {
    min-width: 138px;
    min-height: 38px;
    font-size: 0.78rem;
  }

  .bubble-myths,
  .bubble-meditations,
  .bubble-blog,
  .bubble-1,
  .bubble-3 {
    width: 104px;
    height: 104px;
    font-size: 0.76rem;
  }

  .bubble-meditations { left: 39%; right: auto; top: 18%; }
  .bubble-blog { right: 6%; top: 28%; }
  .bubble-myths { left: 5%; top: 34%; }
  .bubble-1 { left: 8%; top: 50%; }
  .bubble-3 { right: 4%; top: 45%; }

  .bubble-5,
  .bubble-6,
  .platform-yt,
  .platform-appstore {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    font-size: 0.62rem;
    bottom: 5.5%;
  }

  .bubble-5 { left: calc(50% - 156px); }
  .bubble-6 { left: calc(50% - 76px); }
  .platform-yt { left: calc(50% + 4px); }
  .platform-appstore { left: calc(50% + 84px); }

  .hero::after {
    bottom: calc(5.5% + 88px);
    font-size: 1rem;
  }
}

/* =====================================================
   REFERENCE-STYLE CLEAR GLASS PASS
===================================================== */

.hero::before {
  display: none;
}

.hero-menu {
  position: absolute;
  top: 30px;
  right: 36px;
  z-index: 160;
}

.hero-menu-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 238, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.018);
  color: rgba(255, 247, 255, 0.9);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  backdrop-filter: blur(4px) saturate(145%);
  -webkit-backdrop-filter: blur(4px) saturate(145%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(28, 18, 64, 0.12);
}

.hero-menu-toggle span {
  width: 18px;
  height: 1px;
  border-radius: 999px;
  background: rgba(255, 247, 255, 0.92);
  box-shadow: 0 0 10px rgba(255, 226, 248, 0.38);
  transition: transform 0.24s ease, opacity 0.2s ease;
}

.hero-menu-toggle:focus-visible {
  outline: 1px solid rgba(255, 238, 255, 0.46);
  outline-offset: 3px;
}

.hero-menu.open .hero-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hero-menu.open .hero-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.hero-menu.open .hero-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero-menu-panel {
  position: absolute;
  top: 52px;
  right: 0;
  width: min(248px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(255, 238, 255, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.13), transparent 34%),
    rgba(38, 24, 72, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 20px 48px rgba(22, 14, 54, 0.28);
  backdrop-filter: blur(9px) saturate(155%);
  -webkit-backdrop-filter: blur(9px) saturate(155%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.hero-menu.open .hero-menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.hero-menu-panel a {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  color: rgba(255, 247, 255, 0.92);
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
}

.hero-menu-panel a:hover {
  background: rgba(255, 255, 255, 0.075);
}

.hero-menu-panel span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.2;
}

.hero-menu-panel small {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  line-height: 1.3;
  color: rgba(255, 236, 250, 0.66);
}

.bubble-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(4.5% + 146px);
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 238, 255, 0.34), transparent);
  z-index: 80;
  pointer-events: none;
}

.bubble,
.platform-bubble,
.platform-store {
  overflow: hidden;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.065) 13%, transparent 30%),
    radial-gradient(circle at 76% 78%, rgba(255, 185, 226, 0.07) 0, transparent 38%),
    rgba(255, 255, 255, 0.018) !important;
  border: 1px solid rgba(255, 238, 255, 0.46);
  backdrop-filter: blur(1.5px) saturate(142%) brightness(1.05);
  -webkit-backdrop-filter: blur(1.5px) saturate(142%) brightness(1.05);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.13),
    inset 12px 14px 24px rgba(255, 255, 255, 0.055),
    inset -18px -18px 32px rgba(105, 57, 129, 0.08),
    0 0 0 1px rgba(255, 220, 248, 0.10),
    0 0 26px rgba(255, 197, 237, 0.16),
    0 22px 48px rgba(38, 22, 82, 0.12);
  animation: none;
}

.bubble::before,
.platform-bubble::before {
  inset: 9px;
  border-radius: inherit;
  border: 1px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-color: rgba(255, 255, 255, 0.22);
  opacity: 0.72;
}

.bubble::after,
.platform-bubble::after {
  width: 9px;
  height: 9px;
  top: 12%;
  right: 17%;
  background: rgba(255, 245, 255, 0.92);
  box-shadow:
    0 0 16px rgba(255, 226, 246, 0.95),
    0 0 34px rgba(255, 188, 229, 0.45);
  opacity: 0.62;
}

.bubble:hover,
.platform-bubble:hover,
.platform-store:hover {
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.23) 0, rgba(255, 255, 255, 0.08) 13%, transparent 30%),
    radial-gradient(circle at 76% 78%, rgba(255, 185, 226, 0.09) 0, transparent 38%),
    rgba(255, 255, 255, 0.028) !important;
}

.bubble-icon,
.platform-icon {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  line-height: 1;
  color: rgba(255, 247, 255, 0.92) !important;
  text-shadow: 0 0 18px rgba(255, 230, 250, 0.38);
}

.bubble-title,
.platform-title {
  display: block;
  font-size: 1.42rem;
  line-height: 1.1;
  font-weight: 400;
  color: rgba(255, 248, 255, 0.94) !important;
  text-shadow: 0 0 14px rgba(48, 28, 84, 0.32);
}

.bubble-desc,
.platform-desc {
  display: block;
  max-width: 126px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 244, 255, 0.78) !important;
  text-shadow: 0 0 12px rgba(44, 25, 80, 0.34);
}

.bubble-myths,
.bubble-meditations,
.bubble-blog,
.bubble-1,
.bubble-3 {
  width: clamp(138px, 13vw, 172px);
  height: clamp(138px, 13vw, 172px);
  font-size: 1rem;
}

.bubble-myths {
  left: 6.2%;
  top: 43%;
}

.bubble-3 {
  left: 20%;
  right: auto;
  top: 27%;
}

.bubble-meditations {
  left: 50%;
  right: auto;
  top: 16%;
  transform: translateX(-50%);
}

.bubble-blog {
  right: 21%;
  top: 28%;
}

.bubble-1 {
  left: auto;
  right: 7%;
  top: 43%;
}

.bubble-meditations:hover {
  transform: translateX(-50%) scale(1.045) translateY(-3px);
}

.bubble-main {
  top: 58%;
}

.bubble-main .meet-title {
  color: rgba(68, 51, 99, 0.88) !important;
}

.bubble-main .meet-cta {
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(2px) saturate(145%);
  -webkit-backdrop-filter: blur(2px) saturate(145%);
  border-color: rgba(255, 238, 255, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.13),
    0 0 20px rgba(255, 210, 244, 0.14);
}

.bubble-5,
.bubble-6,
.platform-yt,
.platform-appstore {
  width: 116px;
  height: 116px;
  border-radius: 26px;
  gap: 5px;
  padding: 18px 12px;
  background:
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.17) 0, transparent 31%),
    rgba(255, 255, 255, 0.018) !important;
  border-color: rgba(255, 238, 255, 0.42);
}

.platform-icon {
  font-size: 1.65rem;
}

.platform-title {
  font-size: 1.1rem;
}

.platform-desc {
  max-width: 92px;
  font-size: 0.66rem;
}

@media (max-height: 820px) and (min-width: 769px) {
  .bubble-stage::after {
    bottom: calc(3% + 120px);
  }

  .bubble-myths,
  .bubble-meditations,
  .bubble-blog,
  .bubble-1,
  .bubble-3 {
    width: 136px;
    height: 136px;
    padding: 16px;
  }

  .bubble-icon {
    font-size: 1.65rem;
  }

  .bubble-title {
    font-size: 1.12rem;
  }

  .bubble-desc {
    max-width: 104px;
    font-size: 0.66rem;
  }

  .bubble-main {
    top: 53%;
  }

  .bubble-5,
  .bubble-6,
  .platform-yt,
  .platform-appstore {
    width: 96px;
    height: 96px;
    padding: 13px 8px;
  }

  .platform-icon {
    font-size: 1.25rem;
  }

  .platform-title {
    font-size: 0.88rem;
  }

  .platform-desc {
    font-size: 0.56rem;
  }
}

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

  .bubble-stage::after {
    bottom: calc(5.5% + 90px);
  }

  .bubble-myths,
  .bubble-meditations,
  .bubble-blog,
  .bubble-1,
  .bubble-3 {
    width: 104px;
    height: 104px;
    padding: 12px;
  }

  .bubble-icon {
    font-size: 1.15rem;
  }

  .bubble-title {
    font-size: 0.86rem;
  }

  .bubble-desc {
    max-width: 80px;
    font-size: 0.52rem;
  }

  .bubble-3 {
    left: 6%;
    top: 23%;
  }

  .bubble-meditations {
    left: 50%;
    top: 17%;
  }

  .bubble-blog {
    right: 5%;
    top: 26%;
  }

  .bubble-myths {
    left: 5%;
    top: 39%;
  }

  .bubble-1 {
    right: 5%;
    top: 42%;
  }
}

.bubble-main {
  overflow: visible;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.bubble-main::before,
.bubble-main::after {
  display: none;
}

.hero > .site-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 118;
  min-height: 54px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  background: rgba(18, 14, 48, 0.34);
  border-top: 1px solid rgba(255, 238, 255, 0.24);
  color: rgba(255, 244, 255, 0.72);
  font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px) saturate(145%);
  -webkit-backdrop-filter: blur(6px) saturate(145%);
}

.hero > .site-footer a {
  color: rgba(255, 247, 255, 0.84);
  text-decoration: none;
  opacity: 1;
}

.hero > .site-footer a:hover {
  color: rgba(255, 255, 255, 0.98);
}

.hero .bubble-5,
.hero .bubble-6,
.hero .platform-yt,
.hero .platform-appstore {
  bottom: 72px;
}

.hero::after {
  bottom: 200px;
}

.bubble-stage::after {
  bottom: 210px;
}

@media (max-height: 820px) and (min-width: 769px) {
  .hero .bubble-5,
  .hero .bubble-6,
  .hero .platform-yt,
  .hero .platform-appstore {
    bottom: 64px;
  }

  .hero::after {
    bottom: 172px;
  }

  .bubble-stage::after {
    bottom: 184px;
  }
}

@media (max-width: 768px) {
  .hero > .site-footer {
    min-height: 62px;
    padding: 12px 76px 12px 72px;
    gap: 8px;
    font-size: 0.62rem;
  }

  .hero .bubble-5,
  .hero .bubble-6,
  .hero .platform-yt,
  .hero .platform-appstore {
    bottom: 70px;
  }

  .hero::after {
    bottom: 154px;
  }

  .bubble-stage::after {
    bottom: 162px;
  }
}

/* Final polish: App Store + Play Store pair and non-overlapping Yuna trigger */
.hero .platform-playstore {
  display: flex !important;
  top: auto !important;
  right: auto !important;
}

.hero .bubble-5,
.hero .bubble-6,
.hero .platform-yt,
.hero .platform-appstore,
.hero .platform-playstore {
  bottom: 72px;
  width: 116px;
  height: 116px;
  border-radius: 26px;
  gap: 5px;
  padding: 18px 12px;
  background:
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.17) 0, transparent 31%),
    rgba(255, 255, 255, 0.018) !important;
  border-color: rgba(255, 238, 255, 0.42);
}

.hero .bubble-5 { left: calc(50% - 334px); }
.hero .bubble-6 { left: calc(50% - 196px); }
.hero .platform-yt { left: calc(50% - 58px); }
.hero .platform-appstore { left: calc(50% + 80px); }
.hero .platform-playstore { left: calc(50% + 218px); }

.yuna-download-widget {
  position: fixed !important;
  left: auto !important;
  right: 24px !important;
  bottom: 20px !important;
  z-index: 9990 !important;
  flex-direction: row;
  align-items: flex-end;
}

.yuna-store-pills {
  align-items: flex-end;
}

.yuna-pill:hover {
  transform: translateX(-3px);
}

@media (max-height: 820px) and (min-width: 769px) {
  .hero .bubble-5,
  .hero .bubble-6,
  .hero .platform-yt,
  .hero .platform-appstore,
  .hero .platform-playstore {
    bottom: 64px;
    width: 96px;
    height: 96px;
    padding: 13px 8px;
  }

  .hero .bubble-5 { left: calc(50% - 272px); }
  .hero .bubble-6 { left: calc(50% - 160px); }
  .hero .platform-yt { left: calc(50% - 48px); }
  .hero .platform-appstore { left: calc(50% + 64px); }
  .hero .platform-playstore { left: calc(50% + 176px); }
}

@media (max-width: 768px) {
  .hero .bubble-5,
  .hero .bubble-6,
  .hero .platform-yt,
  .hero .platform-appstore,
  .hero .platform-playstore {
    bottom: 70px;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    gap: 2px;
    padding: 8px 4px;
  }

  .hero .bubble-5 { left: calc(50% - 171px); }
  .hero .bubble-6 { left: calc(50% - 101px); }
  .hero .platform-yt { left: calc(50% - 31px); }
  .hero .platform-appstore { left: calc(50% + 39px); }
  .hero .platform-playstore { left: calc(50% + 109px); }

  .hero .platform-icon {
    font-size: 1rem;
  }

  .hero .platform-title {
    font-size: 0.58rem;
    line-height: 1.05;
  }

  .hero .platform-desc {
    display: none;
  }

  .yuna-download-widget {
    left: auto !important;
    right: 16px !important;
    bottom: 14px !important;
  }
}

@media (max-width: 480px) {
  .yuna-download-widget {
    left: auto !important;
    right: 10px !important;
    bottom: 12px !important;
  }
}

/* =====================================================
   PRO REFINEMENT PASS
   Quieter hierarchy, softer glass, more intentional spacing.
===================================================== */

body::after {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 221, 242, 0.025), transparent 32%),
    radial-gradient(ellipse at 50% 105%, rgba(28, 16, 58, 0.42), transparent 46%),
    linear-gradient(180deg, rgba(12, 17, 50, 0.30) 0%, rgba(64, 41, 92, 0.035) 45%, rgba(18, 15, 48, 0.54) 100%);
}

.site-logo {
  top: 22px !important;
  left: 34px !important;
}

.site-logo img {
  width: 64px !important;
  height: 64px !important;
}

.site-logo a::after {
  font-size: 0.66rem !important;
  letter-spacing: 0.15em !important;
  color: rgba(255, 247, 255, 0.88) !important;
}

.hero-mantra {
  top: 62px !important;
}

.hero-mantra h1 {
  font-size: clamp(0.82rem, 1.12vw, 1.08rem) !important;
  letter-spacing: 0.58em !important;
  color: rgba(255, 247, 255, 0.86) !important;
  text-shadow: 0 0 22px rgba(255, 222, 248, 0.18) !important;
}

.bubble,
.platform-bubble,
.platform-store {
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.145) 0, rgba(255, 255, 255, 0.052) 13%, transparent 31%),
    radial-gradient(circle at 76% 78%, rgba(255, 188, 228, 0.052) 0, transparent 38%),
    rgba(255, 255, 255, 0.012) !important;
  border-color: rgba(255, 238, 255, 0.36) !important;
  backdrop-filter: blur(1.2px) saturate(132%) brightness(1.03) !important;
  -webkit-backdrop-filter: blur(1.2px) saturate(132%) brightness(1.03) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.105),
    inset 10px 12px 22px rgba(255, 255, 255, 0.043),
    inset -18px -18px 30px rgba(105, 57, 129, 0.06),
    0 0 18px rgba(255, 197, 237, 0.09),
    0 18px 42px rgba(38, 22, 82, 0.10) !important;
}

.bubble::before,
.platform-bubble::before {
  border-top-color: rgba(255, 255, 255, 0.48) !important;
  border-left-color: rgba(255, 255, 255, 0.16) !important;
  opacity: 0.58 !important;
}

.bubble::after,
.platform-bubble::after {
  width: 7px !important;
  height: 7px !important;
  opacity: 0.42 !important;
}

.bubble:hover,
.platform-bubble:hover,
.platform-store:hover {
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.062) 13%, transparent 31%),
    radial-gradient(circle at 76% 78%, rgba(255, 188, 228, 0.064) 0, transparent 38%),
    rgba(255, 255, 255, 0.022) !important;
}

.bubble-myths,
.bubble-meditations,
.bubble-blog,
.bubble-1,
.bubble-3 {
  padding: 18px !important;
}

.bubble-myths {
  width: clamp(128px, 11.8vw, 150px) !important;
  height: clamp(128px, 11.8vw, 150px) !important;
  left: 6.4% !important;
  top: 42.2% !important;
}

.bubble-3 {
  width: clamp(142px, 12.4vw, 158px) !important;
  height: clamp(142px, 12.4vw, 158px) !important;
  left: 20.2% !important;
  top: 26.2% !important;
}

.bubble-meditations {
  width: clamp(136px, 12vw, 154px) !important;
  height: clamp(136px, 12vw, 154px) !important;
  left: 49% !important;
  top: 14.8% !important;
}

.bubble-blog {
  width: clamp(140px, 12.2vw, 158px) !important;
  height: clamp(140px, 12.2vw, 158px) !important;
  right: 21.4% !important;
  top: 27.2% !important;
}

.bubble-1 {
  width: clamp(132px, 11.7vw, 152px) !important;
  height: clamp(132px, 11.7vw, 152px) !important;
  right: 7.4% !important;
  top: 42.8% !important;
}

.bubble-icon {
  font-size: 1.72rem !important;
  opacity: 0.9 !important;
}

.bubble-title {
  font-size: clamp(1.04rem, 1.22vw, 1.28rem) !important;
  color: rgba(255, 249, 255, 0.90) !important;
}

.bubble-desc {
  max-width: 104px !important;
  font-size: 0.66rem !important;
  color: rgba(255, 244, 255, 0.66) !important;
}

.bubble-main {
  top: 58.5% !important;
  min-width: 280px !important;
  gap: 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

.bubble-main::before,
.bubble-main::after {
  display: none !important;
}

.bubble-main:hover {
  transform: translateX(-50%) !important;
  background: transparent !important;
}

.bubble-main .meet-title {
  font-size: clamp(2rem, 3.8vw, 3.35rem) !important;
  font-weight: 400 !important;
  color: rgba(86, 67, 113, 0.74) !important;
  text-shadow:
    0 1px 18px rgba(255, 236, 248, 0.44),
    0 0 2px rgba(255, 255, 255, 0.18) !important;
}

.bubble-main .meet-subtitle {
  max-width: 255px !important;
  font-size: 0.78rem !important;
  color: rgba(71, 55, 98, 0.66) !important;
}

.bubble-main .meet-cta {
  min-width: 142px !important;
  min-height: 38px !important;
  padding: 0 20px !important;
  font-size: 0.78rem !important;
  color: rgba(82, 61, 111, 0.82) !important;
  background: rgba(255, 255, 255, 0.028) !important;
  border-color: rgba(255, 238, 255, 0.38) !important;
}

.hidden-room-entrance {
  position: absolute;
  left: 50%;
  top: calc(58.5% + 112px);
  z-index: 94;
  min-width: 136px;
  min-height: 36px;
  padding: 7px 15px 8px;
  border: 1px solid rgba(255, 238, 255, 0.22);
  border-radius: 999px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: rgba(255, 247, 255, 0.76);
  text-align: center;
  text-decoration: none;
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 255, 255, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.022), rgba(255, 225, 247, 0.012));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    0 0 18px rgba(255, 210, 244, 0.055),
    0 14px 34px rgba(34, 20, 78, 0.08);
  backdrop-filter: blur(3px) saturate(130%);
  -webkit-backdrop-filter: blur(3px) saturate(130%);
  opacity: 0.48;
  transform: translateX(-50%);
  transition:
    opacity 0.34s ease,
    transform 0.34s ease,
    border-color 0.34s ease,
    background 0.34s ease,
    box-shadow 0.34s ease;
}

.hidden-room-title {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.8rem;
  line-height: 1.05;
  letter-spacing: 0.05em;
  color: rgba(255, 249, 255, 0.84);
  text-shadow: 0 0 14px rgba(255, 225, 248, 0.18);
}

.hidden-room-note {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.46rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: rgba(255, 244, 255, 0.50);
  text-transform: uppercase;
}

.hidden-room-entrance:hover,
.hidden-room-entrance:focus-visible {
  opacity: 0.86;
  transform: translateX(-50%) translateY(-2px);
  border-color: rgba(255, 238, 255, 0.38);
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 255, 255, 0.15), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.038), rgba(255, 225, 247, 0.018));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(255, 210, 244, 0.13),
    0 18px 38px rgba(34, 20, 78, 0.12);
}

.hidden-room-entrance:focus-visible {
  outline: 1px solid rgba(255, 244, 255, 0.58);
  outline-offset: 4px;
}

.hero::after {
  bottom: 158px !important;
  font-size: 1.02rem !important;
  color: rgba(255, 247, 255, 0.82) !important;
}

.bubble-stage::after {
  bottom: 168px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 238, 255, 0.22), transparent) !important;
}

.hero .bubble-5,
.hero .bubble-6,
.hero .platform-yt,
.hero .platform-appstore,
.hero .platform-playstore {
  bottom: 70px !important;
  width: 96px !important;
  height: 96px !important;
  border-radius: 23px !important;
  padding: 13px 9px !important;
  gap: 4px !important;
  border-color: rgba(255, 238, 255, 0.32) !important;
}

.hero .bubble-5 { left: calc(50% - 50px) !important; }
.hero .bubble-6 { left: calc(50% - 164px) !important; }
.hero .platform-yt { left: calc(50% - 278px) !important; }
.hero .platform-appstore { left: calc(50% + 64px) !important; }
.hero .platform-playstore { left: calc(50% + 178px) !important; }

.platform-icon {
  font-size: 1.28rem !important;
  opacity: 0.9 !important;
}

.platform-title {
  font-size: 0.92rem !important;
  line-height: 1.08 !important;
}

.platform-desc {
  max-width: 74px !important;
  font-size: 0.54rem !important;
  line-height: 1.25 !important;
  color: rgba(255, 244, 255, 0.62) !important;
}

.hero-menu {
  top: 32px !important;
  right: 34px !important;
}

.hero-menu-toggle {
  width: 38px !important;
  height: 38px !important;
  background: rgba(255, 255, 255, 0.012) !important;
  border-color: rgba(255, 238, 255, 0.16) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    0 10px 24px rgba(28, 18, 64, 0.10) !important;
}

.hero-menu-panel {
  width: min(228px, calc(100vw - 32px)) !important;
  padding: 8px !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.10), transparent 34%),
    rgba(34, 22, 68, 0.26) !important;
  border-color: rgba(255, 238, 255, 0.22) !important;
}

.hero-menu-panel a {
  padding: 10px 12px !important;
  border-radius: 14px !important;
}

.hero-menu-panel span {
  font-size: 0.92rem !important;
}

.hero-menu-panel small {
  font-size: 0.62rem !important;
  color: rgba(255, 236, 250, 0.58) !important;
}

.yuna-download-widget {
  right: 16px !important;
  bottom: 12px !important;
  width: 212px !important;
  height: 212px !important;
  display: block !important;
  opacity: 0.94;
  pointer-events: none !important;
}

.yuna-trigger {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 52px !important;
  height: 52px !important;
  filter: drop-shadow(0 8px 20px rgba(34, 18, 76, 0.26)) !important;
  pointer-events: auto !important;
}

.yuna-store-pills {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
}

.yuna-pill {
  position: absolute !important;
  right: 26px !important;
  bottom: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 76px !important;
  min-height: 36px !important;
  padding: 7px 12px !important;
  font-size: 0.62rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 238, 255, 0.34) !important;
  border-radius: 999px !important;
  color: rgba(255, 248, 255, 0.96) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 10px 22px rgba(27, 15, 64, 0.18) !important;
  backdrop-filter: blur(12px) saturate(132%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(132%) !important;
  opacity: 0 !important;
  transform: translate(0, 0) scale(0.72) !important;
  transform-origin: bottom right !important;
  transition:
    opacity 0.26s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.24s ease !important;
  pointer-events: none !important;
}

.yuna-store-pills.open .yuna-pill {
  opacity: 1 !important;
  transform: translate(var(--orbit-x), var(--orbit-y)) scale(1) !important;
  pointer-events: auto !important;
}

.yuna-pill:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

.yuna-pill:focus-visible {
  outline: 2px solid rgba(255, 244, 255, 0.9) !important;
  outline-offset: 2px !important;
}

.yuna-orbit-gift { --orbit-x: -102px; --orbit-y: -58px; }
.yuna-orbit-instagram { --orbit-x: -138px; --orbit-y: -100px; }
.yuna-orbit-itunes { --orbit-x: -150px; --orbit-y: -148px; }
.yuna-orbit-support { --orbit-x: -94px; --orbit-y: -186px; }
.yuna-orbit-x { --orbit-x: -28px; --orbit-y: -192px; min-width: 42px !important; }
.yuna-orbit-ph { --orbit-x: -16px; --orbit-y: -124px; min-width: 96px !important; }

.yuna-orbit-link {
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.yuna-orbit-gift {
  cursor: pointer !important;
  font-family: inherit !important;
  appearance: none !important;
}

.hero > .site-footer {
  min-height: 52px !important;
  padding: 14px 84px 14px 24px !important;
  background: rgba(18, 14, 48, 0.30) !important;
  border-top-color: rgba(255, 238, 255, 0.18) !important;
  font-size: 0.72rem !important;
}

@media (max-height: 820px) and (min-width: 769px) {
  .bubble-main {
    top: 55% !important;
  }

  .hidden-room-entrance {
    left: calc(50% + 140px);
    top: calc(55% + 72px);
    min-width: 126px;
    min-height: 34px;
    padding: 6px 13px 7px;
  }

  .bubble-myths,
  .bubble-meditations,
  .bubble-blog,
  .bubble-1,
  .bubble-3 {
    width: 124px !important;
    height: 124px !important;
    padding: 14px !important;
  }

  .bubble-title {
    font-size: 0.98rem !important;
  }

  .bubble-desc {
    font-size: 0.56rem !important;
  }

  .hero .bubble-5,
  .hero .bubble-6,
  .hero .platform-yt,
  .hero .platform-appstore,
  .hero .platform-playstore {
    bottom: 62px !important;
    width: 84px !important;
    height: 84px !important;
  }

  .hero .bubble-5 { left: calc(50% - 44px) !important; }
  .hero .bubble-6 { left: calc(50% - 144px) !important; }
  .hero .platform-yt { left: calc(50% - 244px) !important; }
  .hero .platform-appstore { left: calc(50% + 56px) !important; }
  .hero .platform-playstore { left: calc(50% + 156px) !important; }

  .hero::after {
    bottom: 158px !important;
  }

  .bubble-stage::after {
    bottom: 168px !important;
  }
}

@media (max-width: 768px) {
  .site-logo {
    top: 12px !important;
    left: 12px !important;
  }

  .site-logo img {
    width: 48px !important;
    height: 48px !important;
  }

  .site-logo a::after {
    font-size: 0.5rem !important;
  }

  .hero-mantra {
    top: 70px !important;
  }

  .hero-mantra h1 {
    font-size: 0.68rem !important;
    letter-spacing: 0.28em !important;
  }

  .hero-menu {
    top: 16px !important;
    right: 14px !important;
  }

  .hero-menu-toggle {
    width: 36px !important;
    height: 36px !important;
  }

  .bubble-myths,
  .bubble-meditations,
  .bubble-blog,
  .bubble-1,
  .bubble-3 {
    width: 88px !important;
    height: 88px !important;
    padding: 9px !important;
  }

  .bubble-3 {
    left: 6% !important;
    top: 23% !important;
  }

  .bubble-meditations {
    left: 50% !important;
    top: 17% !important;
  }

  .bubble-blog {
    right: 5% !important;
    top: 25% !important;
  }

  .bubble-myths {
    left: 5% !important;
    top: 40% !important;
  }

  .bubble-1 {
    right: 5% !important;
    top: 40% !important;
  }

  .bubble-title {
    font-size: 0.68rem !important;
  }

  .bubble-desc {
    display: none !important;
  }

  .bubble-icon {
    font-size: 1rem !important;
  }

  .bubble-main {
    top: 55% !important;
  }

  .bubble-main .meet-title {
    font-size: 1.9rem !important;
  }

  .bubble-main .meet-subtitle {
    font-size: 0.68rem !important;
    max-width: 210px !important;
  }

  .bubble-main .meet-cta {
    min-width: 128px !important;
    min-height: 34px !important;
    font-size: 0.68rem !important;
  }

  .hidden-room-entrance {
    left: 50%;
    top: calc(55% + 108px);
    min-width: 128px;
    min-height: 32px;
    padding: 6px 13px 7px;
    opacity: 0.50;
  }

  .hidden-room-title {
    font-size: 0.76rem;
  }

  .hidden-room-note {
    display: none;
  }

  .hero::after {
    bottom: 136px !important;
    font-size: 0.82rem !important;
  }

  .bubble-stage::after {
    bottom: 144px !important;
  }

  .hero .bubble-5,
  .hero .bubble-6,
  .hero .platform-yt,
  .hero .platform-appstore,
  .hero .platform-playstore {
    bottom: 62px !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 15px !important;
    padding: 7px 3px !important;
  }

  .hero .bubble-5 { left: calc(50% - 27px) !important; }
  .hero .bubble-6 { left: calc(50% - 87px) !important; }
  .hero .platform-yt { left: calc(50% - 147px) !important; }
  .hero .platform-appstore { left: calc(50% + 33px) !important; }
  .hero .platform-playstore { left: calc(50% + 93px) !important; }

  .platform-icon {
    font-size: 0.84rem !important;
  }

  .platform-title {
    font-size: 0.48rem !important;
  }

  .hero > .site-footer {
    padding: 10px 64px 10px 16px !important;
    font-size: 0.56rem !important;
  }

  .yuna-trigger {
    width: 46px !important;
    height: 46px !important;
  }

  .yuna-download-widget {
    right: 8px !important;
    bottom: 10px !important;
    width: 188px !important;
    height: 198px !important;
  }

  .yuna-pill {
    right: 18px !important;
    bottom: 18px !important;
    min-width: 58px !important;
    min-height: 30px !important;
    padding: 5px 10px !important;
    font-size: 0.52rem !important;
  }

  .yuna-orbit-gift { --orbit-x: -66px; --orbit-y: -84px; }
  .yuna-orbit-instagram { --orbit-x: -112px; --orbit-y: -112px; }
  .yuna-orbit-itunes { --orbit-x: -102px; --orbit-y: -162px; }
  .yuna-orbit-support { --orbit-x: -48px; --orbit-y: -196px; }
  .yuna-orbit-x { --orbit-x: -4px; --orbit-y: -166px; min-width: 38px !important; }
  .yuna-orbit-ph { --orbit-x: -102px; --orbit-y: -144px; min-width: 82px !important; }
}

/* Minimal newsletter pass */
.yuna-subscribe-section {
  min-height: 20vh !important;
  padding: 24px 20px 22px !important;
}

.yuna-subscribe-inner {
  max-width: 620px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: left !important;
}

.yuna-subscribe-eyebrow {
  margin: 0 !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.16em !important;
  white-space: nowrap;
}

.yuna-subscribe-sub {
  margin: 0 !important;
  font-size: 0.54rem !important;
  letter-spacing: 0.12em !important;
  white-space: nowrap;
}

.yuna-ml-wrapper {
  width: min(360px, 52vw) !important;
}

@media (max-width: 640px) {
  .yuna-subscribe-section {
    min-height: auto !important;
    padding: 22px 18px 24px !important;
  }

  .yuna-subscribe-inner {
    display: block;
    max-width: 320px !important;
    text-align: center !important;
  }

  .yuna-subscribe-eyebrow {
    white-space: normal;
  }

  .yuna-subscribe-sub {
    margin-top: 4px !important;
    margin-bottom: 12px !important;
    white-space: normal;
  }

  .yuna-ml-wrapper {
    width: min(240px, 72vw) !important;
    margin: 0 auto !important;
  }
}


/* === FINAL: Hidden Room center fix === */
.hidden-room-entrance {
  left: 50% !important;
  top: calc(58.5% + 112px) !important;
  transform: translateX(-50%) !important;
}



/* === FINAL: Continue Your Journey aşağı çek === */
.hero::after {
  bottom: 108px !important;
}
.bubble-stage::after {
  bottom: 118px !important;
}



/* === FINAL v2: Continue Your Journey - Hidden Room ile alt sıra arası === */
.hero::after {
  bottom: 138px !important;
}
.bubble-stage::after {
  bottom: 148px !important;
}



/* === FINAL v3: Continue Your Journey - kaldırıldı === */
.hero::after,
.bubble-stage::after {
  display: none !important;
}



/* === FINAL: email input sağ padding az === */
.yuna-ml-wrapper #mlb2-38913858.ml-form-embedContainer .ml-form-fieldRow input {
  padding-right: 6px !important;
}



/* === FINAL: yıldız buton 38x38 yuvarlak, get updates yazısı genişliği bırakmasın === */
.yuna-ml-wrapper #mlb2-38913858.ml-form-embedContainer .ml-form-embedSubmit {
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  flex: 0 0 38px !important;
}
.yuna-ml-wrapper #mlb2-38913858.ml-form-embedContainer .ml-form-embedSubmit button {
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
}



/* === FINAL: email input wrapper kalanını doldursun === */
.yuna-ml-wrapper #mlb2-38913858.ml-form-embedContainer .ml-form-formContent {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
}
.yuna-ml-wrapper #mlb2-38913858.ml-form-embedContainer .ml-form-fieldRow {
  width: 100% !important;
  margin: 0 !important;
}
.yuna-ml-wrapper #mlb2-38913858.ml-form-embedContainer .ml-form-fieldRow .ml-field-group {
  width: 100% !important;
}
.yuna-ml-wrapper #mlb2-38913858.ml-form-embedContainer .ml-form-fieldRow input {
  width: 100% !important;
  box-sizing: border-box !important;
}

