:root {
  color-scheme: dark;
  --background: #0a0810;
  --gold: #d4a64a;
  --gold-soft: #ffc97b;
  --burgundy: #862726;
  --midnight: #030356;
  --ember: #d63200;
  --violet: #5f4b8b;
  --grad-identity:
    radial-gradient(60% 60% at 70% 50%, color-mix(in oklab, var(--burgundy) 55%, transparent), transparent 70%),
    radial-gradient(45% 45% at 30% 70%, color-mix(in oklab, var(--midnight) 70%, transparent), transparent 75%);
  --grad-social:
    radial-gradient(50% 60% at 80% 30%, color-mix(in oklab, var(--ember) 50%, transparent), transparent 70%),
    radial-gradient(45% 50% at 25% 70%, color-mix(in oklab, var(--gold-soft) 35%, transparent), transparent 75%);
  --grad-gala:
    radial-gradient(55% 60% at 50% 30%, color-mix(in oklab, var(--gold) 45%, transparent), transparent 70%),
    radial-gradient(50% 50% at 30% 80%, color-mix(in oklab, #512434 75%, transparent), transparent 75%),
    radial-gradient(40% 40% at 80% 80%, color-mix(in oklab, var(--midnight) 70%, transparent), transparent 75%);
  --grad-after:
    radial-gradient(45% 55% at 20% 30%, color-mix(in oklab, #02cf7d 35%, transparent), transparent 70%),
    radial-gradient(45% 55% at 80% 70%, color-mix(in oklab, var(--violet) 55%, transparent), transparent 75%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

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

.text-fluid-hero {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
}

.text-fluid-kicker {
  font-size: clamp(1.2rem, 3vw, 2.2rem);
}

.text-fluid-card {
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
}

.text-fluid-section {
  font-size: clamp(3.1rem, 9.2vw, 8.5rem);
}

.destination-heading {
  font-size: clamp(2.5rem, 5.8vw, 5.9rem);
}

.destination-image {
  object-position: center 58%;
}

.text-eyebrow.experience-label {
  font-size: 1rem;
  line-height: 1.25;
}

.experience-heading {
  font-size: clamp(1.3rem, 4.5vw, 4.2rem);
}

.experience-heading-line {
  display: inline-flex;
  align-items: baseline;
  gap: 0.16em;
  white-space: nowrap;
}

.experience-heading-emphasis {
  display: inline-block;
  font-size: clamp(1.1em, calc(0.7em + 4vw), 1.3em);
  line-height: 0.82;
}

@media (max-width: 420px) {
  .experience-heading {
    font-size: clamp(1.04rem, 5vw, 1.37rem);
  }

  .experience-heading-line {
    gap: 0.16em;
  }

  .experience-heading-emphasis {
    font-size: 1.14em;
  }
}

.text-fluid-subsection {
  font-size: clamp(2rem, 4.4vw, 4rem);
}

.text-fluid-stay {
  font-size: clamp(2.4rem, 6vw, 5.3rem);
}

.text-fluid-sgt {
  font-size: clamp(3.4rem, 10vw, 9rem);
}

.text-fluid-faq {
  font-size: clamp(2.5rem, 6vw, 5.2rem);
}

.text-fluid-final {
  font-size: clamp(2.8rem, 7vw, 7.4rem);
}

.text-eyebrow {
  color: color-mix(in oklab, var(--gold) 80%, white 20%);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.text-gold-grad {
  background: linear-gradient(180deg, #f6e0a4 0%, #d4a64a 55%, #8a5b15 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hairline {
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in oklab, var(--gold) 60%, transparent), transparent);
}

.shadow-portal {
  box-shadow: 0 40px 120px -20px color-mix(in oklab, var(--gold) 35%, transparent);
}

.chapter-burgundy {
  background: var(--grad-identity);
}

.chapter-social {
  background: var(--grad-social);
}

.chapter-gala {
  background: var(--grad-gala);
}

.chapter-after {
  background: var(--grad-after);
}

.noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.6'/></svg>");
}

.aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  filter: blur(80px);
}

.header-shell {
  min-height: 5.75rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-width: clamp(7.5rem, 14vw, 13rem);
}

.brand-logo {
  display: block;
  width: auto;
  height: clamp(4rem, 5.6vw, 5.15rem);
  max-width: clamp(7.5rem, 14vw, 13rem);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 18px rgb(212 166 74 / 0.18));
}

.presenter-lockup {
  min-width: clamp(5.25rem, 11vw, 12rem);
  justify-content: flex-end;
}

.presenter-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(2.75rem, 4vw, 3.45rem);
  min-width: clamp(5.25rem, 7.8vw, 8.5rem);
  border: 1px solid rgb(255 255 255 / 0.16);
  background: rgb(255 255 255 / 0.025);
  padding: 0.35rem 0.6rem;
}

.presenter-logo {
  display: block;
  width: auto;
  height: clamp(2rem, 3vw, 2.55rem);
  max-width: clamp(4.4rem, 7vw, 7.25rem);
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgb(255 255 255 / 0.14));
}

.nav-link {
  color: rgb(255 255 255 / 0.78);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.nav-link:hover {
  color: var(--gold);
}

.mobile-nav-link {
  flex: 0 0 auto;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(10 8 16 / 0.45);
  padding: 0.5rem 1rem;
  color: rgb(255 255 255 / 0.78);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  .header-shell {
    min-height: 4.35rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .brand-mark {
    min-width: 6.75rem;
  }

  .brand-logo {
    height: 3.2rem;
    max-width: 6.7rem;
  }

  .presenter-lockup {
    min-width: 4.8rem;
  }

  .presenter-logo-frame {
    min-width: 4.8rem;
    min-height: 2.2rem;
    padding: 0.3rem 0.45rem;
  }

  .presenter-logo {
    height: 1.65rem;
    max-width: 4.05rem;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .header-shell {
    min-height: 5.05rem;
  }

  .brand-logo {
    height: clamp(4rem, 6.4vw, 4.75rem);
    max-width: clamp(9.25rem, 16vw, 12rem);
  }

  .presenter-logo-frame {
    min-height: 3.05rem;
  }

  .presenter-logo {
    height: 2.25rem;
  }
}

@media (max-width: 1023px) {
  #home {
    align-items: flex-start !important;
    min-height: max(100svh, 39rem);
    padding-top: calc(var(--site-header-height, 13rem) + clamp(1.35rem, 4vw, 2.25rem)) !important;
  }
}

@media (min-width: 1280px) {
  .brand-logo {
    height: 5.45rem;
    max-width: 13.75rem;
  }
}

.info-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgb(212 166 74 / 0.25);
  background: rgb(10 8 16 / 0.3);
  padding: 0.75rem 1rem;
  color: rgb(255 255 255 / 0.82);
  backdrop-filter: blur(8px);
}

.info-pill span {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gold-button,
.outline-button,
.outline-gold-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  overflow: hidden;
  min-height: 56px;
  padding: 0 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.gold-button {
  background: var(--gold);
  color: #170c05;
}

.outline-button {
  border: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(10 8 16 / 0.3);
  color: rgb(255 255 255 / 0.78);
  backdrop-filter: blur(8px);
}

.outline-gold-button {
  border: 1px solid rgb(212 166 74 / 0.35);
  background: rgb(10 8 16 / 0.35);
  color: var(--gold);
}

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

.outline-button:hover {
  border-color: rgb(212 166 74 / 0.5);
  color: var(--gold);
}

.outline-gold-button:hover {
  background: var(--gold);
  color: #170c05;
}

.experience-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(21 16 29 / 0.4);
  backdrop-filter: blur(14px);
  transition: transform 500ms ease;
}

.experience-card:hover {
  transform: translateY(-0.5rem);
}

.experience-card:hover .card-gradient {
  opacity: 0.85;
}

.card-gradient {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  transition: opacity 700ms ease;
}

.card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.08), transparent, rgb(10 8 16 / 0.85));
}

