:root {
  --ink: #050509;
  --muted: rgba(0, 0, 0, 0.45);
  --blue-bg: #f2f6ff;
  --soft-blue: #eaf5ff;
  --soft-lavender: #f7f4ff;
  --soft-yellow: #fffdf1;
  --radius-xl: 40px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.threebody-page {
  min-height: 100vh;
  background: #030303;
}

.threebody-home-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #030303;
}

.threebody-home-video {
  width: 100%;
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
  margin-top: 20px;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.threebody-home-shade {
  position: absolute;
  inset: 20px 0 20px;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0.46) 100%),
    rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.threebody-home-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(92vw, 1100px);
  justify-items: center;
  transform: translate(-50%, calc(-46% + 26px));
  color: #fff;
  text-align: center;
}

.threebody-home-content h1 {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(64px, 7.2vw, 138px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.threebody-home-content p {
  margin: clamp(24px, 3.2vw, 44px) 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(18px, 1.9vw, 34px);
  font-weight: 400;
  letter-spacing: 0;
}

.threebody-home-content a {
  display: inline-grid;
  min-width: clamp(190px, 17vw, 320px);
  min-height: clamp(50px, 4.2vw, 74px);
  margin-top: clamp(42px, 5vw, 72px);
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #05070c;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 600;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

@media (max-width: 900px) {
  .threebody-home-content {
    width: min(90vw, 720px);
    transform: translate(-50%, calc(-44% + 26px));
  }

  .threebody-home-content h1 {
    font-size: clamp(50px, 12vw, 86px);
    line-height: 0.98;
  }

  .threebody-home-content p {
    margin-top: 28px;
    font-size: clamp(17px, 4vw, 28px);
  }

  .threebody-home-content a {
    margin-top: 44px;
  }
}

@media (max-width: 560px) {
  .threebody-home-content {
    transform: translate(-50%, calc(-42% + 26px));
  }

  .threebody-home-content h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .threebody-home-content p {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.35;
  }
}

.threebody-project-reference {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #030303;
  color: #fff;
}

.threebody-project-reference-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.threebody-project-reference::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.72) 92%, #000 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.16) 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0) 30%);
  pointer-events: none;
}

.threebody-project-reference-copy {
  position: relative;
  z-index: 1;
  width: min(77vw, 2480px);
  margin: 0 auto;
  padding-top: clamp(60px, 7vh, 128px);
  text-align: center;
}

.threebody-project-reference-copy h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 5vw, 124px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.threebody-project-reference-copy p {
  width: min(100%, 2550px);
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(16px, 1.18vw, 28px);
  font-weight: 500;
  line-height: 1.45;
}

.threebody-project-reference-devices {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: clamp(-22px, -1.2vw, -10px);
  width: min(73vw, 2500px);
  height: min(32vw, 660px);
  transform: translateX(-39%);
}

.threebody-project-reference-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(91%, 2260px);
  max-width: none;
}

.threebody-project-reference-phone {
  position: absolute;
  left: clamp(-180px, -7.8vw, -90px);
  bottom: clamp(-28px, -1.4vw, -14px);
  width: min(18vw, 480px);
  min-width: 250px;
  max-width: none;
}

.threebody-project-bottom-fade {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(190px, 24vh, 310px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.74) 54%, #000 100%);
  pointer-events: none;
}

@media (max-width: 1180px) {
  .threebody-project-reference-copy {
    width: min(84vw, 980px);
    padding-top: 70px;
  }

  .threebody-project-reference-copy p {
    margin-top: 28px;
    font-size: 16px;
  }

  .threebody-project-reference-devices {
    bottom: -20px;
    width: 92vw;
    height: 48vw;
    transform: translateX(-42%);
  }

  .threebody-project-reference-phone {
    left: -9vw;
    width: 26vw;
    min-width: 190px;
  }
}

@media (max-width: 680px) {
  .threebody-project-reference {
    min-height: 820px;
  }

  .threebody-project-reference-copy {
    width: calc(100% - 34px);
    padding-top: 74px;
  }

  .threebody-project-reference-copy h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .threebody-project-reference-copy p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.52;
  }

  .threebody-project-reference-devices {
    left: 50%;
    bottom: 0;
    width: 128vw;
    height: 430px;
    transform: translateX(-42%);
  }

  .threebody-project-reference-desktop {
    width: 112%;
    right: -22%;
  }

  .threebody-project-reference-phone {
    left: 0;
    bottom: -28px;
    width: 39vw;
    min-width: 158px;
  }
}

.threebody-design-goals {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000 url("./assets/threebody-design-goals-bg.png") center / cover no-repeat;
  color: #fff;
}

.threebody-design-goals::before,
.threebody-design-goals::after,
.threebody-goals-stars {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.threebody-design-goals::before {
  z-index: 0;
  background: none;
  opacity: 0;
}

.threebody-design-goals::after {
  z-index: 1;
  background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 76%, #000 100%);
}

.threebody-goals-stars {
  z-index: 0;
  background: none;
  opacity: 0;
}

.threebody-design-goals-shell {
  position: relative;
  z-index: 2;
  width: min(85vw, 1780px);
  margin: 0 auto;
  padding-top: clamp(170px, 21vh, 310px);
}

.threebody-design-goals h2 {
  margin: -25px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 3.2vw, 96px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.threebody-goals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(56px, 7.6vw, 178px);
  margin-top: clamp(60px, 9vh, 150px);
  align-items: start;
}

.threebody-goal-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.threebody-goal-card img {
  width: clamp(82px, 7vw, 118px);
  height: clamp(82px, 7vw, 118px);
  object-fit: contain;
}

.threebody-goal-card h3 {
  min-height: 2.55em;
  margin: clamp(40px, 4.5vh, 72px) 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(18px, 1.26vw, 30px);
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.threebody-goal-card p {
  width: min(100%, 360px);
  margin: clamp(20px, 2.4vh, 34px) auto 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(12px, 0.84vw, 18px);
  font-weight: 400;
  line-height: 2.28;
  letter-spacing: 0;
}

.threebody-goals-radar {
  position: absolute;
  z-index: 4;
  right: min(-3vw, -14px);
  bottom: max(-3.2vw, -70px);
  width: min(47vw, 1180px);
  max-width: none;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .threebody-design-goals {
    min-height: 980px;
  }

  .threebody-design-goals-shell {
    width: min(86vw, 940px);
    padding-top: 120px;
  }

  .threebody-goals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 82px;
    column-gap: 86px;
    margin-top: 92px;
  }

  .threebody-goal-card h3 {
    font-size: 18px;
  }

  .threebody-goal-card p {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0;
  }

  .threebody-goals-radar {
    width: 62vw;
    right: -12vw;
    bottom: -40px;
    opacity: 0.9;
  }
}

@media (max-width: 680px) {
  .threebody-design-goals {
    min-height: 1160px;
  }

  .threebody-design-goals-shell {
    width: calc(100% - 36px);
    padding-top: 86px;
  }

  .threebody-design-goals h2 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .threebody-goals-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 64px;
    padding-bottom: 280px;
  }

  .threebody-goal-card img {
    width: 72px;
    height: 72px;
  }

  .threebody-goal-card h3 {
    min-height: 0;
    margin-top: 24px;
    font-size: 19px;
    line-height: 1.6;
  }

  .threebody-goal-card p {
    width: min(100%, 310px);
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
  }

  .threebody-goals-radar {
    right: -34vw;
    bottom: -18px;
    width: 120vw;
    opacity: 0.86;
  }
}

.threebody-architecture {
  position: relative;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  place-items: center;
  background: #000;
  color: #fff;
}

.threebody-architecture::before,
.threebody-architecture::after,
.threebody-architecture-stars {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.threebody-architecture::before {
  z-index: 0;
  background: radial-gradient(ellipse at 50% 52%, rgba(255, 255, 255, 0.03), transparent 42%);
  opacity: 0.6;
}

.threebody-architecture::after {
  z-index: 1;
  background:
    linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0) 80%, #000 100%);
}

.threebody-architecture-stars {
  z-index: 0;
  background: none;
  opacity: 0;
}

.threebody-galaxy-bg,
.threebody-particles-bg,
.threebody-side-rays-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #000;
}

.threebody-galaxy-bg canvas,
.threebody-particles-bg canvas,
.threebody-side-rays-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.threebody-architecture-reference {
  position: relative;
  z-index: 2;
  width: min(92vw, 1360px);
  max-height: calc(100vh - 120px);
  mix-blend-mode: screen;
  object-fit: contain;
}

.threebody-architecture-map {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  --arch-radius: min(31vw, 350px);
  --arch-diagonal: min(22vw, 248px);
  width: min(92vw, 1120px);
  height: min(78vh, 820px);
  min-height: 680px;
  transform: translate(-50%, -50%);
}

.threebody-architecture-orbit,
.threebody-architecture-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.threebody-architecture-orbit {
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.86;
}

.threebody-architecture-orbit::before,
.threebody-architecture-orbit::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.threebody-architecture-orbit::before {
  border: 1px dashed rgba(255, 255, 255, 0.28);
}

.threebody-architecture-orbit::after {
  inset: 1px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0) 64%);
}

.threebody-architecture-orbit span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform-origin: center;
  background: linear-gradient(90deg, transparent 16%, rgba(255, 255, 255, 0.34) 31%, rgba(255, 255, 255, 0.34) 69%, transparent 84%);
}

.threebody-architecture-orbit span:nth-child(1) { transform: translate(-50%, -50%) rotate(0deg); }
.threebody-architecture-orbit span:nth-child(2) { transform: translate(-50%, -50%) rotate(45deg); }
.threebody-architecture-orbit span:nth-child(3) { transform: translate(-50%, -50%) rotate(90deg); }
.threebody-architecture-orbit span:nth-child(4) { transform: translate(-50%, -50%) rotate(135deg); }

.threebody-architecture-logo {
  z-index: 2;
  width: clamp(190px, 19vw, 320px);
  filter: drop-shadow(0 0 28px rgba(255, 255, 255, 0.14));
}

.threebody-architecture-node {
  position: absolute;
  z-index: 4;
  display: grid;
  top: 50%;
  left: 50%;
  width: clamp(84px, 7.2vw, 122px);
  aspect-ratio: 1;
  place-items: center;
  --label-gap: clamp(24px, 2.3vw, 42px);
  color: #fff;
  text-align: center;
  transform: translate(calc(-50% + var(--node-x)), calc(-50% + var(--node-y)));
}

.threebody-architecture-node > div {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.11) 40%, rgba(255, 255, 255, 0.04) 70%);
  box-shadow:
    0 0 22px rgba(255, 255, 255, 0.18),
    0 0 48px rgba(255, 255, 255, 0.12),
    inset 0 0 26px rgba(255, 255, 255, 0.1);
}

.threebody-architecture-node img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.threebody-architecture-node h3 {
  position: absolute;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(26px, 2.55vw, 44px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.node-news {
  --node-x: 0px;
  --node-y: calc(var(--arch-radius) * -1);
}

.node-news h3 {
  bottom: calc(100% + var(--label-gap));
  left: 50%;
  transform: translateX(-50%);
}

.node-video {
  --node-x: calc(var(--arch-diagonal) * -1);
  --node-y: calc(var(--arch-diagonal) * -1);
}

.node-video h3 {
  top: 50%;
  right: calc(100% + var(--label-gap));
  transform: translateY(-50%);
}

.node-culture {
  --node-x: calc(var(--arch-radius) * -1);
  --node-y: 0px;
}

.node-culture h3 {
  top: 50%;
  right: calc(100% + var(--label-gap));
  transform: translateY(-50%);
}

.node-interactive {
  --node-x: calc(var(--arch-diagonal) * -1);
  --node-y: var(--arch-diagonal);
}

.node-interactive h3 {
  top: 50%;
  right: calc(100% + var(--label-gap));
  transform: translateY(-50%);
}

.node-live {
  --node-x: 0px;
  --node-y: var(--arch-radius);
}

.node-live h3 {
  top: calc(100% + var(--label-gap));
  left: 50%;
  transform: translateX(-50%);
}

.node-fans {
  --node-x: var(--arch-diagonal);
  --node-y: var(--arch-diagonal);
}

.node-fans h3 {
  top: 50%;
  left: calc(100% + var(--label-gap));
  transform: translateY(-50%);
}

.node-about {
  --node-x: var(--arch-radius);
  --node-y: 0px;
}

.node-about h3 {
  top: 50%;
  left: calc(100% + var(--label-gap));
  transform: translateY(-50%);
}

.node-worldview {
  --node-x: var(--arch-diagonal);
  --node-y: calc(var(--arch-diagonal) * -1);
}

.node-worldview h3 {
  top: 50%;
  left: calc(100% + var(--label-gap));
  transform: translateY(-50%);
}

@media (max-width: 1180px) {
  .threebody-architecture {
    min-height: 920px;
  }

  .threebody-architecture-map {
    --arch-radius: min(34vw, 300px);
    --arch-diagonal: min(24vw, 212px);
    width: min(94vw, 900px);
    height: 720px;
    min-height: 0;
  }

  .threebody-architecture-orbit {
    width: min(48vw, 460px);
  }

  .threebody-architecture-node {
    width: clamp(66px, 8vw, 96px);
  }

  .threebody-architecture-node h3 {
    font-size: clamp(18px, 2.4vw, 28px);
  }
}

@media (max-width: 680px) {
  .threebody-architecture {
    min-height: 820px;
  }

  .threebody-architecture-map {
    --arch-radius: min(39vw, 220px);
    --arch-diagonal: min(27vw, 156px);
    top: 50%;
    width: 118vw;
    height: 620px;
  }

  .threebody-architecture-orbit {
    width: 68vw;
  }

  .threebody-architecture-logo {
    width: 148px;
  }

  .threebody-architecture-node {
    --label-gap: 14px;
  }

  .threebody-architecture-node {
    width: 54px;
  }

  .threebody-architecture-node h3 {
    font-size: clamp(10px, 3.4vw, 15px);
  }

  .node-video h3,
  .node-culture h3,
  .node-interactive h3 {
    top: calc(100% + var(--label-gap));
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .node-worldview h3,
  .node-about h3,
  .node-fans h3 {
    top: calc(100% + var(--label-gap));
    left: 50%;
    transform: translateX(-50%);
  }
}

.threebody-visual-concept {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.threebody-visual-header {
  position: relative;
  z-index: 2;
  width: min(84vw, 2300px);
  margin: 0 auto;
  padding-top: clamp(126px, 16vh, 220px);
  text-align: center;
}

.threebody-visual-header h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 4.8vw, 126px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.threebody-visual-header p {
  margin: clamp(34px, 3.6vh, 58px) auto 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0;
}

.threebody-visual-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: clamp(150px, 16vh, 260px);
  overflow: hidden;
}

.threebody-visual-track {
  display: flex;
  width: max-content;
  gap: 20px;
  padding-left: 20px;
  will-change: transform;
  animation: threebodyVisualMarquee 30s linear infinite;
}

.threebody-visual-card {
  position: relative;
  flex: 0 0 clamp(260px, 25vw, 430px);
  margin: 0;
  overflow: hidden;
  aspect-ratio: 0.78 / 1;
  border-radius: clamp(18px, 1.8vw, 32px);
  background: #05070d;
}

.threebody-visual-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.threebody-visual-card figcaption {
  position: absolute;
  left: clamp(18px, 1.8vw, 30px);
  bottom: calc(clamp(14px, 1.6vw, 26px) - 10px);
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.36);
}

@keyframes threebodyVisualMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {
  .threebody-visual-concept {
    min-height: 900px;
  }

  .threebody-visual-header {
    width: calc(100% - 48px);
    padding-top: 110px;
  }

  .threebody-visual-header h2 {
    font-size: clamp(48px, 8vw, 78px);
  }

  .threebody-visual-header p {
    max-width: 760px;
    font-size: 16px;
    font-weight: 300;
  }

  .threebody-visual-marquee {
    margin-top: 122px;
  }

  .threebody-visual-card {
    flex-basis: clamp(240px, 34vw, 340px);
  }
}

@media (max-width: 680px) {
  .threebody-visual-concept {
    min-height: 980px;
  }

  .threebody-visual-header {
    width: calc(100% - 34px);
    padding-top: 82px;
  }

  .threebody-visual-header h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .threebody-visual-header p {
    margin-top: 22px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
  }

  .threebody-visual-marquee {
    margin: 86px 0 0;
  }

  .threebody-visual-card {
    flex-basis: min(68vw, 260px);
    border-radius: 22px;
  }
}

.threebody-homepage-design {
  position: relative;
  min-height: clamp(760px, 67.6vw, 1298px);
  overflow: hidden;
  background: #000 url("./assets/threebody-design-goals-bg.png") center / cover no-repeat;
  color: #fff;
}

.threebody-homepage-design::before,
.threebody-homepage-design::after,
.threebody-homepage-stars {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.threebody-homepage-design::before {
  z-index: 0;
  background: radial-gradient(ellipse at 56% 50%, rgba(20, 45, 92, 0.16), transparent 48%);
  opacity: 1;
}

.threebody-homepage-design::after {
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.22), #000 96%),
    radial-gradient(ellipse at 58% 48%, rgba(255, 255, 255, 0.05), transparent 48%);
}

.threebody-homepage-stars {
  z-index: 0;
  background: none;
  opacity: 0;
}

.threebody-homepage-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 554px 560px;
  gap: clamp(54px, 5.7vw, 132px);
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 280px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(82px, 8.3vw, 160px) 0 clamp(92px, 9vw, 178px);
}

.threebody-homepage-preview {
  display: grid;
  gap: clamp(22px, 1.9vw, 44px);
  align-content: center;
  justify-items: center;
  width: 554px;
}

.threebody-homepage-preview img {
  width: min(554px, 100%);
  max-width: none;
  border-radius: clamp(12px, 1.2vw, 26px);
  object-fit: cover;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.34);
}

.threebody-homepage-preview img:nth-child(2) {
  width: min(544px, 100%);
  height: 292px;
  margin-bottom: -180px;
  justify-self: center;
}

.threebody-homepage-copy {
  display: grid;
  align-content: center;
  width: 560px;
  padding-top: clamp(8px, 1vw, 18px);
}

.threebody-homepage-copy h2 {
  width: 466px;
  margin: 0 0 90.75px;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.threebody-homepage-points {
  display: grid;
  width: 560px;
  gap: clamp(88px, 8.9vw, 170px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.threebody-homepage-points li {
  display: grid;
  grid-template-columns: clamp(132px, 9vw, 200px) clamp(54px, 4vw, 78px) minmax(0, 1fr);
  gap: clamp(34px, 3.4vw, 68px);
  align-items: center;
}

.threebody-homepage-line {
  display: block;
  width: 100%;
  border-top: 3px dashed rgba(255, 255, 255, 0.9);
}

.threebody-homepage-index {
  display: grid;
  width: clamp(54px, 4vw, 78px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 400;
  line-height: 1;
}

.threebody-homepage-points h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(20px, 1.55vw, 30px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: left;
}

.threebody-homepage-points p {
  max-width: 620px;
  margin: clamp(22px, 1.8vw, 34px) 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(14px, 1.05vw, 22px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 1180px) {
  .threebody-homepage-design {
    min-height: 980px;
  }

  .threebody-homepage-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(86vw, 820px);
    max-width: none;
    gap: 64px;
    padding-top: 86px;
    padding-bottom: 96px;
  }

  .threebody-homepage-preview {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  .threebody-homepage-preview img {
    width: 100%;
  }

  .threebody-homepage-preview img:nth-child(2) {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .threebody-homepage-copy h2 {
    width: auto;
    margin-bottom: 62px;
    text-align: center;
    font-size: clamp(50px, 9vw, 92px);
  }

  .threebody-homepage-copy {
    width: min(100%, 680px);
    justify-items: center;
    text-align: left;
  }

  .threebody-homepage-points {
    width: 100%;
    gap: 58px;
  }

  .threebody-homepage-points li {
    grid-template-columns: minmax(68px, 128px) 58px minmax(0, 360px);
    gap: 28px;
    justify-content: center;
  }

  .threebody-homepage-points p {
    max-width: 360px;
    font-size: 14px;
  }

  .threebody-homepage-points h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media (max-width: 680px) {
  .threebody-homepage-design {
    min-height: 920px;
  }

  .threebody-homepage-shell {
    width: calc(100% - 34px);
    gap: 52px;
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .threebody-homepage-copy h2 {
    margin-bottom: 46px;
    font-size: clamp(42px, 12vw, 62px);
    white-space: normal;
  }

  .threebody-homepage-points li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px 20px;
  }

  .threebody-homepage-line {
    display: none;
  }

  .threebody-homepage-index {
    width: 54px;
    font-size: 21px;
  }

  .threebody-homepage-points h3 {
    font-size: 20px;
  }

  .threebody-homepage-points p {
    grid-column: 2;
    margin-top: 12px;
    font-size: 14px;
  }
}

.threebody-content-structure {
  position: relative;
  min-height: clamp(720px, 61.6vw, 1182px);
  overflow: hidden;
  background: #000;
  color: #fff;
}

.threebody-content-structure-shell {
  display: grid;
  align-content: center;
  width: min(87.5vw, 1700px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(86px, 8.8vw, 170px) 0 clamp(74px, 7.2vw, 138px);
}

.threebody-content-structure-copy {
  max-width: min(82vw, 1500px);
  margin: 0 0 clamp(92px, 8.5vw, 170px);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 1.78vw, 34px);
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: 0;
}

.threebody-content-structure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: end;
}

.threebody-content-structure-grid img {
  width: 100%;
  max-width: none;
  aspect-ratio: 2917 / 2440;
  border-radius: clamp(26px, 2.3vw, 54px);
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 0 34px rgba(255, 255, 255, 0.08));
}

@media (max-width: 1180px) {
  .threebody-content-structure-shell {
    width: min(86vw, 920px);
    padding-top: 92px;
  }

  .threebody-content-structure-copy {
    margin-bottom: 72px;
    font-size: clamp(18px, 2.4vw, 26px);
  }

  .threebody-content-structure-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 680px) {
  .threebody-content-structure-shell {
    width: calc(100% - 34px);
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .threebody-content-structure-copy {
    margin-bottom: 46px;
    font-size: 16px;
    line-height: 1.62;
  }

  .threebody-content-structure-grid img {
    border-radius: 24px;
  }
}

.threebody-content-channels {
  position: relative;
  min-height: clamp(760px, 56.25vw, 1152px);
  overflow: hidden;
  color: #fff;
  background: #000 url("./assets/threebody-starfield-bg.png") center / cover no-repeat;
}

.threebody-content-channels::before,
.threebody-content-channels::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.threebody-content-channels::before {
  opacity: 0.58;
  background:
    radial-gradient(circle at 7% 20%, rgba(255, 255, 255, 0.34) 0 1px, transparent 8px),
    radial-gradient(circle at 18% 88%, rgba(255, 255, 255, 0.22) 0 2px, transparent 10px),
    radial-gradient(circle at 41% 8%, rgba(255, 255, 255, 0.28) 0 1px, transparent 9px),
    radial-gradient(circle at 66% 90%, rgba(255, 255, 255, 0.28) 0 2px, transparent 12px),
    radial-gradient(circle at 83% 12%, rgba(255, 255, 255, 0.24) 0 2px, transparent 10px),
    radial-gradient(circle at 94% 70%, rgba(255, 255, 255, 0.3) 0 1px, transparent 8px);
}

.threebody-content-channels::after {
  background:
    radial-gradient(ellipse at center, transparent 0 44%, rgba(0, 0, 0, 0.42) 78%, #000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 24%, transparent 70%, rgba(0, 0, 0, 0.48));
}

.threebody-content-channels-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 3.4vw, 70px);
  width: min(calc(100% - 12.5vw), 1792px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(70px, 7.6vw, 150px) 0;
}

.threebody-content-channels-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  aspect-ratio: 830 / 804;
  padding: clamp(58px, 5.18vw, 106px) clamp(48px, 4vw, 82px) clamp(52px, 4.6vw, 94px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: clamp(30px, 1.95vw, 40px);
  background:
    radial-gradient(circle at 20% 7%, rgba(255, 255, 255, 0.08), transparent 10%),
    radial-gradient(circle at 28% 32%, rgba(255, 255, 255, 0.08), transparent 9%),
    radial-gradient(circle at 61% 8%, rgba(255, 255, 255, 0.06), transparent 9%),
    radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.08), transparent 10%),
    rgba(28, 28, 28, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 34px 90px rgba(0, 0, 0, 0.42);
}

.threebody-content-channels-copy h2 {
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 clamp(34px, 2.65vw, 54px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: nowrap;
  text-transform: uppercase;
}

.threebody-content-channels-copy ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(24px, 1.95vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.threebody-content-channels-copy li {
  position: relative;
  padding-left: clamp(22px, 1.65vw, 34px);
}

.threebody-content-channels-copy li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: clamp(4px, 0.34vw, 7px);
  height: clamp(4px, 0.34vw, 7px);
  border-radius: 50%;
  background: #fff;
}

.threebody-content-channels-copy p,
.threebody-content-channels-copy span {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
}

.threebody-content-channels-copy span {
  display: block;
  margin-top: clamp(22px, 1.66vw, 34px);
}

.threebody-content-channels-preview {
  margin: 0;
  border-radius: clamp(30px, 1.95vw, 40px);
  filter: drop-shadow(0 30px 74px rgba(0, 0, 0, 0.5));
}

.threebody-content-channels-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

@media (max-width: 1180px) {
  .threebody-content-channels-shell {
    grid-template-columns: 1fr;
    width: min(86vw, 900px);
    gap: 34px;
    padding-top: 84px;
    padding-bottom: 88px;
  }

  .threebody-content-channels-copy {
    aspect-ratio: auto;
  }
}

@media (max-width: 680px) {
  .threebody-content-channels {
    min-height: auto;
  }

  .threebody-content-channels-shell {
    width: calc(100% - 34px);
    gap: 28px;
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .threebody-content-channels-copy {
    padding: 36px 26px 40px;
    border-radius: 28px;
  }

  .threebody-content-channels-copy h2 {
    margin-bottom: 30px;
    font-size: clamp(30px, 8.5vw, 36px);
  }

  .threebody-content-channels-copy ul {
    gap: 24px;
  }

  .threebody-content-channels-copy p,
  .threebody-content-channels-copy span {
    font-size: 18px;
    line-height: 1.38;
  }

  .threebody-content-channels-copy span {
    margin-top: 14px;
  }
}

.threebody-shop-design {
  position: relative;
  min-height: clamp(760px, 49.12vw, 1006px);
  overflow: hidden;
  color: #fff;
  background: #000;
}

.threebody-shop-design::before,
.threebody-shop-design::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.threebody-shop-design::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 0 66%, rgba(255, 255, 255, 0.28) 0 1px, transparent 9px),
    radial-gradient(circle at 7% 70%, rgba(255, 255, 255, 0.2) 0 1px, transparent 10px),
    radial-gradient(circle at 38% 16%, rgba(255, 255, 255, 0.2) 0 1px, transparent 8px),
    radial-gradient(circle at 56% 90%, rgba(255, 255, 255, 0.22) 0 2px, transparent 12px),
    radial-gradient(circle at 94% 38%, rgba(255, 255, 255, 0.2) 0 1px, transparent 8px);
}

.threebody-shop-design::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 15%, transparent 64%, rgba(0, 0, 0, 0.72) 84%, #000 100%),
    radial-gradient(ellipse at 42% 68%, rgba(255, 255, 255, 0.07), transparent 26%);
}

.threebody-shop-stage {
  position: relative;
  z-index: 1;
  min-height: inherit;
}

.threebody-shop-devices {
  position: absolute;
  top: clamp(112px, 14.6vw, 150px);
  left: 0;
  width: min(58.45vw, 1197px);
}

.threebody-shop-desktop {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 34px 80px rgba(0, 0, 0, 0.52));
}

.threebody-shop-phone {
  position: absolute;
  right: clamp(-16px, -0.6vw, -6px);
  bottom: clamp(-24px, -1.2vw, -8px);
  width: min(21.3%, 255px);
  height: auto;
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.58));
}

.threebody-shop-copy {
  position: absolute;
  top: clamp(116px, 15vw, 154px);
  right: min(6.9vw, 142px);
  display: flex;
  flex-direction: column;
  width: min(30vw, 614px);
  min-height: min(34.2vw, 701px);
  padding: clamp(40px, 3.5vw, 72px) clamp(34px, 3.2vw, 66px);
  overflow: hidden;
  border-radius: clamp(24px, 1.58vw, 32px);
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.06), transparent 30%),
    rgba(27, 27, 27, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 36px 90px rgba(0, 0, 0, 0.5);
}

