@font-face {
  font-family: 'Cheops Elegant';
  src: url('../assets/fonts/cheops-elegant-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goia';
  src: url('../assets/fonts/goia-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Goia';
  src: url('../assets/fonts/goia-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #7c1100;
  --light-gold: #ffffbc;
  --beige: #ffd991;
  --frame-width: 430px;
  --stroke-serif: 0.35px;
  --launch-banner-height: 5.05rem;
  --launch-maroon: #6e0f1a;
  --launch-gold: #d4af37;
  --launch-cream: #f8f1e7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #0a0a0a;
  color: var(--red);
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.presenter-name,
.learn-more,
.read-more,
.checklist-section__title,
.checklist-text,
.detail-text,
.drapist-name,
.pricing-label,
.pricing-amount,
.form-label,
.proceed-payment {
  -webkit-text-stroke: var(--stroke-serif) currentColor;
  paint-order: stroke fill;
}

.site-wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  height: 100dvh;
  overflow: hidden;
}

.mobile-frame {
  position: relative;
  width: 100%;
  max-width: var(--frame-width);
  height: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
}

/* Sticky decorative layers inside the scroll container (avoids position:fixed
   touch-blocking bugs on Android). Negative margin keeps content at the top. */
.bg-layer,
.border-layer {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin-bottom: -100vh;
  margin-bottom: -100dvh;
  pointer-events: none;
  z-index: 0;
}

.bg-layer {
  background: url('../assets/images/page1/bg.png') center top / cover no-repeat;
  background-color: #f5e8d4;
}

.border-layer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.border-page1 {
  background-image: url('../assets/images/page1/border.png');
}

.holders-layer {
  background-image: url('../assets/images/page1/holders.png');
  opacity: 0;
}

.holders-layer.is-visible {
  opacity: 1;
}

.border-page1.is-hidden {
  opacity: 0;
}

.scroll-content {
  position: relative;
  z-index: 2;
  touch-action: pan-y;
}

.scroll-content > section {
  position: relative;
  isolation: isolate;
}

/* ── Page 1 Hero ── */
.page-one {
  padding: 3.5vh 10% 3vh;
  text-align: center;
}

.hero-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.episode-logo {
  width: 100%;
  max-width: 170px;
  margin: 1.25rem auto -0.4rem;
  line-height: 0;
}

.episode-logo img {
  width: 100%;
  height: auto;
  max-height: 52px;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.section-label--presents {
  margin-top: -0.2rem;
  margin-bottom: 0.1rem;
}

.section-label--featuring {
  margin-top: 0.6rem;
  margin-bottom: 0.45rem;
}

.section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0.35rem 0 0.2rem;
}

.section-label::before,
.section-label::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--beige), transparent);
}

.section-label span {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.72rem + 1px);
  letter-spacing: 0.35em;
  color: var(--red);
  white-space: nowrap;
}

.title-animation-wrap {
  width: 100%;
  margin: 0.15rem 0 0;
  line-height: 0;
  overflow: visible;
}

.title-animation-wrap img,
.title-animation {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  background: transparent;
}

.title-animation-wrap + .section-label {
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}

.page-one .hero-inner > .gold-divider {
  margin: 0.35rem auto 0.1rem;
}

.page-one .cta-block {
  margin-top: -0.4rem;
  gap: 0.1rem;
}

.presenter-block {
  margin-top: 0;
}

.presenter-name {
  font-family: 'Cheops Elegant', serif;
  font-size: clamp(calc(1.55rem + 1px), calc(7vw + 1px), calc(2rem + 1px));
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--red);
  margin: 0;
  line-height: 1.15;
}

.presenter-handle {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.72rem + 1px);
  letter-spacing: 0.18em;
  color: var(--red);
  margin: 0.2rem 0 0;
}

.featured-subtitle {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.55rem + 1px);
  letter-spacing: 0.22em;
  color: var(--red);
  margin: 0 0 0.2rem;
  line-height: 1.4;
}

.gold-divider {
  width: 120px;
  height: 24px;
  margin: 0.45rem auto 0.35rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cpath d='M0 12 Q30 0 60 12 Q90 24 120 12' fill='none' stroke='%23ffd991' stroke-width='1'/%3E%3Cellipse cx='60' cy='12' rx='4' ry='4' fill='%23ffd991'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.85;
}

.cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  margin-top: 0.25rem;
  padding-bottom: 0;
}

@keyframes book-now-shine {
  0%,
  58% {
    transform: translateX(-150%) skewX(-20deg);
  }

  100% {
    transform: translateX(250%) skewX(-20deg);
  }
}

.btn-book-now {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 88%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-book-now__frame {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  -webkit-mask-image: url('../assets/images/page1/book-now.png');
  mask-image: url('../assets/images/page1/book-now.png');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.btn-book-now__frame::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 22%,
    rgba(255, 255, 255, 0.72) 50%,
    rgba(255, 255, 255, 0.18) 78%,
    transparent 100%
  );
  transform: translateX(-150%) skewX(-20deg);
  animation: book-now-shine 4s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.btn-book-now__frame img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
}