.artist-showcase-intro {
  max-width: 58rem;
  margin-inline: auto;
  text-align: center;
}

.artist-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  max-width: min(100%, 76rem);
  margin-inline: auto;
}

.artist-card {
  position: relative;
  isolation: isolate;
  flex: 1 1 15.5rem;
  max-width: 21rem;
  min-width: min(100%, 15rem);
  min-height: 22rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: #15101d;
  aspect-ratio: 4 / 5;
  box-shadow: 0 30px 100px -70px rgb(212 166 74 / 0.45);
  transition:
    transform 500ms ease,
    border-color 500ms ease;
}

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

.artist-card::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(10 8 16 / 0.08), rgb(10 8 16 / 0.22) 42%, rgb(10 8 16 / 0.82)),
    linear-gradient(90deg, rgb(134 39 38 / 0.28), transparent 45%, rgb(3 3 86 / 0.25));
}

.artist-card::after {
  z-index: 2;
  border: 1px solid rgb(212 166 74 / 0.16);
  background: radial-gradient(circle at 50% 0%, rgb(255 201 123 / 0.16), transparent 54%);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.artist-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(0.96) contrast(1.04);
  transition:
    transform 700ms ease,
    filter 700ms ease;
}

.artist-card-rj img {
  object-position: 50% 31%;
}

