:root {
  --bg: #fff8f8;
  --bg-soft: #fff2f4;
  --rose: #f6c6ce;
  --rose-deep: #e67b8e;
  --rose-ink: #a44f63;
  --peach: #ffd9cb;
  --cream: #fffdfb;
  --text: #2a161d;
  --muted: #6d515b;
  --line: rgba(164, 79, 99, 0.16);
  --shadow: 0 24px 50px rgba(222, 143, 158, 0.18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 220, 225, 0.65), transparent 32%),
    linear-gradient(180deg, #fff8f8 0%, #fff4f6 100%);
}

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

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

.cookie-slot:empty {
  display: none;
}

.site-shell {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0 48px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 8px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.site-brand__icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f7b6c3, #f08ca0);
  color: #fff;
  box-shadow: 0 10px 20px rgba(240, 140, 160, 0.28);
}

.site-brand__text {
  font-size: 1.15rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
}

.site-nav a {
  font-size: 0.96rem;
  font-weight: 600;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-link,
.mobile-nav__cta,
.button-primary,
.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
}

.header-link,
.button-primary {
  background: linear-gradient(90deg, #f19cac, #dc5f79);
  color: #fff;
  box-shadow: 0 14px 28px rgba(220, 95, 121, 0.22);
}

.button-outline {
  border: 1px solid rgba(164, 79, 99, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--rose-ink);
}

.nav-toggle,
.mobile-nav {
  display: none;
}

.site-main {
  display: grid;
  gap: 34px;
  margin-top: 20px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 38px 42px 48px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.85), rgba(255, 245, 247, 0.9) 28%, transparent 52%),
    linear-gradient(135deg, #fff4f4 0%, #ffdfe4 46%, #fff8f8 100%);
  box-shadow: var(--shadow);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  right: -70px;
  top: 44px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 140, 160, 0.18), transparent 66%);
}