.launch-banner__cta.btn-book-now {
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: none;
  margin: 0;
}

.launch-banner__cta.btn-book-now::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 22%,
    rgba(255, 255, 255, 0.72) 50%,
    rgba(255, 255, 255, 0.18) 78%,
    transparent 100%
  );
  transform: translateX(-150%) skewX(-20deg);
  animation: book-now-shine 4s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.btn-book-now:hover,
.btn-book-now:focus-visible {
  transform: scale(1.02);
  filter: brightness(1.05);
}

.btn-book-now:active {
  transform: scale(0.98);
}

.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Cheops Elegant', serif;
  font-size: calc(0.88rem + 1px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--red);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.learn-more:hover,
.learn-more:focus-visible {
  opacity: 0.75;
}

.learn-more-arrow,
.proceed-payment__arrow {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--red);
  padding: 0;
  font-family: 'Goia', sans-serif;
  font-size: calc(0.82rem + 1px);
  font-weight: 600;
  line-height: 1;
  transform: translateX(-1px);
}

.learn-more-arrow {
  color: #fff;
}

.proceed-payment__arrow {
  color: var(--light-gold);
}

/* ── Scroll reveal ── */
.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
  backface-visibility: hidden;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Page 2 ── */
.page-two {
  padding: 6vh 9% 10vh;
  text-align: center;
}

.page-two .section-heading {
  margin: 0 0 0.85rem;
}

.page-two .section-heading__rule {
  height: 22px;
  margin: 0.2rem auto 0;
}

.about-block,
.details-block {
  margin-bottom: 4rem;
}

.page-two .about-block {
  margin-bottom: 0;
}

.page-two-title {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: clamp(calc(0.56rem + 1px), calc(2.65vw + 1px), calc(0.62rem + 1px));
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: var(--red);
  margin: 0 0 0.15rem;
  white-space: nowrap;
  -webkit-text-stroke: 0.45px currentColor;
  paint-order: stroke fill;
}

.page-two-text {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.64rem + 1px);
  line-height: 1.48;
  letter-spacing: 0.04em;
  color: var(--red);
  margin: 0 0 0.85rem;
}

.page-two-text--bold {
  font-weight: 600;
  font-size: calc(0.6rem + 1px);
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-top: 1rem;
  -webkit-text-stroke: 0.45px currentColor;
  paint-order: stroke fill;
}

.page-two-text strong {
  font-weight: 600;
  -webkit-text-stroke: 0.45px currentColor;
  paint-order: stroke fill;
}

.page-two-text--welcome {
  margin-bottom: 0.35rem;
}

.about-instructor {
  margin-top: 1.15rem;
}

.about-instructor__by {
  margin: 0 0 0.65rem;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.64rem + 1px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--red);
  -webkit-text-stroke: 0.45px currentColor;
  paint-order: stroke fill;
}

.about-session__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  margin: 0 0 0.4rem;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.62rem + 1px);
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--red);
  text-align: center;
}

.about-session__title::before,
.about-session__title::after {
  content: '';
  flex: 1;
  max-width: 72px;
  height: 1px;
  background: var(--beige);
  opacity: 0.95;
}

.about-session__desc {
  margin-bottom: 0.55rem;
}

.about-points {
  list-style: none;
  margin: 0 auto 0.9rem;
  padding: 0;
  text-align: center;
}

.about-points li {
  margin: 0 0 0.35rem;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.6rem + 1px);
  letter-spacing: 0.04em;
  line-height: 1.42;
  color: var(--red);
}

.about-points li::before {
  content: '– ';
}

.about-points + .about-session__title {
  margin-top: 0.9rem;
}

.page-two-text--closing {
  margin-top: 1.15rem;
  margin-bottom: 0;
}

.page-two-signoff {
  margin-bottom: 1rem;
}

.page-two .details-block .section-heading {
  margin-top: 0;
}

.page-two-signoff__thanks,
.page-two-signoff__names {
  margin: 0;
  font-weight: 600;
  font-size: calc(0.6rem + 1px);
  letter-spacing: 0.05em;
  line-height: 1.42;
  -webkit-text-stroke: 0.45px currentColor;
  paint-order: stroke fill;
}

.page-two-signoff__names {
  margin-top: 0.25rem;
}

.page-two .detail-list {
  gap: 1.1rem;
}

.page-two .detail-text {
  font-size: clamp(calc(1.08rem + 1px), calc(4.8vw + 1px), calc(1.28rem + 1px));
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 0.45px currentColor;
  paint-order: stroke fill;
}

.details-block {
  margin-bottom: 6vh;
}

.page-two .details-block {
  margin-top: 2.75rem;
  margin-bottom: 4vh;
}

.section-heading {
  margin: 0 0 2rem;
}

.section-heading__label {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.72rem + 1px);
  letter-spacing: 0.32em;
  color: var(--red);
  margin: 0 0 0.15rem;
}