.artist-card-reema img {
  object-position: 50% 42%;
}

.artist-card-bolly img {
  object-position: 50% 22%;
}

.artist-card-dj img {
  object-position: 50% 34%;
}

.artist-card-monark img {
  object-position: 50% 43%;
}

.artist-card:hover {
  transform: translateY(-0.5rem);
  border-color: rgb(212 166 74 / 0.36);
}

.artist-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.08);
}

.artist-card span {
  position: absolute;
  z-index: 3;
  inset-inline: 1.1rem;
  bottom: 1.1rem;
  border: 1px solid rgb(255 255 255 / 0.13);
  background: rgb(10 8 16 / 0.6);
  padding: 1.05rem;
  backdrop-filter: blur(16px);
  font-family: Unbounded, Montserrat, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.1;
  text-transform: uppercase;
}

@media (min-width: 80rem) {
  .artist-grid {
    max-width: 76rem;
  }

  .artist-card {
    flex: 0 1 calc((100% - 7rem) / 5);
    max-width: calc((100% - 7rem) / 5);
    min-width: 0;
  }
}

@media (max-width: 39.99rem) {
  .artist-card {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.included-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0.25rem;
  font-family: Unbounded, Montserrat, system-ui, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.included-item::before {
  content: "*";
  color: var(--gold);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.4rem;
}

.partner-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(21 16 29 / 0.45);
  padding: 1.5rem;
  backdrop-filter: blur(16px);
  transition: transform 500ms ease;
}

.partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grad-social);
  opacity: 0.18;
  pointer-events: none;
}

.partner-card > * {
  position: relative;
}

.partner-card:hover {
  transform: translateY(-0.25rem);
}

.hotel-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  align-items: center;
  padding: 1rem 0;
}

.hotel-row span {
  grid-column: 1 / -1;
  color: rgb(255 255 255 / 0.9);
  font-family: Unbounded, Montserrat, system-ui, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hotel-row b {
  color: rgb(255 255 255 / 0.72);
  font-size: 0.88rem;
  font-weight: 500;
}

.date-box {
  border: 1px solid rgb(212 166 74 / 0.2);
  background: rgb(10 8 16 / 0.28);
  padding: 1.25rem;
  backdrop-filter: blur(12px);
}

.date-box p:last-child {
  margin-top: 0.75rem;
  font-family: Unbounded, Montserrat, system-ui, sans-serif;
  font-size: 1.5rem;
}

.sgt-timeline {
  grid-template-columns: 1fr;
}

.sgt-timeline .date-box {
  min-height: 6.625rem;
}

.sgt-timeline .date-box p:last-child {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.25;
}

@media (min-width: 640px) {
  .sgt-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sgt-logo-badge {
  padding: 0.5rem;
}

.sgt-badge-logo {
  display: block;
  width: 100%;
  max-height: 86%;
  object-fit: contain;
}

.sgt-slider {
  position: relative;
  isolation: isolate;
  min-height: clamp(28rem, 45vw, 42rem);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: linear-gradient(180deg, #16101f 0%, #090711 72%, #050308 100%);
  box-shadow: 0 36px 130px -70px rgb(212 166 74 / 0.62);
}

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

.sgt-slider::before {
  z-index: 4;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.04), transparent 38%, rgb(10 8 16 / 0.72)),
    radial-gradient(circle at 50% 0%, rgb(255 201 123 / 0.2), transparent 34rem);
  opacity: 0.9;
}

.sgt-slider::after {
  z-index: 5;
  border: 1px solid rgb(212 166 74 / 0.22);
  background: linear-gradient(90deg, transparent, rgb(255 201 123 / 0.12), transparent);
  mix-blend-mode: screen;
}

.sgt-slider-track {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sgt-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.045);
  transition:
    opacity 900ms ease,
    transform 1400ms ease;
}

.sgt-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.sgt-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgt-slider-dots {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 1.25rem;
  display: flex;
  transform: translateX(-50%);
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(5 3 8 / 0.48);
  backdrop-filter: blur(14px);
}

.sgt-slider-dot {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  border: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.42);
  cursor: pointer;
  padding: 0;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    width 180ms ease;
}

.sgt-slider-dot.is-active {
  width: 1.6rem;
  background: var(--gold);
  box-shadow: 0 0 20px rgb(212 166 74 / 0.72);
}

.sgt-slider-dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.sgt-slider-dot:hover {
  transform: scale(1.12);
}

.faq-answer {
  color: rgb(255 255 255 / 0.6);
  font-size: 15px;
  line-height: 1.75;
}