.hero::after {
  left: 44%;
  top: 70px;
  width: 420px;
  height: 180px;
  background: linear-gradient(180deg, rgba(237, 177, 189, 0.18), transparent);
  transform: rotate(-8deg);
  clip-path: polygon(0 35%, 100% 0, 84% 100%, 0 68%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.dancer-block {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 340px;
}

.dancer-block--right {
  place-items: center end;
}

.dancer-figure {
  position: relative;
  width: 220px;
  height: 280px;
}

.dancer-figure__head,
.dancer-figure__arm,
.dancer-figure__leg,
.dancer-figure__torso,
.dancer-figure__skirt {
  position: absolute;
}

.dancer-figure__head {
  left: 104px;
  top: 6px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #25171b;
}

.dancer-figure__torso {
  left: 96px;
  top: 36px;
  width: 48px;
  height: 86px;
  border-radius: 26px;
  background: #231519;
}

.dancer-figure__skirt {
  left: 34px;
  top: 86px;
  width: 156px;
  height: 136px;
  background: linear-gradient(180deg, #ff677f, #c71c3e);
  border-radius: 42px 42px 28px 28px;
  clip-path: polygon(47% 0, 70% 9%, 89% 22%, 100% 53%, 89% 100%, 11% 100%, 0 53%, 11% 24%, 29% 11%);
  box-shadow: inset 0 -20px 26px rgba(121, 9, 30, 0.24);
}

.dancer-figure__arm {
  height: 16px;
  border-radius: 999px;
  background: #25171b;
}

.dancer-figure__arm--left {
  left: 18px;
  top: 64px;
  width: 100px;
  transform: rotate(164deg);
}

.dancer-figure__arm--right {
  left: 110px;
  top: 72px;
  width: 94px;
  transform: rotate(18deg);
}

.dancer-figure__leg {
  width: 18px;
  border-radius: 999px;
  background: #25171b;
}

.dancer-figure__leg--left {
  left: 92px;
  top: 180px;
  height: 100px;
  transform: rotate(9deg);
}

.dancer-figure__leg--right {
  left: 126px;
  top: 180px;
  height: 98px;
  transform: rotate(-11deg);
}

.dancer-figure--partner .dancer-figure__head {
  left: 102px;
}

.dancer-figure--partner .dancer-figure__skirt {
  left: 56px;
  top: 92px;
  width: 132px;
  height: 118px;
}

.dancer-figure--partner .dancer-figure__arm--left {
  left: 10px;
  width: 112px;
  transform: rotate(132deg);
}

.dancer-figure--partner .dancer-figure__arm--right {
  left: 118px;
  top: 50px;
  width: 86px;
  transform: rotate(-26deg);
}

.dancer-figure--partner .dancer-figure__leg--left {
  left: 88px;
  transform: rotate(18deg);
}

.dancer-figure--partner .dancer-figure__leg--right {
  left: 124px;
  transform: rotate(-22deg);
}

.dancer-figure--lead .dancer-figure__head {
  left: 120px;
}

.dancer-figure--lead .dancer-figure__torso {
  left: 111px;
  width: 42px;
  background: #161013;
}

.dancer-figure--lead .dancer-figure__skirt {
  left: 72px;
  top: 110px;
  width: 110px;
  height: 40px;
  background: #161013;
  clip-path: none;
  border-radius: 18px;
}

.dancer-figure--lead .dancer-figure__arm--left {
  left: 12px;
  top: 76px;
  width: 112px;
  transform: rotate(172deg);
}

.dancer-figure--lead .dancer-figure__arm--right {
  left: 120px;
  top: 74px;
  width: 100px;
  transform: rotate(12deg);
}

.dancer-figure--lead .dancer-figure__leg--left,
.dancer-figure--lead .dancer-figure__leg--right {
  top: 146px;
  height: 120px;
}

.dancer-figure--lead .dancer-figure__leg--left {
  left: 104px;
  transform: rotate(26deg);
}

.dancer-figure--lead .dancer-figure__leg--right {
  left: 136px;
  transform: rotate(-12deg);
}

.hero-copy {
  text-align: center;
  display: grid;
  gap: 18px;
}

.hero-copy__logo {
  display: inline-grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: var(--rose-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
  font-style: italic;
  box-shadow: 0 16px 28px rgba(230, 170, 181, 0.22);
}

.hero-copy h1,
.section-head h2,
.inner-hero h1,
.feature-panel h3,
.footer-grid h3 {
  margin: 0;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 700;
}

.hero-copy p,
.section-head p,
.feature-panel p,
.inner-hero p,
.footer-grid p,
.footer-grid a,
.detail-list,
.field span,
.checkbox-field span {
  color: var(--muted);
  line-height: 1.72;
}

.hero-copy .button-primary {
  margin: 0 auto;
}

.section {
  display: grid;
  gap: 20px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.section-kicker {
  margin: 0 0 6px;
  color: var(--rose-ink);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.services-grid,
.feature-grid,
.gallery-grid,
.faq-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.feature-panel,
.gallery-card,
.faq-card,
.contact-panel,
.footer-grid,
.inner-hero {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(164, 79, 99, 0.1);
  box-shadow: var(--shadow);
}

.service-card,
.feature-panel,
.faq-card,
.contact-panel {
  padding: 22px;
  border-radius: var(--radius-lg);
}

.service-thumb,
.gallery-card__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffc6cf, #f092a3);
}

.service-thumb {
  aspect-ratio: 1 / 1.05;
  margin-bottom: 14px;
}

.gallery-card__thumb {
  aspect-ratio: 1 / 1.18;
}

.service-thumb::before,
.service-thumb::after,
.gallery-card__thumb::before,
.gallery-card__thumb::after {
  content: "";
  position: absolute;
}

.service-thumb::before,
.gallery-card__thumb::before {
  inset: auto auto 0 50%;
  width: 24%;
  height: 58%;
  border-radius: 999px 999px 18px 18px;
  background: #22161a;
  transform: translateX(-50%);
}

.service-thumb::after,
.gallery-card__thumb::after {
  left: 50%;
  top: 14%;
  width: 18%;
  height: 18%;
  border-radius: 50%;
  background: #22161a;
  transform: translateX(-50%);
}

.service-card h3,
.feature-panel h3,
.gallery-card h3,
.faq-card h3,
.contact-panel h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.feature-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.feature-panel {
  display: grid;
  gap: 18px;
}

.detail-list {
  padding-left: 18px;
}

.detail-list li + li {
  margin-top: 8px;
}

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

.gallery-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
}

.gallery-card__thumb--dark {
  background: linear-gradient(180deg, #52202f, #14090d);
}

.inner-page {
  display: grid;
  gap: 24px;
}

.inner-hero {
  padding: 30px;
  border-radius: 28px;
}

.inner-hero__row {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 22px;
  align-items: end;
}

.contact-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-form {
  display: grid;
  gap: 16px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(164, 79, 99, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  outline: 0;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.checkbox-field {
  display: flex;
  align-items: start;
  gap: 10px;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}

.site-footer {
  margin-top: 4px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 0.8fr));
  gap: 22px;
  padding: 28px;
  border-radius: 28px;
}

.footer-grid a {
  display: block;
}

.footer-grid a + a {
  margin-top: 8px;
}

@media (max-width: 1120px) {
  .hero-grid,
  .feature-grid,
  .inner-hero__row,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-nav,
  .header-actions .header-link {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text);
  }

  .mobile-nav {
    display: none;
    gap: 12px;
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .hero {
    padding: 26px 20px 30px;
  }

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

  .dancer-block {
    min-height: 190px;
  }

  .dancer-block--right {
    display: none;
  }

  .dancer-figure {
    transform: scale(0.82);
    transform-origin: center bottom;
  }

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

@media (max-width: 640px) {
  .site-shell {
    width: min(100%, calc(100% - 12px));
  }

  .hero,
  .service-card,
  .feature-panel,
  .faq-card,
  .contact-panel,
  .inner-hero,
  .footer-grid {
    padding: 18px;
  }

  .hero-copy h1,
  .section-head h2,
  .inner-hero h1 {
    font-size: 1.55rem;
    line-height: 1.04;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy h1,
  .hero-copy p {
    max-width: 320px;
    margin-inline: auto;
  }

  .hero-copy p {
    font-size: 0.98rem;
  }

  .section-head h2 {
    max-width: 330px;
  }
}
