:root {
  --ink: #2d1925;
  --wine: #7b214e;
  --rose: #e24f8d;
  --orchid: #8f5de4;
  --blush: #ffe4ee;
  --lilac: #ece4ff;
  --mint: #dcf8ef;
  --cream: #fff9f0;
  --gold: #c69339;
  --muted: #806472;
  --white: #ffffff;
  --line: rgba(93, 42, 65, 0.14);
  --shadow: 0 26px 70px rgba(123, 33, 78, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 5%, rgba(255, 210, 226, 0.72), transparent 24rem),
    radial-gradient(circle at 90% 12%, rgba(222, 246, 239, 0.85), transparent 26rem),
    linear-gradient(180deg, #fffaf6 0%, #fff0f7 45%, #f7f2ff 100%);
  color: var(--ink);
  font-family: Barlow, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

.liquid-glass,
.liquid-card {
  position: relative;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  background-blend-mode: luminosity;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.38), 0 18px 55px rgba(123, 33, 78, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.liquid-glass::before,
.liquid-card::before,
.liquid-glass-strong::before {
  position: absolute;
  inset: 0;
  padding: 1.3px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.28) 24%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.18) 76%, rgba(255, 255, 255, 0.7) 100%);
  content: "";
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.liquid-glass-strong {
  position: relative;
  overflow: hidden;
  border: 0;
  background: linear-gradient(135deg, rgba(226, 79, 141, 0.9), rgba(143, 93, 228, 0.9));
  box-shadow: 0 18px 38px rgba(170, 56, 123, 0.24), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.site-header {
  position: fixed;
  top: 1.15rem;
  left: 50%;
  z-index: 50;
  display: flex;
  width: min(1060px, calc(100% - 2rem));
  min-height: 4.15rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.58rem 0.66rem 0.58rem 0.86rem;
  border-radius: 999px;
  transform: translateX(-50%);
}

.brand,
.nav,
.hero-actions,
.hero-bottom,
.quick-strip,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  position: relative;
  z-index: 1;
  gap: 0.65rem;
  color: var(--wine);
  font-size: 0.98rem;
  font-weight: 700;
}

.logo-mark {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff6b9, #ffc8dc 50%, #d9ccff);
  box-shadow: inset 0 0 0 1px rgba(123, 33, 78, 0.08);
}

.logo-mark svg {
  width: 2.15rem;
  fill: rgba(123, 33, 78, 0.88);
}

.nav {
  position: relative;
  z-index: 1;
  gap: clamp(1rem, 3vw, 2.2rem);
  color: rgba(62, 35, 48, 0.68);
  font-size: 0.92rem;
  font-weight: 500;
}

.nav a:hover {
  color: var(--wine);
}

.header-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover {
  box-shadow: 0 0 28px rgba(226, 79, 141, 0.34);
  transform: scale(1.035);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: 0;
  transform: scale(1.05);
  will-change: transform;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(0.96) brightness(1.08);
}

.hero-wash {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 248, 244, 0.24) 0%, rgba(255, 246, 250, 0.1) 48%, rgba(255, 248, 244, 0.82) 100%),
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.2), transparent 30rem),
    linear-gradient(90deg, rgba(255, 243, 247, 0.76) 0%, rgba(255, 243, 247, 0.32) 34%, rgba(255, 255, 255, 0.06) 68%);
}

.hero-title-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  align-content: start;
  justify-items: center;
  padding: clamp(7.2rem, 12vw, 9rem) 1rem 14rem;
  text-align: center;
}

.hero-kicker,
.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  color: rgba(123, 33, 78, 0.96);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(5.6rem, 17vw, 15rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-shadow: 0 14px 40px rgba(255, 255, 255, 0.58);
}

.hero-bottom {
  position: absolute;
  right: 0;
  bottom: 3rem;
  left: 0;
  z-index: 3;
  width: min(1120px, calc(100% - 2rem));
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto;
}

.hero-bottom p {
  width: min(16rem, 24vw);
  margin: 0;
  color: rgba(62, 35, 48, 0.75);
  font-size: 0.98rem;
  font-weight: 400;
}