.section-heading__script {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(calc(2.75rem + 1px), calc(13vw + 1px), calc(3.6rem + 1px));
  font-weight: 400;
  color: var(--red);
  margin: 0;
  line-height: 1;
  letter-spacing: 0.01em;
}

.section-heading__rule {
  width: 140px;
  height: 28px;
  margin: 0.65rem auto 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 28'%3E%3Cline x1='0' y1='14' x2='140' y2='14' stroke='%237c1100' stroke-width='0.75' opacity='0.5'/%3E%3Cpath d='M55 14 Q70 4 85 14 Q100 24 115 14' fill='none' stroke='%23ffd991' stroke-width='1.2'/%3E%3Cellipse cx='70' cy='14' rx='3' ry='3' fill='%23ffd991'/%3E%3C/svg%3E") center / contain no-repeat;
}

.detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 280px;
}

.detail-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--beige);
  color: var(--light-gold);
}

.detail-icon svg {
  width: 20px;
  height: 20px;
}

.detail-text {
  font-family: 'Cheops Elegant', serif;
  font-size: clamp(calc(1.05rem + 1px), calc(4.5vw + 1px), calc(1.25rem + 1px));
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--red);
  text-align: left;
}

/* ── Page 3 ── */
.page-three {
  padding: 4vh 6% 14vh;
  text-align: center;
}

.page-three .section-heading {
  margin-bottom: 2.5rem;
}

.drapist-profile {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 3.5rem;
  text-align: left;
}

.drapist-profile--reverse {
  flex-direction: row-reverse;
}

.drapist-profile__content {
  flex: 1;
  min-width: 0;
  padding-top: 0.25rem;
}

.drapist-profile__photo {
  flex-shrink: 0;
  width: clamp(108px, 32vw, 138px);
}

.drapist-profile__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.drapist-name {
  font-family: 'Cheops Elegant', serif;
  font-size: clamp(calc(1.15rem + 1px), calc(5vw + 1px), calc(1.45rem + 1px));
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--red);
  margin: 0 0 0.35rem;
  line-height: 1.15;
}

.drapist-title {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.52rem + 1px);
  letter-spacing: 0.14em;
  line-height: 1.45;
  color: var(--red);
  margin: 0 0 0.75rem;
}

.drapist-bio {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.68rem + 1px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--red);
  margin: 0 0 0.85rem;
}

.drapist-handle {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.62rem + 1px);
  letter-spacing: 0.16em;
  color: var(--red);
  margin: 0 0 0.65rem;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: 'Cheops Elegant', serif;
  font-size: calc(0.72rem + 1px);
  letter-spacing: 0.14em;
  color: var(--red);
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.read-more:hover,
.read-more:focus-visible {
  opacity: 0.75;
}

/* ── Drapist modal ── */
.drapist-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5vh 6%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drapist-modal.is-open {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.drapist-modal__backdrop {
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--frame-width);
  background: rgba(245, 232, 212, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.drapist-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(var(--frame-width) - 12%);
}

.drapist-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0;
  padding: 0 0.25rem;
}

.drapist-modal__name {
  flex: 1;
  min-width: 0;
  font-family: 'Cheops Elegant', serif;
  font-size: clamp(calc(1.2rem + 1px), calc(5.5vw + 1px), calc(1.5rem + 1px));
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--red);
  margin: 0;
  line-height: 1.15;
  -webkit-text-stroke: var(--stroke-serif) currentColor;
  paint-order: stroke fill;
}

.drapist-modal__photo {
  flex-shrink: 0;
  width: clamp(100px, 32vw, 130px);
  height: auto;
  display: block;
  margin-bottom: -0.75rem;
  position: relative;
  z-index: 2;
}

.drapist-modal__body {
  position: relative;
  background: var(--red);
  border: 1.5px solid var(--beige);
  border-radius: 22px;
  padding: 1.65rem 1.25rem 1.5rem;
}

.drapist-modal__close {
  position: absolute;
  top: -14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1.5px solid var(--beige);
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: calc(1.15rem + 1px);
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.drapist-modal__close:hover,
.drapist-modal__close:focus-visible {
  opacity: 0.85;
}

.drapist-modal__content {
  text-align: center;
}

.drapist-modal__content p {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.68rem + 1px);
  line-height: 1.62;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0 0 1rem;
}

.drapist-modal__content p:last-child {
  margin-bottom: 0;
}

body.modal-open {
  overflow: hidden;
}

body.modal-open .mobile-frame {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .drapist-modal {
    transition: none;
  }
}

/* ── Page 4 ── */
.page-four {
  padding: 4vh 8% 8vh;
  text-align: center;
}

.page-four .section-heading {
  margin-bottom: 1.1rem;
}

.page-four .section-heading__rule {
  height: 22px;
  margin-top: 0.25rem;
}

.page-four .checklist-section {
  margin-bottom: 1.15rem;
}

.page-four .checklist-section:last-child {
  margin-bottom: 0;
}

.page-four .checklist-section__title {
  margin-bottom: 0rem;
}