.threebody-shop-copy h2 {
  margin: 0 0 clamp(36px, 3.2vw, 66px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 2.55vw, 52px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.threebody-shop-copy ul {
  display: grid;
  gap: clamp(24px, 2.1vw, 43px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.threebody-shop-copy li {
  position: relative;
  padding-left: clamp(20px, 1.45vw, 30px);
}

.threebody-shop-copy li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: clamp(4px, 0.3vw, 6px);
  height: clamp(4px, 0.3vw, 6px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
}

.threebody-shop-copy p,
.threebody-shop-copy span {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.36vw, 28px);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: 0;
}

.threebody-shop-copy span {
  display: block;
  margin-top: clamp(18px, 1.48vw, 30px);
}

@media (max-width: 1180px) {
  .threebody-shop-design {
    min-height: auto;
  }

  .threebody-shop-stage {
    display: grid;
    gap: 34px;
    width: min(86vw, 940px);
    min-height: auto;
    margin: 0 auto;
    padding: 86px 0 92px;
  }

  .threebody-shop-devices,
  .threebody-shop-copy {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .threebody-shop-copy {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .threebody-shop-stage {
    width: calc(100% - 34px);
    gap: 28px;
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .threebody-shop-phone {
    width: 24%;
  }

  .threebody-shop-copy {
    padding: 36px 26px 40px;
    border-radius: 28px;
  }

  .threebody-shop-copy h2 {
    margin-bottom: 30px;
    font-size: clamp(30px, 8.2vw, 36px);
  }

  .threebody-shop-copy ul {
    gap: 24px;
  }

  .threebody-shop-copy p,
  .threebody-shop-copy span {
    font-size: 18px;
    line-height: 1.38;
  }

  .threebody-shop-copy span {
    margin-top: 14px;
  }
}

.threebody-view-more {
  position: relative;
  min-height: clamp(720px, 45.16vw, 925px);
  overflow: hidden;
  color: #fff;
  background: #000 url("./assets/threebody-view-more-bg.png") center / cover no-repeat;
}

.threebody-view-more::before,
.threebody-view-more::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.threebody-view-more::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.08) 32%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.38)),
    radial-gradient(ellipse at center, transparent 0 42%, rgba(0, 0, 0, 0.18) 78%, rgba(0, 0, 0, 0.58) 100%);
}

.threebody-view-more::after {
  top: auto;
  height: clamp(104px, 14.6vw, 134px);
  background: rgba(170, 197, 214, 0.72);
  backdrop-filter: blur(3px);
}

.threebody-view-more-shell {
  position: relative;
  z-index: 1;
  min-height: inherit;
}

.threebody-view-more h2 {
  position: absolute;
  top: clamp(146px, 9.55vw, 196px);
  left: 50%;
  margin: 14px 0 0;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 2.92vw, 60px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.threebody-view-more-actions {
  position: absolute;
  top: clamp(248px, 16.24vw, 333px);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 3.46vw, 71px);
  margin-top: -8px;
  transform: translateX(-50%);
}

.threebody-view-more-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  min-width: clamp(238px, 16.4vw, 336px);
  padding: 0 clamp(58px, 4vw, 82px) 0 clamp(44px, 3.5vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(105, 119, 124, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 18px 40px rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.94);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: visible;
  backdrop-filter: blur(14px);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.threebody-view-more-actions a::after {
  content: "→";
  position: absolute;
  right: clamp(22px, 2.1vw, 32px);
  top: 50%;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, -50%) translateX(-6px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.threebody-view-more-actions a:hover,
.threebody-view-more-actions a:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 20px 46px rgba(0, 0, 0, 0.26);
  color: #000000;
  transform: translateY(-2px);
}

.threebody-view-more-actions a:hover::after,
.threebody-view-more-actions a:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%) translateX(0);
}

.threebody-view-more-actions a:nth-child(2) {
  min-width: clamp(320px, 23.6vw, 484px);
}

.threebody-view-world h3 {
  position: absolute;
  top: clamp(392px, 24.75vw, 507px);
  left: clamp(24px, 3.28vw, 67px);
  margin: 0;
  font-size: clamp(34px, 2.36vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.threebody-view-world a {
  position: absolute;
  top: clamp(405px, 25.55vw, 523px);
  left: 59.6%;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.threebody-view-world a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.threebody-view-badges {
  position: absolute;
  right: clamp(30px, 3.2vw, 66px);
  bottom: clamp(128px, 15.2vw, 142px);
  left: clamp(30px, 3.2vw, 66px);
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 2.2vw, 45px);
}

.threebody-view-badges figure {
  display: grid;
  justify-items: center;
  gap: clamp(14px, 1.1vw, 22px);
  margin: 0;
  text-align: center;
}

.threebody-view-badges img {
  width: clamp(74px, 5.45vw, 112px);
  height: clamp(74px, 5.45vw, 112px);
  margin-bottom: -6px;
  object-fit: contain;
}

.threebody-view-badges figcaption {
  min-height: 3.6em;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(13px, 0.82vw, 17px);
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: 0;
}

.threebody-view-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: clamp(24px, 3.1vw, 64px);
  transform: translateX(-50%);
}

.threebody-view-logo img {
  width: clamp(172px, 10.85vw, 222px);
  height: auto;
}

@media (max-width: 1180px) {
  .threebody-view-more {
    min-height: 760px;
  }

  .threebody-view-badges {
    right: 34px;
    left: 34px;
    gap: 18px;
  }

  .threebody-view-badges img {
    width: 70px;
    height: 70px;
  }

  .threebody-view-badges figcaption {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 760px) {
  .threebody-view-more {
    min-height: auto;
  }

  .threebody-view-more-shell {
    display: grid;
    gap: 34px;
    min-height: auto;
    padding: 88px 17px 156px;
  }

  .threebody-view-more h2,
  .threebody-view-more-actions,
  .threebody-view-world h3,
  .threebody-view-world a,
  .threebody-view-badges,
  .threebody-view-logo {
    position: relative;
    inset: auto;
    transform: none;
  }

  .threebody-view-more h2 {
    font-size: clamp(38px, 10vw, 50px);
    white-space: normal;
  }

  .threebody-view-more-actions {
    flex-direction: column;
    gap: 18px;
  }

  .threebody-view-more-actions a,
  .threebody-view-more-actions a:nth-child(2) {
    width: 229px;
    min-width: 0;
    height: 58px;
    padding: 0;
    font-size: 24px;
  }

  .threebody-view-more-actions a:nth-child(2) {
    width: 318px;
  }

  .threebody-view-more-actions a::after {
    right: 24px;
  }

  .threebody-view-world {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .threebody-view-world h3 {
    font-size: 30px;
  }

  .threebody-view-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .threebody-view-badges img {
    width: 86px;
    height: 86px;
  }

  .threebody-view-logo {
    justify-self: center;
    margin-bottom: -112px;
  }
}

.site-nav {
  position: fixed;
  z-index: 20;
  top: clamp(18px, 3vw, 66px);
  left: 50%;
  width: min(92vw, 1786px);
  height: 54px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 6px 20px 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(16px);
  transition: width 0.35s ease, top 0.35s ease, gap 0.35s ease, background 0.35s ease, opacity 0.28s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

body.portfolio-intro-active .site-nav,
body.portfolio-hero-pending .site-nav {
  opacity: 0;
  transform: translate(-50%, -14px);
}

body.portfolio-hero-entering .site-nav {
  transition-delay: 0.04s;
}

.site-nav.is-compact {
  width: min(calc(100vw - 100px), 679px);
  gap: 100px;
  background: rgba(255, 255, 255, 0.58);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 500;
}

.brand img {
  width: 37px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.nav-links {
  gap: clamp(16px, 2vw, 36px);
  color: rgba(0, 0, 0, 0.58);
  font-size: clamp(10px, 0.78vw, 14px);
  font-weight: 500;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.2;
  transition: color 0.25s ease;
}

.nav-links a::before {
  content: attr(href);
  position: absolute;
  inset: 0;
  color: #000;
  text-transform: uppercase;
  transform: translateY(115%);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: transparent;
}

.nav-links a:hover::before,
.nav-links a:focus-visible::before {
  transform: translateY(0);
}

.nav-links a[href="#work"]::before {
  content: "WORK";
}

.nav-links a[href="#about"]::before {
  content: "ABOUT";
}

.nav-links a[href="#experience"]::before {
  content: "EXPERIENCE";
}

.nav-links a[href="#contact"]::before {
  content: "CONTACT";
}

.nav-links a[href="./index.html#work"]::before {
  content: "WORK";
}

.nav-links a[href="./index.html#about"]::before {
  content: "ABOUT";
}

.nav-links a[href="./index.html#experience"]::before {
  content: "EXPERIENCE";
}

.nav-links a[href="./index.html#contact"]::before {
  content: "CONTACT";
}

.nav-links a:last-child::before {
  content: "RESUME";
}

body[data-lang="zh"] .nav-links a[href="#work"]::before,
body[data-lang="zh"] .nav-links a[href="./index.html#work"]::before {
  content: "作品";
}

body[data-lang="zh"] .nav-links a[href="#about"]::before,
body[data-lang="zh"] .nav-links a[href="./index.html#about"]::before {
  content: "关于";
}

body[data-lang="zh"] .nav-links a[href="#experience"]::before,
body[data-lang="zh"] .nav-links a[href="./index.html#experience"]::before {
  content: "经历";
}

body[data-lang="zh"] .nav-links a[href="#contact"]::before,
body[data-lang="zh"] .nav-links a[href="./index.html#contact"]::before {
  content: "联系";
}

body[data-lang="zh"] .nav-links a:last-child::before {
  content: "简历";
}

.translate-toggle {
  position: fixed;
  z-index: 80;
  right: 18px;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  color: #101626;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(14px);
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.translate-toggle:hover,
.translate-toggle:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #101626;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) translateX(-2px);
}

.translate-toggle-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

body[data-lang="zh"] .translate-toggle {
  background: rgba(18, 151, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.86);
  color: #ffffff;
}

.portfolio-intro {
  position: fixed;
  inset: 0;
  z-index: 120;
  overflow: hidden;
  background: transparent;
  color: #000;
  pointer-events: auto;
}

.portfolio-intro-curtain {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.portfolio-intro-column {
  display: block;
  width: calc(25vw + 1px);
  height: 118vh;
  background: #fff;
  will-change: transform;
}

.portfolio-intro.is-revealing .portfolio-intro-column {
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgba(255, 255, 255, 0.98) 58%,
    rgba(255, 255, 255, 0.82) 76%,
    rgba(255, 255, 255, 0.38) 91%,
    rgba(255, 255, 255, 0) 100%
  );
}

.portfolio-intro-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: calc(100vw - 36px);
  transform: translate(-50%, -50%);
  font-family: "Arial Black", "Helvetica Now Display Black", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.001em;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform, opacity;
}

.portfolio-intro.is-revealing .portfolio-intro-copy {
  opacity: 0 !important;
  visibility: hidden;
}

.portfolio-intro-loading {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translateX(-50%);
  pointer-events: none;
}

.portfolio-intro.is-revealing .portfolio-intro-loading {
  opacity: 0;
  visibility: hidden;
}

.portfolio-intro-loading svg {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio-intro-word {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  white-space: nowrap;
  will-change: transform, opacity;
}

.portfolio-intro-char {
  display: inline-block;
  color: #b7bcc1;
  opacity: 0;
  transform: translateY(var(--intro-char-y, 10px));
  will-change: transform, opacity, color;
}

.portfolio-intro-dots {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 26px;
  transform: translateY(1px);
  opacity: 0;
  overflow: visible;
  will-change: opacity, transform;
}

.portfolio-intro-dots svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.portfolio-intro.is-done {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

body.portfolio-intro-active {
  overflow: hidden;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-intro {
    display: none;
  }
}

@media (max-width: 900px) {
  .portfolio-intro-copy {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .portfolio-intro-copy {
    gap: 10px;
    font-size: clamp(24px, 7vw, 30px);
    letter-spacing: -0.03em;
  }

  .portfolio-intro-dots {
    width: 50px;
    height: 26px;
  }
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  background: #06070c;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: 0;
  pointer-events: none;
  background: none;
}

.hero-bg,
.about-photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(6, 7, 12, 0.18), rgba(6, 7, 12, 0.08));
}

.hero h1 {
  position: absolute;
  left: 50%;
  top: 23vh;
  z-index: 3;
  width: max-content;
  white-space: nowrap;
  margin: 0;
  transform: translateX(-50%);
  color: transparent;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(255, 255, 255, 0.66) 36%,
    rgba(255, 255, 255, 0.34) 68%,
    rgba(255, 255, 255, 0.08) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(62px, 15.6vw, 296px);
  line-height: 0.82;
  letter-spacing: 0;
  font-weight: 900;
  animation: none;
}

.hero h1 .split-unit {
  color: transparent;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-callout,
.hero-tools {
  position: absolute;
  z-index: 3;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

body.portfolio-intro-active .hero-callout,
body.portfolio-intro-active .hero-tools,
body.portfolio-hero-pending .hero-callout,
body.portfolio-hero-pending .hero-tools {
  opacity: 0;
  filter: blur(4px);
}

body.portfolio-hero-entering .hero-callout,
body.portfolio-hero-entering .hero-tools {
  transition-duration: 0.48s;
}

body.portfolio-hero-entering .hero-callout-hello {
  transition-delay: 0.24s;
}

body.portfolio-hero-entering .hero-tools {
  transition-delay: 0.34s;
}

.hero-callout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #111;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  animation: bubbleFloat 3.2s ease-in-out infinite;
}

.hero-callout::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 4px 0;
  background: inherit;
}

.hero-callout-hello {
  left: 14.5%;
  top: 56%;
  color: #fff;
  background: #1897ff;
  animation-delay: -0.35s;
}

.hero-callout-hello::after {
  left: 56%;
}

.hero-tools {
  right: 12.5%;
  top: calc(65% + 20px);
  display: grid;
  justify-items: center;
  gap: 42px;
  transform: translateY(10px);
}

.hero-callout-tools {
  position: relative;
}

.hero-callout-tools::after {
  left: 44%;
}

.hero-tool-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-tool-icons img {
  width: clamp(40px, 4.2vw, 58px);
  height: clamp(40px, 4.2vw, 58px);
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.3));
}

.section {
  scroll-margin-top: 130px;
  padding: clamp(92px, 10vw, 180px) 100px;
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, min(32vw, 555px)) minmax(0, 1fr);
  grid-template-rows: auto;
  gap: clamp(36px, 5vw, 90px);
  align-items: start;
  height: 1080px;
  margin-top: 0;
  padding-left: clamp(54px, 5vw, 100px);
  padding-right: clamp(54px, 5vw, 100px);
  padding-top: 0;
  padding-bottom: 10px;
  align-content: center;
  background: #fff;
  overflow: hidden;
}

.about-photo {
  display: block;
  width: 100%;
  aspect-ratio: 555 / 759;
  border-radius: 36px;
  overflow: hidden;
  clip-path: inset(0 round 36px);
  background: transparent;
  box-shadow: none;
}

.about-photo img,
.about-photo video {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.about-photo video {
  display: block;
  transform: scale(1.02);
  transform-origin: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.38);
  font-size: clamp(13px, 1.25vw, 24px);
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow img {
  width: 1.35em;
  height: 1.35em;
  object-fit: contain;
}

.about h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(46px, 6vw, 100px);
  line-height: 1.2;
  letter-spacing: 0;
}

.about-copy {
  width: 100%;
  margin: 0;
  align-self: start;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.about h2 {
  font-family: "Arial Rounded MT Bold", "SF Pro Display", system-ui, sans-serif;
  max-width: 1050px;
  color: #0b0d10;
  font-size: clamp(46px, 4.85vw, 94px);
  line-height: 1.22;
}

.purple {
  color: #0b0d10;
}

.gold {
  color: #4a4a4a;
}

.muted-word {
  color: #4a4a4a;
}

.mengge-word {
  color: #b180ff;
}

.uiux-word {
  color: #ffbc21;
}

.about-copy > p:not(.eyebrow) {
  max-width: 1000px;
  margin: clamp(52px, 6vw, 78px) 0 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: clamp(19px, 1.55vw, 30px);
  line-height: 1.7;
}

.inline-avatar {
  display: inline-block;
  width: 0.92em;
  height: 0.58em;
  margin-left: 0.18em;
  border-radius: 999px;
  object-fit: cover;
  vertical-align: 0.02em;
}

.inline-badge {
  display: inline-block;
  width: 1.08em;
  height: 1.08em;
  margin: 0 0.16em;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: -0.2em;
}

.skills {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  grid-column: 1 / -1;
  align-self: end;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: #000;
  font-size: clamp(18px, 1.8vw, 34px);
  font-weight: 400;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.skills-track {
  display: flex;
  width: max-content;
  gap: 42px;
  animation: skillsRoll 24s linear infinite;
}

.skills-track span {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  font-weight: 400;
}

.skills-track img,
.icon {
  width: auto;
  height: clamp(36px, 4.1vw, 82px);
  border-radius: 0;
  object-fit: contain;
}

.icon {
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 0.52em;
  font-style: normal;
  line-height: 1;
}

.adobe {
  background: #130015;
  color: #a066ff;
}

.ai {
  color: #ff9b17;
}

.figma {
  background: conic-gradient(from 90deg, #1abcfe, #0acf83, #ff7262, #a259ff, #1abcfe);
}

.pinterest {
  background: #e60023;
}

.work,
.experience {
  background: linear-gradient(180deg, #f2f6ff 0%, #edf4ff 100%);
}

.section-heading {
  max-width: 1220px;
  margin: 0 auto clamp(52px, 7vw, 140px);
  text-align: center;
}

.section-heading h2 {
  font-family: Lexend, "SF Pro Display", system-ui, sans-serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading > p:last-child {
  margin: 14px auto 0;
  max-width: 1000px;
  color: rgba(0, 0, 0, 0.38);
  font-size: clamp(16px, 1.6vw, 30px);
  line-height: 1.5;
}

.featured-card {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr);
  gap: 36px;
  width: min(100%, 1780px);
  margin: 0 auto 30px;
  padding: clamp(24px, 3.5vw, 66px);
  border-radius: var(--radius-xl);
  background: #fff;
}

.featured-card[data-card-link] {
  cursor: pointer;
}

.case-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: clamp(28px, 3vw, 60px) clamp(28px, 3vw, 60px) 20px;
  border-radius: var(--radius-xl);
  background: #f3f3f3;
}

.case-copy h3 {
  max-width: 760px;
  margin: 0;
  font-size: 65px;
  line-height: 1.14;
}

.case-copy h3 > span:not(.rb-split-unit) {
  display: block;
  color: rgba(0, 0, 0, 0.42);
}

.case-copy p,
.case-copy small {
  max-width: 750px;
  color: rgba(0, 0, 0, 0.42);
  font-size: 14px;
  line-height: 1.35;
}

.case-copy p {
  margin: 18px 0 0;
}

.case-copy small {
  margin-top: 20px;
  margin-bottom: 0;
}

.case-button {
  display: inline-flex;
  width: min(100%, 476px);
  min-height: 76px;
  margin-top: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding: 10px 10px 10px 30px;
  border-radius: 999px;
  background: #fff;
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
}

.case-button > span[data-no-split] {
  display: grid;
  width: 82px;
  min-width: 82px;
  margin-left: auto;
  aspect-ratio: 1.48;
  place-items: center;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 30px;
}

.featured-card figure,
.image-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #111;
}

.featured-card figure img,
.image-card img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.featured-card figcaption {
  position: absolute;
  right: 32px;
  bottom: 28px;
  color: #fff;
  font-size: clamp(22px, 2vw, 40px);
  font-weight: 800;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: min(100%, 1780px);
  margin: 0 auto;
}

.image-card {
  min-height: 540px;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.image-card img {
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.image-card:hover img {
  transform: scale(1.045);
}

.image-card:hover::after {
  opacity: 1;
}

.hover-arrow {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
  display: grid;
  width: 54px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transform: translate(-8px, 8px);
  backdrop-filter: blur(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.image-card:hover .hover-arrow,
.image-card:hover .card-meta {
  opacity: 1;
  transform: translateY(0);
}

.card-meta {
  position: absolute;
  z-index: 2;
  left: 32px;
  right: 32px;
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.card-meta strong {
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 300;
}

.card-meta span {
  max-width: 55%;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(13px, 1.1vw, 20px);
  text-align: right;
}

.case-copy > .case-button + small {
  margin-top: 20px;
}

.featured-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.58));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.featured-card figure img {
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.featured-card figure:hover img {
  transform: scale(1.045);
}

.featured-card figure:hover::after {
  opacity: 1;
}

.featured-card figcaption {
  z-index: 2;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.featured-card figure:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.image-card::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.78));
}

.hover-arrow {
  top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.work-card-brand {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.work-card-brand img {
  width: auto;
  height: 30px;
  min-height: 0;
  object-fit: contain;
}

.work-card-brand strong {
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 800;
}

.threebody-brand img {
  width: auto;
  height: 34px;
}

.image-card:hover .work-card-brand {
  opacity: 1;
  transform: translateY(0);
}

.card-meta {
  left: 42px;
  right: 42px;
  bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3.4vw, 72px);
}

.card-meta span {
  max-width: none;
  color: #fff;
  font-size: inherit;
  text-align: center;
}

.card-meta strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.2;
}

.card-meta em {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(10px, 0.8vw, 14px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.experience {
  position: relative;
  overflow: hidden;
  min-height: 1080px;
  padding-top: 128px;
  padding-bottom: 86px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 100%, rgba(181, 211, 255, 0.42) 0 72px, transparent 74px),
    radial-gradient(circle at 100% 100%, rgba(181, 211, 255, 0.42) 0 72px, transparent 74px),
    linear-gradient(180deg, #f4f8ff 0%, #edf5ff 100%);
}

.experience .section-heading {
  max-width: 980px;
  margin-bottom: 0;
}

.experience .section-heading h2 {
  font-size: clamp(28px, 3.1vw, 44px);
  margin-top: 18px;
}

.experience .section-heading > p:last-child {
  max-width: 820px;
  font-size: clamp(14px, 1.15vw, 18px);
}

.timeline {
  display: flex;
  width: min(100%, 1780px);
  margin: 92px auto 0;
  gap: clamp(42px, 6vw, 96px);
  overflow-x: auto;
  overflow-y: visible;
  padding: 112px max(24px, calc((100vw - min(100%, 1780px)) / 2 + 24px)) 86px;
  scroll-padding-inline: max(24px, calc((100vw - min(100%, 1780px)) / 2 + 24px));
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-x;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.timeline.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

.timeline.is-dragging .experience-card {
  pointer-events: none;
}

.timeline::-webkit-scrollbar {
  height: 20px;
}

.timeline::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.timeline::-webkit-scrollbar-thumb {
  min-width: 50px;
  border: 7px solid transparent;
  background: rgba(105, 120, 140, 0.32);
  background-clip: content-box;
  border-radius: 999px;
}

.experience-card {
  position: relative;
  display: grid;
  flex: 0 0 clamp(360px, 42vw, 560px);
  min-height: 410px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 0;
  border-radius: 22px;
  scroll-snap-align: center;
  box-shadow: 0 20px 34px rgba(69, 91, 122, 0.12);
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.experience-card:hover {
  box-shadow: 0 22px 56px rgba(69, 91, 122, 0.18);
}

.experience-card time {
  position: absolute;
  left: 50%;
  top: -82px;
  transform: translateX(-50%);
  align-self: auto;
  padding: 12px 24px;
  border: 2px solid rgba(120, 160, 205, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #333;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 650;
  white-space: nowrap;
}

.experience-title {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 30px;
  border-radius: 22px 22px 8px 8px;
  background: rgba(255, 255, 255, 0.94);
}

.company-logo {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.threebody-logo {
  width: clamp(94px, 8vw, 126px);
}

.dream-logo {
  width: 52px;
  height: 42px;
}

.experience-title-copy {
  min-width: 0;
}

.experience-title h3 {
  margin: 0;
  font-family: Lexend, "SF Pro Display", system-ui, sans-serif;
  font-size: clamp(20px, 1.7vw, 28px);
  white-space: nowrap;
}

.experience-title p {
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: clamp(14px, 1.1vw, 18px);
}

.experience-title .experience-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 auto;
  color: rgba(0, 0, 0, 0.56);
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 650;
  white-space: nowrap;
}

.experience-location span {
  font-size: 1.45em;
  line-height: 1;
}

.experience-card ul {
  margin: 0;
  padding: 34px 34px 36px 52px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  line-height: 1.46;
}

.experience-card.yellow ul {
  height: 330px;
}

.experience-card li + li {
  margin-top: 16px;
}

.blue {
  background: var(--soft-blue);
  transform: rotate(-2deg);
}

.blue:hover {
  transform: rotate(-2deg) translateY(-8px);
}

.lavender {
  background: var(--soft-lavender);
  transform: translateY(-70px);
}

.lavender time {
  top: auto;
  bottom: -82px;
}

.lavender:hover {
  transform: translateY(-78px);
}

.yellow {
  background: var(--soft-yellow);
  transform: rotate(2deg);
}

.yellow:hover {
  transform: rotate(2deg) translateY(-8px);
}

.contact {
  position: relative;
  scroll-margin-top: 130px;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 150px clamp(24px, 5vw, 154px) 0;
  color: #fff;
}

.contact > img,
.contact-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact > img {
  object-fit: cover;
}

.contact-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.contact-content,
.contact-info {
  position: relative;
  z-index: 2;
}

.contact-content {
  max-width: 1220px;
  min-height: 415px;
  margin: -20px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact h2 {
  margin: 0;
  font-size: clamp(46px, 6.2vw, 120px);
  line-height: 1.25;
}

.contact h2 em,
.word-roller span {
  font-family: Sriracha, "Bradley Hand", cursive;
  font-style: italic;
  font-weight: 500;
}

.word-roller {
  display: inline-grid;
  height: 1.05em;
  overflow: hidden;
  vertical-align: -0.02em;
  font-family: Sriracha, "Bradley Hand", cursive;
}

.word-roller span {
  grid-area: 1 / 1;
  line-height: 1.05;
  animation: wordRoll 6s cubic-bezier(0.72, 0, 0.28, 1) infinite;
}

.word-roller span:nth-child(2) {
  animation-delay: -4s;
}

.word-roller span:nth-child(3) {
  animation-delay: -2s;
}

.available {
  --specular-angle: 120deg;
  --specular-opacity: 0.35;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  height: 50px;
  padding: 10px 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.14), rgba(20, 26, 44, 0.3), rgba(255, 255, 255, 0.12));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.35), 0 16px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px) saturate(140%);
  font-size: clamp(18px, 1.6vw, 32px);
}

.available::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255,255,255,0.08), rgba(255,255,255,0.95), rgba(99,184,255,0.28), rgba(255,255,255,0.12));
  background-size: 240% 100%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: glassFlow 3.8s ease-in-out infinite;
}

.specular-button::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background:
    conic-gradient(
      from var(--specular-angle),
      transparent 0 28%,
      rgba(255, 255, 255, calc(var(--specular-opacity) * 0.25)) 34%,
      rgba(255, 255, 255, var(--specular-opacity)) 40%,
      rgba(120, 202, 255, calc(var(--specular-opacity) * 0.58)) 44%,
      transparent 52% 100%
    );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s ease;
}

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

.available span {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5fff92;
  box-shadow: 0 0 0 rgba(95, 255, 146, 0.42);
  animation: dotPulse 1.7s ease-in-out infinite;
}

.border-glow-card {
  --edge-proximity: 0;
  --cursor-angle: 45deg;
  --glow-strength: 0;
  position: relative;
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 calc(18px * var(--glow-strength)) rgba(56, 189, 248, 0.42),
    0 0 calc(34px * var(--glow-strength)) rgba(192, 132, 252, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: box-shadow 0.22s ease, transform 0.18s ease;
}

.border-glow-card::before,
.border-glow-card::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.border-glow-card::before {
  inset: -2px;
  padding: 2px;
  background:
    conic-gradient(
      from var(--cursor-angle),
      transparent 0 18%,
      rgba(192, 132, 252, calc(var(--glow-strength) * 0.95)) 24%,
      rgba(244, 114, 182, calc(var(--glow-strength) * 0.9)) 32%,
      rgba(56, 189, 248, calc(var(--glow-strength) * 0.95)) 42%,
      transparent 52% 100%
    );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}

.border-glow-card::after {
  inset: -18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(56, 189, 248, 0.24), transparent 58%),
    conic-gradient(from var(--cursor-angle), transparent 0 18%, rgba(192, 132, 252, 0.4), rgba(244, 114, 182, 0.34), rgba(56, 189, 248, 0.36), transparent 52% 100%);
  filter: blur(14px);
  opacity: var(--glow-strength);
  z-index: -1;
}

.border-glow-card:hover {
  transform: translateY(-1px);
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: clamp(28px, 8vw, 160px);
  align-self: end;
  width: calc(100% + clamp(48px, 10vw, 308px));
  margin-left: calc(clamp(24px, 5vw, 154px) * -1);
  padding: 50px clamp(24px, 5vw, 154px) 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.05);
}

.contact-info div {
  display: grid;
  gap: 16px;
}

.contact-info span {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.25vw, 24px);
}

.contact-info a {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.6vw, 30px);
  word-break: break-word;
}

.case-page {
  background: #fff8ef;
}

.resume-page {
  min-height: 100vh;
  background: #fff;
}

.resume-page .site-nav {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 34px rgba(14, 50, 82, 0.08);
}

.resume-page.is-resume-sheets-active .site-nav {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -120%);
}

.resume-page .brand,
.resume-page .nav-links {
  color: #111;
}

.resume-page .nav-links {
  color: rgba(0, 0, 0, 0.45);
}

.resume-page .nav-links a::before {
  color: #111;
}

.resume-hero {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(144px, 16svh, 232px) clamp(32px, 5.8vw, 168px) clamp(120px, 9vw, 210px);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 15%, #edf8ff 31%, #dff3ff 47%, #c4e7fb 100%);
}

.resume-page.is-resume-sheets-active .resume-hero {
  z-index: 30;
}

.resume-hero-copy {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  row-gap: clamp(18px, 2.1svh, 34px);
  width: min(100%, 1320px);
  margin: 0 auto;
  text-align: center;
}

.resume-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: rgba(0, 0, 0, 0.32);
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resume-eyebrow img {
  width: 1.05em;
  height: 1.05em;
}

.resume-hero h1 {
  margin: 0;
  color: #05070b;
  font-family: Lexend, "SF Pro Display", system-ui, sans-serif;
  font-size: clamp(36px, min(3.97vw, 9svh), 84px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.resume-hero-copy > p:not(.resume-eyebrow) {
  max-width: 860px;
  margin: 0;
  color: rgba(0, 0, 0, 0.34);
  font-size: clamp(18px, min(1.57vw, 3.8svh), 32px);
  font-weight: 400;
  line-height: 1.45;
}

.resume-download {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: clamp(56px, 4.2vw, 82px);
  margin-top: clamp(4px, 0.8svh, 12px);
  padding: 8px clamp(18px, 1.5vw, 26px) 8px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #111;
  font-size: clamp(21px, 1.6vw, 34px);
  font-weight: 600;
  box-shadow: 0 14px 34px rgba(36, 76, 112, 0.12);
  backdrop-filter: blur(14px);
}

.resume-download span {
  display: grid;
  width: clamp(42px, 3.4vw, 66px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #050505;
  color: #fff;
}

.resume-download svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resume-sheets {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(30px, 2.2vw, 70px);
  z-index: 4;
  width: min(100%, 4580px);
  max-width: 100%;
  margin: clamp(112px, 8vw, 180px) auto 0;
}

.resume-sheet {
  margin: 0;
  background: #fff;
}

.resume-sheet img {
  width: 100%;
  height: auto;
  max-width: none;
  user-select: none;
}

.resume-sheet-project {
  width: 100%;
}

.resume-sheet-cv {
  width: 100%;
}

.resume-page .contact {
  z-index: 1;
}

.case-page .site-nav {
  background: rgba(255, 255, 255, 0.22);
}

.case-page .brand,
.case-page .nav-links {
  color: #000;
}

.case-page .nav-links {
  color: rgba(0, 0, 0, 0.6);
}

.case-page .nav-links a::before {
  color: #000;
}

body.threebody-page .brand {
  color: #fff;
}

body.threebody-page .nav-links {
  color: #ababab;
}

body.threebody-page .nav-links a::before {
  color: #fff;
}

.bestie-page .site-nav {
  transition:
    width 0.35s ease,
    top 0.35s ease,
    gap 0.35s ease,
    opacity 0.28s ease,
    transform 0.28s ease,
    background 0.35s ease,
    box-shadow 0.25s ease;
}

.bestie-page.is-social-view .site-nav {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -140%);
}

.bestie-case-hero {
  position: relative;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: #442217;
}

.bestie-case-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: clamp(110px, 12vw, 190px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 48%,
    rgba(255, 255, 255, 0.82) 86%,
    #fff 100%
  );
}

.bestie-hero-bg,
.bestie-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bestie-hero-bg {
  object-fit: cover;
  object-position: center;
}

.bestie-hero-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 52%);
}

