:root {
  --bg: #08060a;
  --bg-2: #120b12;
  --text: #fff8f7;
  --muted: #c7b6bd;
  --pink: #ff2f7d;
  --gold: #f7c66a;
  --wine: #4b112c;
  --line: rgba(255, 248, 247, 0.16);
  --shadow: 0 30px 90px rgba(255, 47, 125, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 47, 125, 0.22), transparent 28rem),
    linear-gradient(135deg, #08060a 0%, #160813 48%, #090609 100%);
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 58px);
  background: rgba(8, 6, 10, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #08060a;
  background: var(--gold);
  border-radius: 50%;
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

.site-nav {
  justify-content: center;
  gap: clamp(16px, 3vw, 36px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a,
.text-link {
  transition: color 160ms ease;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--gold);
}

.header-action,
.button,
.booking-form button {
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.header-action {
  padding: 12px 18px;
  color: #08060a;
  background: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: calc(100vh - 73px);
  padding: clamp(42px, 7vw, 92px) clamp(20px, 5vw, 72px) 50px;
}

.hero-label,
.section-head p,
.gallery-copy p,
.artist-panel p,
.booking p:first-child {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  max-width: 820px;
  font-family: "Playfair Display", "Noto Sans SC", serif;
  font-weight: 900;
  line-height: 0.96;
}

.hero h1 {
  font-size: clamp(54px, 9vw, 122px);
}

.hero-text {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.8;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.button.primary,
.booking-form button {
  color: #12070e;
  background: linear-gradient(135deg, var(--gold), #ffebba 45%, var(--pink));
  box-shadow: var(--shadow);
}

.button.ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.hero-media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(247, 198, 106, 0.26);
  border-radius: 8px;
  background: var(--wine);
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 640px;
  filter: saturate(1.12) contrast(1.05);
}

.hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  content: "";
  background: linear-gradient(transparent, rgba(8, 6, 10, 0.84));
}

.hero-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 1;
  max-width: 330px;
  padding: 22px;
  border: 1px solid rgba(255, 248, 247, 0.22);
  border-radius: 8px;
  background: rgba(8, 6, 10, 0.72);
  backdrop-filter: blur(14px);
}

.hero-card span {
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
}

.hero-card strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.25;
}

.ticker {
  display: flex;
  gap: 34px;
  overflow: hidden;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  background: var(--pink);
  color: #08060a;
  font-weight: 900;
  white-space: nowrap;
}

.ticker span {
  min-width: max-content;
  animation: drift 18s linear infinite;
}

.section {
  padding: clamp(70px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.section h2 {
  font-size: clamp(38px, 5.8vw, 76px);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

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

.service-grid article {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(255, 248, 247, 0.1), rgba(255, 47, 125, 0.08));
}

.service-grid span {
  color: var(--pink);
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 900;
}

.service-grid h3 {
  margin: 56px 0 14px;
  font-size: 26px;
}

.service-grid p,
.booking-text,
.artist-panel li {
  color: var(--muted);
  line-height: 1.75;
}

.gallery {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  background: #fff8f7;
  color: #12070e;
}

.gallery-copy {
  position: sticky;
  top: 112px;
}

.gallery-copy p {
  color: var(--pink);
}

.text-link {
  display: inline-block;
  margin-top: 28px;
  color: #8a0c3b;
  font-weight: 900;
}

.photo-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.photo-wall img {
  width: 100%;
  height: 330px;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(18, 7, 14, 0.14);
}

.photo-wall .tall {
  height: 560px;
  grid-row: span 2;
}

.photo-wall .wide {
  grid-column: span 2;
}

.artist-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid rgba(247, 198, 106, 0.26);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(247, 198, 106, 0.12), rgba(255, 47, 125, 0.1));
}

.artist-panel img {
  width: 100%;
  height: 530px;
  border-radius: 8px;
}

.artist-panel ul {
  margin: 30px 0 0;
  padding-left: 20px;
}

.artist-panel li + li {
  margin-top: 12px;
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background:
    linear-gradient(rgba(8, 6, 10, 0.72), rgba(8, 6, 10, 0.86)),
    url("https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=1600&q=84") center/cover;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 6, 10, 0.78);
  backdrop-filter: blur(14px);
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.booking-form button {
  min-height: 52px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

@keyframes drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-240px);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .section-head,
  .gallery,
  .artist-panel,
  .booking {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .hero-media img {
    min-height: 0;
    height: 520px;
  }

  .gallery-copy {
    position: static;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .header-action {
    display: none;
  }

  .hero,
  .section {
    padding-inline: 16px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-media,
  .hero-media img,
  .artist-panel img {
    height: 390px;
  }

  .photo-wall {
    grid-template-columns: 1fr;
  }

  .photo-wall .tall,
  .photo-wall .wide,
  .photo-wall img {
    grid-column: auto;
    height: 330px;
  }
}