.page-four .checklist-grid {
  gap: 0.55rem;
}

.page-four .checklist-row {
  gap: 0.55rem 0.7rem;
}

.checklist-section {
  margin-bottom: 3rem;
}

.checklist-section:last-child {
  margin-bottom: 0;
}

.checklist-section__title {
  font-family: 'Cheops Elegant', serif;
  font-size: clamp(calc(1.05rem + 1px), calc(4.5vw + 1px), calc(1.25rem + 1px));
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--red);
  margin: 0 0 1.25rem;
  padding-bottom: 0.65rem;
}

.checklist-section__title::after {
  content: '';
  display: block;
  width: min(180px, 72%);
  height: 1px;
  margin: 0.65rem auto 0;
  background: linear-gradient(90deg, transparent, var(--beige), transparent);
  opacity: 0.9;
}

.bring-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.bring-panel {
  min-width: 0;
}

.bring-panel--bharathy {
  grid-column: 1;
  grid-row: 1 / 3;
  padding: 0 0.7rem 0 0;
  border-right: 2.5px solid var(--red);
}

.bring-panel--rohit {
  grid-column: 2;
  grid-row: 1;
  padding: 0 0 0.55rem 0.7rem;
  border-bottom: 2.5px solid var(--red);
}

.bring-panel--general {
  grid-column: 2;
  grid-row: 2;
  padding: 0.55rem 0 0 0.7rem;
}

.bring-panel__title {
  margin: 0 0 0.65rem;
  font-family: 'Goia', sans-serif;
  font-weight: 300;
  font-size: calc(0.58rem + 1px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: var(--red);
  text-align: center;
}

.bring-panel__title-name {
  font-weight: 600;
}

.bring-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bring-panel--bharathy .bring-list {
  gap: 0.9rem;
}

.checklist-section--bring .checklist-item {
  gap: 0.5rem;
}

.checklist-section--bring .checklist-icon {
  width: 42px;
  height: 42px;
}

.checklist-section--bring .checklist-icon .icon-mask {
  width: 24px;
  height: 24px;
}

.checklist-section--bring .checklist-text {
  font-size: clamp(calc(0.56rem + 1px), calc(2.35vw + 1px), calc(0.66rem + 1px));
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.checklist-section--bring .checklist-note {
  font-size: calc(0.5rem + 1px);
  letter-spacing: 0.06em;
  margin-top: 0.15rem;
}

.checklist-grid {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  align-items: center;
}

.checklist-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0.85rem;
  width: 100%;
  max-width: 360px;
}

.checklist-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 0.65rem;
}

.checklist-item--full {
  width: 100%;
  max-width: 360px;
}

.checklist-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--beige);
  color: var(--light-gold);
}

.checklist-icon .icon-mask,
.faq-header-icon .icon-mask,
.pricing-icon .icon-mask {
  display: block;
  flex-shrink: 0;
}

.checklist-icon .icon-mask {
  width: 28px;
  height: 28px;
}

.faq-header-icon .icon-mask {
  width: 26px;
  height: 26px;
}

.pricing-icon .icon-mask {
  width: 38px;
  height: 38px;
}

.icon-mask {
  background-color: var(--beige);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.icon-mask[data-icon="saree"] {
  -webkit-mask-image: url('../icons/saree.png');
  mask-image: url('../icons/saree.png');
}

.icon-mask[data-icon="skirt"] {
  -webkit-mask-image: url('../icons/skirt.png');
  mask-image: url('../icons/skirt.png');
}

.icon-mask[data-icon="sareeblouse"] {
  -webkit-mask-image: url('../icons/sareeblouse.png');
  mask-image: url('../icons/sareeblouse.png');
}

.icon-mask[data-icon="ironbox"] {
  -webkit-mask-image: url('../icons/ironbox.png');
  mask-image: url('../icons/ironbox.png');
}

.icon-mask[data-icon="wire"] {
  -webkit-mask-image: url('../icons/wire.png');
  mask-image: url('../icons/wire.png');
}

.icon-mask[data-icon="water"] {
  -webkit-mask-image: url('../icons/water.png');
  mask-image: url('../icons/water.png');
}

.icon-mask[data-icon="leggings"] {
  -webkit-mask-image: url('../icons/leggings.png');
  mask-image: url('../icons/leggings.png');
}

.icon-mask[data-icon="notepad"] {
  -webkit-mask-image: url('../icons/notepad.png');
  mask-image: url('../icons/notepad.png');
}

.icon-mask[data-icon="pleatingtools"] {
  -webkit-mask-image: url('../icons/pleatingtools.png');
  mask-image: url('../icons/pleatingtools.png');
}

.icon-mask[data-icon="video"] {
  -webkit-mask-image: url('../icons/video.png');
  mask-image: url('../icons/video.png');
}

.icon-mask[data-icon="lunch"] {
  -webkit-mask-image: url('../icons/lunch.png');
  mask-image: url('../icons/lunch.png');
}

.icon-mask[data-icon="certificate"] {
  -webkit-mask-image: url('../icons/certificate.png');
  mask-image: url('../icons/certificate.png');
}

.icon-mask[data-icon="tea"] {
  -webkit-mask-image: url('../icons/tea.png');
  mask-image: url('../icons/tea.png');
}

.icon-mask[data-icon="faq"] {
  -webkit-mask-image: url('../icons/faq.png');
  mask-image: url('../icons/faq.png');
}

.icon-mask[data-icon="earlybird"] {
  -webkit-mask-image: url('../icons/earlybird.png');
  mask-image: url('../icons/earlybird.png');
}

.icon-mask[data-icon="discount"] {
  -webkit-mask-image: url('../icons/discount.png');
  mask-image: url('../icons/discount.png');
}

.checklist-text {
  flex: 1;
  min-width: 0;
  font-family: 'Cheops Elegant', serif;
  font-size: clamp(calc(0.68rem + 1px), calc(2.9vw + 1px), calc(0.78rem + 1px));
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--red);
  margin: 0;
  max-width: none;
}