.hero-bottom p:last-child {
  text-align: right;
}

.hero-actions {
  flex: 0 0 auto;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  min-height: 3.3rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.92rem 1.35rem;
  cursor: pointer;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(45, 25, 37, 0.18);
}

.secondary {
  color: var(--wine);
}

.button:hover,
.link-button:hover {
  transform: translateY(-2px) scale(1.025);
}

.full {
  width: 100%;
}

.quick-strip {
  position: relative;
  z-index: 4;
  width: min(1050px, calc(100% - 2rem));
  justify-content: center;
  gap: 0.85rem;
  margin: -3.25rem auto 5rem;
}

.liquid-card {
  border-radius: 1.6rem;
}

.quick-strip .liquid-card {
  flex: 1;
  padding: 1.15rem 1rem;
  text-align: center;
}

.quick-strip span,
.quick-strip strong {
  position: relative;
  z-index: 1;
  display: block;
}

.quick-strip span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-strip strong {
  margin-top: 0.12rem;
  color: var(--wine);
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 700;
}

.statement-section,
.section,
.feature-panel,
.booking-section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.statement-section {
  padding: clamp(2rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5rem);
  text-align: center;
}

.statement-section h2,
.section-heading h2,
.feature-copy h2,
.booking-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3rem, 7vw, 7rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

.statement-section h2 {
  max-width: 11ch;
  margin-inline: auto;
}

.section {
  padding: 2.5rem 0 5rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: 1.35rem;
}

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

.experience-card {
  overflow: hidden;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: var(--shadow);
}

.card-media {
  min-height: clamp(16rem, 25vw, 22rem);
  background-image: var(--card-tint), url("/charm-party-lifestyle.png");
  background-size: cover;
}

.girls {
  --card-tint: linear-gradient(135deg, rgba(255, 214, 230, 0.18), rgba(255, 255, 255, 0.04));
}

.girls .card-media {
  background-position: 74% 45%;
}

.adults {
  --card-tint: linear-gradient(135deg, rgba(123, 33, 78, 0.14), rgba(255, 255, 255, 0.02));
}

.adults .card-media {
  background-position: 52% 48%;
}

.manifest {
  --card-tint: linear-gradient(135deg, rgba(220, 248, 239, 0.18), rgba(255, 255, 255, 0.04));
}

.manifest .card-media {
  background-position: 30% 48%;
}

.card-body {
  display: grid;
  gap: 0.65rem;
  padding: 1.15rem;
}

.price {
  width: fit-content;
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  background: rgba(255, 244, 199, 0.9);
  color: #7d5513;
  font-size: 0.78rem;
  font-weight: 700;
}

.card-body h3 {
  margin: 0;
  color: var(--wine);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 0.98;
}

.card-body p {
  min-height: 3.7rem;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.link-button {
  min-height: 3.05rem;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.8fr);
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 5rem;
}

.feature-image {
  min-height: 34rem;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(123, 33, 78, 0.1)),
    url("/charm-party-lifestyle.png") center / cover;
  box-shadow: var(--shadow);
}

.feature-copy {
  display: grid;
  align-content: end;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.feature-copy h2 {
  max-width: 8ch;
}

.feature-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  margin-top: 2rem;
}

.feature-list span {
  border-radius: 999px;
  padding: 0.82rem 1rem;
  background: rgba(255, 255, 255, 0.48);
  color: var(--wine);
  font-weight: 700;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(22rem, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  padding: 2rem 0 5rem;
}

.booking-copy {
  position: sticky;
  top: 7rem;
}

.booking-copy h2 {
  max-width: 8ch;
}

.booking-copy p {
  max-width: 30rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.booking-form {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
}

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

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.4rem;
  color: #4d3440;
  font-size: 0.88rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3.15rem;
  border: 1px solid rgba(93, 42, 65, 0.14);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  padding: 0.82rem 0.9rem;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(226, 79, 141, 0.55);
  box-shadow: 0 0 0 4px rgba(226, 79, 141, 0.12);
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--wine);
  font-weight: 700;
}

.form-status.success {
  color: #177158;
}

