@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #0b0b0c;
  --bg-soft: #111113;
  --bg-card: #171719;
  --text: #ffffff;
  --muted: #c7c7d1;
  --muted-2: #8f8f9a;
  --line: rgba(255,255,255,.12);
  --pink: #d62f91;
  --pink-dark: #7b164e;
  --yellow: #ffcf38;
  --shadow: 0 18px 44px rgba(0, 0, 0, .38);
  --radius: 18px;
  --radius-sm: 10px;
  --container: 1180px;
  --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  background: rgba(13, 13, 15, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.5px;
  display: inline-flex;
  align-items: baseline;
}
.brand span { color: var(--text); }
.brand strong { color: var(--pink); }
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 800;
  font-size: .93rem;
}
.main-nav a:not(.btn) {
  color: rgba(255,255,255,.88);
  transition: color .2s ease;
}
.main-nav a:hover,
.main-nav a.is-active { color: var(--pink); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  border-radius: 12px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid var(--line);
  border-radius: 0;
  font-weight: 900;
  color: var(--text);
  background: transparent;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); border-color: var(--pink); }
.btn-primary { background: var(--pink); border-color: var(--pink); }
.btn-primary:hover { background: #ec45a5; }
.btn-small { min-height: 42px; padding: 0 20px; font-size: .9rem; }
.btn-outline-pink { border-color: var(--pink); color: var(--pink); }
.btn-full { width: 100%; }

.section { padding: 96px 0; }
.section-tight { padding: 70px 0; }
.section-alt { background: var(--bg-soft); }
.section-border { border-top: 1px solid var(--line); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(214,47,145,.17);
  color: var(--pink);
  text-transform: uppercase;
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .12em;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  margin-bottom: 58px;
}
.section-head p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
}
.title-xl,
.title-lg,
.title-md {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .95;
  letter-spacing: -2px;
  text-wrap: balance;
}
.title-xl { font-size: clamp(3.6rem, 7.2vw, 6.7rem); }
.title-lg { font-size: clamp(2.45rem, 4.7vw, 4.15rem); }
.title-md { font-size: clamp(2rem, 3.35vw, 3.15rem); }
.text-pink { color: var(--pink); }
.text-yellow { color: var(--yellow); }
.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  max-width: 650px;
  margin: 20px 0 0;
}

.hero {
  min-height: calc(100vh - var(--header-height));
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.336), rgba(8, 8, 10, 0.377) 48%, rgba(8,8,10,.86)),
    linear-gradient(0deg, rgba(11,11,12,1), rgba(11,11,12,.16) 45%, rgba(11,11,12,.92)),
    var(--hero-image) center / cover no-repeat;
  z-index: -2;
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(0deg, var(--bg), transparent);
  z-index: -1;
}
.hero-content { width: min(100% - 40px, 650px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.scroll-hint {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.75);
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: 110px 0 78px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,11,12,.84), rgba(11,11,12,.52), rgba(11,11,12,.82)),
    var(--page-image, linear-gradient(135deg, #171719, #09090a)) center / cover no-repeat;
  z-index: -1;
}
.page-hero p { max-width: 690px; }

.teaching-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.teaching-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  padding: 42px 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.teaching-item span {
  color: rgba(214,47,145,.38);
  font-size: 3.2rem;
  font-weight: 900;
  line-height: .9;
}
.teaching-item h3 { margin: 0 0 4px; font-size: 1.45rem; line-height: 1.1; }
.teaching-item p { margin: 0; color: var(--muted); }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.style-card {
  position: relative;
  min-height: 330px;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--bg-card);
  border-radius: 8px;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.style-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.12) 58%), var(--image) center / cover no-repeat;
  filter: grayscale(1);
  transition: transform .35s ease, filter .35s ease;
  z-index: -2;
}
.style-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(214,47,145,.18));
  z-index: -1;
  opacity: 0;
  transition: opacity .35s ease;
}
.style-card:hover { border-color: rgba(214,47,145,.5); }
.style-card:hover::before { transform: scale(1.06); filter: grayscale(.2); }
.style-card:hover::after { opacity: 1; }
.style-card h3 { margin: 0; font-size: 1.7rem; line-height: 1; font-weight: 900; }
.style-card:nth-child(odd) h3 { color: var(--text); }
.style-card:nth-child(even) h3 { color: var(--pink); }
.style-card p { margin: 10px 0 0; color: var(--muted); font-size: .94rem; }
.style-card-content { position: relative; z-index: 1; }