.checklist-row .checklist-text {
  font-size: clamp(calc(0.62rem + 1px), calc(2.5vw + 1px), calc(0.72rem + 1px));
}

.checklist-note {
  display: block;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.55rem + 1px);
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-top: 0.2rem;
}

.checklist-item--full .checklist-note {
  display: block;
  font-size: calc(0.55rem + 1px);
  margin-top: 0.2rem;
}

/* ── Page 5: FAQ ── */
.page-five {
  padding: 4vh 6% 14vh;
  text-align: center;
}

.page-five .section-heading {
  margin-bottom: 1.5rem;
}

.faq-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--beige);
}

.faq-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.faq-carousel::-webkit-scrollbar {
  display: none;
}

.faq-carousel__track {
  display: flex;
  align-items: flex-start;
}

.faq-panel {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  padding: 0 4%;
}

.faq-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0.75rem;
  text-align: left;
}

.faq-item {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 0.85rem;
  align-items: start;
  padding-bottom: 1.35rem;
}

.faq-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 13px;
  top: calc(2px + 13px);
  bottom: calc(-2px - 13px);
  width: 2px;
  background: var(--red);
  transform: translateX(-50%);
  z-index: 0;
}

.faq-item:last-child {
  padding-bottom: 0;
}

.faq-item__content {
  min-width: 0;
}

.faq-toggle {
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  justify-self: center;
  align-self: start;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-toggle:hover,
.faq-toggle:focus-visible {
  background: #5a0d00;
}

.faq-toggle__icon {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(1.15rem + 1px);
  line-height: 1;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-toggle__icon {
  transform: rotate(45deg);
}

.faq-question {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.68rem + 1px);
  letter-spacing: 0.1em;
  line-height: 1.45;
  color: var(--red);
  margin: 0;
  padding-top: 0.15rem;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer__inner {
  overflow: hidden;
}

.faq-answer__inner p,
.faq-answer__inner ul {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.68rem + 1px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--red);
  margin: 0.65rem 0 0;
}

.faq-answer__inner ul {
  padding-left: 1rem;
  margin-top: 0.4rem;
}

.faq-answer__inner li {
  margin-bottom: 0.35rem;
}

.faq-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.faq-pagination__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.faq-pagination__dot.is-active {
  opacity: 1;
  transform: scale(1.15);
}

.faq-swipe-hint {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.58rem + 1px);
  letter-spacing: 0.14em;
  color: var(--red);
  opacity: 0.65;
  margin: 0.85rem 0 0;
}

/* ── Page 6: Fees ── */
.page-six {
  padding: 3vh 8% 8vh;
  text-align: center;
}

.page-six .section-heading {
  margin-bottom: 1.1rem;
}

.page-six .section-heading__rule {
  height: 22px;
  margin-top: 0.35rem;
}

.pricing-block {
  margin-bottom: 1.25rem;
}

.pricing-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--beige);
}

.page-six .section-heading__label,
.page-six .section-heading__script {
  -webkit-text-stroke: var(--stroke-serif) currentColor;
  paint-order: stroke fill;
}

.pricing-label {
  font-family: 'Cheops Elegant', serif;
  font-size: clamp(calc(0.82rem + 1px), calc(3.6vw + 1px), calc(0.95rem + 1px));
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.15;
  color: var(--red);
  margin: 0 0 0.3rem;
}

.pricing-amount {
  font-family: 'Cheops Elegant', serif;
  font-size: clamp(calc(1.75rem + 1px), calc(8.5vw + 1px), calc(2.15rem + 1px));
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--red);
  margin: 0 0 0.3rem;
  line-height: 1.05;
}

.pricing-notes {
  margin-bottom: 0.55rem;
}

.pricing-notes p,
.pricing-deposit {
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.64rem + 1px);
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--red);
  margin: 0 0 0.15rem;
  -webkit-text-stroke: var(--stroke-serif) currentColor;
  paint-order: stroke fill;
}