.whatsapp-button {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: grid;
  width: 3.8rem;
  height: 3.8rem;
  place-items: center;
  border-radius: 50%;
  background: #21c063;
  color: var(--white);
  box-shadow: 0 18px 40px rgba(33, 192, 99, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-button svg {
  width: 1.95rem;
  fill: currentColor;
}

.whatsapp-button:hover {
  box-shadow: 0 22px 50px rgba(33, 192, 99, 0.42);
  transform: translateY(-2px) scale(1.04);
}

.site-footer {
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 4rem);
  color: var(--muted);
}

.site-footer span:first-child {
  color: var(--wine);
  font-weight: 700;
}

@media (max-width: 980px) {
  .section-heading,
  .feature-panel,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    display: grid;
    grid-template-columns: minmax(12rem, 0.9fr) minmax(0, 1fr);
  }

  .card-media {
    min-height: 100%;
  }

  .card-body p {
    min-height: auto;
  }

  .booking-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at 10% 5%, rgba(255, 210, 226, 0.65), transparent 18rem),
      linear-gradient(180deg, #fffaf6 0%, #fff1f7 58%, #f8f4ff 100%);
  }

  .site-header {
    top: 0.75rem;
    width: calc(100% - 1rem);
    min-height: 3.8rem;
    padding: 0.48rem 0.52rem;
  }

  .brand span:last-child,
  .nav {
    display: none;
  }

  .logo-mark {
    width: 2.8rem;
    height: 2.8rem;
  }

  .header-cta {
    min-height: 2.8rem;
    padding: 0.72rem 1rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-bg {
    transform: scale(1.08);
  }

  .hero-bg img {
    object-position: 58% 50%;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(255, 249, 246, 0.42) 0%, rgba(255, 246, 250, 0.1) 42%, rgba(255, 248, 244, 0.9) 100%),
      linear-gradient(90deg, rgba(255, 243, 247, 0.6), rgba(255, 255, 255, 0.06));
  }

  .hero-title-wrap {
    min-height: 100svh;
    align-content: start;
    padding-top: 7.25rem;
    padding-bottom: 16rem;
  }

  .hero-kicker {
    margin-bottom: 0.5rem;
    font-size: 0.68rem;
  }

  .hero-title {
    max-width: 7ch;
    font-size: clamp(5.2rem, 27vw, 8.6rem);
    line-height: 0.84;
  }

  .hero-bottom {
    bottom: 1.2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    width: calc(100% - 1rem);
  }

  .hero-bottom p,
  .hero-bottom p:last-child {
    width: auto;
    max-width: none;
    border-radius: 1.3rem;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.62);
    color: rgba(62, 35, 48, 0.78);
    text-align: left;
    backdrop-filter: blur(16px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }

  .button {
    min-height: 3.15rem;
    padding-inline: 0.8rem;
    text-align: center;
  }

  .quick-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: -1.25rem;
    margin-bottom: 3rem;
  }

  .statement-section {
    text-align: left;
  }

  .statement-section h2 {
    margin-inline: 0;
  }

  .statement-section h2,
  .section-heading h2,
  .feature-copy h2,
  .booking-copy h2 {
    font-size: clamp(3.2rem, 17vw, 5.7rem);
  }

  .section {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .experience-card {
    grid-template-columns: 1fr;
  }

  .card-media {
    min-height: 15rem;
  }

  .card-body {
    padding: 1rem;
  }

  .feature-panel {
    gap: 0.75rem;
    margin-bottom: 3.5rem;
  }

  .feature-image {
    min-height: 24rem;
    border-radius: 1.5rem;
    background-position: 58% 50%;
  }

  .feature-copy,
  .booking-form {
    border-radius: 1.35rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .booking-section {
    padding-bottom: 4rem;
  }

  .whatsapp-button {
    right: 1rem;
    bottom: 1rem;
    width: 3.45rem;
    height: 3.45rem;
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
  }
}

@media (max-width: 390px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-bottom {
    bottom: 0.75rem;
  }

  .hero-title {
    font-size: clamp(4.55rem, 25vw, 6.6rem);
  }
}
