:root {
  color-scheme: dark;
  --bg: #050507;
  --panel: #101015;
  --panel-2: #17171e;
  --text: #f8f8fb;
  --muted: #b8b6c4;
  --line: rgba(255, 255, 255, 0.13);
  --hot: #ff2d6f;
  --blue: #35b8ff;
  --gold: #d7b56d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(5, 5, 7, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
}

nav a {
  transition: color 180ms ease;
}

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

.nav-cta {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 9px 16px;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(20px, 5vw, 72px) 72px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(100deg, rgba(5, 5, 7, 0.9) 0%, rgba(5, 5, 7, 0.52) 46%, rgba(5, 5, 7, 0.24) 100%),
    url("assets/photos/hero.jpg") center 58% / cover;
  transform: none;
}

.hero-overlay {
  background:
    linear-gradient(0deg, var(--bg) 0%, rgba(5, 5, 7, 0) 32%),
    radial-gradient(circle at 68% 26%, rgba(255, 45, 111, 0.2), transparent 32%),
    radial-gradient(circle at 28% 70%, rgba(53, 184, 255, 0.18), transparent 30%);
}

.hero-content {
  position: relative;
  max-width: 760px;
}

.hero-logo {
  width: clamp(86px, 12vw, 144px);
  margin-bottom: 28px;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.55));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.hero h1 {
  margin-bottom: clamp(30px, 4vw, 54px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.hero-copy,
.section-copy,
.page-hero p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #08080b;
  background: linear-gradient(135deg, #ffffff, #d8f2ff 58%, #ff8aad);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.scroll-cue {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: 36px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.about-section {
  background: linear-gradient(180deg, #050507, #0b0b10);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.92fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: center;
}

.about-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 210px;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.service-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-pricing {
  background: linear-gradient(180deg, #0a0a0e, #111118);
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.rate-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
}

.rate-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.rate-list div:last-child {
  border-bottom: 0;
}

.rate-list span {
  color: var(--muted);
}

.rate-list strong {
  white-space: nowrap;
}

.gallery {
  padding: clamp(72px, 10vw, 132px) 0;
  overflow: hidden;
}

.gallery-heading {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 28px;
}

.gallery-strip {
  column-count: 3;
  column-gap: clamp(14px, 2vw, 24px);
  width: min(1600px, 100%);
  margin: 0 auto;
  padding-inline: clamp(16px, 3vw, 44px);
}

.gallery-item {
  display: block;
  width: 100%;
  margin: 0 0 clamp(14px, 2vw, 24px);
  padding: 0;
  break-inside: avoid;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-strip img {
  width: 100%;
  height: auto;
  background: #08080b;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 64px 72px 36px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: min(100%, 1400px);
  max-height: 86svh;
  border-radius: 8px;
  object-fit: contain;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 86px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.lightbox-nav::before {
  content: "";
  width: 34px;
  height: 34px;
  border-top: 7px solid rgba(255, 255, 255, 0.62);
  border-right: 7px solid rgba(255, 255, 255, 0.62);
  border-radius: 4px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.lightbox-nav:hover::before {
  border-color: #ffffff;
}

.lightbox-prev {
  left: 22px;
}

.lightbox-prev::before {
  transform: rotate(-135deg);
}

.lightbox-prev:hover::before {
  transform: rotate(-135deg) scale(1.06);
}

.lightbox-next {
  right: 22px;
}

.lightbox-next::before {
  transform: rotate(45deg);
}

.lightbox-next:hover::before {
  transform: rotate(45deg) scale(1.06);
}

body.lightbox-open {
  overflow: hidden;
}

.booking-section {
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.88), rgba(5, 5, 7, 0.98)),
    url("assets/photos/booking-request-bg.jpeg") center / cover fixed;
}

.booking-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.booking-intro {
  position: sticky;
  top: 96px;
}

.booking-intro p {
  color: var(--muted);
}

.quote-panel {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
}

.quote-panel span {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.quote-panel strong {
  display: block;
  margin: 6px 0 8px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
}

.quote-panel p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

form {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 12, 17, 0.86);
  box-shadow: var(--shadow);
}

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

label,
legend {
  color: var(--text);
  font-weight: 800;
}

label {
  display: grid;
  gap: 8px;
}

.span-2 {
  grid-column: span 2;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 13px;
  outline: none;
}

input[type="date"],
input[type="time"] {
  max-width: 100%;
  appearance: none;
  text-align: left;
}

select option {
  color: #f8f8fb;
  background: #101015;
}

.discount-hint {
  color: var(--muted);
  font-weight: 700;
}

.discount-field {
  margin-top: 18px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(53, 184, 255, 0.14);
}

fieldset {
  margin: 28px 0 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 16px;
  font-size: 1.15rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.check-card {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.check-card input {
  width: 20px;
  min-height: 20px;
  accent-color: var(--hot);
}

.check-card span,
.check-card small {
  display: block;
}

.check-card small {
  color: var(--muted);
  font-weight: 500;
}

.payment-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(215, 181, 109, 0.4);
  border-radius: 8px;
  background: rgba(215, 181, 109, 0.08);
}

.payment-check input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  min-height: 20px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.optional-check {
  margin-top: 12px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.optional-check input {
  accent-color: #ffffff;
}

.policy-check {
  margin-top: 12px;
  border-color: rgba(215, 181, 109, 0.4);
  background: rgba(215, 181, 109, 0.08);
}

.policy-check input {
  accent-color: var(--gold);
}

.policy-note {
  margin: 12px 0 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.form-submit {
  width: 100%;
  margin-top: 22px;
}

.hidden {
  display: none;
}

.site-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 26px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #050507;
}

.site-footer img {
  width: 40px;
  height: 40px;
}

.site-footer div {
  display: grid;
  margin-right: auto;
}

.site-footer span,
.site-footer a {
  color: var(--muted);
}

.site-footer a:hover {
  color: var(--text);
}

.subpage {
  min-height: 100svh;
  background:
    linear-gradient(rgba(5, 5, 7, 0.76), rgba(5, 5, 7, 0.98)),
    url("assets/photos/hero.jpg") center / cover fixed;
}

.faq-subpage {
  background:
    linear-gradient(rgba(5, 5, 7, 0.68), rgba(5, 5, 7, 0.98)),
    url("assets/photos/faq-bg.jpeg") center / cover fixed;
}

.music-subpage {
  background:
    linear-gradient(rgba(5, 5, 7, 0.72), rgba(5, 5, 7, 0.98)),
    url("assets/photos/booking-request-bg.jpeg") center / cover fixed;
}

.page-hero,
.thank-you section {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 150px;
}

.page-hero h1,
.thank-you h1 {
  font-size: clamp(3rem, 8vw, 6.5rem);
}

.faq-page .page-hero h1 {
  margin-bottom: 36px;
  line-height: 1.04;
}

.music-hero h1 {
  margin-bottom: 34px;
  line-height: 1.04;
}

.music-player-section {
  width: min(920px, calc(100% - 40px));
  margin: 44px auto 110px;
}

.music-player {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.music-player iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

.music-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.thank-you h1 {
  margin-bottom: 38px;
  line-height: 1.04;
}

.faq-list {
  width: min(920px, calc(100% - 40px));
  margin: 40px auto 100px;
}

details {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 22px 20px;
  font-weight: 900;
  font-size: 1.1rem;
}

details p {
  max-width: 760px;
  margin: 0;
  padding: 0 20px 22px;
  color: var(--muted);
}

.thank-you {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 100px 20px 60px;
  text-align: center;
}

.thank-you section {
  padding-top: 0;
}

.thank-you img {
  width: 120px;
  margin: 0 auto 24px;
}

.thank-you p {
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    flex-wrap: wrap;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .hero {
    min-height: 92svh;
    padding-top: 72px;
  }

  .service-grid,
  .about-layout,
  .pricing-layout,
  .booking-shell {
    grid-template-columns: 1fr;
  }

  .booking-intro {
    position: static;
  }

  .booking-section,
  .subpage,
  .faq-subpage,
  .music-subpage {
    background-attachment: scroll;
  }

  .gallery-strip {
    width: 100%;
    column-count: 2;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    line-height: 1.55;
  }

  .site-header {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    padding: 12px;
    scrollbar-width: none;
  }

  .site-header::-webkit-scrollbar {
    display: none;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  nav {
    width: auto;
    overflow: visible;
    font-size: 0.82rem;
    gap: 9px;
    padding-bottom: 0;
  }

  nav a {
    flex: 0 0 auto;
  }

  .nav-cta {
    padding: 7px 10px;
  }

  h1 {
    font-size: clamp(3rem, 13.5vw, 3.7rem);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
    line-height: 1;
  }

  .section {
    padding: 64px 18px;
  }

  .hero {
    max-width: 100vw;
    min-height: 90svh;
    padding: 74px 18px 52px;
  }

  .hero-media {
    background-position: 58% center;
  }

  .hero-logo {
    width: 82px;
    margin-bottom: 22px;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    margin-bottom: 34px;
  }

  .hero-copy,
  .section-copy,
  .page-hero p {
    max-width: calc(100vw - 36px);
    font-size: 1rem;
  }

  .hero-copy {
    width: min(100%, 310px);
    max-width: 310px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .service-grid article {
    min-height: auto;
  }

  .rate-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .gallery {
    padding: 64px 0;
  }

  .booking-section {
    background: #111116;
  }

  form {
    padding: 20px 16px;
  }

  .quote-panel {
    padding: 18px;
  }

  .quote-panel strong {
    font-size: clamp(2.2rem, 14vw, 3rem);
  }

  .form-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: span 1;
  }

  .check-card {
    min-height: auto;
  }

  .payment-check,
  .policy-note {
    padding: 14px;
  }

  input[type="date"],
  input[type="time"] {
    width: 100%;
    font-size: 1rem;
  }

  .gallery-strip {
    column-count: 1;
  }

  .lightbox {
    padding: 58px 38px 30px;
  }

  .lightbox img {
    max-height: 78svh;
  }

  .lightbox-nav {
    width: 42px;
    height: 70px;
  }

  .lightbox-nav::before {
    width: 25px;
    height: 25px;
    border-top-width: 5px;
    border-right-width: 5px;
  }

  .lightbox-prev {
    left: 2px;
  }

  .lightbox-next {
    right: 2px;
  }

  .page-hero,
  .thank-you section {
    width: min(100%, calc(100% - 36px));
    padding-top: 92px;
  }

  .music-player-section {
    width: min(100%, calc(100% - 36px));
    margin: 34px auto 78px;
  }

  .music-player iframe {
    height: 420px;
  }

  .music-actions {
    display: grid;
  }

  .thank-you {
    padding: 60px 18px;
  }

  .thank-you h1 {
    margin-bottom: 32px;
    line-height: 1.06;
  }

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