.pricing-note--emphasis {
  font-weight: 700;
  font-style: italic;
}

.pricing-deposit {
  margin-bottom: 0.55rem;
}

.pricing-book-btn {
  margin: 0 auto;
}

.page-six .btn-book-now__frame {
  max-width: 250px;
}

.terms-block {
  text-align: center;
}

.terms-title {
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.72rem + 1px);
  letter-spacing: 0.14em;
  color: var(--red);
  margin: 0 0 0.65rem;
  -webkit-text-stroke: var(--stroke-serif) currentColor;
  paint-order: stroke fill;
}

.terms-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.terms-item {
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.62rem + 1px);
  line-height: 1.42;
  letter-spacing: 0.03em;
  color: var(--red);
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(255, 217, 145, 0.55);
  -webkit-text-stroke: var(--stroke-serif) currentColor;
  paint-order: stroke fill;
}

.terms-item:first-child {
  border-top: 1px solid rgba(255, 217, 145, 0.55);
}

.terms-item:last-child {
  border-bottom: none;
}

/* ── Page 7: Registration ── */
.page-seven {
  padding: 6vh 8% 2.5vh;
  text-align: center;
}

.registration-header {
  margin-bottom: 0.65rem;
}

.registration-title-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.registration-form {
  text-align: left;
}

.form-group {
  margin-bottom: 1.15rem;
}

.form-group:first-child {
  margin-top: 0;
}

.form-fieldset {
  border: none;
  margin: 0 0 1.35rem;
  padding: 0;
}

.form-fieldset--payment {
  margin-bottom: 0.35rem;
}

.form-label {
  display: block;
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.68rem + 1px);
  letter-spacing: 0.18em;
  color: var(--red);
  margin-bottom: 0.45rem;
}

.form-label--with-info {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

.form-fieldset .form-label:not(.form-label--with-info) {
  margin-bottom: 0.65rem;
}

.form-input {
  width: 100%;
  padding: 0.28rem 1rem;
  border: none;
  border-radius: 999px;
  background: var(--light-gold);
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.78rem + 1px);
  line-height: 1.15;
  color: var(--red);
  outline: none;
  transition: box-shadow 0.2s ease;
}

.form-input:focus {
  box-shadow: 0 0 0 2px rgba(124, 17, 0, 0.25);
}

.form-input::placeholder {
  color: rgba(124, 17, 0, 0.35);
}

.form-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.form-option {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
}

.form-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.form-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-radio__mark {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--red);
  background: transparent;
  transition: background 0.2s ease;
}

.form-radio input:checked + .form-radio__mark {
  background: var(--red);
  box-shadow: inset 0 0 0 3px var(--light-gold);
}

.form-radio__text {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.58rem + 1px);
  letter-spacing: 0.12em;
  color: var(--red);
  line-height: 1.35;
}

.form-info {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid var(--red);
  background: transparent;
  font-family: 'Goia', serif;
  font-style: italic;
  font-size: calc(0.6rem + 1px);
  font-weight: 600;
  line-height: 1;
  color: var(--red);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.form-info:hover,
.form-info:focus-visible,
.form-info.is-active {
  background: var(--red);
  color: var(--light-gold);
  outline: none;
}

.form-tooltip {
  position: fixed;
  z-index: 200;
  max-width: min(280px, calc(100vw - 2rem));
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: var(--red);
  color: var(--light-gold);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.form-tooltip__text {
  margin: 0;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.62rem + 1px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.form-tooltip[hidden] {
  display: none;
}

.payment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  max-width: 280px;
  margin: 0 auto;
}

.payment-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  min-height: 54px;
  padding: 0.4rem 0.35rem;
  border-radius: 999px;
  border: 2px solid var(--red);
  background: #fff;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.payment-option.is-active {
  background: var(--red);
  color: #fff;
}

.payment-option__amount {
  font-family: 'Cheops Elegant', serif;
  font-size: calc(0.92rem + 1px);
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: inherit;
}

.payment-option:not(.is-active) .payment-option__amount,
.payment-option:not(.is-active) .payment-option__label {
  color: var(--red);
}

.payment-option.is-active .payment-option__amount,
.payment-option.is-active .payment-option__label {
  color: #fff;
}

.payment-option__label {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.44rem + 1px);
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.proceed-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  margin-top: 0.55rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background: var(--light-gold);
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.88rem + 1px);
  letter-spacing: 0.14em;
  color: var(--red);
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: 0 2px 10px rgba(124, 17, 0, 0.12);
}

.proceed-payment:hover,
.proceed-payment:focus-visible {
  transform: scale(1.01);
  filter: brightness(1.03);
  outline: none;
}

.proceed-payment:active {
  transform: scale(0.99);
}

.form-terms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.85rem;
  text-align: center;
}

.form-terms__check {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
}

.form-terms__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-terms__mark {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid var(--red);
  background: transparent;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.form-terms__input:checked + .form-terms__mark {
  background: var(--red);
  box-shadow: inset 0 0 0 2px var(--light-gold);
}

.form-terms__text {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.58rem + 1px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--red);
}

