:root {
  --bg: #f5efe7;
  --surface: rgba(255, 250, 246, 0.9);
  --surface-strong: #fff7f1;
  --surface-dark: #201918;
  --text: #271d1d;
  --text-soft: #6d5a56;
  --primary: #a15947;
  --primary-dark: #7f4435;
  --line: rgba(39, 29, 29, 0.12);
  --shadow: 0 14px 30px rgba(50, 28, 24, 0.1);
  --container: 1200px;
  --header-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: 'Bodoni Moda', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  margin: 0;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top right, rgba(161, 89, 71, 0.14), transparent 24%),
    linear-gradient(180deg, #f9f4ee 0%, var(--bg) 100%);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
  min-width: 0;
}

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.hero__grid > *,
.service-grid > *,
.artist-grid > *,
.package-grid > *,
.reviews__grid > *,
.booking__grid > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(249, 244, 238, 0.94);
  border-bottom: 1px solid transparent;
  transition: background 220ms var(--ease), border-color 220ms var(--ease);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(249, 244, 238, 0.96);
}

.site-header__inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-dark);
  color: #f7efe7;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand__text {
  display: grid;
  font-size: 0.82rem;
  color: var(--text-soft);
}

.brand__text strong {
  font-size: 1rem;
  color: var(--text);
}

.site-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.site-nav a {
  font-size: 0.92rem;
  color: var(--text-soft);
  transition: color 200ms var(--ease);
}

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

.header-cta,
.btn,
.mobile-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 600;
  max-width: 100%;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  transition: transform 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease);
}

.header-cta,
.btn--primary,
.mobile-actions a:last-child {
  background: var(--surface-dark);
  color: #f9f4ee;
  box-shadow: 0 8px 18px rgba(32, 25, 24, 0.14);
}

.header-cta,
.btn {
  padding: 0 22px;
}

.btn:hover,
.header-cta:hover,
.mobile-actions a:hover {
  transform: translateY(-2px);
}

.btn--ghost {
  border: 1px solid rgba(32, 25, 24, 0.14);
  background: rgba(255, 255, 255, 0.5);
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 0;
  background: transparent;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 200ms var(--ease), opacity 200ms var(--ease);
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  padding: 44px 0 36px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.hero__copy,
.service-tabs,
.artist-card,
.package-card,
.review-card,
.booking__grid,
.comparison,
.reviews__feature {
  background: rgba(255, 250, 246, 0.97);
  border: 1px solid rgba(39, 29, 29, 0.08);
}

.hero__copy {
  padding: clamp(28px, 4vw, 56px);
  border-radius: 34px;
}

.hero__copy,
.hero__note,
.service-tabs,
.service-card,
.artist-card div,
.package-card,
.reviews__feature,
.review-card,
.booking__copy {
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  color: var(--primary);
  font-weight: 700;
}

.hero h1,
.section__intro h2,
.booking__copy h2,
.reviews__feature h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(2.9rem, 5vw, 4.9rem);
  max-width: 8ch;
  margin-inline: auto;
}

.hero__lede,
.section__intro p,
.booking__copy p,
.reviews__feature p {
  margin: 18px auto 0;
  color: var(--text-soft);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  max-width: 34rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
  justify-content: center;
}

