:root {
  --bg: #050505;
  --surface: #1b101a;
  --surface-soft: rgba(114, 91, 105, 0.55);
  --surface-card: rgba(32, 20, 31, 0.9);
  --text: #fff8ef;
  --muted: rgba(255, 248, 239, 0.72);
  --gold: #ffb700;
  --gold-soft: #f5c84c;
  --rose: rgba(228, 182, 210, 0.42);
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --container: min(1312px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  background-color: transparent;
  min-height: 100%;
}

body {
  position: relative;
  margin: 0;
  overflow-x: clip;
  background-color: transparent;
  color: var(--text);
  font-family: "Inter", sans-serif;
  min-height: 100vh;
}

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

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

.whatsapp-float {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 9999;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  animation: whatsapp-float 2.8s ease-in-out infinite;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
  will-change: transform;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
  filter: saturate(1.05);
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
}

@keyframes whatsapp-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.page-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  background: transparent;
}

.topbar,
.section,
.hero__content {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  position: relative;
  background: transparent;
  isolation: isolate;
  overflow: visible;
}

.hero__stage {
  position: relative;
  width: min(100vw, 1440px);
  margin: 0 auto;
  aspect-ratio: 1440 / 798;
}

.hero__glow,
.hero__cloudbank,
.contact-panel__clouds {
  position: absolute;
  pointer-events: none;
}

.hero__glow {
  left: -217px;
  top: -190px;
  width: 549px;
  height: 549px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 27, 87, 0.9) 0%, rgba(72, 27, 87, 0.78) 45%, rgba(72, 27, 87, 0) 78%);
  z-index: 0;
}