.bestie-hero-copy,
.bestie-bubble,
.case-scroll-cue {
  position: relative;
  z-index: 2;
}

.bestie-hero-copy {
  position: absolute;
  left: 50%;
  top: 36.5%;
  width: min(88vw, 1640px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.bestie-hero-copy h1 {
  margin: 0 auto;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 3.96vw, 76px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.bestie-hero-copy h1 span {
  display: block;
}

.bestie-bubble {
  position: absolute;
  margin: 0;
  max-width: min(82vw, 460px);
  padding: 12px 24px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  font-size: clamp(20px, 1.65vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  animation: bestieBubbleFloat 3.8s ease-in-out infinite;
  transition: background 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  will-change: transform;
}

.bestie-bubble::after {
  content: "";
  position: absolute;
  left: 26px;
  top: calc(100% - 1px);
  width: 18px;
  height: 14px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.bestie-bubble:hover {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  filter: brightness(1.06);
}

.bestie-bubble-left {
  left: 8%;
  top: 62%;
}

.bestie-bubble-right {
  right: 8%;
  top: 80%;
  animation-delay: -1.4s;
}

.bestie-bubble-right::after {
  right: 26px;
  left: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.case-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: grid;
  width: 48px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
  animation: cueBounce 2.2s ease-in-out infinite;
}

.case-scroll-cue svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.case-section {
  padding: clamp(84px, 9vw, 170px) clamp(20px, 6.25vw, 120px);
}

.bestie-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: center;
  background: #fff8ef;
}

.bestie-intro-copy h2,
.case-section-heading h2,
.bestie-feature-band h2 {
  margin: 0;
  max-width: 920px;
  font-family: Lexend, "SF Pro Display", system-ui, sans-serif;
  font-size: clamp(44px, 5vw, 96px);
  line-height: 1.05;
}

.bestie-intro-copy > p:not(.eyebrow),
.case-section-heading > p,
.bestie-feature-grid p,
.bestie-character-grid p,
.bestie-testimonials > .case-section-heading p {
  color: rgba(0, 0, 0, 0.56);
  font-size: clamp(17px, 1.45vw, 24px);
  line-height: 1.55;
}

.bestie-intro-copy > p:not(.eyebrow) {
  max-width: 740px;
  margin: 30px 0 0;
}

.bestie-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin-top: 42px;
  padding: 0 34px;
  border-radius: 999px;
  background: #0d0c0b;
  color: #fff;
  font-size: clamp(18px, 1.35vw, 24px);
}

.glare-hover {
  --gh-angle: -30deg;
  --gh-duration: 800ms;
  --gh-size: 300%;
  --gh-rgba: rgba(255, 255, 255, 0.34);
  position: relative;
  overflow: hidden;
}

.glare-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    var(--gh-angle),
    rgba(255, 255, 255, 0) 58%,
    var(--gh-rgba) 70%,
    rgba(255, 255, 255, 0) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: var(--gh-size) var(--gh-size);
  background-position: -120% -120%;
  pointer-events: none;
  transition: background-position var(--gh-duration) ease;
}

.glare-hover:hover::before {
  background-position: 120% 120%;
}

.bestie-phone-showcase {
  justify-self: center;
  width: min(100%, 560px);
  border-radius: 42px;
  overflow: hidden;
  background: #f7d7b2;
  box-shadow: 0 30px 80px rgba(82, 50, 30, 0.18);
}

.bestie-phone-showcase img {
  width: 100%;
  height: auto;
}

.bestie-characters {
  background: #f4e7ff;
}

.case-section-heading {
  max-width: 1200px;
  margin: 0 auto clamp(44px, 6vw, 96px);
  text-align: center;
}

.case-section-heading .eyebrow {
  justify-content: center;
}

.case-section-heading > p {
  max-width: 980px;
  margin: 24px auto 0;
}

.bestie-character-grid,
.bestie-feature-grid,
.bestie-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.bestie-character-grid article,
.bestie-feature-grid article,
.bestie-testimonial-grid > * {
  min-height: 260px;
  padding: clamp(24px, 2.8vw, 46px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 60px rgba(88, 61, 108, 0.1);
}

.bestie-character-grid span {
  color: rgba(0, 0, 0, 0.32);
  font-size: 18px;
  font-weight: 700;
}

.bestie-character-grid h3,
.bestie-feature-grid h3 {
  margin: 54px 0 0;
  font-size: clamp(28px, 2.5vw, 46px);
}

.bestie-character-grid p,
.bestie-feature-grid p {
  margin: 18px 0 0;
}

.bestie-character-design {
  overflow: hidden;
  padding: clamp(150px, 11.5vw, 222px) 0 0;
  background: #fff;
}

.bestie-design-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 1.25vw, 24px);
  width: min(calc(100% - 180px), 1684px);
  margin: 0 auto;
}

.bestie-design-copy-card,
.bestie-design-phone-card {
  min-height: clamp(600px, 50.1vw, 962px);
  border-radius: clamp(34px, 3.4vw, 64px);
}

.bestie-design-copy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(70px, 7vw, 154px) clamp(46px, 4vw, 68px) 0;
  background: #f7f7f7;
}

.bestie-design-copy-card h2 {
  max-width: 720px;
  margin: 0;
  color: #000;
  font-family: "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(52px, 4.15vw, 80px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.bestie-design-copy-card p {
  max-width: 640px;
  margin: clamp(44px, 3.3vw, 62px) 0 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: clamp(17px, 1.1vw, 24px);
  line-height: 1.45;
}

.bestie-design-copy-card .bestie-download {
  min-height: clamp(60px, 4vw, 76px);
  margin-top: 0;
  padding: 0 clamp(28px, 2.5vw, 42px);
  font-size: clamp(18px, 1.25vw, 28px);
}

.bestie-download-row {
  display: flex;
  width: max-content;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: clamp(48px, 4.3vw, 78px);
}

.bestie-download-row > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 0.42);
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 1.35;
}

.bestie-download-row > span img {
  width: 1.05em;
  height: 1.05em;
  object-fit: contain;
}

.bestie-hero-copy .split-text {
  --split-y: 40px;
  --split-blur: 0px;
  --split-stagger: 18ms;
  --split-duration: 0.65s;
}

.bestie-design-split-heading {
  --split-y: 40px;
  --split-blur: 0px;
  --split-stagger: 12ms;
  --split-duration: 0.7s;
}

.bestie-design-split-copy {
  --split-y: 28px;
  --split-blur: 4px;
  --split-stagger: 24ms;
  --split-duration: 0.62s;
}

.fade-content.reveal {
  transform: translateY(28px);
  filter: blur(10px);
  transition: opacity 1s ease-out, transform 1s cubic-bezier(0.2, 0.8, 0.2, 1), filter 1s ease-out;
}

.fade-content.reveal.is-visible {
  transform: translateY(0);
  filter: blur(0);
}

.bestie-design-copy-card > img {
  align-self: flex-end;
  width: min(48.5%, 348px);
  margin-right: -4.6%;
}

.bestie-design-phone-card {
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: #efe8dc;
}

.bestie-design-phone-card img,
.bestie-design-phone-card video {
  width: min(100%, 840px);
  height: 100%;
  object-fit: cover;
}

.bestie-design-phone-card video {
  display: block;
  background: #efe8dc;
}

.bestie-auto-video::-webkit-media-controls-panel,
.bestie-auto-video::-webkit-media-controls-enclosure,
.bestie-auto-video::-webkit-media-controls {
  background: transparent;
}

.bestie-auto-video::-webkit-media-controls-overlay-play-button,
.bestie-auto-video::-webkit-media-controls-start-playback-button {
  display: none;
  opacity: 0;
}

.bestie-design-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 4.4vw, 82px);
  width: min(calc(100% - 260px), 1520px);
  margin: clamp(150px, 10.4vw, 200px) auto 0;
  color: rgba(0, 0, 0, 0.34);
  font-size: clamp(20px, 1.5vw, 30px);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.bestie-design-note img {
  flex: 0 0 auto;
  width: clamp(22px, 1.45vw, 30px);
  height: clamp(22px, 1.45vw, 30px);
  object-fit: contain;
}

.bestie-card-carousel {
  position: relative;
  width: 100%;
  margin-top: clamp(190px, 12vw, 230px);
  padding-bottom: clamp(70px, 5.5vw, 104px);
  overflow: hidden;
}

.bestie-card-carousel::before,
.bestie-card-carousel::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: clamp(90px, 10vw, 190px);
  pointer-events: none;
}

.bestie-card-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.bestie-card-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.bestie-card-track {
  display: flex;
  width: max-content;
  gap: clamp(34px, 2.7vw, 56px);
  animation: bestieCardLoop 32s linear infinite;
  will-change: transform;
}

.bestie-card-track img {
  flex: 0 0 auto;
  width: clamp(260px, 22.4vw, 430px);
  height: auto;
  border-radius: clamp(26px, 2vw, 40px);
}

.bestie-onboarding {
  padding: clamp(76px, 6vw, 116px) 0 clamp(86px, 7vw, 138px);
  background: #fff;
}

.onboarding-panel {
  width: 100%;
  margin: 0 auto;
  padding: clamp(92px, 6.8vw, 142px) clamp(70px, 6.2vw, 120px) clamp(86px, 6.8vw, 126px);
  border-radius: 0;
  background: #f7f8ff;
}

.onboarding-heading {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.animated-content {
  opacity: 0;
  transform: translateY(80px) scale(0.98);
  visibility: hidden;
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.animated-content.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.onboarding-heading h2 {
  margin: 0;
  color: #1c1d25;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 2.5vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.005em;
}

.onboarding-heading p {
  max-width: 1060px;
  margin: 32px auto 0;
  color: rgba(0, 0, 0, 0.36);
  font-size: clamp(16px, 1.15vw, 24px);
  font-weight: 400;
  line-height: 1.45;
}

.onboarding-steps {
  --step-gap: clamp(34px, 5vw, 86px);
  --dot-size: clamp(44px, 3.1vw, 58px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--step-gap);
  max-width: 1440px;
  margin: clamp(88px, 6.7vw, 128px) auto 0;
  padding: 0;
  list-style: none;
}

.onboarding-steps li {
  --step-index: 0;
  position: relative;
  display: grid;
  grid-template-rows: var(--dot-size) minmax(34px, auto);
  justify-items: center;
  min-height: calc(var(--dot-size) + 70px);
  align-items: start;
  row-gap: 34px;
  color: #000;
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 500;
}

.onboarding-steps li:nth-child(2) {
  --step-index: 1;
}

.onboarding-steps li:nth-child(3) {
  --step-index: 2;
}

.onboarding-steps li:nth-child(4) {
  --step-index: 3;
}

.onboarding-steps li:nth-child(5) {
  --step-index: 4;
}

.onboarding-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(var(--dot-size) / 2);
  left: calc(50% + var(--dot-size) / 2 + 10px);
  width: calc(100% + var(--step-gap) - var(--dot-size) - 20px);
  border-top: 1.5px dashed rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity 0.28s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--step-index) * 160ms + 150ms);
}

.onboarding-steps span {
  display: grid;
  width: var(--dot-size);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #c8baff;
  color: #fff;
  font-size: clamp(15px, 1vw, 20px);
  font-weight: 600;
}

.onboarding-steps strong {
  align-self: end;
  font-weight: 500;
  line-height: 1.1;
}

.onboarding-steps span,
.onboarding-steps strong {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.56s ease,
    transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--step-index) * 160ms);
}

.onboarding-steps strong {
  transition-delay: calc(var(--step-index) * 160ms + 70ms);
}

.onboarding-steps.is-visible li:not(:last-child)::after {
  opacity: 1;
  transform: scaleX(1);
}

.onboarding-steps.is-visible span,
.onboarding-steps.is-visible strong {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .onboarding-steps li:not(:last-child)::after,
  .onboarding-steps span,
  .onboarding-steps strong {
    transition: none;
  }
}

.onboarding-showcase {
  display: flex;
  justify-content: center;
  margin-top: clamp(82px, 7vw, 132px);
}

.onboarding-showcase-card {
  width: min(100%, 1100px);
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(35, 38, 60, 0.1);
}

.onboarding-showcase-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1100 / 630;
  border-radius: 22px 22px 0 0;
  background: #16110f;
}

.onboarding-showcase-image img,
.onboarding-showcase-image video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #16110f;
}

.onboarding-showcase .onboarding-tabs {
  min-height: clamp(64px, 4.8vw, 86px);
  box-shadow: none;
}

.bestie-chat-experience {
  padding: clamp(72px, 6vw, 118px) 0 clamp(86px, 7vw, 142px);
  background: #fff;
}

.chat-experience-panel {
  width: min(calc(100% - 132px), 1180px);
  margin: 0 auto;
  padding: clamp(86px, 7vw, 136px) clamp(56px, 5vw, 94px) clamp(92px, 7.4vw, 146px);
  border-radius: 28px;
  background: #fff;
}

.chat-experience-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  align-items: center;
  gap: clamp(72px, 8vw, 150px);
}

.chat-experience-intro h2 {
  margin: 0;
  color: #1f1f25;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 2.6vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.chat-experience-intro p {
  max-width: 470px;
  margin: 24px 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.chat-character-figure {
  position: relative;
  justify-self: end;
  width: min(100%, 442px);
  margin: 0;
}

.chat-character-figure::after {
  content: "";
  position: absolute;
  left: 51.4%;
  top: 54%;
  width: 13%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 210, 0.88) 0 24%, rgba(255, 238, 142, 0.45) 44%, transparent 72%);
  filter: blur(7px);
  transform: translate(-50%, -50%) scale(0.85);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: bestieHeartBreath 2.4s ease-in-out infinite;
}

.chat-character-figure img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes bestieHeartBreath {
  0%,
  100% {
    opacity: 0.54;
    transform: translate(-50%, -50%) scale(0.82);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

.chat-experience-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(48px, 6.4vw, 104px);
  margin-top: clamp(110px, 10vw, 174px);
}

.chat-experience-pillars article {
  --pillar-index: 0;
  min-width: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.62s ease,
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--pillar-index) * 140ms);
}

.chat-experience-pillars article:nth-child(2) {
  --pillar-index: 1;
}

.chat-experience-pillars article:nth-child(3) {
  --pillar-index: 2;
}

.chat-experience-pillars article:nth-child(4) {
  --pillar-index: 3;
}

.chat-experience-pillars.is-visible article {
  opacity: 1;
  transform: translateY(0);
}

.chat-experience-pillars img {
  width: clamp(54px, 4.6vw, 76px);
  height: auto;
  margin: 0 auto clamp(22px, 2vw, 32px);
  display: block;
}

.chat-experience-pillars h3 {
  margin: 0;
  color: #2a2a2f;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 750;
  line-height: 1.2;
}

.chat-experience-pillars p {
  max-width: 190px;
  margin: 30px auto 0;
  color: #737373;
  font-size: clamp(10px, 0.72vw, 13px);
  line-height: 1.55;
}

.chat-experience-hero,
.chat-experience-grid figure {
  margin: 0;
  overflow: hidden;
}

.chat-experience-hero {
  margin-top: clamp(118px, 10.4vw, 184px);
  border-radius: 30px;
}

.chat-experience-hero img,
.chat-experience-grid img,
.chat-experience-grid video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.chat-experience-grid {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  align-items: stretch;
  gap: 22px;
  margin-top: 22px;
}

.chat-experience-grid figure {
  display: grid;
  border-radius: 30px;
  isolation: isolate;
}

.chat-experience-grid figure:first-child {
  aspect-ratio: 915 / 570;
}

.chat-experience-grid figure:nth-child(2) img {
  object-position: center;
}

.chat-experience-hero img,
.chat-experience-grid img,
.chat-experience-grid video {
  border-radius: inherit;
}

.bestie-skill-showcase {
  padding: clamp(88px, 8vw, 136px) 0 clamp(92px, 8vw, 148px);
  background: #fff;
}

.bestie-skill-showcase-inner {
  width: min(calc(100% - 64px), 1600px);
  margin: 0 auto;
  text-align: center;
}

.bestie-skill-showcase-inner h2 {
  margin: 0;
  color: #252834;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 2.95vw, 56px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.bestie-skill-stage {
  position: relative;
  height: clamp(720px, 50vw, 1080px);
  margin-top: clamp(36px, 4vw, 72px);
  overflow: hidden;
}

.bestie-skill-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(58vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(218, 218, 224, 0.86);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 44%, rgba(255, 253, 213, 0.72) 0 32%, rgba(255, 253, 213, 0.18) 50%, transparent 68%);
  transform: translate(-50%, -50%);
}

.bestie-skill-stage::after {
  content: "";
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 42%, #fff 92%);
  pointer-events: none;
}

.bestie-skill-stage > .bestie-skill-orbit::before,
.bestie-skill-stage > .bestie-skill-orbit::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: clamp(76px, 11vw, 180px);
  pointer-events: none;
}

.bestie-skill-stage > .bestie-skill-orbit::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0) 100%);
}

.bestie-skill-stage > .bestie-skill-orbit::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0) 100%);
}

.bestie-skill-card-rail {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 54%;
  width: 100vw;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.bestie-skill-card-track {
  display: flex;
  width: max-content;
  gap: clamp(24px, 1.8vw, 34px);
  animation: bestieSkillCardsScroll 32s linear infinite;
}

.bestie-skill-art {
  flex: 0 0 auto;
  display: block;
  width: clamp(136px, 16vw, 260px);
  height: auto;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(41, 46, 58, 0.08);
  filter: saturate(0.95);
}

.bestie-skill-phone {
  position: absolute;
  display: block;
  height: auto;
  object-fit: cover;
}

.bestie-skill-phone {
  z-index: 4;
  left: 50%;
  top: 14%;
  width: clamp(240px, 20vw, 360px);
  opacity: var(--scroll-float-opacity, 1);
  filter: drop-shadow(0 24px 38px rgba(33, 37, 54, 0.18));
  transform: translateX(-50%) translateY(var(--scroll-float-y, 0px)) scaleX(var(--scroll-float-scale-x, 1)) scaleY(var(--scroll-float-scale-y, 1));
  transform-origin: 50% 0%;
  will-change: opacity, transform;
}

.bestie-skill-showcase-inner > p {
  max-width: 760px;
  margin: clamp(26px, 4vw, 54px) auto 0;
  color: #a7a8af;
  font-size: clamp(16px, 1.35vw, 24px);
  line-height: 1.52;
  letter-spacing: 0.02em;
}

.bestie-key-features {
  padding: clamp(50px, 5vw, 84px) 0 clamp(96px, 8vw, 152px);
  background: #fff;
}

.bestie-key-features-panel {
  width: calc(100% - 280px);
  min-height: clamp(720px, 58vw, 1110px);
  margin: 0 auto;
  padding: clamp(52px, 4.6vw, 82px) clamp(76px, 8.8vw, 176px) clamp(70px, 6vw, 116px);
  border-radius: clamp(28px, 2.8vw, 52px);
  background: #000;
  color: #fff;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.13);
}

.bestie-key-features-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 30px);
  font-weight: 750;
  line-height: 1;
  text-align: center;
}

.bestie-key-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(72px, 8vw, 154px);
  row-gap: 0;
  margin-top: clamp(72px, 7vw, 128px);
}

.bestie-key-feature-grid article {
  display: grid;
  grid-template-columns: clamp(58px, 4.4vw, 82px) minmax(0, 1fr);
  gap: clamp(28px, 2.4vw, 42px);
  align-items: center;
  min-height: clamp(154px, 11vw, 224px);
  padding: clamp(22px, 2vw, 38px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.bestie-key-feature-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.bestie-key-feature-grid img {
  width: clamp(52px, 4vw, 76px);
  height: auto;
}

.bestie-key-feature-grid h3 {
  margin: 0 0 clamp(16px, 1.4vw, 24px);
  color: #fff;
  font-size: clamp(22px, 2vw, 36px);
  font-weight: 750;
  line-height: 1.15;
}

.bestie-key-feature-grid p {
  margin: 0;
  color: #878787;
  font-size: clamp(16px, 1.45vw, 29px);
  font-weight: 400;
  line-height: 1.36;
}

.bestie-journey {
  padding: clamp(88px, 7vw, 120px) 0 clamp(104px, 8vw, 148px);
  background: #fff;
}

.bestie-journey-shell {
  width: calc(100% - 280px);
  margin: 0 auto;
  padding: 0;
  color: #20212a;
}

.bestie-journey-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 430px);
  gap: clamp(92px, 10vw, 176px);
  align-items: start;
}

.bestie-journey-kicker {
  margin: 0 0 52px;
  color: #bca8ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.bestie-journey-copy h2 {
  margin: 0;
  color: #23232b;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(56px, 4.2vw, 72px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.005em;
}

.bestie-journey-lede {
  max-width: 690px;
  margin: 48px 0 0;
  color: #7f7f82;
  font-size: clamp(22px, 1.45vw, 26px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.bestie-journey-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(36px, 4.8vw, 82px);
  margin-top: 78px;
}

.bestie-journey-benefits article {
  min-width: 0;
}

.bestie-journey-benefits span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
}

.bestie-journey-benefits span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bestie-journey-benefits h3 {
  margin: 18px 0 16px;
  color: #21222a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.bestie-journey-benefits p {
  margin: 0;
  color: #6d7180;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.bestie-journey-phone-card {
  justify-self: end;
  width: min(100%, 430px);
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #142313;
}

.bestie-journey-phone-card img {
  display: block;
  width: 100%;
  aspect-ratio: 430 / 608;
  object-fit: cover;
  object-position: 52% 33%;
}

.bestie-journey-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(94px, 10vw, 176px);
  margin-top: clamp(148px, 11vw, 176px);
  padding: 58px clamp(64px, 5.2vw, 74px) 0;
  overflow: hidden;
  border-radius: 34px 34px 0 0;
  background: linear-gradient(180deg, #f4edff 0%, #fff 100%);
}

.bestie-journey-step {
  min-width: 0;
}

.bestie-journey-step > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #bda8ff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.bestie-journey-step h3 {
  margin: 56px 0 42px;
  color: #24242c;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 2.5vw, 48px);
  font-weight: 500;
  line-height: 1.1;
}

.bestie-journey-step p {
  margin: 0;
  color: #6f7283;
  font-size: clamp(23px, 1.55vw, 28px);
  font-weight: 400;
  line-height: 1.55;
}

.bestie-journey-step figure {
  margin: 116px 0 0;
  overflow: hidden;
  border-radius: 30px;
  background: #171723;
}

.bestie-journey-step figure img,
.bestie-journey-step figure video {
  display: block;
  width: 100%;
  aspect-ratio: 472 / 360;
  object-fit: cover;
  object-position: top center;
}

.bestie-journey-step figure video {
  background: #171723;
}

.bestie-weekly-insight {
  padding: 146px 0 126px;
  background: #fff;
  overflow: hidden;
}

.bestie-weekly-shell {
  width: min(100%, 1728px);
  margin: 0 auto;
  padding: 0;
  color: #20212a;
}

.bestie-weekly-heading {
  width: min(calc(100% - 48px), 1360px);
  margin: 0 auto;
  text-align: center;
}

.bestie-weekly-heading h2 {
  margin: 0;
  color: #23232b;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.04;
}

.bestie-weekly-heading p {
  max-width: 1370px;
  margin: 28px auto 0;
  color: #7c7f8f;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.55;
}

.bestie-weekly-carousel {
  position: relative;
  width: 100%;
  margin: 116px auto 0;
  overflow: hidden;
  user-select: none;
}

.bestie-weekly-card-stage {
  position: relative;
  height: 486px;
  overflow: visible;
  touch-action: pan-y;
}

.bestie-weekly-carousel.is-dragging {
  cursor: grabbing;
}

.bestie-weekly-card {
  --carousel-x: 0px;
  --carousel-scale: 0.6;
  --carousel-opacity: 0.3;
  --weekly-card-width: 362px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--weekly-card-width);
  aspect-ratio: 362 / 406;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #eef0f5;
  box-shadow: none;
  opacity: var(--carousel-opacity);
  transform: translate(-50%, -50%) translateX(var(--carousel-x)) scale(var(--carousel-scale));
  transform-origin: center;
  transition:
    transform 360ms cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 360ms ease-in-out;
  z-index: var(--carousel-z, 1);
  cursor: pointer;
  will-change: transform, opacity;
}

.bestie-weekly-card.is-jump-reset {
  transition: none;
}

.bestie-weekly-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.bestie-weekly-card-oracle,
.bestie-weekly-card-love {
  --weekly-card-width: 337px;
}

.bestie-weekly-card-nudge {
  --weekly-card-width: 370px;
}