.hero__stats {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.hero__stats li {
  flex: 1 1 140px;
  border-radius: 20px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
}

.hero__stats strong {
  display: block;
  font-size: 1.4rem;
}

.hero__stats span {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.hero__visual {
  position: relative;
  min-height: 620px;
}

@media (min-width: 981px) {
  .hero__copy {
    text-align: left;
  }

  .hero h1,
  .hero__lede {
    margin-left: 0;
    margin-right: 0;
  }

  .hero__actions,
  .hero__stats {
    justify-content: flex-start;
  }

  .hero__stats li {
    text-align: left;
  }
}

.hero__frame {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero__frame img {
  height: 100%;
  object-fit: cover;
}

.hero__frame--main {
  inset: 0 90px 60px 0;
}

.hero__frame--side {
  width: 42%;
  height: 52%;
  right: 0;
  bottom: 0;
  border: 10px solid #f7efe7;
}

.hero__note {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 247, 241, 0.9);
  font-weight: 600;
  font-size: 0.9rem;
  max-width: calc(100% - 32px);
  overflow-wrap: anywhere;
}

.hero__note--top {
  top: 20px;
  left: 24px;
}

.hero__note--bottom {
  right: 18px;
  top: 44%;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  background: rgba(255, 248, 243, 0.6);
  text-align: center;
}

.marquee__list {
  width: min(100% - 32px, 900px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}

.marquee__list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  line-height: 1.4;
  gap: 10px;
}

.marquee__list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(161, 89, 71, 0.7);
  flex-shrink: 0;
}

.section {
  padding: clamp(68px, 9vw, 110px) 0;
}

.section--contrast {
  background: linear-gradient(180deg, rgba(32, 25, 24, 0.04), transparent 80%);
}

.section--soft {
  background: rgba(255, 247, 241, 0.72);
}

.section__intro {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.section__intro h2,
.booking__copy h2,
.reviews__feature h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.service-tabs {
  padding: 24px;
  border-radius: 28px;
}

.service-tabs__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.service-tab {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(39, 29, 29, 0.1);
  background: rgba(255, 255, 255, 0.5);
  padding: 0 16px;
  color: var(--text-soft);
  font-weight: 600;
}

.service-tab.is-active {
  background: var(--surface-dark);
  color: #fff4ee;
}

.service-panel {
  display: none;
}

.service-panel.is-active {
  display: block;
}

.service-grid,
.artist-grid,
.package-grid,
.reviews__grid,
.booking__grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.package-card,
.review-card,
.reviews__feature {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
}

.service-card h3,
.artist-card h3,
.package-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}

.service-card p,
.artist-card p,
.package-card p,
.review-card p,
.booking__copy ul {
  margin: 0;
  color: var(--text-soft);
  overflow-wrap: anywhere;
}

.service-card span,
.package-card__tag,
.artist-card span {
  display: inline-flex;
  margin-top: 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: var(--primary);
  font-weight: 700;
}

.artists .artist-grid {
  grid-template-columns: repeat(3, 1fr);
}

.artist-card {
  overflow: hidden;
  border-radius: 28px;
}

.artist-card img {
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

.artist-card div {
  padding: 22px;
}

@media (min-width: 981px) {
  .artist-grid {
    align-items: start;
  }

  .artist-card img {
    aspect-ratio: auto;
    height: clamp(280px, 24vw, 340px);
    object-position: center top;
  }
}

.result-shell {
  display: grid;
  gap: 22px;
}

.comparison {
  --split: 50%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 540px;
  box-shadow: var(--shadow);
}

.comparison__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison__after-wrap {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 var(--split));
  overflow: hidden;
}

.comparison__labels {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 22px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.comparison__labels span {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.comparison__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  width: 2px;
  background: rgba(255, 247, 241, 0.86);
  transform: translateX(-1px);
  z-index: 2;
}

.comparison__range-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.comparison__range {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  width: calc(100% - 48px);
  z-index: 3;
  appearance: none;
  background: transparent;
}

.comparison__range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 247, 241, 0.7);
}

.comparison__range::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff4ee;
  border: 2px solid var(--surface-dark);
  margin-top: -9px;
}

.comparison__range::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 247, 241, 0.7);
}

.comparison__range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff4ee;
  border: 2px solid var(--surface-dark);
}

.package-grid {
  grid-template-columns: repeat(3, 1fr);
}

.package-card strong {
  display: block;
  margin-top: 22px;
  font-size: 1.6rem;
  font-family: var(--font-display);
}

.reviews__grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.review-card footer {
  margin-top: 18px;
  display: grid;
  gap: 4px;
  font-size: 0.88rem;
  color: var(--text-soft);
  justify-items: center;
}

.booking__grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.booking__copy ul {
  margin: 18px auto 0;
  padding-left: 18px;
  width: min(100%, 32rem);
  text-align: left;
}