.form-terms__link {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-weight: 700;
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.form-terms__link:hover,
.form-terms__link:focus-visible {
  opacity: 0.75;
  outline: none;
}

.registration-footer {
  margin-top: 0.65rem;
  text-align: center;
  line-height: 0;
}

.registration-footer__label {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.58rem + 1px);
  letter-spacing: 0.08em;
  color: rgba(124, 17, 0, 0.55);
  margin: 0 0 0.35rem;
  line-height: 1.2;
}

.registration-footer__logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  max-height: 48px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* ── Site modals (terms, confirm) ── */
.site-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5vh 6%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.site-modal.is-open {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-modal__backdrop {
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--frame-width);
  background: rgba(10, 10, 10, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.site-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(var(--frame-width) - 10%);
  overflow: hidden;
  border-radius: 16px;
  border: 1.5px solid var(--beige);
}

.site-modal__banner {
  background: var(--light-gold);
  padding: 0.85rem 1rem;
  text-align: center;
}

.site-modal__banner-title {
  margin: 0;
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.78rem + 1px);
  letter-spacing: 0.16em;
  color: var(--red);
}

.site-modal__body {
  position: relative;
  background: var(--red);
  padding: 1.25rem 1rem 1rem;
}

.site-modal__close {
  position: absolute;
  top: -14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1.5px solid var(--beige);
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: calc(1.15rem + 1px);
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.site-modal__close:hover,
.site-modal__close:focus-visible {
  opacity: 0.85;
}

.site-modal__content p {
  margin: 0;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.68rem + 1px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}

.site-modal__content--terms {
  max-height: min(52vh, 360px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  padding-right: 0.15rem;
}

.site-modal__content--terms p {
  text-align: left;
  margin-bottom: 0.55rem;
}

.site-modal__content--terms p:last-child {
  margin-bottom: 0;
}

.site-modal__terms-section {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 188, 0.2);
}

.site-modal__terms-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.site-modal__terms-heading {
  margin: 0 0 0.5rem;
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.68rem + 1px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--light-gold);
}

.site-modal__terms-subheading {
  font-weight: 700;
  color: var(--light-gold);
  margin-top: 0.35rem !important;
}

.site-modal__terms-list {
  margin: 0.35rem 0 0.55rem;
  padding: 0 0 0 1rem;
  list-style: disc;
}

.site-modal__terms-list li {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.68rem + 1px);
  line-height: 1.55;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0.35rem;
}

.site-modal__terms-list li:last-child {
  margin-bottom: 0;
}

.site-modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.site-modal__list li {
  position: relative;
  padding: 0 0 0.65rem 0.85rem;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.68rem + 1px);
  line-height: 1.55;
  letter-spacing: 0.03em;
  color: #fff;
}

.site-modal__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--light-gold);
}

.site-modal__list li:last-child {
  padding-bottom: 0;
}

.confirm-modal__intro,
.confirm-modal__note {
  margin: 0 0 0.85rem;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.62rem + 1px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}

.confirm-modal__note {
  margin-bottom: 1rem;
  color: var(--light-gold);
}

.confirm-modal__promo-note {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 217, 145, 0.12);
  border: 1px solid rgba(255, 217, 145, 0.35);
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.58rem + 1px);
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: var(--light-gold);
  text-align: center;
}

.confirm-modal__promo-tag {
  font-weight: 600;
  color: #fff;
}

.confirm-modal__error {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 80, 80, 0.15);
  border: 1px solid rgba(255, 120, 120, 0.45);
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.58rem + 1px);
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #ffd1d1;
  text-align: center;
}

.confirm-modal__btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.confirm-modal__summary {
  margin: 0 0 0.85rem;
  padding: 0.85rem 0.75rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
}

.confirm-modal__row {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.5rem;
  align-items: baseline;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 217, 145, 0.2);
}

.confirm-modal__row:last-child {
  border-bottom: none;
}

.confirm-modal__row dt {
  margin: 0;
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.58rem + 1px);
  letter-spacing: 0.12em;
  color: var(--light-gold);
}

.confirm-modal__row dd {
  margin: 0;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.62rem + 1px);
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
  word-break: break-word;
}

.confirm-modal__row--total dd {
  font-weight: 700;
  color: var(--light-gold);
}

.confirm-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.confirm-modal__btn {
  min-height: 44px;
  padding: 0.65rem 0.5rem;
  border-radius: 999px;
  border: 1.5px solid var(--beige);
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.52rem + 1px);
  letter-spacing: 0.08em;
  line-height: 1.25;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.confirm-modal__btn--back {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.confirm-modal__btn--confirm {
  background: var(--light-gold);
  color: var(--red);
}

.confirm-modal__btn:hover,
.confirm-modal__btn:focus-visible {
  opacity: 0.9;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .site-modal {
    transition: none;
  }
}

/* ── Contact ── */
.page-contact {
  padding: 1.5vh 8% 5vh;
  text-align: center;
}

.page-contact .section-heading {
  margin-bottom: 2.5rem;
}

.page-contact .section-heading.reveal.is-visible ~ .contact-links.reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contact-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
}