.bestie-weekly-card.is-center {
  opacity: 1;
  box-shadow: none;
}

.bestie-weekly-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.bestie-weekly-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 34, 58, 0.25);
  cursor: pointer;
  transition: width 260ms ease, background 260ms ease;
}

.bestie-weekly-carousel-dot.is-active {
  width: 24px;
  background: #18223a;
}

.bestie-weekly-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 72px;
  row-gap: 0;
  width: min(calc(100% - 224px), 1015px);
  margin: 36px auto 0;
  box-sizing: border-box;
  height: 200px;
  padding: 30px 47px;
  border-radius: 30px;
  background: #f2f2f2;
}

.bestie-weekly-summary > div {
  display: contents;
}

.bestie-weekly-summary h3 {
  grid-column: 1;
  grid-row: 1;
  max-width: 852px;
  margin: 0;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.bestie-weekly-summary-copy,
.bestie-weekly-summary-type-text {
  display: inline-block;
  will-change: transform, opacity;
}

.bestie-weekly-summary.is-rolling-up .bestie-weekly-summary-copy,
.bestie-weekly-summary.is-rolling-up .bestie-weekly-summary-type-text {
  animation: bestieWeeklySummaryRollUp 420ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bestie-weekly-summary.is-rolling-down .bestie-weekly-summary-copy,
.bestie-weekly-summary.is-rolling-down .bestie-weekly-summary-type-text {
  animation: bestieWeeklySummaryRollDown 420ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bestie-weekly-summary p {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin: 30px 0 0;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.bestie-weekly-summary p > img {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.bestie-weekly-summary-type-text {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  transform: translateY(0);
}

.bestie-weekly-summary a {
  grid-column: 2;
  grid-row: 2;
  display: inline-flex;
  flex: 0 0 auto;
  align-self: center;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 44px;
  padding: 0;
  border-radius: 999px;
  background: #b9a6f6;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transform: translateY(14px);
}

@keyframes bestieWeeklySummaryRollUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bestieWeeklySummaryRollDown {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bestie-store-page {
  padding: 116px 0 122px;
  overflow: hidden;
  background: #fff;
}

.bestie-store-shell {
  width: calc(100% - 280px);
  margin: 0 auto;
}

.bestie-store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.bestie-store-app {
  display: flex;
  align-items: center;
  gap: 48px;
  min-width: 0;
}

.bestie-store-app img {
  flex: 0 0 auto;
  width: clamp(92px, 6.7vw, 126px);
  aspect-ratio: 1;
  border-radius: 24%;
}

.bestie-store-app h2 {
  margin: 0;
  color: #030303;
  font-size: clamp(34px, 2.35vw, 54px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.bestie-store-app p {
  margin: 18px 0 0;
  color: #8a8a8a;
  font-size: clamp(24px, 1.55vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.bestie-store-header > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 226px;
  min-height: 72px;
  padding: 0 32px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: clamp(22px, 1.45vw, 32px);
  font-weight: 700;
  line-height: 1;
}

.bestie-store-carousel {
  position: relative;
  width: 100%;
  margin-top: 82px;
  overflow: hidden;
}

.bestie-store-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: bestieStoreLoop 54s linear infinite;
  will-change: transform;
}

.bestie-store-track img {
  flex: 0 0 auto;
  width: min(18.4vw, 314px);
  max-width: none;
  aspect-ratio: 945 / 2048;
  border-radius: 14px;
  object-fit: cover;
}

@keyframes bestieStoreLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 63px));
  }
}

.bestie-social-media {
  position: relative;
  min-height: clamp(760px, 57.8vw, 1110px);
  padding: clamp(132px, 10vw, 196px) 0 clamp(56px, 5.5vw, 106px);
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaff 26%, #f1edff 68%, #e6e0ff 100%);
}

.bestie-social-bg-text {
  position: absolute;
  top: 0.2em;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  color: rgba(170, 170, 182, 0.14);
  font-size: clamp(92px, 7.2vw, 156px);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.bestie-social-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 12vw), 4980px);
  margin: 0 auto;
}

.bestie-social-bubbles {
  position: relative;
  height: clamp(220px, 19vw, 370px);
}

.bestie-social-bubble {
  position: absolute;
  margin: 0;
  border-radius: 999px;
  font-size: clamp(20px, 1.55vw, 36px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.bestie-social-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 22px solid currentColor;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}

.bestie-social-bubble-blue {
  left: 2.3%;
  bottom: clamp(36px, 3.1vw, 64px);
  padding: clamp(15px, 1vw, 22px) clamp(22px, 1.6vw, 36px) clamp(17px, 1.12vw, 24px);
  background: #2298f5;
  color: #fff;
  box-shadow: 0 18px 42px rgba(33, 153, 243, 0.18);
}

.bestie-social-bubble-blue::after {
  color: #2199f3;
}

.bestie-social-bubble-white {
  right: 7.1%;
  bottom: clamp(84px, 6.7vw, 132px);
  padding: clamp(17px, 1.12vw, 24px) clamp(25px, 1.8vw, 40px) clamp(19px, 1.22vw, 27px);
  background: #fff;
  color: #0f1016;
  box-shadow: 0 18px 42px rgba(44, 39, 70, 0.06);
}

.bestie-social-bubble-white::after {
  color: #fff;
}

.bestie-social-carousel {
  width: 100%;
  margin-top: clamp(-54px, -2.5vw, -24px);
  overflow: visible;
}

.bestie-social-carousel::-webkit-scrollbar {
  display: none;
}

.bestie-social-track {
  position: relative;
  width: 100%;
  height: clamp(330px, 23.8vw, 520px);
}

.bestie-social-card {
  --social-final-x: 0px;
  --social-final-y: 0px;
  --social-final-rotate: 0deg;
  --social-final-scale: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(270px, 21.5vw, 620px);
  margin: 0;
  opacity: 0;
  translate: 0 0;
  transform: translate(-50%, -50%) translateY(150px) rotate(15deg) scale(0.8);
  transform-origin: bottom center;
  filter: drop-shadow(0 10px 18px rgba(50, 46, 78, 0.04));
  transition: translate 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
  will-change: transform, opacity, filter;
}

.bestie-social-card:hover {
  translate: 0 -20px;
  filter: drop-shadow(0 26px 48px rgba(50, 46, 78, 0.18));
}

.bestie-social-media.is-social-entering .bestie-social-card-thanks {
  animation: bestieSocialLeadIn 0.42s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.bestie-social-media.is-social-entered .bestie-social-card-thanks {
  opacity: 1;
  filter: drop-shadow(0 20px 40px rgba(50, 46, 78, 0.15));
  transform: translate(-50%, -50%) translateY(0) rotate(0deg) scale(1);
}

.bestie-social-media.is-social-fan-out .bestie-social-card {
  opacity: 1;
  animation: bestieSocialFanOut 0.54s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: calc(var(--social-fan-delay, 0ms));
  filter: drop-shadow(0 var(--social-shadow-y, 18px) var(--social-shadow-blur, 28px) rgba(50, 46, 78, var(--social-shadow-alpha, 0.1)));
}

.bestie-social-media.is-social-fan-out .bestie-social-card-thanks {
  animation: bestieSocialCenterSettle 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0ms;
}

.bestie-social-card img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.bestie-social-card-life {
  z-index: 1;
}

.bestie-social-card-safe {
  width: clamp(260px, 19.8vw, 572px);
  z-index: 2;
}

.bestie-social-card-always {
  width: clamp(282px, 21.1vw, 610px);
  z-index: 3;
}

.bestie-social-card-private {
  width: clamp(262px, 19.7vw, 568px);
  z-index: 4;
}

.bestie-social-card-therapist {
  width: clamp(282px, 20.9vw, 604px);
  z-index: 5;
}

.bestie-social-card-thanks {
  width: clamp(270px, 20.3vw, 586px);
  z-index: 6;
}

.bestie-social-icons {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.42s ease-out, transform 0.42s ease-out;
  transition-delay: 0.12s;
}

.bestie-social-media.is-social-details-in .bestie-social-icons {
  opacity: 1;
  transform: translateY(0);
}

.bestie-social-icons img {
  display: block;
  width: 200px;
  max-width: 60vw;
  margin-top: 16px;
  height: auto;
  opacity: 0.42;
}

.bestie-social-media .bestie-social-bubble {
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
}

.bestie-social-media.is-social-details-in .bestie-social-bubble {
  animation: bestieSocialBubblePop 0.48s cubic-bezier(0.68, -0.6, 0.32, 1.6) both, bestieSocialBubbleFloat 3.4s ease-in-out infinite;
}

.bestie-social-media.is-social-details-in .bestie-social-bubble-blue {
  animation-delay: 0ms, 0.48s;
}

.bestie-social-media.is-social-details-in .bestie-social-bubble-white {
  animation-delay: 160ms, 0.64s;
}

@keyframes bestieSocialLeadIn {
  from {
    opacity: 0;
    filter: drop-shadow(0 8px 14px rgba(50, 46, 78, 0.04));
    transform: translate(-50%, -50%) translateY(150px) rotate(15deg) scale(0.8);
  }

  to {
    opacity: 1;
    filter: drop-shadow(0 20px 40px rgba(50, 46, 78, 0.15));
    transform: translate(-50%, -50%) translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes bestieSocialFanOut {
  from {
    opacity: 0;
    filter: drop-shadow(0 8px 14px rgba(50, 46, 78, 0.04));
    transform: translate(-50%, -50%) translateY(0) rotate(0deg) scale(0.8);
  }

  to {
    opacity: 1;
    filter: drop-shadow(0 var(--social-shadow-y, 18px) var(--social-shadow-blur, 28px) rgba(50, 46, 78, var(--social-shadow-alpha, 0.1)));
    transform: translate(-50%, -50%) translate(var(--social-final-x), var(--social-final-y)) rotate(var(--social-final-rotate)) scale(var(--social-final-scale));
  }
}

@keyframes bestieSocialCenterSettle {
  from {
    opacity: 1;
    filter: drop-shadow(0 20px 40px rgba(50, 46, 78, 0.15));
    transform: translate(-50%, -50%) translateY(0) rotate(0deg) scale(1);
  }

  to {
    opacity: 1;
    filter: drop-shadow(0 var(--social-shadow-y, 20px) var(--social-shadow-blur, 40px) rgba(50, 46, 78, var(--social-shadow-alpha, 0.15)));
    transform: translate(-50%, -50%) translate(var(--social-final-x), var(--social-final-y)) rotate(var(--social-final-rotate)) scale(var(--social-final-scale));
  }
}

@keyframes bestieSocialBubblePop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bestieSocialBubbleFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1);
  }
}

.bestie-mood-mock {
  display: grid;
  gap: 20px;
  padding: 18px 22px 28px;
  aspect-ratio: 472 / 360;
  color: rgba(255, 255, 255, 0.5);
}

.mood-calendar > div {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.mood-calendar ol {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px 22px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 13px;
}

.mood-calendar li.is-active {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.mood-slider-card {
  padding: 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
}

.mood-slider-card > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
}

.mood-slider-card b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.mood-gradient {
  position: relative;
  display: grid;
  min-height: 104px;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  background:
    radial-gradient(circle at 76% 50%, rgba(255, 255, 255, 0.48) 0 14px, transparent 16px),
    linear-gradient(110deg, #5fcde0 0%, #6fc3d5 26%, #cead69 58%, #b4719b 100%);
  color: #fff;
}

.mood-gradient span {
  position: absolute;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
}

.mood-gradient span:nth-child(1) {
  top: 10px;
}

.mood-gradient span:nth-child(2) {
  left: 8px;
  transform: rotate(-90deg);
}

.mood-gradient span:nth-child(4) {
  right: 8px;
  transform: rotate(90deg);
}

.mood-gradient span:nth-child(5) {
  bottom: 9px;
}

.mood-gradient strong {
  font-size: 15px;
}

.mood-gradient i {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 18px;
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  transform: translateX(-50%);
}

@keyframes bestieSkillCardsScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - clamp(12px, 0.9vw, 17px)));
  }
}

.bestie-skill-card-feature {
  padding: 54px 0 58px;
  background: #fff;
}

.skill-card-shell {
  width: min(calc(100% - 108px), 515px);
  min-height: 875px;
  margin: 0 auto;
  padding: 66px 27px 31px;
  overflow: hidden;
  border-radius: 27px;
  background: #fff;
  box-shadow: none;
}

.skill-card-visual {
  position: relative;
  min-height: 458px;
  text-align: center;
}

.skill-card-visual h2 {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #232126;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.02em;
}

.skill-card-orbit {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 78px;
  width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(236, 218, 242, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 54%, rgba(255, 247, 187, 0.7), transparent 28%);
  transform: translateX(-50%);
  pointer-events: none;
}

.skill-card-stage {
  position: relative;
  z-index: 2;
  height: 264px;
  margin-top: 38px;
  overflow: hidden;
}

.skill-card-stage::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: auto -8% -2px;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 72%);
  pointer-events: none;
}

.skill-card-art,
.skill-card-phone {
  position: absolute;
  display: block;
  height: auto;
  user-select: none;
}

.skill-card-art {
  top: 82px;
  width: 86px;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(63, 65, 75, 0.08);
}

.skill-card-phone {
  z-index: 4;
  left: 50%;
  top: 0;
  width: 145px;
  filter: drop-shadow(0 18px 24px rgba(25, 25, 35, 0.18));
  transform: translateX(-50%);
}

.skill-card-art-blue {
  left: -28px;
}

.skill-card-art-sand {
  left: 65px;
}

.skill-card-art-pink {
  right: 65px;
}

.skill-card-art-cream {
  right: -28px;
}

.skill-card-visual p {
  position: relative;
  z-index: 6;
  margin: 8px 0 0;
  color: #9f9fa7;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.skill-feature-panel {
  width: min(100%, 459px);
  margin: 28px auto 0;
  padding: 17px 48px 14px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.skill-feature-panel h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 8px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
}

.skill-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}

.skill-feature-list article {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 56px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.skill-feature-list article:nth-child(1),
.skill-feature-list article:nth-child(2) {
  border-top: 0;
  padding-top: 0;
}

.skill-feature-list img {
  width: 20px;
  height: auto;
}

.skill-feature-list h4 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 8px;
  font-weight: 750;
  line-height: 1.15;
}

.skill-feature-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 7px;
  line-height: 1.28;
  letter-spacing: 0.01em;
}

@media (prefers-reduced-motion: reduce) {
  .animated-content,
  .chat-experience-pillars article {
    transition: none;
  }

  .chat-character-figure::after {
    animation: none;
  }
}

.onboarding-visual {
  display: flex;
  justify-content: center;
  margin-top: clamp(170px, 12vw, 232px);
}

.onboarding-card {
  position: relative;
  width: min(100%, 1180px);
  padding-top: clamp(120px, 11.8vw, 226px);
}

.onboarding-photo {
  position: relative;
  height: clamp(480px, 33.6vw, 646px);
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 60% 46%, rgba(252, 213, 172, 0.8) 0 8%, transparent 18%),
    radial-gradient(ellipse at 60% 58%, rgba(42, 27, 24, 0.75) 0 16%, transparent 34%),
    linear-gradient(90deg, #28180f 0%, #7b563f 37%, #6d6d70 62%, #293447 100%);
  box-shadow: 0 22px 50px rgba(55, 57, 80, 0.14);
}

.onboarding-video-frame {
  background: #101626;
}

.onboarding-video-frame::before,
.onboarding-video-frame::after {
  display: none;
}

.onboarding-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #101626;
}

.onboarding-photo::before {
  content: "";
  position: absolute;
  left: 54%;
  bottom: 0;
  width: 28%;
  height: 78%;
  border-radius: 48% 48% 0 0;
  background:
    radial-gradient(circle at 50% 22%, #c9936f 0 16%, transparent 17%),
    linear-gradient(180deg, #454955 0%, #39363d 45%, #d0b2a1 46%, #d0b2a1 100%);
  transform: translateX(-50%);
  filter: saturate(0.9);
}

.onboarding-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(20, 13, 10, 0.34));
}

.onboarding-photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 34%, rgba(0, 0, 0, 0.08));
}

.onboarding-photo span {
  position: absolute;
  z-index: 2;
  top: 44px;
  right: 32px;
  color: #fff;
  font-size: clamp(22px, 1.55vw, 32px);
  font-weight: 750;
}

.onboarding-phone {
  position: absolute;
  z-index: 3;
  left: clamp(78px, 7vw, 126px);
  top: 0;
  width: clamp(280px, 20vw, 386px);
  border: 5px solid #15151c;
  border-radius: 43px;
  background: #15151c;
  box-shadow: 0 12px 28px rgba(10, 10, 20, 0.28);
}

.phone-top {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 32%;
  height: 20px;
  border-radius: 0 0 16px 16px;
  background: #07070a;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 386 / 688;
  padding: 42px 26px 24px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 74% 88%, rgba(255, 233, 113, 0.95) 0 10px, transparent 12px),
    radial-gradient(circle at 26% 78%, rgba(255, 130, 85, 0.5), transparent 26%),
    linear-gradient(180deg, #07083b 0%, #181348 46%, #8b5f6e 100%);
  color: #fff;
}

.phone-screen button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 0.6;
}

.phone-screen h3 {
  max-width: 260px;
  margin: 30px 0 20px;
  font-size: clamp(17px, 1.25vw, 23px);
  line-height: 1.22;
}

.phone-screen ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.phone-screen li {
  display: grid;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.phone-screen li:nth-child(3),
.phone-screen li:nth-child(5) {
  background: rgba(151, 94, 87, 0.35);
}

.phone-screen img {
  position: absolute;
  left: 28px;
  bottom: 70px;
  width: 58px;
  border-radius: 12px;
}

.phone-screen small {
  position: absolute;
  right: 24px;
  bottom: 26px;
  left: 24px;
  display: grid;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: #fff;
  font-size: 13px;
}

.onboarding-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: 92px;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 22px 40px rgba(55, 57, 80, 0.14);
}

.onboarding-tabs span {
  display: grid;
  height: 100%;
  min-width: 0;
  place-items: center;
  padding: 0 12px;
  border-left: 1px solid #eeeef7;
  color: #6a48cf;
  font-size: clamp(11px, 0.72vw, 14px);
  font-weight: 500;
  text-align: center;
}

.onboarding-tabs span:first-child {
  border-left: 0;
  color: #7b4ed6;
}

.bestie-feature-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: start;
  background: #fff;
}

.bestie-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bestie-feature-grid article {
  background: #f2f6ff;
}

.bestie-testimonials {
  background: #f8fbff;
}

.bestie-testimonial-grid {
  grid-template-columns: 1fr 1fr 0.8fr;
}

.bestie-testimonial-grid blockquote {
  margin: 0;
}

.bestie-testimonial-grid p {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 58px);
  line-height: 1.12;
}

.bestie-testimonial-grid cite,
.bestie-testimonial-grid span {
  display: block;
  margin-top: 34px;
  color: rgba(0, 0, 0, 0.48);
  font-size: clamp(16px, 1.25vw, 22px);
  font-style: normal;
}

.bestie-testimonial-grid strong {
  display: block;
  font-size: clamp(58px, 6vw, 110px);
  line-height: 0.95;
}

.bestie-reviews {
  display: grid;
  justify-items: center;
  padding: clamp(170px, 13.7vw, 264px) 0 clamp(150px, 11.4vw, 220px);
  background: #f3f3f3;
  color: #141419;
}

.bestie-reviews-shell {
  width: min(calc(100% - 240px), 1684px);
  margin: 0 auto;
}

.bestie-reviews-heading {
  margin: 0 0 clamp(70px, 5.4vw, 104px);
  text-align: center;
}

.bestie-reviews-heading h2 {
  margin: 0;
  color: #1d1d24;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(46px, 3.2vw, 62px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.bestie-reviews-heading p {
  margin: 22px 0 0;
  color: #838592;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.bestie-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: clamp(330px, 20vw, 384px) clamp(520px, 34.1vw, 655px);
  gap: 24px;
}

.bestie-reviews-grid.is-masonry {
  position: relative;
  display: block;
  min-height: 400px;
}

.bestie-reviews-grid.is-masonry .bestie-review-card {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--masonry-item-width, 100%);
  min-height: 0;
  will-change: transform, opacity, filter;
}

.bestie-reviews-grid.is-masonry .bestie-review-card:hover {
  transform: translateY(-4px);
}

.bestie-review-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
}

.bestie-review-card-amy {
  grid-column: span 2;
  padding: clamp(38px, 3.1vw, 58px) clamp(42px, 3.2vw, 62px) clamp(30px, 2.45vw, 46px);
}

.bestie-review-card-kiarra,
.bestie-review-card-abby {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(38px, 3.1vw, 58px) clamp(36px, 2.65vw, 52px) clamp(30px, 2.4vw, 46px);
}

.bestie-review-quote {
  display: block;
  color: #111;
  font-size: clamp(52px, 3.4vw, 66px);
  font-weight: 850;
  line-height: 0.58;
}

.bestie-review-card p {
  margin: clamp(42px, 3vw, 58px) 0 0;
  color: #8c8d91;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.bestie-review-card-amy p {
  margin-top: 7px;
}

.bestie-review-card-kiarra p,
.bestie-review-card-abby p {
  font-size: 18px;
  font-weight: 500;
}

.bestie-review-card footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(42px, 3.7vw, 72px);
}