.split {
  display: grid;
  grid-template-columns: .96fr 1fr;
  gap: min(6vw, 70px);
  align-items: center;
}
.split-image {
  min-height: 570px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--image) center / cover no-repeat;
  box-shadow: var(--shadow);
  position: relative;
}
.split-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.55), transparent 60%);
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 34px 0 34px;
}
.stat strong {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--pink);
  line-height: 1;
  font-weight: 900;
}
.stat span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  font-size: .78rem;
  margin-top: 4px;
}

.cta-banner {
  text-align: center;
  padding: 86px 0;
  background: var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-banner .lead { margin-inline: auto; }
.cta-banner .btn { margin-top: 30px; }

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.info-card,
.price-card,
.form-card,
.service-card,
.value-card,
.schedule-card {
  background: rgba(255,255,255,.035);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 28px;
}
.info-card h3,
.service-card h3,
.value-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.info-card p,
.service-card p,
.value-card p { margin: 0; color: var(--muted); }
.info-card .icon,
.service-card .icon,
.value-card .icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(214,47,145,.4);
  color: var(--pink);
  border-radius: 50%;
  font-weight: 900;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: start;
}
.detail-panel {
  border: 1px solid var(--line);
  padding: 34px;
  background: rgba(255,255,255,.03);
  border-radius: var(--radius-sm);
}
.detail-panel h2 { margin-top: 0; font-size: 1.7rem; line-height: 1.15; }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; }
.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--muted);
}
.check-list li::before {
  content: '•';
  color: var(--pink);
  position: absolute;
  left: 8px;
  font-size: 1.5rem;
  line-height: 1;
}
.meta-list { display: grid; gap: 14px; }
.meta-list div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.meta-list strong { color: var(--text); }

.schedule-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.week-list { display: grid; gap: 0; }
.week-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.week-row strong { color: var(--pink); }
.week-row p { margin: 0; color: var(--muted); }
.price-list { display: grid; gap: 18px; }
.price-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
}
.price-card.is-featured {
  border-color: var(--pink);
  background: rgba(214,47,145,.10);
}
.price-card h3 { margin: 0; font-size: 1.35rem; }
.price-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.price-card ul { grid-column: 1 / -1; margin: 0; padding-left: 18px; color: var(--muted); }
.price-card li::marker { color: var(--pink); }
.price { font-size: 2rem; font-weight: 900; line-height: 1; }
.price span { font-size: .78rem; color: var(--muted); font-weight: 700; }
.price-card .btn { grid-column: 1 / -1; min-height: 42px; }