.faq-answer a,
.faq-answer strong {
  color: var(--gold);
  font-weight: 600;
}

.faq-answer ul {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.4rem;
}

.count-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count-cell b {
  font-family: Unbounded, Montserrat, system-ui, sans-serif;
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  background: linear-gradient(180deg, #f6e0a4 0%, #d4a64a 55%, #8a5b15 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.count-cell span {
  margin-top: 0.75rem;
  color: color-mix(in oklab, var(--gold) 80%, white 20%);
  font-size: clamp(0.55rem, 1.6vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-contact-grid {
  display: grid;
  gap: 1rem;
}

.footer-contact-card {
  border: 1px solid rgb(255 255 255 / 0.1);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.015)),
    rgb(11 8 16 / 0.72);
  padding: 1.25rem;
  text-align: center;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.footer-contact-card:hover {
  border-color: rgb(213 167 74 / 0.55);
  transform: translateY(-0.15rem);
}

.footer-contact-role {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.footer-contact-name {
  margin-top: 0.7rem;
  color: rgb(255 255 255 / 0.92);
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.2rem);
  text-transform: uppercase;
}

.footer-contact-phone {
  margin-top: 0.55rem;
  display: inline-flex;
  color: rgb(255 255 255 / 0.58);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  transition: color 180ms ease;
}

.footer-contact-phone:hover {
  color: var(--gold);
}

@media (min-width: 48rem) {
  .footer-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.social-link {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 999px;
  color: rgb(255 255 255 / 0.8);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.social-link svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link[aria-label="YouTube"] svg path,
.social-link[aria-label="Facebook"] svg path {
  fill: currentColor;
  stroke: none;
}

.social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: scale(1.08);
}

.reveal {
  opacity: 0;
  transform: translateY(2.5rem);
  filter: blur(6px);
  transition:
    opacity 900ms ease,
    transform 900ms ease,
    filter 900ms ease;
}

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

@keyframes float-slow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1.04);
  }

  50% {
    transform: translate3d(0, -1.5%, 0) scale(1.08);
  }
}

@keyframes gradient-shift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -2%, 0) scale(1.06);
  }
}

.animate-slow-tilt {
  animation: float-slow 18s ease-in-out infinite;
}

.animate-gradient-shift {
  animation: gradient-shift 18s ease-in-out infinite;
}

@media (min-width: 640px) {
  .hotel-row {
    grid-template-columns: 1.6fr 0.7fr 0.7fr;
    gap: 1rem;
  }

  .hotel-row span {
    grid-column: auto;
  }

  .hotel-row b {
    text-align: right;
  }
}

@media (max-width: 540px) {
  .gold-button,
  .outline-button,
  .outline-gold-button {
    width: 100%;
    padding-inline: 1rem;
    letter-spacing: 0.2em;
  }
}

@media (max-width: 63.99rem) {
  .sgt-slider {
    min-height: clamp(24rem, 82vw, 36rem);
  }
}