.bestie-review-card footer img {
  width: clamp(54px, 3.7vw, 70px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.bestie-review-card footer strong {
  color: #17171d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.bestie-review-award {
  display: grid;
  justify-items: center;
  align-content: center;
  padding: clamp(38px, 2.9vw, 56px);
}

.bestie-review-award-bg,
.bestie-review-customers > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bestie-review-award-title,
.bestie-review-rating {
  position: relative;
  z-index: 1;
}

.bestie-review-award-title {
  width: 214px;
  max-width: 100%;
  margin-bottom: 18px;
}

.bestie-review-rating {
  width: 200px;
  max-width: 100%;
}

.bestie-review-customers {
  display: flex;
  align-items: flex-end;
  padding: clamp(40px, 3.1vw, 58px) clamp(42px, 3vw, 60px);
}

.bestie-review-customers div {
  position: relative;
  z-index: 1;
}

.bestie-review-customers strong {
  display: block;
  color: #020207;
  font-size: clamp(52px, 3.5vw, 68px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

.bestie-review-customers p {
  margin-top: 30px;
  color: #a7a8ae;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.bestie-review-security {
  grid-column: span 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.bestie-review-security-bg {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
}

.bestie-review-security > div {
  padding: clamp(40px, 3.1vw, 58px) clamp(48px, 3.7vw, 70px) clamp(44px, 3.3vw, 62px);
  background: #fff;
}

.bestie-review-security h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #0a0a0d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.14;
}

.bestie-review-security h3 span {
  display: inline-flex;
  font-size: 24px;
  filter: drop-shadow(0 6px 10px rgba(168, 106, 255, 0.24));
}

.bestie-review-security p {
  max-width: 720px;
  margin-top: 28px;
  color: #a6a6ad;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.36;
}

.case-next-projects {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #0e0c0b;
  color: #fff;
}

.case-next-projects a {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.2vw, 22px);
}

.bestie-contact-next {
  padding: 0;
  background: #06070c;
}

.bestie-contact-shell {
  position: relative;
  width: 100%;
  height: 760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  background: #000;
}

.bestie-contact-bg,
.bestie-contact-overlay {
  position: absolute;
  inset: 0;
}

.bestie-contact-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bestie-contact-overlay {
  display: none;
}

.bestie-contact-title,
.bestie-contact-pills,
.bestie-contact-back {
  position: absolute;
  z-index: 2;
}

.bestie-contact-title {
  top: 53px;
  left: 50%;
  margin: 124px 0 0;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 3.5vw, 78px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.bestie-contact-pills {
  top: 149px;
  left: 50%;
  display: flex;
  gap: 34px;
  margin-top: 110px;
  transform: translateX(-50%);
}

.bestie-contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(300px, 18vw, 372px);
  height: 68px;
  min-height: 68px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.bestie-contact-pill::after {
  content: "→";
  display: inline-block;
  flex: 0 0 auto;
  width: 0;
  margin-left: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-8px);
  transition: width 0.28s ease, margin-left 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.bestie-contact-pill:hover,
.bestie-contact-pill:focus-visible,
.bestie-contact-pill.is-clicking {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.bestie-contact-pill:hover::after,
.bestie-contact-pill:focus-visible::after,
.bestie-contact-pill.is-clicking::after {
  width: 0.9em;
  margin-left: 14px;
  opacity: 1;
  transform: translateX(0);
}

.contact-click-burst {
  position: fixed;
  z-index: 9999;
  left: var(--burst-x, 50%);
  top: var(--burst-y, 50%);
  width: clamp(220px, 24vw, 360px);
  height: clamp(220px, 24vw, 360px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.contact-click-burst > svg,
.contact-click-burst > canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.contact-click-fallback {
  position: absolute;
  inset: 0;
}

.contact-click-fallback span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--burst-color, #7cc6ff);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.35);
  animation: contactParticlePop 0.58s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.contact-click-fallback span:nth-child(1) {
  --burst-x: 46px;
  --burst-y: -40px;
  --burst-color: #ffcf36;
}

.contact-click-fallback span:nth-child(2) {
  --burst-x: 58px;
  --burst-y: 22px;
  --burst-color: #45a9ff;
}

.contact-click-fallback span:nth-child(3) {
  --burst-x: 6px;
  --burst-y: 58px;
  --burst-color: #ff9b45;
}

.contact-click-fallback span:nth-child(4) {
  --burst-x: -50px;
  --burst-y: 28px;
  --burst-color: #9ddf88;
}

.contact-click-fallback span:nth-child(5) {
  --burst-x: -52px;
  --burst-y: -30px;
  --burst-color: #d2a8ff;
}

.contact-click-fallback span:nth-child(6) {
  --burst-x: 4px;
  --burst-y: -62px;
  --burst-color: #ff8dbd;
}

.contact-click-fallback::before,
.contact-click-fallback::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%) scale(0.15);
  animation: contactParticleRing 0.58s ease-out forwards;
}

.contact-click-fallback::before {
  width: 72px;
  height: 72px;
}

.contact-click-fallback::after {
  width: 104px;
  height: 104px;
  animation-delay: 0.05s;
}

.bestie-contact-back {
  right: 34px;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(28px, 2vw, 44px);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.bestie-contact-back::after {
  content: " →";
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.bestie-contact-back:hover::after,
.bestie-contact-back:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.hoohoo-page {
  background: #bfe5ff;
}

.hoohoo-hero {
  position: relative;
  height: 100svh;
  min-height: 820px;
  overflow: hidden;
  color: #fff;
  background: #91cdf7;
}

.hoohoo-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: clamp(96px, 11vw, 180px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.16) 54%,
    rgba(255, 255, 255, 0.76) 88%,
    #fff 100%
  );
}

.hoohoo-hero-bg,
.hoohoo-hero-phones,
.hoohoo-hero-title,
.hoohoo-hero-copy,
.hoohoo-hero-bubble,
.hoohoo-hero-sleepy {
  position: absolute;
}

.hoohoo-hero-bg {
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hoohoo-hero-phones {
  --hoohoo-phone-x: -47%;
  z-index: 3;
  left: 50%;
  bottom: 89px;
  width: clamp(385px, 38.35vw, 990px);
  height: auto;
  max-width: none;
  margin-bottom: -90px;
  opacity: 0;
  transform: translateX(var(--hoohoo-phone-x)) translateY(76px);
  animation: hoohooPhoneEnter 1.05s 0.12s cubic-bezier(0.2, 0.82, 0.2, 1) forwards;
  filter: drop-shadow(0 34px 42px rgba(37, 70, 107, 0.2));
  will-change: transform, opacity;
}

.hoohoo-hero-title {
  z-index: 2;
  left: clamp(34px, 2vw, 52px);
  bottom: clamp(44px, 4.2vw, 80px);
  height: 50px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(88px, 7.65vw, 174px);
  font-weight: 900;
  line-height: 0.5;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.hoohoo-hero-copy {
  z-index: 4;
  right: clamp(42px, 7.5vw, 146px);
  bottom: clamp(50px, 5.2vw, 98px);
  max-width: clamp(420px, 24vw, 520px);
  margin: 0 -62px -46px 0;
  color: #fff;
  font-size: clamp(24px, 1.65vw, 34px);
  font-weight: 400;
  line-height: 1.35;
}

.hoohoo-hero-bubble {
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(64px, 5vw, 92px);
  padding: 0 clamp(28px, 2.7vw, 52px);
  border-radius: 999px 999px 999px 20px;
  background: rgba(236, 249, 255, 0.88);
  color: #094676;
  font-size: clamp(27px, 2.05vw, 42px);
  font-weight: 900;
  line-height: 1;
  transform: rotate(-7deg);
  filter: drop-shadow(0 14px 22px rgba(72, 145, 200, 0.14));
}

.hoohoo-hero-bubble-white {
  left: 18%;
  top: 47%;
  width: 202px;
  min-height: 55px;
  padding: 0 26px;
  margin-top: 51px;
  margin-left: 52px;
  border-radius: 999px 999px 20px 999px;
  font-size: 25.7px;
}

.hoohoo-hero-bubble-cozy {
  right: 22.5%;
  bottom: 19%;
  min-width: 126px;
  min-height: 55px;
  padding: 0 44px;
  margin-right: 11px;
  margin-bottom: -5px;
  margin-left: 21px;
  border-radius: 999px 999px 999px 20px;
  font-size: 27.7px;
  transform: rotate(5deg);
}

.hoohoo-float {
  animation: hoohooFloat 3.2s 1.5s ease-in-out infinite;
}

.hoohoo-hero-bubble-cozy.hoohoo-float {
  animation-delay: 1.65s;
}

.hoohoo-hero-sleepy {
  z-index: 4;
  display: grid;
  width: 55px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #36aaf6;
  font-size: 30px;
  box-shadow: 0 10px 22px rgba(23, 135, 219, 0.16);
}

.hoohoo-hero-sleepy-left {
  left: 24.5%;
  top: 39%;
  margin-top: 45px;
  margin-left: 71px;
}

.hoohoo-hero-sleepy-right {
  right: 27%;
  bottom: 26%;
}

.hoohoo-scroll-cue {
  z-index: 6;
  color: #1d2336;
  background: rgba(255, 255, 255, 0.88);
}

.hoohoo-competitive {
  overflow: hidden;
  padding: clamp(170px, 16vw, 300px) 0 clamp(140px, 12vw, 220px);
  background: #fff;
}

.hoohoo-competitive-shell {
  display: grid;
  width: min(calc(100% - 320px), 1600px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1fr);
  gap: clamp(28px, 2.4vw, 46px);
  align-items: start;
}

.hoohoo-competitive-left,
.hoohoo-competitive-right {
  min-width: 0;
}

.hoohoo-competitor-summary {
  padding: clamp(26px, 2.4vw, 46px) clamp(40px, 3.2vw, 62px);
  border-radius: clamp(34px, 3vw, 52px);
  background: #fafafa;
  color: #202239;
}

.hoohoo-competitor-summary header,
.hoohoo-sleepo-content header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hoohoo-competitor-summary header img,
.hoohoo-sleepo-content header img {
  width: clamp(60px, 4.3vw, 82px);
  aspect-ratio: 1;
  flex: 0 0 auto;
}

.hoohoo-competitor-summary h2,
.hoohoo-sleepo-content h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 2.35vw, 46px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.hoohoo-competitor-tags,
.hoohoo-sleepo-tags {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}

.hoohoo-competitor-tags {
  color: #7d7d7d;
}

.hoohoo-competitor-summary > p:last-child {
  margin: 12px 0 0;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.62;
}

.hoohoo-competitor-cloud {
  margin: 30px 0 0;
  overflow: hidden;
  border-radius: clamp(28px, 2.4vw, 42px);
}

.hoohoo-competitor-cloud img {
  display: block;
  width: 100%;
  height: auto;
}

.hoohoo-competitive-title {
  margin: 0 0 clamp(54px, 4vw, 72px);
  color: #191b28;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  width: max-content;
  max-width: 100%;
  font-size: clamp(52px, 3.65vw, 66px);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hoohoo-sleepo-card {
  position: relative;
  min-height: clamp(500px, 31vw, 580px);
  overflow: hidden;
  border-radius: clamp(36px, 3vw, 54px);
  color: #fff;
  isolation: isolate;
}

.hoohoo-sleepo-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hoohoo-sleepo-content {
  position: relative;
  z-index: 2;
  padding: clamp(22px, 2vw, 36px) clamp(35px, 2.6vw, 50px);
}

.hoohoo-sleepo-content h3 {
  color: #fff;
  text-transform: none;
}

.hoohoo-sleepo-tags {
  color: rgba(255, 255, 255, 0.82);
}

.hoohoo-sleepo-text {
  margin: 16px 0 0;
  padding: clamp(22px, 1.65vw, 34px) clamp(35px, 2.65vw, 50px);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.68;
}

.hoohoo-sleepo-screens {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -48px;
  width: min(370px, 52%);
  height: 280px;
  transform: translateX(-50%);
}

.hoohoo-sleepo-screens img {
  position: absolute;
  bottom: 0;
  height: auto;
  filter: drop-shadow(0 20px 28px rgba(35, 76, 112, 0.18));
}

.hoohoo-sleepo-screen-main {
  left: 18%;
  bottom: 41px;
  margin-left: 60px;
  width: 54%;
  z-index: 2;
}

.hoohoo-sleepo-screen-side {
  right: -95px;
  bottom: 46px;
  margin-bottom: 46px;
  width: 48%;
  z-index: 1;
  opacity: 0.9;
}

.hoohoo-background {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(128px, 11vw, 210px) 0 0;
  background:
    linear-gradient(90deg, rgba(205, 236, 255, 0.54) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0) 76%, rgba(205, 236, 255, 0.54) 100%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 34%, #eef9ff 66%, #dff4ff 100%);
}

.hoohoo-background-shell {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: 100%;
}

.hoohoo-background-title {
  margin: 0 0 clamp(56px, 4.6vw, 88px);
  color: #202239;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 4.35vw, 86px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}

.hoohoo-background-book {
  position: relative;
  width: min(76.1vw, 1456px);
  margin: 0 auto;
  perspective: 1800px;
  transform-style: preserve-3d;
}

.hoohoo-background-book-img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.24s ease 0.62s;
}

.hoohoo-background-book.is-visible .hoohoo-background-book-img {
  opacity: 1;
}

.hoohoo-book-page {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  background-image: url("./assets/hoohoo-project-background-book.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 18px 30px rgba(74, 143, 205, 0.12));
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
}

.hoohoo-book-page-left {
  clip-path: inset(0 50% 0 0);
  transform-origin: 50% 50%;
  transform: rotateY(88deg) scaleX(0.88);
}

.hoohoo-book-page-right {
  clip-path: inset(0 0 0 50%);
  transform-origin: 50% 50%;
  transform: rotateY(-88deg) scaleX(0.88);
}

.hoohoo-background-book.is-visible .hoohoo-book-page-left {
  animation: hoohooBookOpenLeft 1.18s 0.08s cubic-bezier(0.16, 0.84, 0.24, 1) forwards;
}

.hoohoo-background-book.is-visible .hoohoo-book-page-right {
  animation: hoohooBookOpenRight 1.18s 0.08s cubic-bezier(0.16, 0.84, 0.24, 1) forwards;
}

.hoohoo-background-clouds {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.hoohoo-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: clamp(58px, 7vw, 128px);
  padding: clamp(92px, 8vw, 148px) clamp(42px, 7vw, 132px);
  background: #fffaf1;
}

.hoohoo-overview-copy span,
.hoohoo-rituals header span,
.hoohoo-showcase-copy span {
  display: block;
  margin-bottom: 18px;
  color: rgba(39, 45, 64, 0.45);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hoohoo-overview-copy h2,
.hoohoo-rituals h2,
.hoohoo-showcase-copy h2 {
  margin: 0;
  color: #232437;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(52px, 5.6vw, 102px);
  font-weight: 500;
  line-height: 0.98;
}

.hoohoo-overview-copy p,
.hoohoo-showcase-copy p {
  max-width: 760px;
  margin: 34px 0 0;
  color: rgba(35, 36, 55, 0.58);
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.55;
}

.hoohoo-overview-facts {
  display: grid;
  align-self: center;
  gap: 14px;
}

.hoohoo-overview-facts article {
  padding: 28px 30px;
  border: 1px solid rgba(42, 47, 70, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

.hoohoo-overview-facts em {
  display: block;
  margin-bottom: 12px;
  color: rgba(35, 36, 55, 0.42);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hoohoo-overview-facts strong {
  color: #202239;
  font-size: clamp(22px, 1.8vw, 34px);
  font-weight: 700;
  line-height: 1.1;
}

.hoohoo-rituals {
  padding: clamp(92px, 8vw, 148px) clamp(42px, 7vw, 132px);
  background: #111827;
}

.hoohoo-rituals-shell {
  color: #fff;
}

.hoohoo-rituals header {
  max-width: 850px;
}

.hoohoo-rituals h2 {
  color: #fff;
}

.hoohoo-ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(54px, 6vw, 92px);
}

.hoohoo-ritual-grid article {
  min-height: 330px;
  padding: clamp(32px, 3vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
}

.hoohoo-ritual-grid span {
  color: #f2c572;
  font-size: 14px;
  font-weight: 800;
}

.hoohoo-ritual-grid h3 {
  margin: 72px 0 18px;
  color: #fff;
  font-size: clamp(25px, 2vw, 38px);
  line-height: 1.1;
}

.hoohoo-ritual-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(16px, 1.15vw, 21px);
  line-height: 1.55;
}

.hoohoo-empty-state {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #83c3e6;
}

.hoohoo-empty-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.hoohoo-empty-board {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  aspect-ratio: 5760 / 4257;
  min-height: 760px;
  margin: 0 auto;
}

.hoohoo-empty-phone,
.hoohoo-empty-copy,
.hoohoo-empty-cards,
.hoohoo-empty-card {
  position: absolute;
}

.hoohoo-empty-phone {
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 41.25%;
  margin: 0;
}

.hoohoo-empty-phone img,
.hoohoo-empty-card img {
  display: block;
  width: 100%;
  height: auto;
}

.hoohoo-empty-copy {
  top: 20.8%;
  right: 6.3%;
  z-index: 2;
  width: 51.35%;
  min-height: 28.2%;
  padding: clamp(34px, 3vw, 78px) clamp(40px, 4vw, 124px);
  border-radius: clamp(22px, 1.8vw, 42px);
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.hoohoo-empty-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 3.55vw, 82px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.hoohoo-empty-copy p {
  max-width: 950px;
  margin: clamp(24px, 2.2vw, 56px) 0 0;
  font-size: clamp(18px, 1.45vw, 32px);
  line-height: 1.5;
}

.hoohoo-empty-cards {
  right: 6.3%;
  bottom: 20.4%;
  z-index: 2;
  display: grid;
  width: 51.35%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.35%;
}

.hoohoo-empty-card {
  position: relative;
  margin: 0;
}

@media (min-width: 1181px) {
  .hoohoo-empty-board {
    margin-bottom: -227px;
  }

  .hoohoo-empty-phone img {
    padding-bottom: 227px;
  }

  .hoohoo-empty-copy {
    margin-top: -34px;
    padding-top: clamp(38px, 3.29vw, 82px);
    padding-bottom: clamp(38px, 3.29vw, 82px);
  }

  .hoohoo-empty-card img {
    margin-bottom: 75px;
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .hoohoo-empty-state {
    min-height: 100svh;
  }

  .hoohoo-empty-board {
    aspect-ratio: auto;
    width: calc(100% - 10px);
    min-height: clamp(695px, 76vw, 900px);
    margin: -23px auto -213px -6px;
    padding: 0 1px 8px 0;
  }

  .hoohoo-empty-phone {
    left: -5%;
    bottom: 0;
    width: clamp(300px, 43vw, 500px);
  }

  .hoohoo-empty-phone img {
    margin-bottom: clamp(110px, 11.5vw, 138px);
  }

  .hoohoo-empty-copy {
    top: clamp(104px, 13vw, 150px);
    right: clamp(28px, 6vw, 72px);
    width: min(58vw, 560px);
    min-height: 0;
    padding: clamp(30px, 4.2vw, 46px) clamp(34px, 5vw, 58px);
    border-radius: clamp(24px, 3vw, 32px);
  }

  .hoohoo-empty-copy h2 {
    font-size: clamp(38px, 5vw, 58px);
  }

  .hoohoo-empty-copy p {
    margin-top: clamp(18px, 2.2vw, 26px);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.48;
  }

  .hoohoo-empty-cards {
    right: clamp(28px, 6vw, 72px);
    bottom: clamp(116px, 15vw, 168px);
    width: min(58vw, 560px);
    gap: clamp(12px, 2.4vw, 24px);
  }
}

.hoohoo-launch-screen {
  position: relative;
  overflow: hidden;
  background: #f1f6ff;
}

.hoohoo-launch-board {
  position: relative;
  width: min(100%, 1920px);
  aspect-ratio: 5760 / 6639;
  min-height: 1200px;
  margin: 0 auto;
  color: #242834;
}

.hoohoo-launch-intro,
.hoohoo-launch-phones,
.hoohoo-launch-note,
.hoohoo-launch-arrow {
  position: absolute;
}

.hoohoo-launch-intro {
  top: 13.85%;
  left: 11.8%;
  z-index: 2;
  width: 76.4%;
  text-align: center;
}

.hoohoo-launch-intro h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(46px, 3.34vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.hoohoo-launch-intro p {
  width: min(100%, 1320px);
  margin: clamp(24px, 1.95vw, 38px) auto 0;
  color: rgba(38, 42, 50, 0.45);
  font-size: clamp(20px, 1.42vw, 30px);
  line-height: 1.42;
}

.hoohoo-launch-phones {
  top: 31.62%;
  left: 31.45%;
  z-index: 3;
  width: clamp(400px, 29.95vw, 575px);
  margin: 0;
}

.hoohoo-launch-phones img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-left: clamp(60px, 4.55vw, 64px);
}

.hoohoo-launch-note {
  z-index: 2;
  margin: 0;
  color: rgba(38, 42, 50, 0.48);
  font-size: clamp(20px, 1.36vw, 29px);
  line-height: 1.54;
}

.hoohoo-launch-note p {
  margin: 0;
}

.hoohoo-launch-note-left {
  top: 46.25%;
  left: 6.2%;
  width: 24.6%;
  font-size: 14px;
}

.hoohoo-launch-note-right {
  right: 6.7%;
  bottom: 14.8%;
  width: 25.1%;
  font-size: 14px;
}

.hoohoo-launch-note-left p {
  margin: 42px -6px 0 0;
}

.hoohoo-launch-note-right p {
  margin: 0 0 6px 20px;
  font-weight: 400;
}

.hoohoo-launch-arrow {
  z-index: 1;
  border-color: rgba(38, 42, 50, 0.46);
  border-style: dashed;
  border-width: 0;
}

.hoohoo-launch-arrow-left {
  left: 19.85%;
  top: 58.5%;
  width: 11.2%;
  height: 11.4%;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-bottom-left-radius: 44px;
}

.hoohoo-launch-arrow-left::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -9px;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 18px solid rgba(38, 42, 50, 0.46);
}

.hoohoo-launch-arrow-right {
  right: 13.6%;
  bottom: 25.35%;
  width: 7.8%;
  height: 7.45%;
  border-top-width: 3px;
  border-right-width: 3px;
  border-top-right-radius: 42px;
}

.hoohoo-launch-arrow-right::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 18px solid rgba(38, 42, 50, 0.46);
}

@media (min-width: 1281px) {
  .hoohoo-launch-board {
    aspect-ratio: auto;
    height: 86.4vw;
    min-height: 1200px;
    max-height: 1660px;
  }

  .hoohoo-launch-phones img {
    margin-top: -24px;
  }
}

@media (min-width: 1181px) and (max-width: 1280px) {
  .hoohoo-launch-board {
    aspect-ratio: auto;
    height: 1200px;
    min-height: 1200px;
  }
}

@media (max-width: 1180px) {
  .hoohoo-launch-board {
    aspect-ratio: auto;
    min-height: 980px;
    padding: 120px 32px 92px;
  }

  .hoohoo-launch-intro,
  .hoohoo-launch-phones,
  .hoohoo-launch-note,
  .hoohoo-launch-arrow {
    position: relative;
  }

  .hoohoo-launch-intro {
    top: auto;
    left: auto;
    width: min(100%, 820px);
    margin: 0 auto;
  }

  .hoohoo-launch-intro h2 {
    font-size: clamp(42px, 6vw, 60px);
  }

  .hoohoo-launch-intro p {
    margin-top: 34px;
    font-size: clamp(18px, 2.5vw, 24px);
  }

  .hoohoo-launch-phones {
    top: auto;
    left: auto;
    width: min(53.4vw, 520px);
    margin: 82px auto 0;
  }

  .hoohoo-launch-phones img {
    margin-left: clamp(0px, calc((100vw - 640px) * 0.185), 46px);
  }

  .hoohoo-launch-note {
    font-size: clamp(17px, 2.2vw, 22px);
    line-height: 1.48;
  }

  .hoohoo-launch-note-left,
  .hoohoo-launch-note-right {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 620px);
    margin: 42px auto 0;
    font-size: clamp(17px, 2.2vw, 22px);
    text-align: center;
  }

  .hoohoo-launch-note-left p,
  .hoohoo-launch-note-right p {
    margin: 0;
  }

  .hoohoo-launch-arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .hoohoo-launch-board {
    min-height: auto;
    padding: 84px 18px 76px;
  }

  .hoohoo-launch-intro h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .hoohoo-launch-intro p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hoohoo-launch-phones {
    width: min(76vw, 292px);
    margin-top: 58px;
  }

  .hoohoo-launch-phones img {
    margin-left: 0;
  }

  .hoohoo-launch-note {
    font-size: 16px;
    text-align: left;
  }

  .hoohoo-launch-note-left,
  .hoohoo-launch-note-right {
    margin-top: 34px;
    font-size: 16px;
  }
}

.hoohoo-home-screen {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hoohoo-home-board {
  position: relative;
  width: min(100%, 1920px);
  height: clamp(720px, 57.9vw, 1112px);
  min-height: 720px;
  margin: 0 auto;
  padding-top: 10.35%;
}

.hoohoo-home-summary {
  width: min(76.8%, 1475px);
  margin: 0 auto;
  color: rgba(31, 35, 41, 0.48);
  font-size: clamp(19px, 1.34vw, 27px);
  line-height: 1.42;
  text-align: center;
}

.hoohoo-home-panel {
  width: min(73.65vw, 1414px);
  margin: 5.25% auto 0;
}

.hoohoo-home-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(28px, 3.13vw, 60px);
}

@media (max-width: 1180px) {
  .hoohoo-home-board {
    aspect-ratio: auto;
    min-height: auto;
    padding: 104px 24px 92px;
  }

  .hoohoo-home-summary {
    width: min(100%, 860px);
    font-size: clamp(18px, 2.5vw, 24px);
  }

  .hoohoo-home-panel {
    width: min(100%, 960px);
    margin-top: 58px;
  }
}

@media (max-width: 640px) {
  .hoohoo-home-board {
    padding: 82px 16px 72px;
  }

  .hoohoo-home-summary {
    font-size: 16px;
    line-height: 1.45;
  }

  .hoohoo-home-panel {
    width: calc(100vw - 32px);
    margin-top: 42px;
  }

  .hoohoo-home-panel img {
    border-radius: 24px;
  }
}

.hoohoo-community-screen {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hoohoo-community-board {
  position: relative;
  width: min(86.06vw, 1350px);
  height: clamp(900px, 76.3vw, 1197px);
  min-height: 900px;
  margin: 0 auto;
  padding-top: 10.6%;
}

.hoohoo-community-bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: clamp(58px, 4.74vw, 91px);
  margin-left: 5.75%;
  padding: 0 clamp(36px, 2.9vw, 58px);
  border-radius: 999px;
  color: #fff;
  background: #76bdff;
  font-size: clamp(24px, 1.86vw, 36px);
  font-weight: 700;
  line-height: 1.1;
  animation: hoohooCommunityBubbleFade 3.8s ease-in-out infinite;
}

.hoohoo-community-bubble::after {
  content: "";
  position: absolute;
  left: 22.6%;
  bottom: -27px;
  width: 0;
  height: 0;
  border-top: 32px solid #76bdff;
  border-right: 28px solid transparent;
  border-left: 0 solid transparent;
}

.hoohoo-community-grid {
  display: grid;
  width: 87.5%;
  margin: 4.55% auto 0;
  grid-template-columns: 44.5% 53.5%;
  grid-template-rows: auto auto;
  gap: clamp(28px, 2.05vw, 40px) 2%;
}

.hoohoo-community-card {
  margin: 0;
}

.hoohoo-community-phone {
  grid-row: 1 / 3;
}

.hoohoo-community-card img {
  display: block;
  width: 100%;
  height: auto;
}

.hoohoo-community-summary {
  width: min(70.6%, 1355px);
  margin: 5.65% auto 0;
  color: rgba(31, 35, 41, 0.5);
  font-size: clamp(18px, 1.18vw, 23px);
  line-height: 1.72;
  text-align: center;
}

@keyframes hoohooCommunityBubbleFade {
  0%,
  100% {
    opacity: 1;
  }

  55% {
    opacity: 0.58;
  }
}

@media (max-width: 1180px) {
  .hoohoo-community-board {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 96px 24px 92px;
  }

  .hoohoo-community-bubble {
    margin-left: 0;
    min-height: 58px;
    padding: 0 28px;
    font-size: clamp(20px, 3vw, 28px);
  }

  .hoohoo-community-bubble::after {
    bottom: -22px;
    border-top-width: 26px;
    border-right-width: 22px;
  }

  .hoohoo-community-grid {
    width: min(100%, 960px);
    margin-top: 62px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hoohoo-community-phone {
    grid-row: auto;
  }

  .hoohoo-community-summary {
    width: min(100%, 820px);
    margin-top: 52px;
    font-size: clamp(17px, 2.3vw, 22px);
    line-height: 1.56;
  }
}

@media (max-width: 640px) {
  .hoohoo-community-board {
    padding: 78px 16px 74px;
  }

  .hoohoo-community-bubble {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 24px;
    font-size: 20px;
    text-align: center;
  }

  .hoohoo-community-bubble::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .hoohoo-community-grid {
    margin-top: 52px;
    gap: 18px;
  }

  .hoohoo-community-card img {
    border-radius: 24px;
  }

  .hoohoo-community-summary {
    margin-top: 36px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.hoohoo-player-interface {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hoohoo-player-board {
  position: relative;
  width: min(100%, 1920px);
  height: clamp(660px, 53.75vw, 1032px);
  min-height: 660px;
  margin: 0 auto;
  background: #fff;
}

.hoohoo-player-stage {
  position: absolute;
  top: 15.95%;
  left: 50%;
  width: 87.5%;
  height: 53.1%;
  min-height: 350px;
  transform: translateX(-50%);
  border-radius: clamp(28px, 2.08vw, 40px);
}

.hoohoo-player-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: #fff;
  box-shadow: 0 28px 70px rgba(23, 31, 48, 0.08);
}

.hoohoo-player-window {
  --hoohoo-player-card-width: clamp(136px, 13.55vw, 260px);
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
}

.hoohoo-player-track {
  position: absolute;
  top: 9.35%;
  left: calc(-1 * var(--hoohoo-player-card-width));
  display: flex;
  width: max-content;
  animation: hoohooPlayerCardsLoop 36s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}

.hoohoo-player-track-group {
  display: flex;
  align-items: flex-start;
  gap: clamp(38px, 2.78vw, 54px);
  padding-right: clamp(38px, 2.78vw, 54px);
}

.hoohoo-player-interface.is-player-carousel-active .hoohoo-player-track {
  animation-play-state: running;
}

.hoohoo-player-stage[style*="visibility: visible"] .hoohoo-player-track {
  animation-play-state: running;
}

.hoohoo-player-item,
.hoohoo-player-phone {
  margin: 0;
}

.hoohoo-player-item {
  flex: 0 0 var(--hoohoo-player-card-width);
  color: #333;
  text-align: center;
}

.hoohoo-player-item img {
  width: 100%;
  height: auto;
  border-radius: 12%;
  opacity: 0.46;
  filter: saturate(0.86);
}

.hoohoo-player-item figcaption {
  display: grid;
  gap: clamp(10px, 0.94vw, 18px);
  margin-top: clamp(18px, 1.46vw, 28px);
}

.hoohoo-player-item strong {
  font-size: clamp(22px, 1.56vw, 30px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.hoohoo-player-item span {
  color: rgba(43, 43, 43, 0.35);
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 300;
  line-height: 1.25;
}

.hoohoo-player-phone {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -0.15%;
  width: 25.4%;
  transform: translateX(-50%);
}

.hoohoo-player-phone img {
  width: 100%;
  height: auto;
}

.hoohoo-player-copy {
  position: absolute;
  left: 6.25%;
  right: 6.25%;
  bottom: 12%;
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(420px, 1fr);
  gap: clamp(48px, 7.2vw, 138px);
  align-items: start;
}

.hoohoo-player-copy h2 {
  margin: 0;
  color: #1d2028;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 3.54vw, 68px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
}

.hoohoo-player-copy p {
  max-width: 760px;
  margin: 0.5% 0 0;
  color: rgba(35, 35, 35, 0.42);
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 300;
  line-height: 1.45;
  text-align: center;
}

@keyframes hoohooPlayerCardsLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

@media (max-width: 1180px) {
  .hoohoo-player-board {
    width: 100%;
    height: clamp(760px, 82vw, 920px);
    min-height: 760px;
  }

  .hoohoo-player-stage {
    top: 13.5%;
    width: calc(100% - 48px);
    height: 48%;
    min-height: 330px;
    border-radius: 30px;
  }

  .hoohoo-player-track {
    top: 12%;
    animation-duration: 32s;
  }

  .hoohoo-player-window {
    --hoohoo-player-card-width: clamp(132px, 18.5vw, 190px);
  }

  .hoohoo-player-track-group {
    gap: clamp(24px, 3.4vw, 36px);
    padding-right: clamp(24px, 3.4vw, 36px);
  }

  .hoohoo-player-item figcaption {
    gap: 8px;
    margin-top: 18px;
  }

  .hoohoo-player-item strong {
    font-size: clamp(18px, 2.3vw, 24px);
  }

  .hoohoo-player-item span {
    font-size: clamp(12px, 1.8vw, 16px);
  }

  .hoohoo-player-phone {
    width: min(37vw, 360px);
  }

  .hoohoo-player-copy {
    left: 24px;
    right: 24px;
    bottom: 10%;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hoohoo-player-copy h2 {
    font-size: clamp(42px, 7vw, 58px);
  }

  .hoohoo-player-copy p {
    max-width: 720px;
    margin: 0 auto;
    font-size: clamp(17px, 2.2vw, 21px);
  }
}

@media (max-width: 640px) {
  .hoohoo-player-board {
    height: auto;
    min-height: 0;
    padding: 78px 16px 72px;
  }

  .hoohoo-player-stage {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 520px;
    min-height: 0;
    transform: none;
    border-radius: 26px;
  }

  .hoohoo-player-track {
    top: 50px;
    animation-duration: 28s;
  }

  .hoohoo-player-window {
    --hoohoo-player-card-width: min(34vw, 150px);
  }

  .hoohoo-player-track-group {
    gap: 18px;
    padding-right: 18px;
  }

  .hoohoo-player-item img {
    opacity: 0.34;
  }

  .hoohoo-player-item figcaption {
    gap: 6px;
    margin-top: 14px;
  }

  .hoohoo-player-item strong {
    font-size: 18px;
  }

  .hoohoo-player-item span {
    font-size: 12px;
  }

  .hoohoo-player-phone {
    bottom: -8px;
    width: min(62vw, 300px);
  }

  .hoohoo-player-copy {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 44px;
    gap: 20px;
  }

  .hoohoo-player-copy h2 {
    font-size: clamp(38px, 10vw, 48px);
    line-height: 0.98;
  }

  .hoohoo-player-copy p {
    font-size: 16px;
    line-height: 1.48;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hoohoo-player-track {
    animation: none;
  }
}

.hoohoo-quality-screen {
  position: relative;
  overflow: hidden;
  background: #d8ecfb;
}

.hoohoo-quality-board {
  position: relative;
  width: min(100%, 1920px);
  height: clamp(820px, 86.2vw, 1655px);
  min-height: 820px;
  margin: 0 auto;
  overflow: hidden;
}

.hoohoo-quality-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hoohoo-quality-phones,
.hoohoo-quality-dreams,
.hoohoo-quality-bubble {
  position: absolute;
  z-index: 2;
  margin: 0;
}

.hoohoo-quality-phones {
  left: 49.95%;
  bottom: 11.1%;
  width: 38.18%;
  transform: translateX(calc(-50% + 16px));
}

.hoohoo-quality-phones img,
.hoohoo-quality-dreams img,
.hoohoo-quality-bubble img {
  width: 100%;
  height: auto;
}

.hoohoo-quality-dreams {
  left: 8.08%;
  bottom: 28.8%;
  width: 21.15%;
}

.hoohoo-quality-dreams figcaption {
  margin: 0 0 clamp(10px, 0.83vw, 16px);
  color: #fff;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.hoohoo-quality-bubble {
  right: 5.7%;
  bottom: 43.4%;
  width: 22.55%;
}

.hoohoo-quality-path {
  position: absolute;
  z-index: 1;
  left: 17.72%;
  bottom: 22.05%;
  width: 10.85%;
  height: 6.05%;
  border-left: 3px dashed rgba(255, 255, 255, 0.9);
  border-bottom: 3px dashed rgba(255, 255, 255, 0.9);
}

.hoohoo-quality-path::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid rgba(255, 255, 255, 0.95);
}

.hoohoo-quality-summary {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 8.82%;
  margin: 0;
  padding: clamp(22px, 1.75vw, 34px) clamp(28px, 14.4vw, 276px);
  display: grid;
  place-items: center;
  color: #707070;
  background: rgba(241, 250, 255, 0.82);
  font-size: clamp(16px, 1.1vw, 21px);
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 1180px) {
  .hoohoo-quality-board {
    height: clamp(760px, 95vw, 1040px);
    min-height: 760px;
  }

  .hoohoo-quality-phones {
    left: 50%;
    bottom: 13.5%;
    width: min(43.3vw, 374px);
  }

  .hoohoo-quality-dreams {
    left: 5.4%;
    bottom: 32.5%;
    width: min(28vw, 280px);
  }

  .hoohoo-quality-bubble {
    right: 4.2%;
    bottom: 46%;
    width: min(28vw, 280px);
  }

  .hoohoo-quality-path {
    left: 18%;
    bottom: 25%;
    width: 13%;
    height: 6.5%;
  }

  .hoohoo-quality-summary {
    padding-right: clamp(24px, 8vw, 96px);
    padding-left: clamp(24px, 8vw, 96px);
    font-size: clamp(15px, 1.7vw, 16.6px);
  }
}

@media (max-width: 640px) {
  .hoohoo-quality-board {
    height: 860px;
    min-height: 0;
  }

  .hoohoo-quality-bg {
    object-position: 52% 50%;
  }

  .hoohoo-quality-phones {
    bottom: 18%;
    width: min(76vw, 390px);
  }

  .hoohoo-quality-dreams {
    left: 5%;
    bottom: 53%;
    width: min(43vw, 220px);
  }

  .hoohoo-quality-dreams figcaption {
    font-size: 15px;
  }

  .hoohoo-quality-bubble {
    right: 4%;
    bottom: 43%;
    width: min(46vw, 230px);
  }

  .hoohoo-quality-path {
    display: none;
  }

  .hoohoo-quality-summary {
    min-height: 128px;
    padding: 22px 20px;
    font-size: 14px;
    line-height: 1.55;
  }
}

.hoohoo-tracking-screen {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.96) 0 22%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #eff9ff 0%, #f7fbff 46%, #eaf5ff 100%);
}

.hoohoo-tracking-board {
  position: relative;
  width: min(100%, 1920px);
  height: clamp(760px, 69.9vw, 1342px);
  min-height: 760px;
  margin: 0 auto;
  overflow: hidden;
}

.hoohoo-tracking-intro {
  position: relative;
  z-index: 2;
  width: min(62.8%, 1206px);
  margin: 0 auto;
  padding-top: 15.1%;
  text-align: center;
}

.hoohoo-tracking-intro h2 {
  margin: 0;
  color: #20212a;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 2.9vw, 56px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.hoohoo-tracking-intro p {
  margin: clamp(22px, 1.98vw, 38px) 0 0;
  color: #949494;
  font-size: clamp(16px, 1.1vw, 21px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.hoohoo-tracking-phone {
  position: absolute;
  margin: 0;
}

.hoohoo-tracking-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.hoohoo-tracking-phone-night {
  z-index: 1;
  left: 10.75%;
  bottom: calc(10.6% - 112px);
  width: 20.96%;
}

.hoohoo-tracking-phone-record {
  z-index: 3;
  left: 50%;
  bottom: calc(3.2% - 33px);
  width: 30.98%;
  transform: translateX(-50%);
}

.hoohoo-tracking-phone-day {
  z-index: 1;
  right: 10.75%;
  bottom: calc(10.6% - 112px);
  width: 20.96%;
}

@media (max-width: 1180px) {
  .hoohoo-tracking-board {
    height: clamp(700px, 86vw, 900px);
    min-height: 700px;
  }

  .hoohoo-tracking-intro {
    width: min(82%, 820px);
    padding-top: 112px;
  }

  .hoohoo-tracking-intro h2 {
    font-size: clamp(32px, 4.6vw, 46px);
  }

  .hoohoo-tracking-intro p {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
  }

  .hoohoo-tracking-phone-night {
    left: 5.8%;
    bottom: calc(10% - 82px);
    width: min(23.68vw, 218px);
  }

  .hoohoo-tracking-phone-record {
    bottom: calc(3.5% - 82px);
    width: min(35.4vw, 326px);
  }

  .hoohoo-tracking-phone-day {
    right: 5.8%;
    bottom: calc(10% - 82px);
    width: min(23.68vw, 218px);
  }
}

@media (max-width: 640px) {
  .hoohoo-tracking-board {
    height: 790px;
    min-height: 0;
  }

  .hoohoo-tracking-intro {
    width: calc(100% - 36px);
    padding-top: 82px;
  }

  .hoohoo-tracking-intro h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .hoohoo-tracking-intro p {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .hoohoo-tracking-phone-night,
  .hoohoo-tracking-phone-day {
    bottom: 92px;
    width: min(42vw, 190px);
  }

  .hoohoo-tracking-phone-night {
    left: -8%;
  }

  .hoohoo-tracking-phone-record {
    bottom: 34px;
    width: min(62vw, 290px);
  }

  .hoohoo-tracking-phone-day {
    right: -8%;
  }
}

.hoohoo-checkin-screen {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hoohoo-checkin-board {
  position: relative;
  width: min(100%, 1920px);
  height: clamp(780px, 68.333vw, 1312px);
  min-height: 780px;
  margin: 0 auto;
  overflow: hidden;
}

.hoohoo-checkin-card,
.hoohoo-checkin-note-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(28px, 2.5vw, 48px);
}

.hoohoo-checkin-card img,
.hoohoo-checkin-note-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hoohoo-checkin-phone-card {
  left: 7.29%;
  bottom: 15.6%;
  width: 28%;
  height: 58.2%;
  background: #f4e1f4;
}

.hoohoo-checkin-phone-card img {
  object-position: center;
}

.hoohoo-checkin-tasks-card {
  left: 35.86%;
  top: 26.1%;
  width: 31%;
  height: 28.15%;
  background: #f5f5f5;
}

.hoohoo-checkin-tasks-card img {
  object-position: center;
}

.hoohoo-checkin-store-card {
  left: 35.86%;
  bottom: 15.15%;
  width: 31%;
  height: 28.15%;
  background: #edf3e1;
}

.hoohoo-checkin-store-card img {
  object-position: center;
}

.hoohoo-checkin-note-card {
  right: 7.29%;
  bottom: 15.18%;
  width: 25.2%;
  height: 59.35%;
  background: #eaf3ff;
  border-radius: clamp(30px, 2.7vw, 52px);
}

.hoohoo-checkin-note-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .hoohoo-checkin-board {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: clamp(22px, 3.4vw, 36px);
    height: auto;
    min-height: 0;
    padding: clamp(72px, 9vw, 106px) clamp(64px, 15.8vw, 140px);
    overflow: visible;
  }

  .hoohoo-checkin-card,
  .hoohoo-checkin-note-card {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
  }

  .hoohoo-checkin-phone-card {
    grid-row: span 2;
    aspect-ratio: 1605 / 2292;
  }

  .hoohoo-checkin-phone-card img {
    object-position: center;
  }

  .hoohoo-checkin-tasks-card,
  .hoohoo-checkin-store-card {
    aspect-ratio: 1782 / 1113;
  }

  .hoohoo-checkin-tasks-card img {
    object-position: center;
  }

  .hoohoo-checkin-store-card img {
    object-position: center;
  }

  .hoohoo-checkin-note-card {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(54vw, 420px);
    aspect-ratio: 1449 / 2328;
  }
}

@media (max-width: 640px) {
  .hoohoo-checkin-board {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 58px clamp(24px, 8vw, 140px);
  }

  .hoohoo-checkin-card,
  .hoohoo-checkin-note-card {
    border-radius: 28px;
  }

  .hoohoo-checkin-phone-card {
    width: min(100%, 380px);
    margin: 0 auto;
  }

  .hoohoo-checkin-tasks-card,
  .hoohoo-checkin-store-card {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .hoohoo-checkin-note-card {
    width: min(100%, 360px);
    margin: 0 auto;
  }
}

.hoohoo-data-screen {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hoohoo-data-board {
  position: relative;
  width: min(100%, 1920px);
  height: clamp(760px, 65.68vw, 1261px);
  min-height: 760px;
  margin: 0 auto;
  overflow: hidden;
}

.hoohoo-data-board::before {
  content: "";
  position: absolute;
  left: 7.43%;
  right: 7.43%;
  top: 8.7%;
  bottom: 7.95%;
  border-radius: clamp(30px, 2.5vw, 48px);
  background: #f5f5f5;
}

.hoohoo-data-copy {
  position: absolute;
  z-index: 2;
  left: 11.67%;
  top: 20.35%;
  width: 39.8%;
  margin: 0;
}

.hoohoo-data-copy h2 {
  margin: 0;
  color: #050505;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 2.85vw, 55px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.hoohoo-data-copy p {
  width: min(100%, 790px);
  margin: clamp(30px, 3.2vw, 62px) 0 0;
  color: #5f5f5f;
  font-size: clamp(18px, 1.39vw, 26px);
  font-weight: 300;
  line-height: 1.62;
  letter-spacing: 0;
}

.hoohoo-data-copy p + p {
  margin-top: clamp(20px, 1.39vw, 27px);
}

.hoohoo-data-card-stack {
  position: absolute;
  z-index: 2;
  right: calc(7.43% + 30px);
  top: 8.7%;
  width: 28.35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.hoohoo-data-card {
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.hoohoo-data-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hoohoo-data-score-card {
  aspect-ratio: 1620 / 1062;
  border-radius: clamp(26px, 2.3vw, 44px);
}

.hoohoo-data-chart-card {
  aspect-ratio: 1620 / 1773;
  border-radius: clamp(26px, 2.3vw, 44px);
}

@media (max-width: 1180px) {
  .hoohoo-data-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    height: auto;
    min-height: 0;
    padding: clamp(64px, 8vw, 96px) clamp(72px, 15.67vw, 160px);
    overflow: visible;
  }

  .hoohoo-data-board::before {
    inset: clamp(38px, 5.4vw, 64px) clamp(48px, 10vw, 104px);
  }

  .hoohoo-data-copy,
  .hoohoo-data-card-stack {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hoohoo-data-copy {
    max-width: 720px;
    padding: clamp(24px, 3.8vw, 42px) 0 0;
  }

  .hoohoo-data-copy h2 {
    font-size: clamp(36px, 5.8vw, 52px);
  }

  .hoohoo-data-copy p {
    margin-top: clamp(26px, 4vw, 38px);
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 300;
    line-height: 1.58;
  }

  .hoohoo-data-copy p + p {
    margin-top: 20px;
  }

  .hoohoo-data-card-stack {
    justify-self: center;
    width: min(100%, 480px);
    gap: 26px;
  }
}

@media (max-width: 640px) {
  .hoohoo-data-board {
    padding: 54px clamp(28px, 10vw, 160px);
  }

  .hoohoo-data-board::before {
    inset: 26px 16px;
    border-radius: 28px;
  }

  .hoohoo-data-copy {
    padding-top: 10px;
  }

  .hoohoo-data-copy h2 {
    font-size: clamp(30px, 8.4vw, 40px);
    line-height: 1.08;
  }

  .hoohoo-data-copy p {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hoohoo-data-copy p + p {
    margin-top: 24px;
  }

  .hoohoo-data-card {
    border-radius: 24px;
  }
}

.hoohoo-indicators-screen {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hoohoo-indicators-board {
  position: relative;
  width: min(100%, 1920px);
  height: clamp(852px, 73.98vw, 1420px);
  min-height: 840px;
  margin: 0 auto -98px;
  overflow: hidden;
  background: linear-gradient(180deg, #87c6ea 0%, #b7d7df 100%);
}

.hoohoo-indicators-phone,
.hoohoo-indicators-card,
.hoohoo-indicators-koala {
  position: absolute;
  z-index: 2;
  margin: 0;
}

.hoohoo-indicators-phone img,
.hoohoo-indicators-card img,
.hoohoo-indicators-koala img {
  display: block;
  width: 100%;
  height: auto;
}

.hoohoo-indicators-phone img {
  margin-bottom: clamp(366px, 33.42vw, 473px);
}

.hoohoo-indicators-phone {
  left: 6.8%;
  bottom: -34.2%;
  width: 34.92%;
}

.hoohoo-indicators-cards {
  position: absolute;
  z-index: 3;
  left: 43.68%;
  top: 19.7%;
  width: 49.7%;
  display: grid;
  grid-template-columns: 1.11fr 0.98fr 0.96fr;
  gap: 1.48%;
  align-items: stretch;
}

.hoohoo-indicators-card {
  position: relative;
  overflow: hidden;
  border-radius: clamp(24px, 1.88vw, 36px);
}

.hoohoo-indicators-card img {
  height: 100%;
  object-fit: cover;
}

.hoohoo-indicators-card-activity {
  aspect-ratio: 981 / 805;
}

.hoohoo-indicators-card-phoneuse {
  aspect-ratio: 867 / 805;
}

.hoohoo-indicators-card-playback {
  aspect-ratio: 847 / 805;
}

.hoohoo-indicators-copy {
  position: absolute;
  z-index: 3;
  left: 43.68%;
  top: calc(47.42% - 38px);
  width: 48.6%;
  margin: 0;
  color: #ffffff;
}

.hoohoo-indicators-copy p {
  margin: 0;
  font-size: clamp(16px, 1.21vw, 22px);
  font-weight: 300;
  line-height: 1.34;
  letter-spacing: 0.01em;
}

.hoohoo-indicators-copy p + p {
  margin-top: clamp(26px, 2.2vw, 42px);
}

.hoohoo-indicators-bubble {
  position: absolute;
  z-index: 4;
  left: 60.73%;
  bottom: calc(24.25% + 20px);
  min-width: 19.6%;
  padding: clamp(12px, 0.95vw, 18px) clamp(24px, 1.78vw, 34px);
  border-radius: 999px;
  background: #48aef8;
  color: #ffffff;
  font-size: clamp(15px, 1.32vw, 25px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.hoohoo-indicators-bubble::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  width: 34px;
  height: 26px;
  background: #48aef8;
  clip-path: polygon(0 0, 100% 100%, 68% 0);
}

.hoohoo-indicators-koala {
  right: calc(6.4% - 5px);
  bottom: calc(2.8% + 67px);
  width: 13.5%;
}

@media (max-width: 1180px) {
  .hoohoo-indicators-board {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
    gap: 28px 34px;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: clamp(70px, 9vw, 104px) clamp(64px, 15.67vw, 160px);
    overflow: hidden;
  }

  .hoohoo-indicators-phone,
  .hoohoo-indicators-cards,
  .hoohoo-indicators-copy,
  .hoohoo-indicators-bubble,
  .hoohoo-indicators-koala {
    position: relative;
    inset: auto;
    width: auto;
  }

  .hoohoo-indicators-phone {
    grid-row: 1 / span 4;
    align-self: end;
    width: min(100%, 360px);
    margin: 0 auto -32%;
  }

  .hoohoo-indicators-phone img {
    margin-bottom: 0;
  }

  .hoohoo-indicators-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hoohoo-indicators-card {
    width: min(100%, 340px);
    justify-self: center;
  }

  .hoohoo-indicators-copy {
    color: #ffffff;
  }

  .hoohoo-indicators-copy p {
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 300;
    line-height: 1.42;
  }

  .hoohoo-indicators-bubble {
    justify-self: center;
    min-width: 0;
    width: fit-content;
    margin-top: 12px;
  }

  .hoohoo-indicators-koala {
    justify-self: center;
    width: min(56%, 260px);
  }
}

@media (max-width: 760px) {
  .hoohoo-indicators-board {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 72px clamp(26px, 9vw, 70px) 64px;
    overflow: hidden;
  }

  .hoohoo-indicators-phone {
    order: 1;
    width: min(86vw, 360px);
    margin: -48% auto -26%;
  }

  .hoohoo-indicators-phone img {
    margin-bottom: 0;
  }

  .hoohoo-indicators-cards {
    order: 2;
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(78vw, 330px);
  }

  .hoohoo-indicators-card {
    width: 100%;
    max-width: 330px;
  }

  .hoohoo-indicators-copy {
    order: 3;
    width: min(100%, 470px);
    margin-top: 8px;
  }

  .hoohoo-indicators-copy p {
    font-size: clamp(14px, 2.45vw, 16px);
    line-height: 1.45;
  }

  .hoohoo-indicators-copy p + p {
    margin-top: 18px;
  }

  .hoohoo-indicators-bubble {
    order: 4;
    max-width: min(100%, 310px);
    font-size: clamp(14px, 2.35vw, 15px);
    white-space: normal;
  }

  .hoohoo-indicators-koala {
    order: 5;
    width: min(56vw, 210px);
    margin: -2px auto 0;
  }
}

.hoohoo-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(46px, 6vw, 116px);
  align-items: center;
  padding: clamp(84px, 8vw, 142px) clamp(42px, 7vw, 132px);
  overflow: hidden;
  background: #f6f0e5;
}

.hoohoo-showcase-phone {
  margin: 0;
}

.hoohoo-showcase-phone img {
  width: min(100%, 940px);
  border-radius: clamp(26px, 2.5vw, 46px);
  box-shadow: 0 30px 74px rgba(59, 45, 34, 0.17);
}

.hoohoo-logo-design {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 76px) 0;
  background: #fff;
}

.hoohoo-logo-design-board {
  position: relative;
  width: min(86vw, 1640px);
  aspect-ratio: 5760 / 5400;
  margin: 0 auto;
  background: #fff;
}

.hoohoo-logo-design-intro {
  position: absolute;
  top: 15.82%;
  left: 16%;
  z-index: 2;
  width: 68%;
  text-align: center;
}

.hoohoo-logo-design-intro h2 {
  margin: 0;
  color: #202239;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 3.25vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hoohoo-logo-design-intro p {
  max-width: 100%;
  margin: 1.75% auto 0;
  color: rgba(35, 36, 55, 0.48);
  font-size: clamp(13px, 1.34vw, 26px);
  font-weight: 400;
  line-height: 1.42;
}

.hoohoo-logo-design-tile {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: clamp(20px, 2.6vw, 88px);
}

.hoohoo-logo-design-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hoohoo-logo-design-tile-badge {
  top: 33.9%;
  left: 6.25%;
  width: 27.1875%;
  height: 32.1111%;
  background: #f7f6f8;
}

.hoohoo-logo-design-tile-room {
  top: 33.9%;
  left: 34.9%;
  width: 24.0625%;
  height: 32.1296%;
  background: #d8d3cd;
}

.hoohoo-logo-design-tile-blue {
  top: 67.9%;
  left: 6.25%;
  width: 53.125%;
  height: 18.7778%;
  background: #7ebff5;
}

.hoohoo-logo-design-tile-dark {
  top: 33.9%;
  left: 60.625%;
  width: 33.125%;
  height: 52.5556%;
  background: #000;
}

@media (max-width: 1180px) {
  .hoohoo-logo-design-board {
    width: min(88vw, 980px);
  }

  .hoohoo-logo-design-intro {
    left: 12%;
    width: 76%;
  }

  .hoohoo-logo-design-intro h2 {
    font-size: clamp(30px, 4.4vw, 52px);
  }

  .hoohoo-logo-design-intro p {
    max-width: 100%;
    font-size: clamp(13px, 1.9vw, 22px);
  }
}

@media (max-width: 760px) {
  .hoohoo-logo-design {
    padding: 42px 0 58px;
  }

  .hoohoo-logo-design-board {
    width: 92vw;
  }

  .hoohoo-logo-design-intro {
    left: 7%;
    width: 86%;
  }

  .hoohoo-logo-design-intro h2 {
    font-size: clamp(25px, 6vw, 38px);
  }

  .hoohoo-logo-design-intro p {
    max-width: 100%;
    font-size: clamp(11px, 2.6vw, 15px);
    line-height: 1.42;
  }
}

.hoohoo-ip-design {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 4.8vw, 88px) 0 clamp(68px, 6.4vw, 120px);
  background: #fff;
}

.hoohoo-ip-design-board {
  position: relative;
  width: min(86vw, 1640px);
  aspect-ratio: 5760 / 5586;
  margin: 0 auto;
  background: #fff;
}

.hoohoo-ip-concept {
  position: absolute;
  top: 12.8%;
  left: 6%;
  z-index: 2;
  width: 88%;
  margin: 0;
  color: rgba(35, 36, 55, 0.48);
  font-size: clamp(13px, 1.32vw, 26px);
  font-weight: 400;
  line-height: 1.44;
  text-align: center;
}

.hoohoo-ip-three-views,
.hoohoo-ip-source {
  position: absolute;
  margin: 0;
}

.hoohoo-ip-three-views {
  top: 23.9%;
  left: 6.25%;
  width: 87.1875%;
}

.hoohoo-ip-three-views img {
  width: 100%;
  height: auto;
}

.hoohoo-ip-view-labels,
.hoohoo-ip-source-labels {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  color: rgba(0, 0, 0, 0.28);
  font-size: clamp(10px, 1.02vw, 20px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.hoohoo-ip-view-labels {
  top: 54.6%;
}

.hoohoo-ip-view-labels span,
.hoohoo-ip-source-labels span {
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.hoohoo-ip-view-labels span:nth-child(1) {
  left: 21.4%;
}

.hoohoo-ip-view-labels span:nth-child(2) {
  left: 50.3%;
}

.hoohoo-ip-view-labels span:nth-child(3) {
  left: 78.15%;
}

.hoohoo-ip-source {
  top: 66%;
  width: 14.9%;
  aspect-ratio: 858 / 834;
  overflow: hidden;
  border-radius: 50%;
}

.hoohoo-ip-source img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hoohoo-ip-source-koala {
  left: 9.65%;
}

.hoohoo-ip-source-mask {
  left: 31.95%;
}

.hoohoo-ip-source-sleep {
  left: 54.3%;
}

.hoohoo-ip-source-clouds {
  left: 76.55%;
}

.hoohoo-ip-source-labels {
  top: 87.2%;
  color: #09090b;
  font-size: clamp(13px, 1.34vw, 26px);
  font-weight: 400;
}

.hoohoo-ip-source-labels span:nth-child(1) {
  left: 17.1%;
}

.hoohoo-ip-source-labels span:nth-child(2) {
  left: 39.4%;
}

.hoohoo-ip-source-labels span:nth-child(3) {
  left: 61.8%;
}

.hoohoo-ip-source-labels span:nth-child(4) {
  left: 84%;
}

@media (max-width: 1180px) {
  .hoohoo-ip-design-board {
    width: min(88vw, 980px);
  }

  .hoohoo-ip-concept {
    margin-top: -30px;
    font-size: clamp(13px, 1.9vw, 22px);
  }
}

@media (max-width: 760px) {
  .hoohoo-ip-design {
    padding: 50px 0 78px;
  }

  .hoohoo-ip-design-board {
    width: 92vw;
  }

  .hoohoo-ip-concept {
    top: 10.2%;
    left: 4%;
    width: 92%;
    font-size: clamp(10px, 2.4vw, 14px);
    line-height: 1.38;
  }

  .hoohoo-ip-three-views {
    top: 25.4%;
  }

  .hoohoo-ip-view-labels {
    top: 56.2%;
    font-size: clamp(8px, 2.1vw, 12px);
  }

  .hoohoo-ip-source {
    top: 68%;
    width: 15.4%;
  }

  .hoohoo-ip-source-labels {
    top: 88.8%;
    font-size: clamp(9px, 2.35vw, 13px);
  }
}

.hoohoo-ip-scene {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 76px) 0 clamp(56px, 6vw, 112px);
  background: #fff;
}

.hoohoo-ip-scene-board {
  position: relative;
  width: min(86vw, 1640px);
  aspect-ratio: 5760 / 4740;
  margin: 0 auto;
  background: #fff;
}

.hoohoo-ip-scene-marquee {
  position: absolute;
  top: -1.15%;
  left: -11.4%;
  display: flex;
  width: max-content;
  color: rgba(0, 0, 0, 0.12);
  font-size: clamp(28px, 3.48vw, 68px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  will-change: transform;
  animation: hoohoo-scene-marquee 18s linear infinite;
}

.hoohoo-ip-scene-marquee span {
  flex: 0 0 auto;
}

@keyframes hoohoo-scene-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.hoohoo-ip-scene-phone,
.hoohoo-ip-scene-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: clamp(22px, 2.35vw, 88px);
  filter: drop-shadow(0 30px 52px rgba(31, 37, 52, 0.1));
}

.hoohoo-ip-scene-phone {
  top: 20%;
  left: 6.25%;
  width: 49.375%;
  aspect-ratio: 2844 / 3060;
  background: #dbeaf8;
}

.hoohoo-ip-scene-card {
  top: 20%;
  left: 58.16%;
  width: 35.52%;
  aspect-ratio: 2046 / 3060;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.hoohoo-ip-scene-phone img,
.hoohoo-ip-scene-card > img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.hoohoo-ip-scene-card > img {
  flex: 0 0 auto;
  height: 71.37%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.hoohoo-ip-scene-copy {
  position: relative;
  z-index: 2;
  width: auto;
  padding: 3.3% 8.2% 0;
}

.hoohoo-ip-scene-copy h2 {
  margin: 0;
  color: #202239;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.8vw, 50px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hoohoo-ip-scene-copy p {
  max-width: 100%;
  margin: clamp(8px, 1vw, 18px) 0 0;
  color: rgba(35, 36, 55, 0.5);
  font-size: clamp(10px, 1.05vw, 18px);
  font-weight: 400;
  line-height: 1.54;
}

@media (max-width: 1180px) {
  .hoohoo-ip-scene-board {
    width: min(88vw, 980px);
  }

  .hoohoo-ip-scene-copy h2 {
    font-size: clamp(24px, 2.8vw, 30px);
    transform: translateY(-22px);
  }

  .hoohoo-ip-scene-copy p {
    margin-top: -14px;
    font-size: clamp(9px, 1.05vw, 12px);
  }
}

@media (max-width: 760px) {
  .hoohoo-ip-scene {
    padding: 42px 0 68px;
  }

  .hoohoo-ip-scene-board {
    width: 92vw;
  }

  .hoohoo-ip-scene-marquee {
    top: -0.3%;
    font-size: clamp(20px, 5.2vw, 31px);
  }

  .hoohoo-ip-scene-copy {
    padding: 3.6% 7.8% 0;
  }

  .hoohoo-ip-scene-card > img {
    height: 60%;
  }

  .hoohoo-ip-scene-copy h2 {
    font-size: clamp(13px, 3.7vw, 22px);
    transform: none;
    white-space: normal;
  }

  .hoohoo-ip-scene-copy p {
    max-width: 98%;
    margin-top: clamp(5px, 1.35vw, 8px);
    font-size: clamp(7px, 1.8vw, 10px);
    line-height: 1.32;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hoohoo-ip-scene-marquee {
    animation: none;
  }
}

.hoohoo-outfit {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfdff 0%, #f3fbff 54%, #eaf7ff 100%);
}

.hoohoo-outfit-board {
  position: relative;
  width: min(100%, 1920px);
  height: clamp(760px, 76.76vw, 1080px);
  aspect-ratio: 5760 / 4638;
  min-height: 760px;
  margin: 0 auto -130px;
  overflow: hidden;
  --outfit-orbit-cx: 50%;
  --outfit-orbit-cy: 86%;
  --outfit-orbit-rx: 42.5%;
  --outfit-orbit-ry: 42.5%;
}

.hoohoo-outfit-intro {
  position: absolute;
  top: 13.55%;
  left: 50%;
  z-index: 5;
  width: min(75%, 1360px);
  transform: translateX(-50%);
  text-align: center;
}

.hoohoo-outfit-intro h2 {
  margin: 0;
  color: #202239;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 3.75vw, 74px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hoohoo-outfit-intro p {
  max-width: 1230px;
  margin: 18px auto 0;
  color: rgba(36, 39, 48, 0.48);
  font-size: clamp(18px, 1.62vw, 31px);
  font-weight: 400;
  line-height: 1.42;
}

.hoohoo-outfit-card,
.hoohoo-outfit-koala,
.hoohoo-outfit-arrow {
  position: absolute;
}

.hoohoo-outfit-card {
  z-index: 2;
  width: 13.04%;
  height: auto;
  top: var(--outfit-card-y);
  left: var(--outfit-card-x);
  opacity: var(--outfit-card-opacity, 1);
  filter: drop-shadow(0 28px 42px rgba(73, 132, 178, 0.08));
  transform: translate(-50%, -50%) rotate(var(--outfit-card-rotation, 0deg));
  transform-origin: center;
  will-change: left, top, opacity, transform;
}

.hoohoo-outfit-card-clone {
  pointer-events: none;
}

.hoohoo-outfit-card-blue {
  --outfit-card-x: 21.53%;
  --outfit-card-y: 55.63%;
  --outfit-card-rotation: -38.57deg;
}

.hoohoo-outfit-card-explorer {
  --outfit-card-x: 39.93%;
  --outfit-card-y: 44.85%;
  --outfit-card-rotation: -12.86deg;
}

.hoohoo-outfit-card-sleep {
  --outfit-card-x: 60.07%;
  --outfit-card-y: 44.42%;
  --outfit-card-rotation: 12.86deg;
}

.hoohoo-outfit-card-frog-left {
  --outfit-card-x: 9.03%;
  --outfit-card-y: 75.46%;
  --outfit-card-rotation: -64.29deg;
}

.hoohoo-outfit-card-frog-right {
  --outfit-card-x: 78.47%;
  --outfit-card-y: 55.63%;
  --outfit-card-rotation: 38.57deg;
}

.hoohoo-outfit-card-pink {
  --outfit-card-x: 90.97%;
  --outfit-card-y: 75.46%;
  --outfit-card-rotation: 64.29deg;
}

.hoohoo-outfit-koala {
  left: 50%;
  bottom: 6.7%;
  z-index: 3;
  width: 28.7%;
  max-width: none;
  margin-bottom: 80px;
  transform: translateX(-50%);
  filter: drop-shadow(0 36px 42px rgba(69, 95, 128, 0.08));
  opacity: 1;
  transition: opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1), scale 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, scale;
}

.hoohoo-outfit-koala.is-outfit-entering {
  opacity: 0;
  scale: 0.97;
}

.hoohoo-outfit-koala.is-outfit-exiting {
  opacity: 0;
  scale: 1.025;
}

.hoohoo-outfit-arrow {
  z-index: 4;
  display: grid;
  width: clamp(40px, 3.25vw, 62px);
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #95d7ff 0%, #58b9f7 48%, #268ee7 100%);
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.52),
    inset 0 -4px 8px rgba(28, 112, 191, 0.18),
    0 12px 24px rgba(54, 154, 232, 0.24);
  cursor: pointer;
  transition: transform 0.24s ease, filter 0.24s ease, box-shadow 0.24s ease;
}

.hoohoo-outfit-arrow:hover,
.hoohoo-outfit-arrow:focus-visible {
  filter: saturate(1.08) brightness(1.03);
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.58),
    inset 0 -4px 8px rgba(28, 112, 191, 0.2),
    0 16px 28px rgba(54, 154, 232, 0.3);
  transform: translateY(-2px);
}

.hoohoo-outfit-arrow svg {
  width: 54%;
  height: 54%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hoohoo-outfit-arrow-prev {
  left: 29.55%;
  bottom: 21.8%;
  margin-left: 40px;
}

.hoohoo-outfit-arrow-next {
  right: 29.55%;
  bottom: 21.8%;
  margin-right: 40px;
}

@media (max-width: 1180px) {
  .hoohoo-outfit-board {
    height: auto;
    min-height: clamp(640px, 82vw, 760px);
    margin-bottom: -100px;
    --outfit-orbit-cy: 86%;
    --outfit-orbit-rx: 42.5%;
    --outfit-orbit-ry: 42.5%;
  }

  .hoohoo-outfit-intro {
    top: 13.55%;
    width: min(82%, 920px);
  }

  .hoohoo-outfit-intro p {
    margin-top: 18px;
  }

  .hoohoo-outfit-card {
    width: 13.04%;
  }

  .hoohoo-outfit-arrow {
    width: 40px;
  }

  .hoohoo-outfit-card-blue {
    --outfit-card-x: 21.53%;
    --outfit-card-y: 55.63%;
  }

  .hoohoo-outfit-card-explorer {
    --outfit-card-x: 39.93%;
    --outfit-card-y: 44.85%;
  }

  .hoohoo-outfit-card-sleep {
    --outfit-card-x: 60.07%;
    --outfit-card-y: 44.42%;
  }

  .hoohoo-outfit-card-frog-left {
    --outfit-card-x: 9.03%;
    --outfit-card-y: 75.46%;
    --outfit-card-rotation: -64.29deg;
  }

  .hoohoo-outfit-card-frog-right {
    --outfit-card-x: 78.47%;
    --outfit-card-y: 55.63%;
  }

  .hoohoo-outfit-card-pink {
    --outfit-card-x: 90.97%;
    --outfit-card-y: 75.46%;
    --outfit-card-rotation: 64.29deg;
  }

  .hoohoo-outfit-koala {
    bottom: 7.2%;
    width: clamp(292px, 28.7%, 344px);
    margin-bottom: clamp(44px, 5vw, 60px);
  }

  .hoohoo-outfit-arrow-prev {
    left: 27.8%;
    padding-left: 1px;
    margin-bottom: -20px;
    margin-left: 26px;
  }

  .hoohoo-outfit-arrow-next {
    right: 27.8%;
    margin-right: 26px;
    margin-bottom: -20px;
  }
}

@media (max-width: 760px) {
  .hoohoo-outfit-board {
    aspect-ratio: auto;
    height: auto;
    min-height: 840px;
    --outfit-orbit-cy: 92%;
    --outfit-orbit-rx: 42%;
    --outfit-orbit-ry: 26%;
  }

  .hoohoo-outfit-intro {
    top: 78px;
    width: calc(100% - 36px);
  }

  .hoohoo-outfit-intro h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.06;
  }

  .hoohoo-outfit-intro p {
    margin-top: 24px;
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.46;
  }

  .hoohoo-outfit-card {
    width: clamp(112px, 24vw, 172px);
  }

  .hoohoo-outfit-card-blue {
    --outfit-card-x: 20.3%;
    --outfit-card-y: 73.6%;
  }

  .hoohoo-outfit-card-explorer {
    --outfit-card-x: 39.1%;
    --outfit-card-y: 66.9%;
  }

  .hoohoo-outfit-card-sleep {
    --outfit-card-x: 60.9%;
    --outfit-card-y: 66.9%;
  }

  .hoohoo-outfit-card-frog-left {
    --outfit-card-x: 9.4%;
    --outfit-card-y: 85.3%;
  }

  .hoohoo-outfit-card-frog-right {
    --outfit-card-x: 79.7%;
    --outfit-card-y: 73.6%;
  }

  .hoohoo-outfit-card-pink {
    --outfit-card-x: 90.6%;
    --outfit-card-y: 85.3%;
  }

  .hoohoo-outfit-koala {
    bottom: 7%;
    width: min(68vw, 330px);
    margin-bottom: 0;
  }

  .hoohoo-outfit-arrow {
    width: 44px;
  }

  .hoohoo-outfit-arrow-prev {
    left: 18px;
    bottom: 24%;
  }

  .hoohoo-outfit-arrow-next {
    right: 18px;
    bottom: 24%;
  }
}

@media (max-width: 1020px) {
  .site-nav {
    align-items: center;
    border-radius: 999px;
    flex-direction: row;
  }

  .nav-links {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .hero h1 {
    top: 30vh;
  }

  .about,
  .featured-card,
  .bestie-intro,
  .bestie-feature-band,
  .work-grid,
  .contact-info {
    grid-template-columns: 1fr;
  }

  .featured-card {
    gap: 24px;
  }

  .case-copy {
    gap: clamp(18px, 3.8vw, 28px);
    padding: clamp(26px, 6vw, 48px);
  }

  .case-copy h3 {
    max-width: 100%;
    font-size: clamp(48px, 9.6vw, 86px);
    line-height: 1.16;
  }

  .case-copy p,
  .case-copy small {
    max-width: 100%;
    font-size: clamp(16px, 3.2vw, 22px);
    line-height: 1.45;
  }

  .case-copy p,
  .case-copy small,
  .case-copy > .case-button + small {
    margin-top: 0;
  }

  .case-button {
    margin-top: 0;
  }

  .about {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    margin-top: 0;
    gap: 46px;
    align-content: start;
    overflow: visible;
    padding-top: clamp(96px, 16vw, 140px);
    padding-bottom: 84px;
  }

  .timeline {
    gap: 58px;
    margin-top: 78px;
  }

  .about-photo {
    flex: 0 0 auto;
    justify-self: center;
    width: min(100%, 520px);
    max-width: 520px;
  }

  .about-copy {
    justify-self: center;
    max-width: 760px;
  }

  .about-copy > p:not(.eyebrow) {
    margin-top: 42px;
  }

  .skills {
    position: static;
    width: 100%;
    margin-top: 8px;
    overflow: hidden;
  }

  .featured-card figure img,
  .image-card img {
    min-height: 420px;
  }

  .bestie-case-hero {
    height: 100svh;
    min-height: 760px;
    padding: 0;
  }

  .bestie-case-hero::after {
    height: 104px;
  }

  .bestie-hero-copy {
    top: 38%;
    width: min(90vw, 980px);
  }

  .bestie-bubble-left {
    top: 62%;
  }

  .bestie-bubble-right {
    top: 78%;
  }

  .bestie-character-design {
    padding-top: 120px;
  }

  .bestie-design-showcase {
    grid-template-columns: 1fr;
    width: min(calc(100% - 48px), 820px);
  }

  .bestie-design-copy-card,
  .bestie-design-phone-card {
    min-height: 720px;
  }

  .bestie-design-note {
    width: min(calc(100% - 48px), 900px);
    margin-top: 110px;
    gap: 26px;
  }

  .bestie-card-carousel {
    margin-top: 120px;
  }

  .bestie-onboarding {
    padding-top: 70px;
  }

  .onboarding-panel {
    width: 100%;
    padding: 108px 28px;
    border-radius: 0;
  }

  .onboarding-steps {
    --step-gap: 24px;
    gap: 24px;
  }

  .onboarding-steps li:not(:last-child)::after {
    left: calc(50% + var(--dot-size) / 2 + 10px);
    width: calc(100% + var(--step-gap) - var(--dot-size) - 20px);
  }

  .onboarding-visual {
    margin-top: 132px;
  }

  .onboarding-card {
    padding-top: 150px;
  }

  .onboarding-phone {
    left: 32px;
  }

  .onboarding-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bestie-chat-experience {
    padding-top: 0;
  }

  .chat-experience-panel {
    width: min(calc(100% - 48px), 980px);
    padding: 60px 48px 92px;
  }

  .bestie-skill-showcase-inner {
    width: min(calc(100% - 48px), 980px);
  }

  .bestie-skill-stage {
    height: clamp(620px, 82vw, 900px);
    margin-top: 40px;
  }

  .bestie-skill-stage::before {
    top: 52%;
    width: min(76vw, 560px);
  }

  .bestie-skill-art {
    width: clamp(112px, 17vw, 198px);
  }

  .bestie-skill-card-track {
    gap: 24px;
  }

  .bestie-skill-phone {
    width: clamp(200px, 28vw, 280px);
    top: 12%;
  }

  .bestie-skill-showcase-inner > p {
    max-width: 560px;
    font-size: clamp(15px, 1.8vw, 20px);
  }

  .bestie-key-features-panel {
    width: min(calc(100% - 48px), 980px);
    min-height: 0;
    padding: 54px 54px 66px;
  }

  .bestie-key-feature-grid {
    column-gap: 46px;
    margin-top: 62px;
  }

  .bestie-key-feature-grid article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 140px;
    padding: 22px 0;
  }

  .bestie-key-feature-grid img {
    width: 48px;
  }

  .bestie-key-feature-grid h3 {
    font-size: 24px;
  }

  .bestie-key-feature-grid p {
    font-size: 18px;
  }

  .bestie-journey-shell {
    width: min(calc(100% - 48px), 980px);
    padding: 0;
  }

  .bestie-journey-hero {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 54px;
  }

  .bestie-journey-copy h2 {
    font-size: 42px;
  }

  .bestie-journey-lede {
    font-size: 16px;
  }

  .bestie-journey-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 28px;
    margin-top: 56px;
  }

  .bestie-journey-benefits span {
    width: 50px;
    height: 50px;
  }

  .bestie-journey-benefits h3 {
    margin: 14px 0 10px;
    font-size: 16px;
  }

  .bestie-journey-benefits p {
    max-width: 210px;
    font-size: 14px;
  }

  .bestie-journey-phone-card {
    width: 300px;
  }

  .bestie-journey-panel {
    gap: 48px;
    margin-top: 92px;
    padding: 38px 34px 0;
  }

  .bestie-journey-step h3 {
    font-size: 30px;
  }

  .bestie-journey-step p {
    font-size: 16px;
  }

  .bestie-weekly-shell {
    width: 100%;
  }

  .bestie-weekly-heading {
    width: min(calc(100% - 48px), 980px);
  }

  .bestie-weekly-heading h2 {
    font-size: 46px;
  }

  .bestie-weekly-heading p {
    max-width: 880px;
    font-size: 16px;
    font-weight: 400;
  }

  .bestie-weekly-carousel {
    margin-top: 82px;
  }

  .bestie-weekly-card-stage {
    height: 414px;
  }

  .bestie-weekly-card {
    --weekly-card-width: 306px;
  }

  .bestie-weekly-card-oracle,
  .bestie-weekly-card-love {
    --weekly-card-width: 285px;
  }

  .bestie-weekly-card-nudge {
    --weekly-card-width: 313px;
  }

  .bestie-weekly-carousel-dots {
    margin-top: 36px;
  }

  .bestie-weekly-summary {
    width: min(calc(100% - 48px), 700px);
    margin-top: 36px;
    height: 230px;
    padding: 20px 29px;
    border-radius: 30px;
    column-gap: 36px;
    row-gap: 0;
  }

  .bestie-weekly-summary h3 {
    max-width: 600px;
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 600;
  }

  .bestie-weekly-summary p {
    gap: 10px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
  }

  .bestie-weekly-summary a {
    width: 132px;
    height: 44px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    transform: translateY(8px);
  }

  .bestie-social-media {
    min-height: 760px;
    padding: 136px 0 80px;
  }

  .bestie-social-bg-text {
    top: 0.18em;
    font-size: 96px;
  }

  .bestie-social-shell {
    width: min(calc(100% - 80px), 980px);
  }

  .bestie-social-bubbles {
    height: 250px;
  }

  .bestie-social-bubble-blue {
    left: 0;
    bottom: 36px;
  }

  .bestie-social-bubble-white {
    right: 0;
    bottom: 92px;
  }

  .bestie-social-carousel {
    margin-top: -20px;
  }

  .bestie-social-track {
    height: 320px;
  }

  .bestie-social-card {
    width: 268px;
  }

  .bestie-social-card-safe,
  .bestie-social-card-private {
    width: 248px;
  }

  .bestie-social-card-always,
  .bestie-social-card-therapist {
    width: 274px;
  }

  .bestie-social-icons {
    margin-top: 34px;
  }

  .bestie-reviews {
    padding: 130px 0 120px;
  }

  .bestie-reviews-shell {
    width: min(calc(100% - 48px), 980px);
  }

  .bestie-reviews-heading {
    margin-bottom: 64px;
  }

  .bestie-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .bestie-review-card-amy,
  .bestie-review-security {
    grid-column: span 2;
  }

  .bestie-review-security-bg {
    aspect-ratio: 2397 / 1120;
  }

  .chat-experience-intro {
    grid-template-columns: 1fr;
    gap: 54px;
    text-align: left;
  }

  .chat-experience-intro img {
    justify-self: center;
    width: min(100%, 420px);
  }

  .chat-character-figure {
    justify-self: start;
    width: min(100%, 420px);
  }

  .chat-experience-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 42px;
    margin-top: 86px;
  }

  .chat-experience-hero {
    margin-top: 92px;
  }

  .skill-card-shell {
    width: min(calc(100% - 48px), 980px);
    min-height: 0;
    padding: 76px 44px 52px;
  }

  .skill-card-visual {
    min-height: clamp(500px, 70vw, 620px);
  }

  .skill-card-stage {
    height: clamp(320px, 44vw, 430px);
    margin-top: 54px;
  }

  .skill-card-art {
    top: clamp(94px, 13vw, 130px);
    width: clamp(112px, 16vw, 150px);
    border-radius: 16px;
  }

  .skill-card-phone {
    width: clamp(190px, 28vw, 260px);
  }

  .skill-card-art-blue {
    left: -2%;
  }

  .skill-card-art-sand {
    left: 15%;
  }

  .skill-card-art-pink {
    right: 15%;
  }

  .skill-card-art-cream {
    right: -2%;
  }

  .skill-feature-panel {
    width: 100%;
    padding: 30px clamp(42px, 6vw, 72px) 36px;
    border-radius: 18px;
  }

  .skill-feature-list {
    column-gap: clamp(34px, 7vw, 76px);
  }

  .bestie-character-grid,
  .bestie-feature-grid,
  .bestie-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bestie-feature-band > div:first-child {
    max-width: 760px;
  }

  .yellow,
  .blue,
  .lavender {
    transform: translateY(0);
  }

  .blue:hover,
  .lavender:hover,
  .yellow:hover {
    transform: translateY(-6px);
  }

  .experience-card {
    flex-basis: min(78vw, 520px);
    min-height: 400px;
  }

  .experience-card.reveal.blue,
  .experience-card.reveal.lavender,
  .experience-card.reveal.yellow {
    transform: translateY(36px);
  }

  .experience-card.reveal.blue.is-visible,
  .experience-card.reveal.lavender.is-visible,
  .experience-card.reveal.yellow.is-visible {
    transform: translateY(0);
  }

  .experience-card.reveal.blue.is-visible:hover,
  .experience-card.reveal.lavender.is-visible:hover,
  .experience-card.reveal.yellow.is-visible:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 820px) {
  .bestie-store-page {
    padding: 74px 0 82px;
  }

  .bestie-store-shell {
    width: calc(100% - 32px);
  }

  .bestie-store-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 22px;
  }

  .bestie-store-app {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }

  .bestie-store-app img {
    width: 72px;
  }

  .bestie-store-app h2 {
    font-size: clamp(24px, 6.2vw, 34px);
  }

  .bestie-store-app p {
    margin-top: 8px;
    font-size: clamp(15px, 3.4vw, 20px);
    line-height: 1.28;
  }

  .bestie-store-header > a {
    justify-self: start;
    min-width: 154px;
    min-height: 52px;
    padding: 0 22px;
    font-size: 18px;
  }

  .bestie-store-carousel {
    margin-top: 46px;
  }

  .bestie-store-track {
    gap: 12px;
    animation-duration: 42s;
  }

  .bestie-store-track img {
    width: min(46vw, 300px);
    border-radius: 12px;
  }
}

@media (max-width: 640px) {
  .hoohoo-hero {
    height: 720px;
    min-height: 720px;
  }

  .hoohoo-hero::after {
    height: 82px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 52%,
      rgba(255, 255, 255, 0.76) 88%,
      #fff 100%
    );
  }

  .hoohoo-hero-bg {
    object-position: center top;
  }

  .hoohoo-hero-phones {
    --hoohoo-phone-x: -47%;
    left: 50%;
    bottom: 78px;
    width: 442px;
  }

  .hoohoo-hero-bubble,
  .hoohoo-hero-sleepy {
    display: none;
  }

  .hoohoo-hero-title {
    left: 16px;
    bottom: 28px;
    height: 50px;
    font-size: 72px;
  }

  .hoohoo-hero-copy {
    right: 18px;
    bottom: 42px;
    max-width: 260px;
    font-size: 16px;
    line-height: 1.35;
  }

  .hoohoo-background {
    padding-top: 80px;
  }

  .hoohoo-background-title {
    margin-bottom: 32px;
    font-size: clamp(36px, 9vw, 44px);
    line-height: 1.04;
  }

  .hoohoo-background-book {
    width: calc(100% - 24px);
  }

  .hoohoo-background-clouds {
    width: 220%;
  }

  .hoohoo-overview,
  .hoohoo-showcase,
  .hoohoo-rituals {
    padding: 58px 16px;
  }

  .hoohoo-empty-board {
    min-height: 1060px;
    padding: 78px 16px 70px;
  }

  .hoohoo-empty-phone,
  .hoohoo-empty-copy,
  .hoohoo-empty-cards {
    position: relative;
  }

  .hoohoo-empty-copy {
    top: auto;
    right: auto;
    width: 100%;
    padding: 28px 24px 30px;
    border-radius: 22px;
  }

  .hoohoo-empty-copy h2 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .hoohoo-empty-copy p {
    margin-top: 18px;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.48;
  }

  .hoohoo-empty-phone {
    left: -12%;
    bottom: auto;
    width: min(88vw, 430px);
    margin-top: 36px;
  }

  .hoohoo-empty-cards {
    right: auto;
    bottom: auto;
    display: flex;
    width: calc(100vw - 16px);
    gap: 14px;
    margin-top: 32px;
    overflow-x: auto;
    padding: 0 16px 22px 0;
    scroll-snap-type: x mandatory;
  }

  .hoohoo-empty-card {
    flex: 0 0 min(72vw, 268px);
    scroll-snap-align: center;
  }

  .hoohoo-overview-facts {
    grid-template-columns: 1fr;
  }

  .hoohoo-overview-facts article,
  .hoohoo-ritual-grid article {
    border-radius: 22px;
  }

  .site-nav {
    top: 12px;
    width: calc(100vw - 24px);
    height: auto;
    min-height: 54px;
    gap: 8px;
    padding: 7px 12px;
  }

  .brand {
    gap: 8px;
    font-size: 14px;
  }

  .brand img {
    width: 32px;
  }

  .nav-links {
    gap: 8px;
    justify-content: flex-end;
    font-size: 8px;
  }

  .hero-bg {
    object-position: center;
  }

  .hero h1 {
    left: 50%;
    top: 27vh;
    font-size: 54px;
    line-height: 0.9;
  }

  .hero-callout-hello {
    left: 8%;
    top: 57%;
  }

  .hero-tools {
    right: 6%;
    top: calc(66% + 20px);
    gap: 28px;
  }

  .hero-tool-icons {
    gap: 10px;
  }

  .section {
    padding-inline: 16px;
  }

  .experience {
    min-height: 980px;
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .experience .section-heading {
    max-width: 620px;
  }

  .timeline {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 108px;
    padding-bottom: 72px;
    scroll-padding-inline: 28px;
  }

  .experience-card {
    flex-basis: min(82vw, 440px);
    min-height: 370px;
  }

  .experience-card time {
    top: -74px;
  }

  .lavender time {
    top: auto;
    bottom: -74px;
  }

  .experience-card ul {
    padding: 26px 28px 30px 44px;
  }

  .about {
    height: auto;
    min-height: 860px;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 70px;
    background: #fff;
  }

  .about-copy {
    padding: 0;
    border-radius: 0;
  }

  .about h2 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.16;
  }

  .about-copy > p:not(.eyebrow) {
    margin-top: 36px;
    font-size: 18px;
    line-height: 1.65;
  }

  .skills {
    position: static;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .skills-track {
    animation-duration: 18s;
  }

  .featured-card,
  .case-copy {
    border-radius: 28px;
  }

  .featured-card {
    padding: 14px;
  }

  .bestie-case-hero {
    height: 100svh;
    min-height: 680px;
    padding: 0;
  }

  .bestie-case-hero::after {
    height: 84px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.14) 52%,
      rgba(255, 255, 255, 0.78) 88%,
      #fff 100%
    );
  }

  .bestie-hero-bg {
    object-position: center;
  }

  .bestie-hero-copy {
    top: 38%;
    width: calc(100vw - 32px);
  }

  .bestie-hero-copy h1 {
    font-size: clamp(38px, 10.8vw, 58px);
    line-height: 1.08;
  }

  .bestie-bubble {
    max-width: calc(100vw - 32px);
    padding: 10px 16px;
    border-radius: 18px;
    font-size: 15px;
  }

  .bestie-bubble-left {
    left: 16px;
    top: 61%;
  }

  .bestie-bubble-right {
    right: 16px;
    top: 78%;
  }

  .bestie-character-design {
    padding-top: 72px;
  }

  .bestie-design-showcase {
    width: calc(100% - 32px);
  }

  .bestie-design-copy-card,
  .bestie-design-phone-card {
    min-height: 0;
    border-radius: 28px;
  }

  .bestie-design-copy-card {
    padding: 48px 28px 0;
  }

  .bestie-design-copy-card h2 {
    font-size: clamp(42px, 11vw, 58px);
  }

  .bestie-design-copy-card p {
    margin-top: 28px;
    font-size: 16px;
  }

  .bestie-design-copy-card .bestie-download {
    min-height: 56px;
    font-size: 17px;
  }

  .bestie-download-row {
    margin-top: 34px;
  }

  .bestie-download-row > span {
    max-width: 260px;
    font-size: 14px;
  }

  .bestie-design-copy-card > img {
    width: min(64%, 260px);
    margin-top: 42px;
  }

  .bestie-design-phone-card {
    aspect-ratio: 840 / 962;
  }

  .bestie-design-note {
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: calc(100% - 32px);
    margin-top: 76px;
    gap: 14px;
    font-size: 20px;
    font-weight: 400;
  }

  .bestie-card-carousel {
    margin-top: 78px;
    padding-bottom: 56px;
  }

  .bestie-card-carousel::before,
  .bestie-card-carousel::after {
    width: 52px;
  }

  .bestie-card-track {
    gap: 20px;
    animation-duration: 24s;
  }

  .bestie-card-track img {
    width: 230px;
    border-radius: 24px;
  }

  .bestie-onboarding {
    padding: 52px 0 70px;
  }

  .onboarding-panel {
    width: 100%;
    padding: 58px 16px 54px;
    border-radius: 0;
  }

  .onboarding-heading h2 {
    font-size: 32px;
  }

  .onboarding-heading p {
    margin-top: 20px;
    font-size: 15px;
  }

  .onboarding-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 54px;
  }

  .onboarding-steps li {
    grid-template-rows: var(--dot-size) minmax(24px, auto);
    min-height: calc(var(--dot-size) + 42px);
    row-gap: 14px;
    font-size: 15px;
  }

  .onboarding-steps li:not(:last-child)::after {
    display: none;
  }

  .onboarding-visual {
    margin-top: 60px;
  }

  .onboarding-card {
    padding-top: 0;
  }

  .onboarding-photo {
    height: 430px;
    border-radius: 24px 24px 0 0;
  }

  .onboarding-phone {
    position: relative;
    left: auto;
    top: auto;
    width: min(76vw, 300px);
    margin: 0 auto -120px;
    transform: translateY(36px);
  }

  .onboarding-photo span {
    top: 24px;
    right: 22px;
    font-size: 22px;
  }

  .onboarding-tabs {
    grid-template-columns: 1fr;
  }

  .onboarding-tabs span {
    min-height: 44px;
    border-top: 1px solid #eeeef7;
    border-left: 0;
  }

  .bestie-chat-experience {
    padding: 56px 0 74px;
  }

  .chat-experience-panel {
    width: 100%;
    padding: 58px 20px 64px;
    border-radius: 0;
  }

  .chat-experience-intro {
    gap: 36px;
  }

  .chat-experience-intro p {
    margin-top: 18px;
    letter-spacing: 0.01em;
  }

  .chat-experience-pillars {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 64px;
  }

  .chat-experience-pillars p {
    margin-top: 16px;
  }

  .chat-experience-hero {
    margin-top: 66px;
    border-radius: 30px;
  }

  .chat-experience-grid {
    grid-template-columns: 1fr;
  }

  .chat-experience-grid figure {
    border-radius: 30px;
  }

  .bestie-skill-showcase {
    padding: 64px 0 72px;
  }

  .bestie-skill-showcase-inner {
    width: 100%;
  }

  .bestie-skill-showcase-inner h2 {
    width: calc(100% - 32px);
    margin: 0 auto;
    font-size: clamp(30px, 9vw, 44px);
  }

  .bestie-skill-stage {
    height: 540px;
    margin-top: 34px;
  }

  .bestie-skill-stage::before {
    top: 52%;
    width: 420px;
  }

  .bestie-skill-stage::after {
    height: 34%;
  }

  .bestie-skill-stage > .bestie-skill-orbit::before,
  .bestie-skill-stage > .bestie-skill-orbit::after {
    width: 58px;
  }

  .bestie-skill-card-rail {
    top: 55%;
  }

  .bestie-skill-card-track {
    gap: 18px;
    animation-duration: 28s;
  }

  .bestie-skill-art {
    width: 132px;
    border-radius: 16px;
  }

  .bestie-skill-phone {
    top: 11%;
    width: 226px;
  }

  .bestie-skill-showcase-inner > p {
    width: calc(100% - 40px);
    margin-top: 24px;
    font-size: 16px;
  }

  .bestie-key-features {
    padding: 52px 0 74px;
  }

  .bestie-key-features-panel {
    width: calc(100% - 32px);
    padding: 38px 26px 42px;
    border-radius: 28px;
  }

  .bestie-key-features-panel h2 {
    font-size: 20px;
  }

  .bestie-key-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .bestie-key-feature-grid article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    min-height: 0;
    padding: 18px 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .bestie-key-feature-grid article:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .bestie-key-feature-grid article:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .bestie-key-feature-grid img {
    width: 46px;
  }

  .bestie-key-feature-grid h3 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .bestie-key-feature-grid p {
    font-size: 17px;
    line-height: 1.38;
  }

  .bestie-journey {
    padding: 54px 0 78px;
    background: #fff;
  }

  .bestie-journey-shell {
    width: calc(100% - 32px);
    padding: 0;
  }

  .bestie-journey-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .bestie-journey-kicker {
    margin-bottom: 24px;
  }

  .bestie-journey-copy h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .bestie-journey-lede {
    margin-top: 24px;
    font-size: 15px;
  }

  .bestie-journey-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
    margin-top: 36px;
  }

  .bestie-journey-benefits span {
    width: 46px;
    height: 46px;
  }

  .bestie-journey-benefits h3 {
    margin: 12px 0 8px;
    font-size: 15px;
  }

  .bestie-journey-benefits p {
    max-width: 150px;
    font-size: 13px;
    line-height: 1.45;
  }

  .bestie-journey-phone-card {
    justify-self: center;
    width: min(100%, 330px);
  }

  .bestie-journey-panel {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 64px;
    padding: 30px 20px 0;
    border-radius: 30px 30px 0 0;
  }

  .bestie-journey-step h3 {
    margin: 26px 0 20px;
    font-size: 30px;
  }

  .bestie-journey-step p {
    font-size: 16px;
  }

  .bestie-journey-step figure {
    margin-top: 42px;
    border-radius: 30px;
  }

  .bestie-weekly-insight {
    padding: 136px 0 76px;
    background: #fff;
  }

  .bestie-weekly-shell {
    width: 100%;
    padding: 0;
  }

  .bestie-weekly-heading {
    width: calc(100% - 32px);
  }

  .bestie-weekly-heading h2 {
    font-size: 36px;
  }

  .bestie-weekly-heading p {
    margin-top: 18px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
  }

  .bestie-weekly-carousel {
    margin-top: 50px;
  }

  .bestie-weekly-card-stage {
    height: 336px;
  }

  .bestie-weekly-card {
    --weekly-card-width: 246px;
    border-radius: 24px;
  }

  .bestie-weekly-card-oracle,
  .bestie-weekly-card-love {
    --weekly-card-width: 229px;
  }

  .bestie-weekly-card-nudge {
    --weekly-card-width: 252px;
  }

  .bestie-weekly-carousel-dots {
    margin-top: 36px;
  }

  .bestie-weekly-summary {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-items: stretch;
    width: calc(100% - 32px);
    margin-top: 36px;
    padding: 30px 28px;
    border-radius: 24px;
    height: 346px;
    row-gap: 0;
  }

  .bestie-weekly-summary h3 {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
  }

  .bestie-weekly-summary p {
    grid-column: 1;
    grid-row: 2;
    gap: 10px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
  }

  .bestie-weekly-summary a {
    grid-column: 1;
    grid-row: 3;
    align-self: flex-start;
    width: 132px;
    height: 44px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    transform: none;
  }

  .bestie-store-page {
    padding: 74px 0 82px;
  }

  .bestie-store-shell {
    width: calc(100% - 32px);
  }

  .bestie-store-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 22px;
  }

  .bestie-store-app {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 16px;
  }

  .bestie-store-app img {
    width: 68px;
  }

  .bestie-store-app h2 {
    font-size: clamp(22px, 6.6vw, 32px);
  }

  .bestie-store-app p {
    margin-top: 8px;
    font-size: clamp(15px, 3.8vw, 20px);
    line-height: 1.28;
  }

  .bestie-store-header > a {
    justify-self: start;
    min-width: 112px;
    min-height: 48px;
    padding: 0 17px;
    font-size: 16px;
  }

  .bestie-store-carousel {
    margin-top: 42px;
  }

  .bestie-store-track {
    gap: 12px;
    animation-duration: 42s;
  }

  .bestie-store-track img {
    width: min(66vw, 300px);
    border-radius: 12px;
  }

  .bestie-social-media {
    min-height: 690px;
    padding: 112px 0 66px;
  }

  .bestie-social-bg-text {
    top: 0.24em;
    font-size: 64px;
  }

  .bestie-social-shell {
    width: calc(100% - 32px);
  }

  .bestie-social-bubbles {
    height: 198px;
  }

  .bestie-social-bubble {
    font-size: 17px;
  }

  .bestie-social-bubble-blue {
    left: 0;
    bottom: 24px;
    padding: 14px 18px 16px;
  }

  .bestie-social-bubble-white {
    right: 0;
    bottom: 96px;
    padding: 14px 18px 16px;
  }

  .bestie-social-bubble::after {
    bottom: -13px;
    border-top-width: 17px;
    border-right-width: 10px;
    border-left-width: 10px;
  }

  .bestie-social-carousel {
    margin-top: -8px;
  }

  .bestie-social-track {
    height: 286px;
  }

  .bestie-social-card {
    width: 218px;
  }

  .bestie-social-card-safe,
  .bestie-social-card-private {
    width: 204px;
  }

  .bestie-social-card-always,
  .bestie-social-card-therapist {
    width: 222px;
  }

  .bestie-social-icons {
    margin-top: 24px;
  }

  .bestie-reviews {
    padding: 86px 0 82px;
  }

  .bestie-reviews-shell {
    width: calc(100% - 32px);
  }

  .bestie-reviews-heading {
    margin-bottom: 42px;
  }

  .bestie-reviews-heading h2 {
    font-size: 36px;
  }

  .bestie-reviews-heading p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.35;
  }

  .bestie-reviews-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bestie-review-card,
  .bestie-review-card-amy,
  .bestie-review-card-kiarra,
  .bestie-review-card-abby,
  .bestie-review-customers,
  .bestie-review-security {
    grid-column: 1;
    min-height: 0;
    border-radius: 24px;
  }

  .bestie-review-card-amy,
  .bestie-review-card-kiarra,
  .bestie-review-card-abby {
    padding: 34px 28px 30px;
  }

  .bestie-review-card p,
  .bestie-review-card-kiarra p,
  .bestie-review-card-abby p {
    margin-top: 30px;
    font-size: 17px;
  }

  .bestie-review-card footer {
    margin-top: 34px;
  }

  .bestie-review-award {
    min-height: 240px;
  }

  .bestie-review-customers {
    min-height: 360px;
    padding: 34px 28px;
  }

  .bestie-review-customers strong {
    font-size: 48px;
  }

  .bestie-review-customers p {
    margin-top: 32px;
    font-size: 18px;
  }

  .bestie-review-security-bg {
    aspect-ratio: 2397 / 1120;
  }

  .bestie-review-security > div {
    padding: 32px 28px 36px;
  }

  .bestie-review-security h3 {
    font-size: 28px;
  }

  .bestie-review-security p {
    margin-top: 20px;
    font-size: 16px;
  }

  .mood-calendar ol {
    gap: 12px 10px;
  }

  .bestie-skill-card-feature {
    padding: 54px 0;
  }

  .skill-card-shell {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 62px 18px 34px;
    border-radius: 28px;
  }

  .skill-card-visual {
    min-height: 340px;
  }

  .skill-card-visual h2 {
    font-size: 18px;
  }

  .skill-card-orbit {
    top: 72px;
    width: 92%;
  }

  .skill-card-stage {
    height: 226px;
    margin-top: 38px;
  }

  .skill-card-art {
    top: 74px;
    width: 86px;
    border-radius: 12px;
  }

  .skill-card-phone {
    width: 150px;
  }

  .skill-card-art-blue {
    left: -18%;
  }

  .skill-card-art-sand {
    left: 8%;
  }

  .skill-card-art-pink {
    right: 8%;
  }

  .skill-card-art-cream {
    right: -18%;
  }

  .skill-card-visual p {
    font-size: 10px;
  }

  .skill-feature-panel {
    margin-top: 44px;
    padding: 24px 22px 28px;
    border-radius: 14px;
  }

  .skill-feature-list {
    grid-template-columns: 1fr;
  }

  .skill-feature-list article,
  .skill-feature-list article:nth-child(2) {
    min-height: 0;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .skill-feature-list article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .case-section {
    padding: 72px 16px;
  }

  .bestie-intro-copy h2,
  .case-section-heading h2,
  .bestie-feature-band h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .bestie-character-grid,
  .bestie-feature-grid,
  .bestie-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .bestie-character-grid article,
  .bestie-feature-grid article,
  .bestie-testimonial-grid > * {
    min-height: 0;
    border-radius: 24px;
  }

  .bestie-character-grid h3,
  .bestie-feature-grid h3 {
    margin-top: 34px;
  }

  .case-next-projects {
    flex-direction: column;
  }

  .case-copy {
    gap: 18px;
    padding: 28px;
  }

  .case-copy h3 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 1.15;
  }

  .case-copy p,
  .case-copy small {
    font-size: 16px;
    line-height: 1.45;
  }

  .case-button {
    min-height: 62px;
    font-size: 18px;
  }

  .case-button > span[data-no-split] {
    width: 64px;
    min-width: 64px;
  }

  .card-meta {
    display: grid;
  }

  .card-meta span {
    max-width: none;
    text-align: left;
  }

  .contact {
    padding-top: 190px;
  }

  .contact-content {
    min-height: 415px;
  }

  .contact-info {
    padding-bottom: 36px;
  }

  .bestie-contact-next {
    padding: 0;
  }

  .bestie-contact-shell {
    width: 100%;
    height: 760px;
    border-radius: 0;
  }

  .bestie-contact-title {
    top: 53px;
    font-size: clamp(32px, 7vw, 52px);
  }

  .bestie-contact-pills {
    top: 149px;
    flex-direction: column;
    gap: 14px;
    width: min(100%, 420px);
  }

  .bestie-contact-pill {
    width: 100%;
    min-height: 48px;
    font-size: clamp(18px, 4.4vw, 28px);
  }

  .bestie-contact-back {
    right: 22px;
    bottom: 16px;
    font-size: clamp(24px, 5vw, 32px);
  }

  .hoohoo-page .bestie-contact-title {
    top: 72px;
    margin-top: 96px;
    font-size: clamp(30px, 7.8vw, 46px);
  }

  .hoohoo-page .bestie-contact-pills {
    top: 162px;
    gap: 12px;
    width: min(calc(100% - 44px), 360px);
    margin-top: 96px;
  }

  .hoohoo-page .bestie-contact-pill {
    min-height: 68px;
    padding: 0 24px;
    font-size: 24px;
  }

  .bestie-page .bestie-contact-pill {
    min-height: 68px;
    font-size: 24px;
  }

  .hoohoo-hero {
    height: 820px;
    min-height: 820px;
  }

  .hoohoo-hero-copy {
    right: 28px;
    bottom: 42px;
    max-width: 360px;
    font-size: 22px;
  }

  .hoohoo-hero-phones {
    bottom: 78px;
    width: 385px;
  }

  .hoohoo-hero-title {
    left: 24px;
    bottom: 34px;
    height: 50px;
    font-size: clamp(72px, 12.8vw, 98px);
  }

  .hoohoo-hero-bubble-white {
    left: 12%;
    top: 45%;
  }

  .hoohoo-hero-bubble-cozy {
    right: 16%;
    bottom: 20%;
  }

  .hoohoo-hero-sleepy-left {
    left: 22%;
    top: 39%;
  }

  .hoohoo-hero-sleepy-right {
    right: 22%;
    bottom: 28%;
  }

  .hoohoo-background {
    min-height: auto;
    padding-top: 104px;
  }

  .hoohoo-background-shell {
    margin: 100px -1px 1px 0;
  }

  .hoohoo-background-title {
    margin-bottom: 48px;
    font-size: clamp(46px, 8vw, 68px);
  }

  .hoohoo-background-book {
    width: min(calc(100% - 48px), 960px);
  }

  .hoohoo-background-clouds {
    left: 50%;
    width: 150%;
    max-width: none;
    transform: translateX(-50%);
  }

  .hoohoo-overview,
  .hoohoo-showcase {
    grid-template-columns: 1fr;
    padding: 76px 24px;
  }

  .hoohoo-empty-board {
    aspect-ratio: auto;
    min-height: 980px;
    padding: 84px 24px 76px;
  }

  .hoohoo-empty-phone {
    left: -9%;
    bottom: 0;
    width: min(54vw, 430px);
  }

  .hoohoo-empty-copy {
    top: 92px;
    right: 24px;
    width: min(56vw, 540px);
    min-height: 0;
    padding: 28px 34px 32px;
    border-radius: 24px;
  }

  .hoohoo-empty-copy h2 {
    font-size: clamp(36px, 5.8vw, 56px);
  }

  .hoohoo-empty-copy p {
    margin-top: 18px;
    font-size: clamp(15px, 2.15vw, 19px);
    line-height: 1.48;
  }

  .hoohoo-empty-cards {
    right: 24px;
    bottom: 142px;
    width: min(56vw, 560px);
    gap: 12px;
  }

  .hoohoo-empty-board {
    min-height: 1060px;
    padding: 78px 16px 70px;
  }

  .hoohoo-empty-phone,
  .hoohoo-empty-copy,
  .hoohoo-empty-cards {
    position: relative;
  }

  .hoohoo-empty-copy {
    top: auto;
    right: auto;
    width: 100%;
    padding: 28px 24px 30px;
    border-radius: 22px;
  }

  .hoohoo-empty-copy h2 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .hoohoo-empty-copy p {
    margin-top: 18px;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.48;
  }

  .hoohoo-empty-phone {
    left: -12%;
    bottom: auto;
    width: min(88vw, 430px);
    margin-top: 36px;
  }

  .hoohoo-empty-cards {
    right: auto;
    bottom: auto;
    display: flex;
    width: calc(100vw - 16px);
    gap: 14px;
    margin-top: 32px;
    overflow-x: auto;
    padding: 0 16px 22px 0;
    scroll-snap-type: x mandatory;
  }

  .hoohoo-empty-card {
    flex: 0 0 min(72vw, 268px);
    scroll-snap-align: center;
  }

  .hoohoo-overview-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hoohoo-rituals {
    padding: 76px 24px;
  }

  .hoohoo-ritual-grid {
    grid-template-columns: 1fr;
  }

  .hoohoo-ritual-grid article {
    min-height: 0;
  }

}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translate(-50%, 42px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
    filter: blur(0);
  }
}

@keyframes bubbleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  filter: blur(6px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.9s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.text-reveal {
  opacity: 0;
  transform: translateY(26px);
  filter: blur(5px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.9s ease;
}

.reveal.is-visible .text-reveal {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.text-reveal-delay {
  transition-delay: 0.14s;
}

.rb-split-text {
  opacity: 1;
  filter: none;
  transform: none;
  will-change: transform, opacity;
}

.rb-split-unit {
  display: inline-block;
  white-space: pre-wrap;
  will-change: transform, opacity, filter;
}

.rb-split-text .inline-avatar,
.rb-split-text .inline-badge {
  display: inline-block;
}

.split-text {
  --split-y: 42px;
  --split-blur: 5px;
  --split-stagger: 24ms;
  --split-duration: 0.72s;
  --split-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

.split-text[data-split-type="words"] {
  --split-y: 24px;
  --split-blur: 3px;
  --split-stagger: 38ms;
}

.split-hero {
  --split-y: 34px;
  --split-blur: 3px;
  --split-stagger: 28ms;
  --split-duration: 0.5s;
}

.split-ready .split-unit {
  display: inline-block;
  opacity: 0;
  transform: translateY(var(--split-y));
  filter: blur(var(--split-blur));
  transition:
    opacity var(--split-duration) ease,
    transform var(--split-duration) var(--split-ease),
    filter var(--split-duration) ease;
  transition-delay: calc(var(--split-index) * var(--split-stagger));
  will-change: transform, opacity, filter;
}

body.portfolio-hero-entering .split-hero .split-unit {
  transition-delay: calc(120ms + var(--split-index) * var(--split-stagger));
}

.split-ready.split-visible .split-unit {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.experience-card.reveal.blue {
  transition-duration: 0.78s, 0.86s, 0.78s;
  transform: rotate(-2deg) translateY(36px);
}

.experience-card.reveal.blue.is-visible {
  transform: rotate(-2deg);
}

.experience-card.reveal.blue.is-visible:hover {
  transform: rotate(-2deg) translateY(-10px) scale(1.012);
}

.experience-card.reveal.lavender {
  transition-duration: 0.78s, 0.86s, 0.78s;
  transform: translateY(-34px);
}

.experience-card.reveal.lavender.is-visible {
  transform: translateY(-70px);
}

.experience-card.reveal.lavender.is-visible:hover {
  transform: translateY(-78px) scale(1.012);
}

.experience-card.reveal.yellow {
  transition-duration: 0.78s, 0.86s, 0.78s;
  transform: rotate(2deg) translateY(36px);
}

.experience-card.reveal.yellow.is-visible {
  transform: rotate(2deg);
}

.experience-card.reveal.yellow.is-visible:hover {
  transform: rotate(2deg) translateY(-10px) scale(1.012);
}

@keyframes skillsRoll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 21px));
  }
}

@keyframes bestieCardLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - clamp(17px, 1.35vw, 28px)));
  }
}

@keyframes wordRoll {
  0%,
  22% {
    opacity: 1;
    transform: translateY(0);
  }
  30%,
  100% {
    opacity: 0;
    transform: translateY(-110%);
  }
  80% {
    opacity: 0;
    transform: translateY(110%);
  }
}

@keyframes glassFlow {
  0% {
    background-position: 0% 50%;
  }
  48%,
  100% {
    background-position: 100% 50%;
  }
}

@keyframes dotPulse {
  0%,
  100% {
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(95, 255, 146, 0.42);
  }
  50% {
    transform: scale(1.22);
    box-shadow: 0 0 0 12px rgba(95, 255, 146, 0);
  }
}

@keyframes contactParticlePop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--burst-x)), calc(-50% + var(--burst-y))) scale(1);
  }
}

@keyframes contactParticleRing {
  0% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.15);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes bestieBubbleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes cueBounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -8px);
  }
}

@keyframes hoohooPhoneEnter {
  from {
    opacity: 0;
    transform: translateX(var(--hoohoo-phone-x)) translateY(76px);
  }
  to {
    opacity: 1;
    transform: translateX(var(--hoohoo-phone-x)) translateY(0);
  }
}

@keyframes hoohooFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@keyframes hoohooBookOpenLeft {
  0% {
    opacity: 1;
    transform: rotateY(88deg) scaleX(0.88) translateX(3%);
    filter: drop-shadow(0 18px 30px rgba(74, 143, 205, 0.12)) blur(1.5px);
  }
  72% {
    opacity: 1;
    transform: rotateY(-3deg) scaleX(1.01) translateX(0);
    filter: drop-shadow(0 18px 30px rgba(74, 143, 205, 0.12)) blur(0);
  }
  100% {
    opacity: 0;
    transform: rotateY(0deg) scaleX(1) translateX(0);
    filter: drop-shadow(0 18px 30px rgba(74, 143, 205, 0.12)) blur(0);
  }
}

@keyframes hoohooBookOpenRight {
  0% {
    opacity: 1;
    transform: rotateY(-88deg) scaleX(0.88) translateX(-3%);
    filter: drop-shadow(0 18px 30px rgba(74, 143, 205, 0.12)) blur(1.5px);
  }
  72% {
    opacity: 1;
    transform: rotateY(3deg) scaleX(1.01) translateX(0);
    filter: drop-shadow(0 18px 30px rgba(74, 143, 205, 0.12)) blur(0);
  }
  100% {
    opacity: 0;
    transform: rotateY(0deg) scaleX(1) translateX(0);
    filter: drop-shadow(0 18px 30px rgba(74, 143, 205, 0.12)) blur(0);
  }
}

@media (max-width: 1020px) {
  .hoohoo-hero {
    height: 745px;
    min-height: 745px;
  }

  .hoohoo-hero-phones {
    --hoohoo-phone-x: -45%;
    left: 50%;
    bottom: 28px;
    width: clamp(385px, 66vw, 550px);
    margin-bottom: -35px;
  }

  .hoohoo-hero-title {
    left: 24px;
    bottom: 58px;
    height: 50px;
    font-size: clamp(70px, 11vw, 92px);
    font-weight: 900;
  }

  .hoohoo-hero-copy {
    z-index: 2;
    right: 24px;
    bottom: 26px;
    max-width: min(320px, 40vw);
    margin: 0;
    font-size: clamp(16px, 2.4vw, 20px);
    line-height: 1.34;
  }

  .hoohoo-hero-bubble-white {
    left: 24%;
    top: 39%;
    margin-top: 0;
    margin-right: 8px;
    margin-left: -188px;
  }

  .hoohoo-hero-bubble-cozy {
    right: 19%;
    bottom: 28%;
    margin-right: -152px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hoohoo-hero-sleepy-left {
    left: 33%;
    top: 32%;
    margin-top: 0;
    margin-left: -175px;
  }

  .hoohoo-hero-sleepy-right {
    right: 25%;
    bottom: 38%;
    margin-right: -89px;
    margin-bottom: -38px;
  }

  .experience-card.reveal.blue {
    transform: rotate(-2deg) translateY(36px);
  }

  .experience-card.reveal.blue.is-visible {
    transform: rotate(-2deg);
  }

  .experience-card.reveal.blue.is-visible:hover {
    transform: rotate(-2deg) translateY(-8px) scale(1.012);
  }

  .experience-card.reveal.lavender {
    transform: translateY(-34px);
  }

  .experience-card.reveal.lavender.is-visible {
    transform: translateY(-70px);
  }

  .experience-card.reveal.lavender.is-visible:hover {
    transform: translateY(-78px) scale(1.012);
  }

  .experience-card.reveal.yellow {
    transform: rotate(2deg) translateY(36px);
  }

  .experience-card.reveal.yellow.is-visible {
    transform: rotate(2deg);
  }

  .experience-card.reveal.yellow.is-visible:hover {
    transform: rotate(2deg) translateY(-8px) scale(1.012);
  }
}

@media (max-width: 640px) {
  .hoohoo-hero-phones {
    width: 442px;
  }

  .hoohoo-empty-state {
    min-height: auto;
  }

  .hoohoo-empty-board {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    min-height: auto;
    padding: 96px 16px 76px;
  }

  .hoohoo-empty-phone,
  .hoohoo-empty-copy,
  .hoohoo-empty-cards {
    position: relative;
  }

  .hoohoo-empty-copy {
    order: 1;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0;
    padding: 28px 24px 30px;
    border-radius: 22px;
  }

  .hoohoo-empty-copy h2 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .hoohoo-empty-copy p {
    margin-top: 18px;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.48;
  }

  .hoohoo-empty-phone {
    order: 2;
    align-self: center;
    left: auto;
    bottom: auto;
    width: min(92vw, 360px);
    margin: 24px 0 0;
    transform: none;
  }

  .hoohoo-empty-cards {
    order: 3;
    right: auto;
    bottom: auto;
    display: flex;
    width: calc(100vw - 16px);
    gap: 14px;
    margin-top: 32px;
    overflow-x: auto;
    padding: 0 16px 22px 0;
    scroll-snap-type: x mandatory;
  }

  .hoohoo-empty-card {
    flex: 0 0 min(58vw, 220px);
    scroll-snap-align: center;
  }
}

@media (max-width: 1180px) {
  .hoohoo-competitive {
    padding: 96px 0 120px;
  }

  .hoohoo-competitive-shell {
    width: min(calc(100% - 64px), 760px);
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hoohoo-competitive-title {
    width: auto;
    margin: 0 0 32px;
    font-size: clamp(44px, 8vw, 64px);
    line-height: 1.14;
  }

  .hoohoo-sleepo-card {
    min-height: 580px;
  }

  .hoohoo-sleepo-screens .hoohoo-sleepo-screen-main {
    bottom: 41px;
    margin-left: 60px;
  }

  .hoohoo-sleepo-screens .hoohoo-sleepo-screen-side {
    right: -95px;
    bottom: 46px;
    margin-bottom: 0;
  }
}

@media (max-width: 760px) {
  .hoohoo-competitive {
    padding: 88px 0 96px;
  }

  .hoohoo-competitive-shell {
    width: calc(100% - 32px);
    gap: 40px;
  }

  .hoohoo-competitor-summary {
    min-height: 0;
    padding: 30px 24px 34px;
    border-radius: 28px;
  }

  .hoohoo-competitor-summary header,
  .hoohoo-sleepo-content header {
    gap: 16px;
  }

  .hoohoo-competitor-tags,
  .hoohoo-sleepo-tags {
    margin-top: 24px;
  }

  .hoohoo-competitor-summary > p:last-child {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.62;
  }

  .hoohoo-competitor-cloud {
    margin-top: 22px;
    border-radius: 24px;
  }

  .hoohoo-competitive-title {
    margin-bottom: 32px;
    font-size: clamp(42px, 13vw, 62px);
    line-height: 1.12;
  }

  .hoohoo-sleepo-card {
    min-height: 560px;
    border-radius: 30px;
  }

  .hoohoo-sleepo-content {
    padding: 34px 24px;
  }

  .hoohoo-sleepo-text {
    padding: 24px;
    border-radius: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hoohoo-sleepo-screens {
    width: min(390px, 78%);
    height: 250px;
  }

  .hoohoo-sleepo-screens .hoohoo-sleepo-screen-side {
    margin-bottom: 0;
  }

  .hoohoo-sleepo-screens .hoohoo-sleepo-screen-main {
    margin-bottom: -40px;
  }
}

@media (max-width: 900px) {
  .bestie-page .bestie-contact-pill,
  .hoohoo-page .bestie-contact-pill {
    height: 68px;
    min-height: 68px;
    font-size: 24px;
  }

  .resume-hero {
    min-height: 100svh;
    padding: clamp(118px, 18svh, 142px) 18px 90px;
  }

  .resume-hero-copy {
    row-gap: clamp(16px, 2.8svh, 24px);
  }

  .resume-eyebrow {
    margin-top: 16px;
  }

  .resume-hero h1 {
    max-width: 640px;
    margin-top: 0;
    font-size: clamp(34px, min(8.6vw, 8.3svh), 56px);
  }

  .resume-hero-copy > p:not(.resume-eyebrow) {
    max-width: 560px;
    font-size: clamp(18px, min(3.4vw, 3.9svh), 24px);
  }

  .resume-sheets {
    gap: 16px;
    margin-top: 62px;
  }

  .resume-sheet-project {
    width: 100%;
  }

  .resume-sheet-cv {
    width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .bestie-page .bestie-contact-pills,
  .hoohoo-page .bestie-contact-pills {
    flex-direction: row;
    gap: clamp(20px, 3vw, 28px);
    width: auto;
    max-width: calc(100% - 64px);
  }

  .bestie-page .bestie-contact-pill,
  .hoohoo-page .bestie-contact-pill {
    width: clamp(238px, 35vw, 286px);
    padding: 0 24px;
  }
}

@media (max-width: 640px) {
  .translate-toggle {
    right: 10px;
    width: 46px;
    height: 46px;
  }

  .resume-hero {
    padding-top: clamp(100px, 15svh, 118px);
  }

  .resume-hero-copy {
    row-gap: 16px;
  }

  .resume-eyebrow {
    margin-top: 16px;
    font-size: 16px;
  }

  .resume-hero h1 {
    margin-top: 0;
    font-size: clamp(30px, 10vw, 44px);
  }

  .resume-hero-copy > p:not(.resume-eyebrow) {
    margin-top: 0;
    font-size: 17px;
  }

  .resume-download {
    min-height: 54px;
    margin-top: 6px;
    font-size: 20px;
  }

  .resume-sheets {
    grid-template-columns: 1fr;
    gap: 20px;
    width: min(100%, 330px);
    margin-top: 46px;
  }

  .resume-sheet-project {
    width: 100%;
  }

  .resume-sheet-cv {
    width: 100%;
  }

  .bestie-page .bestie-contact-pills,
  .hoohoo-page .bestie-contact-pills {
    flex-direction: column;
    gap: 12px;
    width: min(calc(100% - 44px), 340px);
  }

  .bestie-page .bestie-contact-pill,
  .hoohoo-page .bestie-contact-pill {
    width: 100%;
    height: 58px;
    min-height: 58px;
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .hoohoo-background-book-img {
    opacity: 1;
    transition: none;
  }

  .hoohoo-book-page {
    display: none;
  }
}