.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 54px;
  align-items: start;
}
.contact-list { display: grid; gap: 28px; }
.contact-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
}
.contact-item span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--pink);
  border: 1px solid rgba(214,47,145,.4);
  border-radius: 50%;
  font-size: .9rem;
}
.contact-item h3 { margin: 0 0 4px; font-size: 1rem; }
.contact-item p { margin: 0; color: var(--muted); }
.map-box {
  min-height: 390px;
  background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), var(--image) center / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
}
.map-box::after {
  content: '';
  width: 22px;
  height: 22px;
  background: var(--pink);
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,.2);
  position: absolute;
  left: 52%;
  top: 46%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 16px rgba(214,47,145,.16);
}

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group { display: grid; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: .9rem; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  color: var(--text);
  border-radius: 0;
  outline: none;
}
textarea { min-height: 130px; resize: vertical; }
select option { background: #111; }
input:focus, select:focus, textarea:focus { border-color: var(--pink); }
.form-note { min-height: 22px; color: var(--pink); font-weight: 700; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { min-height: 245px; display: flex; flex-direction: column; align-items: start; }
.service-card .btn { margin-top: auto; }
.program-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}
.program-image {
  min-height: 360px;
  border-radius: var(--radius-sm);
  background: var(--image) center / cover no-repeat;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-row {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  align-items: center;
}
.team-image {
  min-height: 450px;
  background: var(--image) center / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}
.timeline { display: grid; gap: 18px; counter-reset: step; }
.timeline-item {
  counter-increment: step;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
}
.timeline-item::before {
  content: counter(step, decimal-leading-zero);
  color: rgba(214,47,145,.55);
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
}
.timeline-item h3 { margin: 0 0 5px; }
.timeline-item p { margin: 0; color: var(--muted); }

.faq { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-question {
  width: 100%;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255,255,255,.03);
  border: 0;
  color: var(--text);
  text-align: left;
  font-weight: 900;
}
.faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: var(--muted);
}
.faq-item.is-open .faq-answer { display: block; }


.style-detail-list {
  display: grid;
  gap: 26px;
}
.style-detail-row {
  scroll-margin-top: calc(var(--header-height) + 28px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 28px;
  align-items: stretch;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.03);
}
.style-detail-image {
  min-height: 310px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0,0,0,.35), rgba(0,0,0,.08)), var(--image) center / cover no-repeat;
  filter: grayscale(.78);
  border: 1px solid var(--line);
}
.style-detail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.style-detail-content .number {
  color: rgba(214,47,145,.58);
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.style-detail-content h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1;
  text-transform: uppercase;
}
.style-detail-content p {
  margin: 16px 0 0;
  color: var(--muted);
}
.style-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 24px;
  list-style: none;
}
.style-detail-tags li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}
.index-pricing .schedule-layout {
  gap: min(5vw, 52px);
}
.index-pricing .section-head {
  margin-bottom: 42px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #09090a;
  padding: 72px 0 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 90px;
}
.footer-grid p { color: var(--muted); max-width: 360px; }
.footer-grid h2 {
  margin: 0 0 18px;
  font-size: .95rem;
  text-transform: uppercase;
}
.footer-grid section:nth-child(2) { display: grid; align-content: start; gap: 10px; }
.footer-grid section:nth-child(2) a { color: var(--muted); }
.footer-grid section:nth-child(2) a:hover { color: var(--pink); }
.social-row { display: flex; gap: 12px; margin-top: 26px; }
.social-row a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: .78rem;
  font-weight: 900;
}
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { min-width: 0; }
.newsletter-form button {
  width: 52px;
  border: 0;
  background: var(--pink);
  color: var(--text);
  font-weight: 900;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .86rem;
}
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom a:hover { color: var(--pink); }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; font-size: .88rem; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule-layout, .contact-layout, .split, .detail-grid, .team-row, .program-row, .style-detail-row { grid-template-columns: 1fr; }
  .split-image, .team-image, .style-detail-image { min-height: 430px; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  .container { width: min(100% - 28px, var(--container)); }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed;
    top: var(--header-height);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 0;
    padding: 16px;
    background: rgba(13,13,15,.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  body.nav-open .main-nav { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); }
  .main-nav .btn { margin-top: 12px; }
  .section { padding: 72px 0; }
  .section-head { grid-template-columns: 1fr; margin-bottom: 36px; }
  .hero { min-height: 740px; place-items: end start; padding-bottom: 110px; }
  .hero-content { width: min(100% - 28px, 650px); margin-inline: auto; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .teaching-grid, .info-grid, .value-grid, .service-grid { grid-template-columns: 1fr; }
  .teaching-item { grid-template-columns: 64px 1fr; padding: 30px 22px; }
  .teaching-item span { font-size: 2.4rem; }
  .stats-row { grid-template-columns: 1fr; }
  .week-row { grid-template-columns: 1fr; gap: 6px; }
  .price-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .cards-grid { grid-template-columns: 1fr; }
  .style-card { min-height: 280px; }
  .form-grid { grid-template-columns: 1fr; }
  .title-xl { font-size: clamp(3rem, 14vw, 4rem); }
  .title-lg { font-size: clamp(2.25rem, 11vw, 3rem); }
  .title-md { font-size: clamp(1.9rem, 9vw, 2.55rem); }
  .page-hero { min-height: 360px; padding-top: 82px; }
  .split-image, .team-image, .program-image, .style-detail-image { min-height: 320px; }
}