.hero__cloudbank {
  top: 591px;
  background-image: url("./Public/vecteezy_beautiful-colorful-fluffy-cloud-illuminated-by-sunrise-or_75522442.png");
  background-image: image-set(
    url("./Public/vecteezy_beautiful-colorful-fluffy-cloud-illuminated-by-sunrise-or_75522442.avif") type("image/avif"),
    url("./Public/vecteezy_beautiful-colorful-fluffy-cloud-illuminated-by-sunrise-or_75522442.webp") type("image/webp"),
    url("./Public/vecteezy_beautiful-colorful-fluffy-cloud-illuminated-by-sunrise-or_75522442.png") type("image/png")
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.hero__cloudbank--left {
  left: -281px;
  width: 1037px;
  height: 588px;
}

.hero__cloudbank--right {
  left: 756px;
  right: auto;
  top: 618px;
  width: 941px;
  height: 534px;
  transform: scaleX(-1);
}

.hero__frame {
  position: relative;
  width: 1440px;
  height: 798px;
  z-index: 1;
  overflow: visible;
  transform-origin: top left;
  scale: calc(min(100vw, 1440px) / 1440);
}

.hero__grain {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 92%);
}

.topbar {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 57px 0 0 100px;
}

.brand,
h1,
h2,
h3 {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.brand {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1;
}

.brand span,
h1 span,
h2 span,
h3 span,
.price span,
.host-card__role,
.stars {
  color: var(--gold);
}

.brand-subtitle {
  margin: 10px 0 0;
  color: rgba(255, 248, 239, 1);
  font-size: 0.875rem;
  line-height: 1;
}

.hero__copy {
  position: absolute;
  top: 264px;
  left: 100px;
  z-index: 3;
  width: 569px;
}

.hero__copy h1 {
  max-width: 569px;
  margin: 24px 0 0;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0;
}

.hero__lede {
  max-width: 360px;
  margin: 22px 0 0;
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero__actions {
  margin-top: 24px;
}

.hero__pill {
  min-height: 47px;
  width: 369px;
  padding: 0 24px;
  gap: 18px;
  justify-content: center;
  background: rgba(228, 182, 210, 0.5);
  border-color: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(2px);
}

.hero__pill p,
.hero__pill span {
  font-size: 1.25rem;
}

.hero__visual {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.floating {
  position: absolute;
  will-change: transform;
  animation: hero-float 8s ease-in-out infinite;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.35));
}

.floating--baguette {
  left: 636px;
  top: -190px;
  width: 661px;
  animation-delay: -1.5s;
}

.floating--croissant {
  left: 636px;
  top: 141px;
  width: 709px;
  animation-delay: -3s;
}

.floating--cloud-back {
  left: 658px;
  top: 415px;
  width: 689px;
  animation-delay: -2.4s;
}

.floating--cloud-mid {
  display: none;
}

.floating--cloud-front {
  left: 446px;
  top: 562px;
  width: 521px;
  animation-delay: -0.7s;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-pill);
  background: var(--rose);
  backdrop-filter: blur(8px);
}

.pill span {
  display: flex;
  align-items: center;
  line-height: 1;
}

.pill p {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Belleza", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.pill--small {
  min-height: 36px;
  justify-content: center;
  gap: 12px;
  padding: 8px 24px;
}

.pill--small p {
  font-size: 0.875rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 50px;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary,
.button--secondary {
  background: var(--gold);
  color: #161106;
  box-shadow: 0 14px 40px rgba(255, 183, 0, 0.28);
}

.button--secondary {
  width: 100%;
  min-width: 0;
}

.hero .button--primary {
  min-width: 357px;
  min-height: 50px;
  padding: 12px 26px;
  font-size: 1.25rem;
  box-shadow: none;
}

.section {
  position: relative;
  padding: 64px 0;
}

.section--problem {
  z-index: 2;
  padding: 32px 0 28px;
}

.panel {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.panel--muted {
  background: var(--surface-soft);
  backdrop-filter: blur(18px);
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading--center {
  text-align: center;
}

.section-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1;
}

.section-heading p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.hosts-grid,
.contact-panel__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.problem-copy p,
.host-card p,
.contact-panel__copy p,
.contact-panel__copy li,
.note-card p {
  color: var(--text);
  line-height: 1.7;
}

.problem-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 36px;
  width: 164px;
  border-radius: 999px;
  background: rgba(228, 182, 210, 0.5);
  color: #fff;
  font-family: "Belleza", sans-serif;
  font-size: 0.875rem;
}

.problem-pill--auto {
  width: auto;
  padding-inline: 18px;
}

.problem-pill--auto p {
  white-space: nowrap;
}

.problem-pill p {
  margin: 0;
}

.menu-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 207px;
  min-height: 36px;
  padding: 8px 24px;
  border-radius: 999px;
  background: rgba(228, 182, 210, 0.5);
  color: #fff;
}

.menu-pill span,
.menu-pill p {
  display: flex;
  align-items: center;
  line-height: 1;
}

.menu-pill p {
  margin: 0;
  font-family: "Belleza", sans-serif;
  font-size: 0.875rem;
  white-space: nowrap;
}

.problem-panel {
  width: min(1312px, calc(100vw - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 47px 40px 45px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(114, 91, 105, 0.5);
  backdrop-filter: blur(2px);
  box-shadow: var(--shadow);
}

.problem-copy {
  width: 523px;
}

.section--problem h2 {
  max-width: 523px;
  margin: 24px 0 0;
  font-size: 3.125rem;
  line-height: 1;
}

.problem-copy__text {
  width: 463px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.22;
}

.problem-cta {
  margin-top: 24px;
  min-width: 357px;
  box-shadow: none;
}

.problem-cards {
  display: flex;
  align-items: center;
  gap: 24px;
}

.problem-card {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.problem-card__cap {
  position: relative;
  width: 128px;
  height: 64px;
}

.problem-card__halo {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.problem-card__number {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1;
  color: var(--gold);
}

.problem-card__body {
  width: 100%;
  height: 302px;
  padding: 64px 20px 34px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 40px;
  background: rgba(114, 91, 105, 0.5);
  text-align: center;
}

.problem-card h3 {
  min-height: 44px;
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.problem-card p {
  margin: 0;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.22;
}

.section--connect {
  padding: 100px 0 84px;
}

.connect-layout {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 60px;
}

.connect-layout h2 {
  width: 569px;
  margin: 0 auto;
  font-size: 3.125rem;
  line-height: 1;
  text-align: center;
}

.connect-main {
  display: grid;
  grid-template-columns: 463px 656px;
  justify-content: space-between;
  align-items: start;
}

.connect-steps {
  display: grid;
  height: 480px;
  align-content: space-between;
  gap: 0 16px;
}

.connect-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  align-items: center;
}

.connect-step__number {
  font-family: "Inter", sans-serif;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 0.8;
  color: var(--gold);
}

.connect-step p {
  margin: 0;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.35;
}

.connect-feature {
  position: relative;
  overflow: visible;
}

.connect-feature__media {
  position: relative;
  width: 656px;
  height: 480px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 40px;
}

.connect-feature__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.connect-feature__tag,
.connect-gallery__tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 22px;
  border-radius: 999px;
  background: var(--gold);
  color: #000;
  font-family: "Belleza", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}

.connect-feature__tag {
  top: 18px;
  left: 77px;
  width: 521px;
  z-index: 2;
}

.connect-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.connect-gallery__item {
  position: relative;
}

.connect-gallery__item video {
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 40px;
}

.connect-gallery__tag {
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.section--cards-reading {
  padding: 56px 0 24px;
}

.section--how-it-works-band {
  padding: 56px 0 12px;
}

.section--adventure,
.section--how-it-works-band {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
  isolation: isolate;
}

.section--steps {
  padding: 54px 0 72px;
}

.cards-reading-panel {
  position: relative;
  width: min(1312px, calc(100vw - 32px));
  min-height: 424px;
  margin: 0 auto;
  padding: 22px 28px 25px;
  border-radius: 40px;
  background: rgba(114, 91, 105, 0.5);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cards-reading__lede {
  position: relative;
  z-index: 1;
  width: min(1152px, 100%);
  margin: 0 auto;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.35;
  text-align: center;
}

.cards-reading__art {
  position: relative;
  width: min(1312px, 100%);
  height: 330px;
  margin: 14px auto -25px;
  background: center / contain no-repeat url("./Public/vecteezy_palmistry-and-hieromancy-set-witchcraft-fortune-tellers_6568052 1.png");
  background-image: image-set(
    url("./Public/vecteezy_palmistry-and-hieromancy-set-witchcraft-fortune-tellers_6568052 1.avif") type("image/avif"),
    url("./Public/vecteezy_palmistry-and-hieromancy-set-witchcraft-fortune-tellers_6568052 1.webp") type("image/webp"),
    url("./Public/vecteezy_palmistry-and-hieromancy-set-witchcraft-fortune-tellers_6568052 1.png") type("image/png")
  );
}

.cards-reading__cta {
  position: absolute;
  left: 50%;
  bottom: 38px;
  min-width: 357px;
  transform: translateX(-50%);
  box-shadow: none;
}

.cards-reading__cta:hover {
  transform: translateX(-50%) translateY(-1px);
  box-shadow: 0 10px 26px rgba(255, 183, 0, 0.22);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.step-card,
.note-card,
.menu-card,
.host-card {
  background: var(--surface-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.step-card,
.note-card {
  padding: 24px;
}

.step-card h3,
.menu-card h3 {
  margin: 0 0 14px;
  font-size: 1.6rem;
}

.step-card p,
.menu-card p,
.host-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.adventure-band {
  position: relative;
  width: 100%;
  height: 620px;
  margin: 0;
  color: #120d03;
  overflow: visible;
}

.adventure-band__curve {
  position: absolute;
  inset: 0 0 auto;
  height: 620px;
  left: 0;
  width: 100%;
  transform: none;
  z-index: 0;
  background: center / 100% 100% no-repeat url("./Public/Yellow ribbon.svg");
}

.adventure-band p {
  position: absolute;
  left: 180px;
  top: 50%;
  z-index: 2;
  margin: 0;
  font-family: "Belleza", sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  transform: translateY(-50%);
}

.adventure-band__stars {
  position: absolute;
  right: 180px;
  top: 50%;
  z-index: 2;
  font-family: "Belleza", sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  transform: translateY(-50%);
}

.adventure-band img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 585px;
  transform: translate(-50%, -50%) scaleX(-1);
}

.adventure-band--how {
  position: relative;
  width: 100%;
  max-width: none;
  height: 620px;
  margin: 0;
}

.adventure-band--how .adventure-band__curve {
  inset: 0 0 auto;
  width: 100%;
  left: 0;
  transform: none;
}

.adventure-band__title-stack {
  white-space: normal;
}

.adventure-band--how p {
  left: 180px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.05;
  z-index: 2;
}

.adventure-band--how .adventure-band__stars {
  top: 50%;
  transform: translateY(-50%);
  right: 180px;
  z-index: 2;
}

.adventure-band--how img {
  top: 50%;
  width: 500px;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.menu-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 510px;
  height: 100%;
  overflow: hidden;
}

.menu-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.menu-card__tag {
  position: relative;
  z-index: 2;
  width: calc(100% - 76px);
  max-width: 328px;
  margin: -18px auto 0;
  padding: 9px 22px;
  border-radius: var(--radius-pill);
  background: var(--gold);
  color: #120d03;
  font-family: "Belleza", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}

.menu-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  padding: 18px 22px 14px;
}

.menu-card__body > p,
.note-card p {
  margin: 0;
}

.menu-card__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.25;
}

.menu-card__list li,
.note-card__list li {
  list-style: none;
}

.menu-card__list li::before,
.note-card__list li::before {
  content: "✦";
  margin-right: 6px;
}

.menu-card__list li + li {
  margin-top: 2px;
}

.price {
  margin-top: auto;
  padding-top: 10px;
  font-family: "Belleza", sans-serif;
  font-size: 1.5rem;
  color: var(--text);
}

.menu-card--spaced .price {
  padding-top: 80px;
}

.menu-card .button {
  margin-top: 10px;
}

.note-card {
  max-width: none;
  width: 100%;
  margin: 28px auto 0;
}

.note-card p + p {
  margin-top: 18px;
}

.note-card__list {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
  color: var(--text);
  line-height: 1.5;
}

.steps-journey {
  position: relative;
  width: min(1312px, calc(100vw - 48px));
  margin: 0 auto;
}

.steps-journey__heading {
  margin-bottom: 72px;
}

.steps-journey__heading h2 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.steps-journey__track {
  display: none;
}

.steps-journey__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 328px));
  justify-content: space-between;
  gap: 40px;
}

.steps-journey__item {
  position: relative;
  text-align: center;
}

.steps-journey__number {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 32px;
  border-radius: 56px;
  background: linear-gradient(152deg, rgba(255, 183, 0, 0.2) 14.7%, rgba(108, 58, 128, 0.2) 91%);
  color: var(--text);
  font-family: "Belleza", sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 183, 0, 0.18);
}

.steps-journey__item h3 {
  margin: 0 0 12px;
  font-family: "Belleza", sans-serif;
  font-size: 1.875rem;
  line-height: 1.15;
  color: var(--gold);
}

.steps-journey__item p {
  width: min(100%, 328px);
  margin: 0 auto;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.25;
}

.section--audience {
  padding: 100px 0 84px;
}

.audience-shell {
  width: min(1312px, calc(100vw - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 523px) minmax(0, 621px);
  justify-content: center;
  column-gap: 72px;
  row-gap: 0;
  padding: 48px;
  border-radius: 40px;
  background: rgba(114, 91, 105, 0.5);
  backdrop-filter: blur(2px);
  box-shadow: var(--shadow);
}

.audience-copy {
  width: 100%;
  display: grid;
  align-content: start;
  gap: 35px;
}

.audience-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 197px;
  min-height: 36px;
  border-radius: 999px;
  background: rgba(228, 182, 210, 0.5);
  color: #fff;
}

.audience-pill span,
.audience-pill p {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Belleza", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}

.audience-copy h2 {
  margin: 0;
  font-size: 3.125rem;
  line-height: 1;
}

.audience-copy h2 span {
  display: block;
}

.audience-list {
  display: grid;
  gap: 24px;
}

.audience-item {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  gap: 24px;
  min-height: 137px;
  padding: 8px 28px 8px 24px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 40px;
  background: rgba(114, 91, 105, 0.5);
}

.audience-item__number {
  display: block;
  color: var(--gold);
  font-family: "Inter", sans-serif;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 0.8;
}

.audience-item__text p {
  margin: 0;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.22;
}

.audience-item__text p:first-child {
  margin-bottom: 2px;
}

.audience-cta {
  min-width: 357px;
  box-shadow: none;
}

.audience-media {
  position: relative;
  width: 100%;
  min-height: 752px;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.audience-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--testimonials {
  position: relative;
  padding: 100px 0 84px;
}

.reviews-glow {
  position: absolute;
  left: 0;
  top: -120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 27, 87, 0.75) 0%, rgba(72, 27, 87, 0.45) 42%, rgba(72, 27, 87, 0) 75%);
  filter: blur(12px);
  pointer-events: none;
}

.reviews-layout {
  position: relative;
  width: min(1310px, calc(100vw - 32px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.reviews-heading {
  display: grid;
  gap: 24px;
  width: 569px;
}

.reviews-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 281px;
  min-height: 36px;
  border-radius: 999px;
  background: rgba(228, 182, 210, 0.5);
  color: #fff;
}

.reviews-pill span,
.reviews-pill p {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Belleza", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}

.reviews-heading h2 {
  width: 569px;
  margin: 0;
  font-size: 3.125rem;
  line-height: 1;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 410px));
  gap: 40px;
}

.review-card {
  min-height: 269px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 40px;
  background: rgba(114, 91, 105, 0.5);
}

.review-card__stars {
  margin: 0 0 21px;
  color: var(--gold);
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  min-height: 88px;
  margin: 0 0 21px;
  color: var(--text);
  font-size: 1.125rem;
  line-height: 1.22;
  font-style: italic;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-card__badge {
  display: grid;
  place-items: center;
  width: 69px;
  height: 69px;
  border-radius: 34.5px;
  background: linear-gradient(152deg, rgba(255, 183, 0, 0.2) 14.7%, rgba(108, 58, 128, 0.2) 91%);
  color: var(--gold);
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.review-card__name,
.review-card__tag {
  margin: 0;
  color: var(--text);
}

.review-card__name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22;
}

.review-card__tag {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.22;
}

.section--team-footer {
  width: min(1180px, calc(100vw - 72px));
  max-width: none;
  padding: 84px 0 0;
}

.team-footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 980px;
  padding-bottom: 168px;
  overflow: hidden;
}

.team-footer__visual {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.team-footer__layout {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 660px) 430px;
  justify-content: space-between;
  gap: 52px;
  align-items: start;
}

.team-footer__team {
  width: 100%;
  max-width: 660px;
  display: grid;
  gap: 28px;
}

.team-footer__heading {
  display: grid;
  gap: 20px;
  margin-bottom: 18px;
}

.team-footer__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 246px;
  min-height: 36px;
  border-radius: 999px;
  background: rgba(228, 182, 210, 0.5);
  color: #fff;
}

.team-footer__pill span,
.team-footer__pill p {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Belleza", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}

.team-footer__heading h2 {
  margin: 0;
  max-width: 560px;
  font-size: 3.1rem;
  line-height: 0.94;
}

.team-footer__heading h2 span {
  display: block;
}

.team-person {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.team-person--host {
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: center;
}

.team-person img {
  width: 270px;
  height: 330px;
  object-fit: cover;
  border-radius: 32px;
}

.team-person__copy {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.team-person__copy p:last-child {
  width: 100%;
  max-width: 372px;
}

.team-person__role {
  margin: 0;
  color: var(--gold);
  font-family: "Belleza", sans-serif;
  font-size: 1.65rem;
  line-height: 1.04;
}

.team-person__copy p:last-child {
  margin: 0;
  color: var(--text);
  font-size: 1.03rem;
  line-height: 1.2;
}

.team-footer__cta-panel {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 220px 0 0 auto;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  padding: 48px 36px;
  border-radius: 38px;
  border: 1px solid rgba(214, 216, 228, 0.55);
  background:
    linear-gradient(180deg, rgba(18, 12, 16, 0.96) 0%, rgba(42, 26, 34, 0.94) 100%);
  backdrop-filter: blur(36px);
  box-shadow: var(--shadow);
}

.team-footer__cta-panel h2 {
  margin: 0;
  width: 100%;
  max-width: 348px;
  font-size: 3rem;
  line-height: 0.95;
  text-align: center;
}

.team-footer__cta-copy {
  width: 100%;
  max-width: 318px;
  margin: 28px auto 26px;
  text-align: center;
}

.team-footer__cta-copy p {
  margin: 0;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.24;
}

.team-footer__cta-copy p + p {
  margin-top: 8px;
}

.team-footer__cta {
  width: 100%;
  min-width: 0;
  max-width: 320px;
  min-height: 40px;
  padding: 10px 20px;
  display: flex;
  margin: 0 auto;
  box-shadow: none;
}

.team-footer__floating {
  position: absolute;
  opacity: 0.94;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.35));
}

.team-footer__floating--baguette {
  left: calc(50% + 92px);
  top: 300px;
  width: 440px;
  animation-delay: -1.5s;
}

.team-footer__floating--croissant {
  left: calc(50% + 112px);
  top: 518px;
  width: 472px;
  animation-delay: -3s;
}

.team-footer__floating--cloud-back {
  left: calc(50% + 128px);
  top: 700px;
  width: 432px;
  opacity: 0.78;
  animation-delay: -2.4s;
}

.team-footer__floating--cloud-front {
  left: calc(50% - 14px);
  top: 792px;
  width: 328px;
  opacity: 0.9;
  animation-delay: -0.7s;
}

.site-footer {
  position: relative;
  z-index: 3;
  margin-top: -26px;
  padding: 16px 24px;
  background: var(--gold);
  color: #171106;
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-family: "Belleza", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes hero-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1100px) {
  .problem-panel,
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .menu-card--featured {
    transform: none;
  }

  .section--audience {
    padding: 72px 0 56px;
  }

  .audience-shell {
    width: min(840px, calc(100vw - 32px));
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 24px 24px;
  }

  .audience-copy {
    gap: 24px;
  }

  .audience-copy h2 {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }

  .section--testimonials {
    padding: 72px 0 56px;
  }

  .reviews-layout {
    width: min(840px, calc(100vw - 32px));
  }

  .reviews-heading {
    width: 100%;
  }

  .reviews-heading h2 {
    width: 100%;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .audience-media {
    width: 100%;
    min-height: 420px;
  }

  .section--team-footer {
    width: min(100%, calc(100vw - 32px));
    padding: 56px 0 0;
  }

  .team-footer {
    min-height: 0;
    padding-bottom: 220px;
  }

  .team-footer__layout {
    width: min(840px, 100%);
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .team-footer__heading,
  .team-footer__cta-panel h2,
  .team-footer__cta-copy {
    width: 100%;
  }

  .team-footer__heading {
    display: grid;
    gap: 24px;
  }

  .team-person,
  .team-person--host {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .team-person img {
    width: min(360px, 100%);
    height: auto;
    aspect-ratio: 318 / 357;
  }

  .team-footer__cta-panel {
    max-width: none;
    margin: 0;
    align-self: auto;
    transform: none;
    min-height: 0;
    padding: 64px 28px;
  }

  .team-footer__floating--baguette {
    left: auto;
    right: 82px;
    top: auto;
    bottom: 82px;
    width: 280px;
  }

  .team-footer__floating--croissant {
    left: auto;
    right: 36px;
    top: auto;
    bottom: 104px;
    width: 300px;
  }

  .team-footer__floating--cloud-back {
    left: auto;
    right: 34px;
    top: auto;
    bottom: 8px;
    width: 260px;
  }

  .team-footer__floating--cloud-front {
    left: auto;
    right: 126px;
    top: auto;
    bottom: -4px;
    width: 206px;
  }

  .site-footer {
    margin-top: -14px;
  }

  .section--problem {
    padding: 24px 0 12px;
  }

  .problem-panel {
    width: min(1312px, calc(100vw - 24px));
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 34px 24px 24px;
  }

  .problem-cards {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .steps-journey {
    width: min(840px, calc(100vw - 40px));
  }

  .steps-journey__heading {
    margin-bottom: 56px;
  }

  .steps-journey__track {
    display: none;
  }

  .steps-journey__grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 36px;
  }

  .steps-journey__item {
    max-width: 420px;
    margin: 0 auto;
  }

  .section--connect {
    padding: 64px 0 56px;
  }

  .section--cards-reading {
    padding: 40px 0 18px;
  }

  .section--how-it-works-band {
    padding: 18px 0 8px;
  }

  .connect-layout {
    gap: 36px;
  }

  .connect-layout h2 {
    width: min(569px, 100%);
  }

  .connect-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .connect-feature__media {
    width: 100%;
    height: auto;
    aspect-ratio: 656 / 480;
  }

  .connect-feature__tag {
    left: 50%;
    width: min(521px, calc(100% - 32px));
    transform: translateX(-50%);
  }

  .connect-gallery {
    grid-template-columns: 1fr;
  }

  .cards-reading-panel {
    width: min(1312px, calc(100vw - 24px));
  }
}

@media (max-width: 720px) {
  :root {
    --container: calc(100vw - 24px);
  }

  .section--problem {
    padding: 18px 0 8px;
  }

  .whatsapp-float {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 50px;
    height: 50px;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }

  .section--connect {
    padding: 44px 0 40px;
  }

  .section--cards-reading {
    padding: 28px 0 12px;
  }

  .section--how-it-works-band {
    padding: 12px 0 4px;
  }

  .section--steps {
    padding: 36px 0 52px;
  }

  .problem-panel {
    padding: 24px 18px 18px;
  }

  .problem-copy,
  .problem-copy__text {
    width: 100%;
  }

  .section--problem h2 {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .problem-copy__text {
    font-size: 1rem;
  }

  .problem-cta {
    min-width: min(100%, 320px);
  }

  .problem-cards {
    gap: 18px;
  }

  .connect-layout h2 {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .connect-step {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .connect-step__number {
    font-size: 4.2rem;
  }

  .connect-step p {
    font-size: 1rem;
  }

  .connect-feature {
    padding-top: 10px;
  }

  .connect-feature__tag,
  .connect-gallery__tag {
    width: calc(100% - 20px);
    padding-inline: 16px;
    font-size: 1rem;
    white-space: normal;
  }

  .connect-gallery {
    gap: 26px;
  }

  .cards-reading-panel {
    min-height: 320px;
    padding: 18px 18px 20px;
  }

  .cards-reading__lede {
    font-size: 1rem;
  }

  .cards-reading__art {
    width: 100%;
    height: 250px;
    margin: 18px 0 -10px;
  }

  .cards-reading__cta {
    min-width: min(100%, 320px);
    bottom: 18px;
  }

  .adventure-band--how {
    height: 300px;
  }

  .adventure-band--how .adventure-band__curve {
    inset: 104px 0 auto;
  }

  .adventure-band--how p {
    left: 20px;
    top: 170px;
    font-size: 2rem;
  }

  .adventure-band--how .adventure-band__stars {
    top: 176px;
  }

  .adventure-band--how img {
    top: 8px;
    width: 300px;
  }

  .section--audience {
    padding: 44px 0 40px;
  }

  .audience-shell {
    width: min(100%, calc(100vw - 24px));
    padding: 24px 16px 18px;
    gap: 24px;
  }

  .audience-pill {
    width: auto;
    padding-inline: 18px;
  }

  .audience-copy h2 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .audience-item {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    min-height: 0;
    padding: 16px 18px;
  }

  .audience-item__number {
    font-size: 4.2rem;
  }

  .audience-item__text p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .audience-cta {
    min-width: min(100%, 320px);
  }

  .audience-media {
    min-height: 320px;
  }

  .section--testimonials {
    padding: 44px 0 40px;
  }

  .reviews-layout {
    width: min(100%, calc(100vw - 24px));
    gap: 20px;
  }

  .reviews-glow {
    width: 360px;
    height: 360px;
    top: -80px;
  }

  .reviews-pill {
    width: auto;
    padding-inline: 18px;
  }

  .reviews-heading h2 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .review-card {
    min-height: 0;
    padding: 20px;
  }

  .review-card blockquote {
    min-height: 0;
    font-size: 1rem;
    line-height: 1.3;
  }

  .review-card__badge {
    width: 56px;
    height: 56px;
    font-size: 1rem;
  }

  .section--team-footer {
    width: min(100%, calc(100vw - 24px));
    padding: 44px 0 0;
  }

  .team-footer {
    padding-bottom: 160px;
  }

  .team-footer__layout {
    width: min(100%, calc(100% - 24px));
    gap: 24px;
  }

  .team-footer__pill {
    width: auto;
    padding-inline: 18px;
  }

  .team-footer__heading h2,
  .team-footer__cta-panel h2 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .team-person__role {
    font-size: 1.55rem;
  }

  .team-person__copy p:last-child,
  .team-footer__cta-copy p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .team-footer__cta-panel {
    padding: 48px 18px;
  }

  .team-footer__cta {
    min-width: min(100%, 320px);
  }

  .team-footer__floating--baguette {
    right: 24px;
    top: auto;
    bottom: 54px;
    width: 168px;
  }

  .team-footer__floating--croissant {
    right: 10px;
    top: auto;
    bottom: 68px;
    width: 170px;
  }

  .team-footer__floating--cloud-back {
    right: 10px;
    top: auto;
    bottom: 10px;
    width: 150px;
  }

  .team-footer__floating--cloud-front {
    right: 66px;
    top: auto;
    bottom: 2px;
    width: 110px;
  }

  .site-footer {
    margin-top: -10px;
    padding: 14px 18px;
  }

  .site-footer p {
    font-size: 0.92rem;
    letter-spacing: 0.06em;
  }

  .steps-journey {
    width: min(100%, calc(100vw - 32px));
  }

  .steps-journey__heading {
    margin-bottom: 40px;
  }

  .steps-journey__number {
    width: 88px;
    height: 88px;
    margin-bottom: 24px;
    font-size: 2.5rem;
  }

  .steps-journey__item h3 {
    font-size: 1.55rem;
  }

  .steps-journey__item p {
    font-size: 1rem;
    line-height: 1.35;
  }

  .section {
    padding: 44px 0;
  }

  .adventure-band {
    height: 330px;
  }

  .adventure-band__curve {
    inset: 142px 0 auto;
    height: 176px;
    background-size: cover;
  }

  .adventure-band p {
    left: 20px;
    top: 204px;
    font-size: 2rem;
  }

  .adventure-band__stars {
    right: 18px;
    top: 204px;
    font-size: 1.7rem;
  }

  .adventure-band img {
    top: 12px;
    width: 380px;
  }

  .pill {
    gap: 10px;
    padding-inline: 18px;
  }

  .pill p {
    font-size: 0.92rem;
  }
}

@media (max-width: 720px) {
  :root {
    --radius-xl: 28px;
    --radius-lg: 24px;
    --container: calc(100vw - 24px);
  }

  body::before {
    background:
      radial-gradient(circle at 20% 8%, rgba(255, 183, 0, 0.12), transparent 22%),
      radial-gradient(circle at 80% 24%, rgba(255, 137, 192, 0.08), transparent 26%),
      linear-gradient(180deg, #040404 0%, #0a0508 52%, #060606 100%);
  }

  .section {
    width: var(--container);
    padding: 36px 0;
  }

  .topbar {
    padding: 22px 0 0 18px;
  }

  .brand {
    font-size: 1.05rem;
  }

  .brand-subtitle {
    margin-top: 6px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero {
    overflow: hidden;
  }

  .hero__stage {
    width: 100%;
    min-height: 100svh;
    aspect-ratio: auto;
  }

  .hero__frame {
    width: 100%;
    height: auto;
    min-height: 100svh;
    scale: 1;
    padding: 0 12px 26px;
    overflow: hidden;
  }

  .hero__glow {
    left: -110px;
    top: -120px;
    width: 280px;
    height: 280px;
  }

  .hero__grain {
    background-size: 44px 44px;
    opacity: 0.35;
  }

  .hero__cloudbank--left,
  .hero__cloudbank--right {
    width: 360px;
    height: 206px;
    top: auto;
    bottom: -18px;
  }

  .hero__cloudbank--left {
    left: -130px;
  }

  .hero__cloudbank--right {
    right: -130px;
  }

  .hero__copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 92px 12px 0;
  }

  .hero__pill {
    width: auto;
    min-height: 36px;
    padding: 0 14px;
    gap: 10px;
  }

  .hero__pill p,
  .hero__pill span {
    font-size: 0.84rem;
  }

  .hero__copy h1 {
    max-width: 260px;
    margin-top: 18px;
    font-size: clamp(2.5rem, 11vw, 4rem);
    line-height: 0.95;
  }

  .hero__lede {
    max-width: 220px;
    margin-top: 16px;
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .hero__actions {
    margin-top: 20px;
  }

  .hero .button--primary {
    min-width: 0;
    width: min(100%, 220px);
    min-height: 42px;
    padding: 10px 18px;
    font-size: 0.95rem;
  }

  .hero__visual {
    overflow: hidden;
  }

  .floating--baguette {
    left: 170px;
    top: -34px;
    width: 235px;
  }

  .floating--croissant {
    left: 174px;
    top: 124px;
    width: 252px;
  }

  .floating--cloud-back {
    left: 168px;
    top: 342px;
    width: 226px;
    opacity: 0.82;
  }

  .floating--cloud-front {
    left: 94px;
    top: 430px;
    width: 176px;
    opacity: 0.9;
  }

  .problem-panel,
  .cards-reading-panel,
  .audience-shell {
    border-radius: 28px;
    background: rgba(114, 91, 105, 0.46);
    backdrop-filter: blur(12px);
  }

  .problem-panel {
    gap: 20px;
    padding: 22px 16px 18px;
  }

  .problem-copy {
    display: grid;
    gap: 14px;
  }

  .problem-pill,
  .menu-pill,
  .reviews-pill,
  .audience-pill,
  .team-footer__pill {
    min-height: 32px;
    padding-inline: 14px;
    gap: 10px;
  }

  .section--problem h2,
  .connect-layout h2,
  .audience-copy h2,
  .reviews-heading h2,
  .team-footer__heading h2,
  .team-footer__cta-panel h2,
  .steps-journey__heading h2 {
    font-size: clamp(1.95rem, 9vw, 2.65rem);
    line-height: 0.98;
  }

  .problem-copy__text,
  .connect-step p,
  .cards-reading__lede,
  .audience-item__text p,
  .review-card blockquote,
  .team-person__copy p:last-child,
  .team-footer__cta-copy p,
  .steps-journey__item p {
    font-size: 0.96rem;
    line-height: 1.34;
  }

  .problem-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .problem-card {
    width: 100%;
  }

  .problem-card__cap {
    width: 104px;
    height: 54px;
  }

  .problem-card__number {
    top: -10px;
    font-size: 4.2rem;
  }

  .problem-card__body {
    height: auto;
    padding: 46px 18px 20px;
    border-radius: 28px;
  }

  .problem-card h3 {
    min-height: 0;
    font-size: 1rem;
  }

  .problem-card p {
    font-size: 0.96rem;
    line-height: 1.3;
  }

  .problem-cta,
  .cards-reading__cta,
  .audience-cta,
  .team-footer__cta,
  .menu-card .button,
  .hero .button--primary {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .section--adventure,
  .section--how-it-works-band {
    margin-left: 0;
    width: 100%;
  }

  .adventure-band,
  .adventure-band--how {
    height: 182px;
  }

  .adventure-band__curve {
    inset: 48px 0 auto;
    height: 102px;
    background-size: cover;
  }

  .adventure-band p,
  .adventure-band--how p {
    left: 18px;
    top: 97px;
    font-size: 1.45rem;
    line-height: 1;
    transform: none;
  }

  .adventure-band__stars,
  .adventure-band--how .adventure-band__stars {
    right: 16px;
    top: 101px;
    font-size: 1.15rem;
    transform: none;
  }

  .adventure-band img {
    top: 6px;
    width: 180px;
    transform: translateX(-50%) scaleX(-1);
  }

  .adventure-band--how img {
    top: 2px;
    width: 170px;
    transform: translateX(-50%);
  }

  .connect-layout {
    gap: 26px;
  }

  .connect-main,
  .connect-gallery,
  .menu-grid,
  .reviews-grid,
  .steps-journey__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .connect-steps {
    height: auto;
    gap: 12px;
  }

  .connect-step {
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .connect-step:last-child {
    border-bottom: 0;
  }

  .connect-step__number {
    font-size: 3.45rem;
    line-height: 0.85;
  }

  .connect-feature {
    display: grid;
    gap: 12px;
    padding-top: 0;
  }

  .connect-feature__tag,
  .connect-gallery__tag {
    position: static;
    width: 100%;
    min-height: 34px;
    padding: 8px 14px;
    transform: none;
    font-size: 0.95rem;
    white-space: normal;
  }

  .connect-feature__media,
  .connect-gallery__item video,
  .audience-media {
    border-radius: 28px;
  }

  .connect-feature__media {
    aspect-ratio: 0.92;
  }

  .connect-gallery__item {
    display: grid;
    gap: 12px;
  }

  .cards-reading-panel {
    min-height: 0;
    padding: 18px 16px 18px;
    display: grid;
    gap: 14px;
  }

  .cards-reading__art {
    height: 184px;
    margin: 0;
    background-position: center;
  }

  .cards-reading__cta {
    position: static;
    transform: none;
    bottom: auto;
  }

  .cards-reading__cta:hover {
    transform: translateY(-1px);
  }

  .section--menu {
    padding-top: 34px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .menu-card {
    min-height: 0;
    border-radius: 28px;
  }

  .menu-card img {
    height: 180px;
  }

  .menu-card__tag {
    width: calc(100% - 34px);
    margin-top: -15px;
    font-size: 0.94rem;
  }

  .menu-card__body {
    gap: 8px;
    padding: 16px 16px 18px;
  }

  .menu-card h3 {
    margin-bottom: 4px;
    font-size: 1.45rem;
  }

  .menu-card__body > p,
  .menu-card__list,
  .note-card,
  .review-card__name,
  .review-card__tag {
    font-size: 0.95rem;
    line-height: 1.32;
  }

  .menu-card--spaced .price {
    padding-top: 18px;
  }

  .price {
    font-size: 1.3rem;
  }

  .note-card {
    margin-top: 18px;
    padding: 18px 16px;
    border-radius: 24px;
  }

  .section--steps {
    padding: 26px 0 38px;
  }

  .steps-journey {
    width: var(--container);
  }

  .steps-journey__heading {
    margin-bottom: 22px;
  }

  .steps-journey__item {
    max-width: none;
    padding: 18px 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(114, 91, 105, 0.22);
    text-align: left;
  }

  .steps-journey__number {
    width: 70px;
    height: 70px;
    margin: 0 0 16px;
    font-size: 2rem;
  }

  .steps-journey__item h3 {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }

  .section--audience {
    padding: 38px 0 34px;
  }

  .audience-shell {
    padding: 18px 14px 16px;
    gap: 18px;
  }

  .audience-copy {
    gap: 18px;
  }

  .audience-item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 24px;
  }

  .audience-item__number {
    font-size: 3rem;
  }

  .audience-media {
    min-height: 220px;
  }

  .section--testimonials {
    padding: 38px 0 34px;
  }

  .reviews-layout {
    width: var(--container);
    gap: 18px;
  }

  .reviews-heading {
    gap: 18px;
  }

  .review-card {
    min-height: 0;
    padding: 18px 16px;
    border-radius: 24px;
  }

  .review-card__stars {
    margin-bottom: 12px;
    font-size: 0.96rem;
  }

  .review-card blockquote {
    margin-bottom: 14px;
  }

  .review-card__author {
    gap: 10px;
  }

  .review-card__badge {
    width: 44px;
    height: 44px;
    font-size: 0.86rem;
  }

  .section--team-footer {
    width: var(--container);
    padding: 34px 0 0;
  }

  .team-footer {
    min-height: 0;
    padding-bottom: 132px;
  }

  .team-footer__layout {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .team-footer__team {
    max-width: none;
    gap: 18px;
  }

  .team-footer__heading {
    gap: 14px;
    margin-bottom: 0;
  }

  .team-footer__heading h2 span {
    display: inline;
  }

  .team-person,
  .team-person--host {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .team-person img {
    width: 100%;
    max-width: 212px;
    height: auto;
    aspect-ratio: 0.82;
    border-radius: 24px;
  }

  .team-person__role {
    font-size: 1.34rem;
  }

  .team-footer__cta-panel {
    margin: 0;
    min-height: 0;
    max-width: none;
    padding: 34px 18px 24px;
    border-radius: 28px;
    justify-content: center;
  }

  .team-footer__cta-copy {
    max-width: 260px;
    margin: 18px auto 18px;
  }

  .team-footer__visual {
    opacity: 0.68;
  }

  .team-footer__floating--baguette {
    right: -6px;
    left: auto;
    top: auto;
    bottom: 58px;
    width: 132px;
  }

  .team-footer__floating--croissant {
    right: 6px;
    left: auto;
    top: auto;
    bottom: 68px;
    width: 136px;
  }

  .team-footer__floating--cloud-back {
    right: -10px;
    left: auto;
    top: auto;
    bottom: 10px;
    width: 124px;
  }

  .team-footer__floating--cloud-front {
    right: 46px;
    left: auto;
    top: auto;
    bottom: 4px;
    width: 92px;
  }

  .site-footer {
    margin-top: -8px;
    padding: 12px 16px;
  }

  .site-footer p {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(392px, calc(100vw - 48px));
    --radius-xl: 20px;
    --radius-lg: 20px;
  }

  body {
    background: #000;
  }

  body::before {
    background:
      radial-gradient(circle at 18% 8%, rgba(93, 34, 110, 0.72), transparent 20%),
      radial-gradient(circle at 82% 24%, rgba(255, 183, 0, 0.08), transparent 18%),
      linear-gradient(180deg, #000 0%, #040203 38%, #000 100%);
  }

  .topbar,
  .section,
  .hero__content {
    width: 100%;
  }

  .section {
    padding: 40px 0;
  }

  .hero {
    overflow: hidden;
  }

  .hero__stage {
    min-height: 1033px;
  }

  .hero__frame {
    min-height: 1033px;
    padding: 0;
  }

  .topbar {
    padding: 113px 24px 0;
  }

  .brand {
    font-size: 1.875rem;
    line-height: 1.05;
  }

  .brand-subtitle {
    margin-top: 6px;
    font-size: 0.875rem;
    letter-spacing: 0;
    text-transform: none;
  }

  .hero__copy {
    display: grid;
    gap: 40px;
    padding: 40px 24px 0;
  }

  .hero__pill {
    width: 247px;
    min-height: 29px;
    padding: 0 12px;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    backdrop-filter: blur(2px);
  }

  .hero__pill p,
  .hero__pill span {
    font-size: 0.875rem;
    line-height: 1;
  }

  .hero__copy h1 {
    max-width: 311px;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1;
  }

  .hero__lede {
    max-width: 226px;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .hero__actions {
    margin-top: 0;
  }

  .hero .button--primary {
    width: 100%;
    min-height: 50px;
    padding: 13px 24px;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 999px;
  }

  .hero__glow {
    left: -317px;
    top: -190px;
    width: 549px;
    height: 549px;
    opacity: 0.95;
  }

  .hero__grain {
    opacity: 0.18;
  }

  .hero__cloudbank--left,
  .hero__cloudbank--right {
    width: 629px;
    height: 356px;
    top: 677px;
    bottom: auto;
  }

  .hero__cloudbank--left {
    left: -103px;
  }

  .hero__cloudbank--right {
    display: none;
  }

  .floating--baguette {
    left: 154px;
    top: -87px;
    width: 360px;
    opacity: 0.95;
  }

  .floating--croissant {
    left: 214px;
    top: 76px;
    width: 303px;
  }

  .floating--cloud-back {
    left: 215px;
    top: 300px;
    width: 278px;
    opacity: 0.92;
  }

  .floating--cloud-mid {
    display: block;
    left: 165px;
    top: 485px;
    width: 365px;
    opacity: 0.9;
  }

  .floating--cloud-front {
    left: 190px;
    top: 625px;
    width: 324px;
  }

  .section--problem {
    margin-top: -274px;
    padding: 0 0 36px;
  }

  .problem-panel {
    width: var(--container);
    gap: 28px;
    padding: 24px 24px 28px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(114, 91, 105, 0.5);
    backdrop-filter: blur(2px);
  }

  .problem-copy {
    gap: 18px;
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  .problem-pill {
    width: max-content;
    max-width: 100%;
    padding-inline: 24px;
  }

  .section--problem h2 {
    text-align: center;
  }

  .problem-pill,
  .menu-pill,
  .reviews-pill,
  .audience-pill,
  .team-footer__pill {
    min-height: 29px;
    padding-inline: 20px;
    gap: 12px;
    font-size: 0.875rem;
  }

  .section--problem h2,
  .connect-layout h2,
  .section-heading h2,
  .audience-copy h2,
  .reviews-heading h2,
  .team-footer__heading h2,
  .team-footer__cta-panel h2,
  .steps-journey__heading h2 {
    font-size: 1.875rem;
    line-height: 1;
  }

  .problem-copy__text {
    width: 100%;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
  }

  .problem-cards {
    gap: 22px;
  }

  .problem-card__cap {
    width: 126px;
    height: 61px;
  }

  .problem-card__number {
    top: -6px;
    font-size: 5rem;
  }

  .problem-card__body {
    padding: 40px 24px 24px;
    border-radius: 20px;
    height: auto;
  }

  .problem-card h3 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .problem-card p {
    font-size: 1rem;
    line-height: 1.35;
  }

  .problem-cta,
  .cards-reading__cta,
  .audience-cta,
  .team-footer__cta,
  .menu-card .button {
    width: 100%;
    min-height: 50px;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .section--adventure,
  .section--how-it-works-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0;
  }

  .adventure-band,
  .adventure-band--how {
    height: 470px;
    overflow: hidden;
  }

  .adventure-band__curve {
    top: 18px;
    right: auto;
    bottom: auto;
    left: -56px;
    width: 860px;
    height: 416px;
    background-position: center;
    background-size: 100% 100%;
  }

  .adventure-band--how .adventure-band__curve {
    top: 33px;
    right: auto;
    bottom: auto;
    left: -56px;
    width: 910px;
    height: 316px;
    background-position: center;
    background-size: 154% 100%;
  }

  .adventure-band p,
  .adventure-band--how p {
    left: 24px;
    top: 190px;
    font-size: 1.875rem;
    line-height: 1;
  }

  .adventure-band__stars,
  .adventure-band--how .adventure-band__stars {
    left: 24px;
    right: auto;
    top: 230px;
    font-size: 1.875rem;
    letter-spacing: 0;
  }

  .adventure-band--how p {
    left: 46px;
    top: 146px;
    width: 190px;
    text-align: left;
  }

  .adventure-band--how .adventure-band__stars {
    left: 46px;
    top: 218px;
    width: 190px;
    text-align: left;
  }

  .adventure-band img {
    top: 11px;
    left: calc(50% + 184px);
    width: 459px;
    transform: translateX(-50%) scaleX(-1);
  }

  .adventure-band--how img {
    top: 0;
    left: calc(50% + 206px);
    width: 406px;
    transform: translateX(-50%);
  }

  .section--connect {
    padding: 69px 0 44px;
  }

  .connect-layout {
    width: var(--container);
    gap: 32px;
  }

  .connect-layout h2 {
    width: 100%;
  }

  .connect-main {
    gap: 32px;
  }

  .connect-feature {
    order: 1;
    padding-top: 12px;
  }

  .connect-steps {
    order: 2;
    gap: 32px;
  }

  .connect-feature__tag {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: max-content;
    max-width: calc(100vw - 48px);
    min-height: 24px;
    padding: 6px 12px;
    font-size: 0.875rem;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .connect-feature__media {
    width: 100%;
    height: 180px;
    aspect-ratio: auto;
    border-radius: 20px;
  }

  .connect-step {
    grid-template-columns: 34px 1fr;
    gap: 32px;
    align-items: center;
    padding: 0;
    border: 0;
  }

  .connect-step__number {
    font-size: 5rem;
    line-height: 0.8;
  }

  .connect-step p {
    font-size: 1rem;
    line-height: 1.35;
  }

  .connect-gallery {
    gap: 40px;
  }

  .connect-gallery__item {
    gap: 0;
  }

  .connect-gallery__item video {
    border-radius: 20px;
    aspect-ratio: auto;
    height: 180px;
  }

  .connect-gallery__tag {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: -12px;
    width: auto;
    min-height: 24px;
    padding: 6px 12px;
    font-size: 0.875rem;
    white-space: nowrap;
  }

  .section--cards-reading {
    padding: 5px 0 36px;
  }

  .cards-reading-panel {
    width: var(--container);
    padding: 0;
    background: transparent;
    border-radius: 0;
    backdrop-filter: none;
    gap: 0;
  }

  .cards-reading__lede {
    position: relative;
    z-index: 2;
    width: 346px;
    max-width: 100%;
    margin: 26px auto -18px;
    font-size: 1rem;
    line-height: 1.35;
    text-align: center;
  }

  .cards-reading__art {
    width: 100%;
    height: 236px;
    margin: 0;
    background-position: center;
    background-size: contain;
  }

  .cards-reading__cta {
    position: static;
    width: 100%;
    margin-top: 18px;
    transform: none;
  }

  .section--menu {
    padding: 32px 0 44px;
  }

  .section-heading {
    width: var(--container);
    margin: 0 auto 28px;
    text-align: center;
  }

  .menu-pill {
    width: auto;
  }

  .menu-grid,
  .note-card {
    width: var(--container);
    margin-inline: auto;
  }

  .menu-grid {
    gap: 28px;
  }

  .menu-card {
    border-radius: 20px;
  }

  .menu-card img {
    height: 208px;
  }

  .menu-card__tag {
    width: calc(100% - 72px);
    margin-top: -18px;
    font-size: 1rem;
  }

  .menu-card__body {
    padding: 20px 18px 22px;
  }

  .menu-card h3 {
    font-size: 1.6rem;
  }

  .menu-card__body > .price {
    font-size: 25.6px;
    line-height: 1.2;
  }

  .note-card {
    margin-top: 28px;
    border-radius: 20px;
  }

  .section--steps {
    padding: 36px 0 46px;
  }

  .steps-journey {
    width: var(--container);
  }

  .steps-journey__heading {
    margin-bottom: 28px;
  }

  .steps-journey__grid {
    gap: 18px;
  }

  .steps-journey__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 18px 22px;
    border-radius: 20px;
    text-align: center;
  }

  .steps-journey__number {
    width: 72px;
    height: 72px;
    font-size: 2rem;
  }

  .steps-journey__item h3,
  .steps-journey__item p {
    text-align: center;
  }

  .section--audience,
  .section--testimonials,
  .section--team-footer {
    padding-top: 44px;
  }

  .audience-shell,
  .reviews-layout,
  .team-footer,
  .team-footer__layout {
    width: var(--container);
  }

  .audience-shell {
    padding: 18px 16px 20px;
    border-radius: 20px;
  }

  .audience-copy {
    justify-items: center;
    text-align: center;
  }

  .audience-pill {
    width: max-content;
    max-width: 100%;
    padding-inline: 24px;
  }

  .audience-copy h2 {
    text-align: center;
  }

  .audience-item {
    border-radius: 20px;
  }

  .audience-media {
    min-height: 192px;
    border-radius: 20px;
  }

  .reviews-layout {
    gap: 24px;
  }

  .review-card {
    border-radius: 20px;
  }

  .team-footer {
    padding-bottom: 0;
  }

  .team-footer__layout {
    gap: 32px;
  }

  .team-person,
  .team-person--host {
    gap: 24px;
  }

  .team-person img {
    max-width: none;
    border-radius: 40px;
  }

  .team-footer__cta-panel {
    padding: 24px;
    border-radius: 40px;
  }

  .team-footer__cta-copy {
    max-width: 261px;
  }

  .team-footer__visual {
    display: none;
  }

  .site-footer {
    margin-top: 18px;
    padding: 18px 24px 28px;
  }
}