.booking-form {
  display: grid;
  gap: 14px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(39, 29, 29, 0.14);
  background: rgba(255, 255, 255, 0.78);
  padding: 14px 16px;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(161, 89, 71, 0.16);
  border-color: rgba(161, 89, 71, 0.34);
}

.mobile-actions {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  padding-bottom: max(8px, env(safe-area-inset-bottom));
  background: rgba(249, 244, 238, 0.98);
  border: 1px solid rgba(39, 29, 29, 0.08);
  border-radius: 24px;
  box-shadow: 0 12px 24px rgba(39, 29, 29, 0.14);
}

@supports (content-visibility: auto) {
  .marquee,
  .section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 820px;
  }
}

.mobile-actions a {
  background: rgba(161, 89, 71, 0.1);
  color: var(--primary);
  min-width: 0;
  padding-inline: 12px;
  font-size: 0.84rem;
}

.mobile-actions a:last-child {
  color: #fff4ee;
  grid-column: 1 / -1;
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms var(--ease), transform 650ms var(--ease);
  transition-delay: var(--delay, 0ms);
}

.delay-80 {
  --delay: 80ms;
}

.delay-120 {
  --delay: 120ms;
}

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

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

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

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 16px auto;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 20px;
    border-radius: 24px;
    background: rgba(249, 244, 238, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero__grid,
  .service-grid,
  .artists .artist-grid,
  .package-grid,
  .reviews__grid,
  .booking__grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 520px;
  }

  .hero__frame--main {
    inset: 0 70px 40px 0;
  }

  .mobile-actions {
    display: grid;
  }

  body {
    padding-bottom: 148px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .marquee {
    display: none;
  }

  .hero {
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
    max-width: 6.6ch;
    line-height: 0.92;
  }

  .hero__lede {
    max-width: 26rem;
    font-size: 0.98rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn,
  .booking-form button {
    width: 100%;
  }

  .hero__visual {
    min-height: 390px;
  }

  .hero__copy,
  .service-tabs,
  .booking__grid {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .hero__stats,
  .service-grid,
  .artist-grid,
  .package-grid,
  .reviews__grid {
    gap: 0;
  }

  .hero__stats {
    margin-top: 8px;
    border-top: 1px solid var(--line);
  }

  .hero__stats li {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: start;
    gap: 12px;
    flex: none;
    padding: 14px 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero__stats strong {
    font-size: 1.8rem;
    line-height: 1;
  }

  .hero__stats span {
    font-size: 0.9rem;
    padding-top: 6px;
  }

  .hero__frame--main {
    inset: 0 28px 36px 0;
  }

  .hero__frame--side {
    width: 42%;
    height: 38%;
    border-width: 6px;
  }

  .comparison,
  .package-card,
  .review-card,
  .reviews__feature {
    border-radius: 22px;
  }

  .service-tabs__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
    gap: 10px;
  }

  .service-tabs__controls::-webkit-scrollbar {
    display: none;
  }

  .service-tab {
    flex: auto;
    width: 100%;
    white-space: normal;
    min-height: 46px;
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .service-card,
  .artist-card,
  .package-card,
  .review-card,
  .reviews__feature {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }

  .artist-card {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 14px;
    align-items: start;
    overflow: visible;
  }

  .artist-card img {
    aspect-ratio: 1 / 1.12;
    border-radius: 18px;
  }

  .artist-card div {
    padding: 0;
  }

  .package-card strong {
    margin-top: 12px;
    font-size: 1.45rem;
  }

  .comparison {
    min-height: 360px;
  }

  .comparison__labels {
    left: 14px;
    right: 14px;
    top: 14px;
    gap: 10px;
  }

  .comparison__labels span {
    justify-content: center;
    max-width: calc(50% - 5px);
    padding: 8px 10px;
    font-size: 0.68rem;
  }

  .comparison__range {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }

  .hero__note {
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .hero__note--top {
    top: 16px;
    left: 16px;
  }

  .hero__note--bottom {
    display: none;
  }
}