.contact-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  flex: 1;
  max-width: 120px;
  text-decoration: none;
  color: var(--red);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  opacity: 0.8;
  transform: translateY(-2px);
}

.contact-link__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--red);
  border: 2px solid var(--beige);
  color: var(--light-gold);
}

.contact-link__icon svg {
  width: 24px;
  height: 24px;
}

.contact-link__label {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.58rem + 1px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.35;
}

.contact-link__label--email {
  font-size: calc(0.48rem + 1px);
  letter-spacing: 0.04em;
  text-transform: none;
  word-break: break-word;
}

@keyframes launch-banner-enter {
  from {
    opacity: 0;
    transform: translateY(calc(100% + 0.75rem));
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Launch sticky banner ── */
body.has-launch-banner {
  --launch-banner-offset: calc(var(--launch-banner-height) + env(safe-area-inset-bottom, 0px));
}

body.has-launch-banner .scroll-content {
  padding-bottom: var(--launch-banner-offset);
}

body.has-launch-banner .page-one {
  padding-bottom: calc(3vh + var(--launch-banner-offset));
}

body.has-launch-banner .page-contact {
  padding-bottom: calc(1.25rem + var(--launch-banner-offset));
}

.launch-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.45rem 0.55rem calc(0.45rem + env(safe-area-inset-bottom, 0px));
  background: transparent;
  pointer-events: none;
}

.launch-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  width: 100%;
  max-width: var(--frame-width);
  margin: 0 auto;
  padding: 0.6rem 0.7rem;
  box-sizing: border-box;
  background: var(--launch-maroon);
  border-radius: 14px;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.22);
  pointer-events: auto;
  opacity: 0;
  transform: translateY(calc(100% + 0.75rem));
}

.launch-banner.is-visible .launch-banner__inner {
  animation: launch-banner-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.launch-banner__section {
  display: flex;
  align-items: center;
  min-width: 0;
}

.launch-banner__section--price {
  flex: 1 1 34%;
  gap: 0.4rem;
}

.launch-banner__section--countdown {
  flex: 1 1 38%;
  justify-content: center;
}

.launch-banner__ornament {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  color: var(--launch-gold);
}

.launch-banner__ornament svg {
  width: 14px;
  height: auto;
  display: block;
}

.launch-banner__price-block {
  min-width: 0;
}

.launch-banner__price {
  margin: 0;
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(1.05rem + 2px);
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--launch-gold);
}

.launch-banner__offer-label {
  margin: 0.28rem 0 0;
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.38rem + 2px);
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--launch-cream);
}

.launch-banner__divider {
  flex-shrink: 0;
  align-self: stretch;
  width: 1px;
  margin: 0.15rem 0;
  background: rgba(212, 175, 55, 0.55);
}

.launch-banner__countdown {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
}

.launch-banner__time-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 1.65rem;
}

.launch-banner__time-value {
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.95rem + 2px);
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--launch-cream);
  font-variant-numeric: tabular-nums;
}

.launch-banner__time-label {
  font-family: 'Goia', sans-serif;
  font-weight: 600;
  font-size: calc(0.34rem + 2px);
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--launch-gold);
}

.launch-banner__cta {
  flex: 0 0 auto;
  min-width: 4.6rem;
  max-width: 28%;
  min-height: 30px;
  padding: 0.38rem 0.55rem;
  border: 1.5px solid var(--launch-gold);
  border-radius: 999px;
  background: transparent;
  font-family: 'Goia', sans-serif;
  font-weight: 700;
  font-size: calc(0.52rem + 2px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--launch-gold);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  text-transform: uppercase;
}

.launch-banner__cta:hover,
.launch-banner__cta:focus-visible {
  background: rgba(212, 175, 55, 0.12);
  outline: none;
}

.launch-banner__cta:active {
  transform: scale(0.98);
}

.launch-banner[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .launch-banner__inner {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* ===== Episode Events Preloader ===== */
.mil-preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgb(57, 77, 65);
}

.mil-preloader .mil-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  height: 100dvh;
  color: rgb(255, 255, 255);
}

.mil-preloader .mil-preloader-animation .mil-pos-abs {
  position: absolute;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs p {
  opacity: 0;
  margin: 0;
  margin-right: 15px;
}

@media screen and (max-width: 992px) {
  .mil-preloader .mil-preloader-animation .mil-pos-abs {
    flex-direction: column;
  }

  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
  position: relative;
  padding: 0 30px;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  background-color: rgb(212, 170, 120);
}

.mil-preloader.mil-hidden {
  pointer-events: none;
}

.mil-preloader img {
  filter: none !important;
  display: block;
  width: min(300px, 72vw);
  height: auto;
}

.mil-up {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .mil-preloader {
    display: none;
  }

  .mil-up {
    opacity: 1;
  }
}