@media (max-width: 639px) {
  :root {
    --phone-page-pad: clamp(1rem, 5vw, 1.35rem);
  }

  html {
    scroll-padding-top: calc(var(--site-header-height, 8rem) + 0.75rem);
  }

  body {
    min-width: 0;
  }

  header > .relative {
    padding-top: max(0.75rem, env(safe-area-inset-top));
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-right));
  }

  .header-shell {
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .brand-mark {
    min-width: 6.15rem;
  }

  .brand-logo {
    height: clamp(2.85rem, 12vw, 3.45rem);
    max-width: clamp(6.1rem, 27vw, 7.15rem);
  }

  .presenter-lockup {
    min-width: 4.3rem;
  }

  .presenter-logo-frame {
    min-width: 4.3rem;
    min-height: 2.1rem;
    padding: 0.25rem 0.4rem;
  }

  .presenter-logo {
    height: clamp(1.45rem, 6vw, 1.72rem);
    max-width: clamp(3.65rem, 18vw, 4.25rem);
  }

  header nav[aria-label="Mobile navigation"] {
    flex-wrap: wrap;
    gap: 0.45rem;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .mobile-nav-link {
    display: inline-flex;
    flex: 1 1 calc(50% - 0.45rem);
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.54rem 0.45rem;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.14em;
  }

  #home {
    min-height: max(100svh, 43rem);
    padding-top: calc(var(--site-header-height, 9.25rem) + 1rem) !important;
  }

  #home > .relative,
  main section > .relative,
  footer > .relative {
    padding-left: var(--phone-page-pad) !important;
    padding-right: var(--phone-page-pad) !important;
  }

  .hero-content {
    gap: 1.5rem;
  }

  .text-fluid-hero {
    font-size: clamp(2.35rem, 11.8vw, 3.45rem);
    line-height: 0.98;
  }

  .text-fluid-kicker {
    font-size: clamp(1rem, 5.8vw, 1.45rem);
    line-height: 1.18;
  }

  .text-fluid-section,
  .destination-heading,
  .text-fluid-subsection,
  .text-fluid-stay,
  .text-fluid-sgt,
  .text-fluid-faq,
  .text-fluid-final {
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .text-fluid-section {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .destination-heading,
  .text-fluid-stay {
    font-size: clamp(2.05rem, 10.5vw, 3.1rem);
  }

  .text-fluid-sgt {
    font-size: clamp(2.75rem, 15vw, 4.1rem);
  }

  .text-fluid-faq,
  .text-fluid-final {
    font-size: clamp(2.2rem, 11.5vw, 3.25rem);
  }

  .text-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
  }

  .info-pill {
    width: 100%;
    justify-content: flex-start;
    padding: 0.72rem 0.85rem;
  }

  .info-pill span {
    font-size: 0.68rem;
    letter-spacing: 0.13em;
  }

  .gold-button,
  .outline-button,
  .outline-gold-button {
    min-height: 3.15rem;
    padding-inline: 0.95rem;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  #experience,
  #register,
  #packages,
  #sgt,
  #faq {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }

  .experience-heading {
    font-size: clamp(1.45rem, 8vw, 2.25rem);
    line-height: 0.96;
  }

  .experience-heading-line {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.12em;
    white-space: normal;
  }

  .experience-card {
    min-height: 0;
  }

  .experience-card > .relative {
    min-height: 22rem !important;
    padding: 1.5rem !important;
  }

  .artist-grid {
    gap: 1rem;
  }

  .artist-card {
    min-height: 20rem;
    aspect-ratio: 3 / 4;
  }

  .artist-card span {
    inset-inline: 0.85rem;
    bottom: 0.85rem;
    padding: 0.82rem;
    font-size: 1rem;
  }

  .included-item {
    align-items: flex-start;
    padding-block: 0.95rem;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .partner-card,
  .date-box,
  .footer-contact-card {
    padding: 1rem;
  }

  .hotel-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .hotel-row span {
    grid-column: auto;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .hotel-row b {
    text-align: left;
  }

  .sgt-logo-badge {
    height: 6rem !important;
    width: 6rem !important;
  }

  .sgt-timeline {
    gap: 0.75rem;
  }

  .sgt-slider {
    min-height: clamp(20rem, 98vw, 28rem);
  }

  .sgt-slider-dots {
    bottom: 0.85rem;
    gap: 0.5rem;
    padding: 0.48rem 0.62rem;
  }

  .faq-toggle {
    gap: 1rem !important;
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }

  .faq-answer {
    font-size: 0.9rem;
    line-height: 1.68;
  }

  .count-cell b {
    font-size: clamp(1.65rem, 11vw, 2.75rem);
  }

  .count-cell span {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .footer-contact-grid {
    gap: 0.75rem;
  }

  .social-link {
    width: 2.55rem;
    height: 2.55rem;
  }
}

@media (min-width: 431px) and (max-width: 639px) {
  .mobile-nav-link {
    flex-basis: calc(33.333% - 0.45rem);
  }

  #home {
    min-height: max(100svh, 41rem);
  }
}

@media (max-width: 389px) {
  .header-shell {
    padding: 0.65rem;
  }

  .brand-mark {
    min-width: 5.55rem;
  }

  .brand-logo {
    height: 2.7rem;
    max-width: 5.85rem;
  }

  .presenter-lockup {
    min-width: 3.95rem;
  }

  .presenter-logo-frame {
    min-width: 3.95rem;
    min-height: 1.95rem;
  }

  .presenter-logo {
    height: 1.36rem;
    max-width: 3.55rem;
  }

  .mobile-nav-link {
    font-size: 0.58rem;
    letter-spacing: 0.11em;
  }

  .text-fluid-hero {
    font-size: clamp(2.1rem, 11.5vw, 2.75rem);
  }

  .text-fluid-kicker {
    font-size: clamp(0.96rem, 5.4vw, 1.18rem);
  }

  .gold-button,
  .outline-button,
  .outline-gold-button {
    letter-spacing: 0.13em;
  }
}

@media (min-width: 390px) and (max-width: 480px) {
  .text-fluid-hero {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  .text-fluid-kicker {
    font-size: clamp(1.08rem, 5.5vw, 1.48rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
