:root {
  --page: #eeeee9;
  --section: #f5f5f1;
  --surface: #fafaf7;
  --surface-alt: #e7e7e1;
  --border: #d5d5cd;
  --text: #11110f;
  --muted: #6f6f68;
  --black: #0c0c0b;
  --shell: 1320px;
  --radius-lg: 28px;
  --radius-xl: 38px;
  --ease: cubic-bezier(.22,.72,.25,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--text); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; overflow-x: hidden; }
body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 14px; background: var(--black); color: white; border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid #111; outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; transition: background .3s, border-color .3s, backdrop-filter .3s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(238,238,233,.86); backdrop-filter: blur(18px); border-color: rgba(17,17,15,.09); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.header-brand { width: 116px; position: relative; z-index: 2; }
.header-brand img { width: 100%; height: auto; }
.brand-logo-dark { display: none; }
.site-header.is-scrolled .brand-logo-light { display: none; }
.site-header.is-scrolled .brand-logo-dark { display: block; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; color: rgba(255,255,255,.82); transition: color .3s; }
.site-header.is-scrolled .desktop-nav { color: var(--muted); }
.desktop-nav a:hover { color: inherit; opacity: .62; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.header-book { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.9); color: #111; border-radius: 999px; font-size: 13px; font-weight: 600; transition: transform .2s, background .3s, color .3s; }
.site-header.is-scrolled .header-book { background: var(--black); color: white; }
.header-book:hover { transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; background: rgba(255,255,255,.12); padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.site-header.is-scrolled .menu-toggle { border-color: var(--border); background: rgba(255,255,255,.7); }
.menu-toggle span { width: 16px; height: 1px; background: currentColor; }
.mobile-menu { display: none; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; background: #171717; color: white; }
.hero-media { position: absolute; inset: 0; margin: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.12) 40%, rgba(0,0,0,.72) 100%), linear-gradient(90deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.08) 58%, transparent 100%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(46px, 7vw, 92px); }
.hero h1 { margin: 0; max-width: 900px; font-size: clamp(52px, 6.4vw, 96px); line-height: .95; font-weight: 470; letter-spacing: -.055em; }
.hero-content > p { max-width: 520px; margin: 24px 0 0; font-size: clamp(17px, 1.6vw, 22px); color: rgba(255,255,255,.76); }
.button { min-height: 52px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; font-weight: 600; border: 1px solid transparent; transition: transform .22s, background .22s, color .22s, border-color .22s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: #111; }
.button-dark { background: var(--black); color: white; }
.button-outline { border-color: var(--border); background: transparent; color: var(--text); }
.section { padding: clamp(86px, 10vw, 150px) 0; }
.section-label { min-height: 52px; padding-bottom: 18px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.section-label span:first-child { color: var(--text); }
h2 { margin: 0; font-size: clamp(52px, 6.5vw, 96px); line-height: .96; font-weight: 450; letter-spacing: -.055em; }

.intro { background: var(--page); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; padding: clamp(64px, 8vw, 116px) 0 60px; align-items: start; }
.intro-copy { padding-top: 12px; }
.intro-copy p { margin: 0; font-size: clamp(21px, 2vw, 30px); line-height: 1.42; letter-spacing: -.02em; }
.space { background: var(--section); }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; padding: clamp(64px, 8vw, 112px) 0; }
.section-heading p { margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 430px 430px; gap: 14px; }
.gallery-card { position: relative; overflow: hidden; border: 0; padding: 0; border-radius: var(--radius-lg); background: #ddd; cursor: zoom-in; text-align: left; }
.gallery-card-wide { grid-row: 1 / 3; }
.gallery-card picture, .gallery-card img { width: 100%; height: 100%; }
.gallery-card img { object-fit: cover; transition: transform .7s var(--ease); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-caption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; color: white; font-size: 13px; }

.services { background: var(--page); }
.services-heading { padding: clamp(64px, 8vw, 110px) 0 56px; }
.services-heading p { max-width: 560px; margin: 26px 0 0; color: var(--muted); font-size: 17px; }
.packages { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.package-card { min-height: 430px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); display: flex; flex-direction: column; }
.package-card-accent { background: var(--surface-alt); border-color: #b2b2aa; }
.package-top { display: flex; justify-content: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.package-main { display: grid; grid-template-columns: 1fr auto; gap: 12px 30px; padding: 34px 0; }
.package-main h3 { margin: 0; font-size: clamp(31px, 3vw, 48px); font-weight: 470; letter-spacing: -.045em; }
.price { font-size: clamp(28px, 2.8vw, 42px); letter-spacing: -.045em; white-space: nowrap; }
.package-main p { grid-column: 1 / -1; max-width: 480px; margin: 8px 0 0; color: var(--muted); }
.package-card ul { list-style: none; padding: 22px 0 0; margin: auto 0 0; border-top: 1px solid var(--border); display: grid; gap: 10px; color: #464640; }
.package-card li { display: flex; gap: 12px; }
.package-card li::before { content: "—"; color: #aaa9a1; }
.package-note { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.services-cta { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.services-cta > div { display: grid; gap: 5px; }
.services-cta strong { font-size: 21px; }
.services-cta span { color: var(--muted); }
.services-cta .button span { color: inherit; }

.approach { background: var(--surface-alt); color: var(--text); }
.approach-title-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 70px; padding: clamp(66px, 8vw, 112px) 0; align-items: end; }
.approach-title-wrap p { margin: 0 0 10px; color: var(--muted); font-size: 18px; }
.approach-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.approach-list li { display: grid; grid-template-columns: 70px 1fr minmax(280px,.65fr); align-items: center; gap: 30px; min-height: 136px; border-bottom: 1px solid var(--border); }
.approach-number { color: var(--muted); font-size: 12px; }
.approach-list h3 { margin: 0; font-size: clamp(26px, 3vw, 42px); font-weight: 450; letter-spacing: -.04em; }
.approach-list p { margin: 0; color: var(--muted); max-width: 430px; }

.contact { background: var(--page); padding-bottom: 70px; }
.contact-panel { min-height: 340px; padding: 44px; border-radius: var(--radius-xl); background: var(--surface); border: 1px solid var(--border); display: grid; align-items: center; }
.contact-content { max-width: 900px; }
.contact h2 { font-size: clamp(56px, 7vw, 96px); }
.contact-content > p { margin: 20px 0 28px; color: var(--muted); font-size: 18px; }
.contact-details { display: grid; grid-template-columns: 1.15fr .8fr 1.45fr; margin-top: 44px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.contact-details > div { min-height: 160px; padding: 24px 28px 24px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--border); }
.contact-details > div:not(:first-child) { padding-left: 28px; }
.contact-details > div:last-child { border-right: 0; }
.contact-details > div > span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.contact-details a { font-size: clamp(16px, 1.4vw, 20px); }
.social-links { display: grid; gap: 10px; }
.social-links a { display: flex; align-items: center; gap: 10px; width: fit-content; border-bottom: 1px solid transparent; }
.social-links a:hover { border-color: var(--border); }
.social-links svg { width: 20px; height: 20px; flex: 0 0 auto; fill: currentColor; }
.social-links span { font-size: 15px; }

.site-footer { padding: 34px 0 42px; background: var(--page); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; color: var(--muted); font-size: 12px; }
.footer-inner span:nth-child(2) { justify-self: center; }
.footer-inner a { justify-self: end; color: var(--text); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-hero-line] { opacity: 0; transform: translateY(20px); animation: heroIn .8s var(--ease) forwards; }
[data-hero-line]:nth-child(2) { animation-delay: .1s; }
[data-hero-line]:nth-child(3) { animation-delay: .18s; }
[data-hero-line]:nth-child(4) { animation-delay: .26s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

.lightbox { width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(9,9,9,.94); color: white; }
.lightbox::backdrop { background: rgba(9,9,9,.94); }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; place-items: center; padding: 72px 28px 38px; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 82vh; object-fit: contain; }
.lightbox figcaption { margin-top: 12px; color: rgba(255,255,255,.62); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.lightbox-close { position: fixed; z-index: 2; top: 20px; right: 24px; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; cursor: pointer; }

@media (max-width: 1050px) {
  .shell { width: min(var(--shell), calc(100% - 40px)); }
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; }
  .mobile-menu { position: fixed; display: grid; align-content: center; gap: 8px; inset: 82px 0 auto; padding: 24px 20px 28px; background: rgba(238,238,233,.98); border-bottom: 1px solid var(--border); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .4s var(--ease), opacity .3s; }
  .mobile-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--border); font-size: 20px; }
  .approach-list li { grid-template-columns: 54px 1fr; padding: 28px 0; }
  .approach-list p { grid-column: 2; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 24px); }
  .site-header { height: 72px; }
  .header-brand { width: 98px; }
  .header-book { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .mobile-menu { inset: 72px 0 auto; }
  .hero { min-height: 100svh; }
  .hero-media img { object-position: center center; }
  .hero-content { padding-bottom: 34px; }
  .hero h1 { font-size: clamp(47px, 13vw, 64px); }
  .hero-content > p { max-width: 320px; font-size: 16px; }
  .button { width: 100%; }
  .section { padding: 86px 0; }
  .intro-grid, .section-heading, .approach-title-wrap { grid-template-columns: 1fr; gap: 40px; }
  .intro h2, .section-heading h2, .services h2, .approach h2 { font-size: clamp(46px, 13vw, 62px); }
  .intro-copy p { font-size: 21px; }
  .section-heading { padding: 54px 0; }
  .gallery { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -12px; padding-right: 12px; scrollbar-width: none; }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery-card { flex: 0 0 86vw; height: 460px; scroll-snap-align: start; }
  .gallery-card-lounge { height: 360px; }
  .services-heading { padding: 54px 0 40px; }
  .packages { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .package-card { min-height: 0; padding: 28px 24px; }
  .package-main { grid-template-columns: 1fr; }
  .price { margin-top: 2px; }
  .services-cta { align-items: stretch; flex-direction: column; padding-top: 24px; }
  .approach-title-wrap { padding: 56px 0; }
  .approach-list li { grid-template-columns: 38px 1fr; gap: 14px; }
  .approach-list h3 { font-size: 27px; }
  .approach-list p { font-size: 14px; }
  .contact { padding-bottom: 44px; }
  .contact-panel { min-height: 330px; padding: 30px 24px; }
  .contact h2 { font-size: clamp(46px, 13vw, 64px); }
  .contact-details { grid-template-columns: 1fr; margin-top: 34px; }
  .contact-details > div, .contact-details > div:not(:first-child) { min-height: 120px; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .contact-details > div:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner span:nth-child(2) { display: none; }
}

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

@media (hover: none) {
  .gallery-card:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], [data-hero-line] { opacity: 1 !important; transform: none !important; }
}


.hero-kicker {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .hero-actions {
    align-items: stretch;
  }

  }


.equipment {
  background: var(--section);
}

.equipment-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  margin-bottom: clamp(40px, 6vw, 80px);
}

.equipment-heading h2 {
  margin: 0;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.96;
  font-weight: 460;
  letter-spacing: -0.055em;
}

.equipment-heading p {
  margin: 0;
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.equipment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}

.equipment-media-placeholder {
  min-height: 640px;
  border: 1px dashed rgba(18, 18, 18, 0.22);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(224, 224, 220, 0.78)),
    repeating-linear-gradient(
      -45deg,
      rgba(18, 18, 18, 0.025) 0,
      rgba(18, 18, 18, 0.025) 1px,
      transparent 1px,
      transparent 18px
    );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 44px);
}

.equipment-placeholder-label {
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.equipment-placeholder-note {
  color: var(--muted);
  font-size: 14px;
}

.equipment-groups {
  display: grid;
  gap: 14px;
}

.equipment-group {
  min-height: 196px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 18px;
}

.equipment-index {
  grid-row: 1 / span 3;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.equipment-group h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.equipment-group ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 7px;
  font-size: 16px;
  line-height: 1.45;
}

.equipment-group p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .equipment-heading,
  .equipment-layout {
    grid-template-columns: 1fr;
  }

  .equipment-media-placeholder {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .equipment-heading {
    margin-bottom: 30px;
  }

  .equipment-heading h2 {
    font-size: clamp(44px, 12vw, 60px);
  }

  .equipment-layout {
    gap: 18px;
  }

  .equipment-media-placeholder {
    min-height: 320px;
    border-radius: 22px;
  }

  .equipment-group {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 22px 20px;
    border-radius: 20px;
  }

  .equipment-group ul {
    font-size: 15px;
  }
}


.works {
  background: var(--page);
}

.works-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  margin-bottom: clamp(40px, 6vw, 76px);
}

.works-heading h2 {
  margin: 0;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.96;
  font-weight: 460;
  letter-spacing: -0.055em;
}

.works-heading p {
  margin: 0;
  max-width: 500px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

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

@media (max-width: 980px) {
  .works-heading {
    grid-template-columns: 1fr;
  }

  }

@media (max-width: 760px) {
  .works-heading {
    margin-bottom: 30px;
  }

  .works-heading h2 {
    font-size: clamp(44px, 12vw, 60px);
  }

  .works-note {
    font-size: 12px;
  }
}


.services-subsection {
  margin-top: clamp(34px, 5vw, 64px);
  padding-top: clamp(32px, 4vw, 52px);
  border-top: 1px solid var(--border);
}

.services-subsection-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 32px;
  margin-bottom: 28px;
}

.services-subsection-heading h3 {
  margin: 0;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 470;
  letter-spacing: -0.045em;
}

.services-subsection-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

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

.sound-card {
  min-height: 320px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sound-card-top,
.sound-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sound-index,
.sound-duration {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.sound-waveform {
  height: 110px;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.sound-waveform span {
  flex: 1 1 0;
  min-width: 4px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.22);
}

.sound-waveform span:nth-child(3n + 1) { height: 34%; }
.sound-waveform span:nth-child(3n + 2) { height: 72%; }
.sound-waveform span:nth-child(3n) { height: 48%; }
.sound-waveform span:nth-child(5n) { height: 92%; }

.sound-card-bottom h3 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.sound-card-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.sound-play {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  display: grid;
  place-items: center;
  font: inherit;
  cursor: not-allowed;
}

@media (max-width: 980px) {
  .services-subsection-heading {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .sound-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .sound-card {
    flex: 0 0 86vw;
    min-height: 290px;
    scroll-snap-align: start;
  }
}


.about {
  background: var(--page);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
}

.about-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(58px, 8vw, 116px);
  line-height: 0.92;
  font-weight: 460;
  letter-spacing: -0.06em;
}

.about-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.6;
}

.about-copy .about-lead {
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.about-credits {
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--surface);
}

.about-credits-label {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-credits h3 {
  margin: 26px 0 24px;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.credits-placeholder {
  display: grid;
  border-top: 1px solid var(--border);
}

.credits-placeholder span {
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
}

.about-credits p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.rental-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rental-benefits span {
  padding: 9px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .about-layout,
  }

@media (max-width: 760px) {
  .about-copy h2 {
    font-size: clamp(52px, 15vw, 72px);
  }

  }


/* AURA Studios v2.13 */
.hero h1 {
  max-width: 1120px;
}

.hero-content > p {
  max-width: 760px;
}

.studio-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
  padding: clamp(64px, 8vw, 112px) 0;
}

.studio-overview h2 {
  max-width: 720px;
}

.studio-copy {
  padding-top: 8px;
}

.studio-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
}

.studio-copy .studio-lead {
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.services-heading p {
  max-width: 780px;
}

.audio-showcase {
  max-height: 520px;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--surface);
  scrollbar-width: thin;
  scrollbar-color: #aaa9a1 transparent;
}

.audio-showcase::-webkit-scrollbar {
  width: 8px;
}

.audio-showcase::-webkit-scrollbar-thumb {
  background: #aaa9a1;
  border: 2px solid var(--surface);
  border-radius: 999px;
}

.audio-row {
  min-height: 104px;
  display: grid;
  grid-template-columns: 52px 118px minmax(260px, 1fr) 104px auto;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
}

.audio-row:last-child {
  border-bottom: 0;
}

.audio-play {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--page);
  color: var(--muted);
  display: grid;
  place-items: center;
  font: inherit;
  cursor: not-allowed;
  transition: transform .2s, background .2s;
}

.audio-title {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.audio-title span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .14em;
}

.audio-title strong {
  overflow: hidden;
  font-size: 15px;
  font-weight: 520;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audio-waveform {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 3px;
  overflow: hidden;
}

.audio-waveform span {
  flex: 1 1 0;
  min-width: 2px;
  height: var(--bar);
  border-radius: 999px;
  background: rgba(17, 17, 15, .22);
}

.audio-time {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.audio-genre {
  min-width: 92px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .studio-overview {
    grid-template-columns: 1fr;
  }

  .audio-row {
    grid-template-columns: 48px 96px minmax(180px, 1fr) auto;
  }

  .audio-time {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(43px, 11.4vw, 59px);
  }

  .studio-overview {
    gap: 30px;
    padding: 54px 0;
  }

  .studio-copy .studio-lead {
    font-size: 23px;
  }

  .audio-showcase {
    max-height: 530px;
    border-radius: 22px;
  }

  .audio-row {
    min-height: 126px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-rows: auto 44px;
    gap: 12px;
    padding: 17px 16px;
  }

  .audio-play {
    grid-row: 1;
    width: 42px;
    height: 42px;
  }

  .audio-title {
    grid-row: 1;
  }

  .audio-genre {
    grid-row: 1;
    min-width: 0;
    padding: 7px 10px;
  }

  .audio-waveform {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 42px;
  }
}


/* AURA Studios v2.14 */
.service-note { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

@media (max-width: 980px) {
  }
@media (max-width: 760px) {
  }


/* AURA Studios v2.14 — правки */
.equipment-group {
  grid-template-columns: minmax(0, 1fr);
}

.audio-title {
  gap: 0;
}

.gallery-caption {
  justify-content: flex-start;
}

@media (max-width: 760px) {
  .audio-showcase {
    max-height: 600px;
  }
}


/* AURA Studios v2.14 — final corrections */
.audio-showcase {
  overscroll-behavior-y: auto;
  -webkit-overflow-scrolling: touch;
}

.packages-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 32px;
  align-items: end;
  margin: clamp(34px, 5vw, 60px) 0 26px;
}

.packages-heading h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 480;
  letter-spacing: -.045em;
}

.packages-heading p {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.package-top:empty {
  display: none;
}

@media (max-width: 760px) {
  .packages-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
}


/* AURA Studios v2.15 — compact service sections */
.service-sections {
  display: grid;
  gap: 18px;
}

.service-section,
.service-mini-card {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
}

.service-section-rental {
  padding: clamp(24px, 3vw, 34px);
}

.service-section-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 24px;
}

.service-section-title h4,
.service-mini-card h4 {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 500;
  letter-spacing: -.04em;
}

.service-section-title p,
.service-mini-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.service-table {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.service-table > div {
  min-width: 0;
  padding: 18px 16px;
  border-right: 1px solid var(--border);
}

.service-table > div:first-child {
  padding-left: 0;
}

.service-table > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-table span,
.service-table b {
  display: block;
}

.service-table span {
  min-height: 42px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.service-table span small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

.service-table b {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 520;
}

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

.service-mini-card {
  padding: clamp(22px, 2.8vw, 30px);
}

.service-mini-card > p {
  min-height: 44px;
  margin-top: 10px;
  margin-bottom: 22px;
}

.service-price-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--border);
}

.service-price-line span {
  font-size: 14px;
}

.service-price-line b {
  font-size: 15px;
  font-weight: 520;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .service-section-title {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .service-table > div {
    border-bottom: 1px solid var(--border);
  }

  .service-table > div:nth-child(2n) {
    border-right: 0;
  }

  .service-table > div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .service-cards {
    grid-template-columns: 1fr;
  }

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

  .service-table > div,
  .service-table > div:first-child,
  .service-table > div:last-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .service-table > div:last-child {
    grid-column: auto;
    border-bottom: 0;
  }

  .service-price-line {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .service-price-line b {
    white-space: normal;
  }
}


/* AURA Studios v2.16 — compact refinements */
.service-section-rental {
  padding: clamp(22px, 2.6vw, 30px);
}

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

.service-table > div:nth-child(3) {
  border-right: 0;
}

.service-table > div:nth-child(n+4) {
  border-top: 1px solid var(--border);
}

.service-table > div:nth-child(4) {
  padding-left: 0;
}

.service-table > div:last-child {
  border-right: 0;
}

.service-mini-card {
  padding: clamp(20px, 2.4vw, 26px);
}

.service-mini-card > p {
  min-height: 0;
  margin-top: 8px;
  margin-bottom: 18px;
}

.service-price-line {
  padding: 13px 0;
}

.equipment-card p {
  max-width: 420px;
}

@media (max-width: 980px) {
  .service-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-table > div:nth-child(3) {
    border-right: 1px solid var(--border);
  }

  .service-table > div:nth-child(2n) {
    border-right: 0;
  }

  .service-table > div:nth-child(n+3) {
    border-top: 1px solid var(--border);
  }

  .service-table > div:nth-child(3),
  .service-table > div:nth-child(5) {
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .service-table {
    grid-template-columns: 1fr;
  }

  .service-table > div {
    border-right: 0 !important;
    border-top: 1px solid var(--border);
  }

  .service-table > div:first-child {
    border-top: 0;
  }
}


/* AURA Studios v2.17 — compact horizontal services */
.services-subsection-heading-compact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.services-subsection-heading-compact > div:first-child {
  max-width: 720px;
}

.services-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 42%);
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #aaa9a1 transparent;
  padding: 4px 2px 12px;
  overscroll-behavior-x: contain;
}

.services-scroll::-webkit-scrollbar {
  height: 8px;
}

.services-scroll::-webkit-scrollbar-thumb {
  background: #aaa9a1;
  border: 2px solid var(--page);
  border-radius: 999px;
}

.service-slide {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  scroll-snap-align: start;
}

.service-slide-head h4 {
  margin: 0;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 500;
  letter-spacing: -.04em;
}

.service-slide-head p {
  margin: 10px 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.service-slide-list {
  margin-top: auto;
}

.service-slide-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--border);
}

.service-slide-list span {
  font-size: 14px;
  line-height: 1.4;
}

.service-slide-list b {
  font-size: 15px;
  font-weight: 520;
  text-align: right;
  white-space: nowrap;
}

.service-slide-footnote {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .services-scroll {
    grid-auto-columns: minmax(320px, 72%);
  }
}

@media (max-width: 760px) {
  .services-subsection-heading-compact {
    align-items: flex-start;
  }

  .services-scroll {
    grid-auto-columns: minmax(280px, 88%);
    gap: 12px;
    padding-bottom: 10px;
  }

  .service-slide {
    min-height: 320px;
    padding: 22px;
  }

  .service-slide-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .service-slide-list b {
    text-align: left;
    white-space: normal;
  }
}


/* AURA Studios v2.18 — simplified service sections */
.services-scroll {
  grid-auto-columns: minmax(380px, 48%);
}

.service-slide {
  min-height: 360px;
}

@media (max-width: 980px) {
  .services-scroll {
    grid-auto-columns: minmax(330px, 76%);
  }
}

@media (max-width: 760px) {
  .services-scroll {
    grid-auto-columns: minmax(280px, 90%);
  }
}


/* AURA Studios v2.19 — image-only hero */
.hero {
  min-height: 100svh;
}

.hero-content,
.hero-copy {
  display: none !important;
}


/* AURA Studios v2.20 */
.hero {
  position: relative;
}

.hero-minimal-cta {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vw, 56px);
  z-index: 3;
  transform: translateX(-50%);
}

.hero-minimal-cta .button {
  white-space: nowrap;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.services-subsection-heading-compact {
  display: block;
}

.services-subsection-heading-compact > div:first-child {
  max-width: 720px;
}

.equipment-grid {
  gap: 14px;
}

.equipment-card {
  min-height: auto;
  padding: clamp(20px, 2.4vw, 28px);
}

.equipment-card h3 {
  margin-bottom: 14px;
}

.equipment-card p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.45;
}

.equipment-list {
  gap: 8px;
}

@media (max-width: 760px) {
  .hero-minimal-cta {
    bottom: 22px;
  }

  .hero-minimal-cta .button {
    min-height: 48px;
    padding-inline: 18px;
  }
}


/* AURA Studios v2.21 */
.header-scroll-cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.site-header.show-booking .header-scroll-cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.service-slide {
  min-height: 280px;
  padding: clamp(18px, 2.2vw, 24px);
}

.service-slide-head {
  margin-bottom: 12px;
}

.service-slide-head h4 {
  font-size: clamp(25px, 2.25vw, 34px);
  line-height: 1.05;
  white-space: nowrap;
}

.service-slide-list > div {
  padding: 11px 0;
}

.service-slide-list span,
.service-slide-list b {
  font-size: 14px;
}

.package-card {
  position: relative;
  overflow: hidden;
  transition:
    transform .28s ease,
    border-color .28s ease,
    background-color .28s ease,
    box-shadow .28s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 17, 15, .34);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 45px rgba(17,17,15,.08);
}

.package-corner {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  color: rgba(17,17,15,.72);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.package-corner::before,
.package-corner::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.package-corner::before {
  width: 10px;
  height: 1px;
}

.package-corner::after {
  width: 1px;
  height: 10px;
}

.package-corner-tl { top: 14px; left: 14px; transform: translate(-4px,-4px); }
.package-corner-tr { top: 14px; right: 14px; transform: translate(4px,-4px) rotate(90deg); }
.package-corner-bl { bottom: 14px; left: 14px; transform: translate(-4px,4px) rotate(-90deg); }
.package-corner-br { bottom: 14px; right: 14px; transform: translate(4px,4px) rotate(180deg); }

.package-card:hover .package-corner {
  opacity: 1;
}

.package-card:hover .package-corner-tl { transform: translate(0,0); }
.package-card:hover .package-corner-tr { transform: translate(0,0) rotate(90deg); }
.package-card:hover .package-corner-bl { transform: translate(0,0) rotate(-90deg); }
.package-card:hover .package-corner-br { transform: translate(0,0) rotate(180deg); }

@media (max-width: 760px) {
  .service-slide-head h4 {
    white-space: normal;
  }

  .package-card:hover {
    transform: none;
    box-shadow: none;
  }

  .package-corner {
    display: none;
  }
}


/* AURA Studios v2.22 — premium motion system */

/* Hero reveal */
.site-header {
  animation: headerFadeIn .9s ease both;
}

.hero-minimal-cta {
  opacity: 0;
  animation: heroCtaReveal .8s ease .55s forwards;
}

}

@keyframes headerFadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroCtaReveal {
  from { opacity: 0; transform: translate(-50%, 12px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

/* Smoother glass header transition */
.site-header {
  transition:
    background-color .35s ease,
    backdrop-filter .35s ease,
    -webkit-backdrop-filter .35s ease,
    box-shadow .35s ease,
    color .35s ease;
}

.site-header.is-scrolled {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* Gallery hover */
.gallery-card {
  position: relative;
  overflow: hidden;
}

.gallery-card img {
  transition: transform .7s cubic-bezier(.22,.61,.36,1), filter .45s ease;
}

.gallery:hover .gallery-card:not(:hover) img {
  filter: brightness(.92) saturate(.92);
}

.gallery-card:hover img {
  transform: scale(1.025);
}

.gallery-caption {
  transition: transform .3s ease, opacity .3s ease;
}

.gallery-card:hover .gallery-caption {
  transform: translateY(-4px);
}

/* Audio rows */
.audio-row {
  transition:
    background-color .25s ease,
    transform .25s ease,
    border-color .25s ease;
}

.audio-row:hover {
  background: rgba(255,255,255,.7);
  transform: translateX(3px);
}

.audio-row:hover .audio-play {
  transform: scale(1.06);
  background: var(--text);
  color: var(--page);
}

.audio-row:hover .audio-waveform span {
  background: rgba(17,17,15,.48);
}

.audio-row:hover .audio-genre {
  color: var(--text);
  border-color: rgba(17,17,15,.28);
}

.audio-play,
.audio-waveform span,
.audio-genre {
  transition:
    transform .25s ease,
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease;
}

/* Package cards: calm hover for all */
.package-card {
  transition:
    transform .32s cubic-bezier(.22,.61,.36,1),
    border-color .28s ease,
    background-color .28s ease,
    box-shadow .32s ease;
}

.package-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17,17,15,.26);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 36px rgba(17,17,15,.065);
}

/* Stronger featured motion only for Track */
.package-card-track:hover {
  transform: translateY(-7px);
  border-color: rgba(17,17,15,.42);
  box-shadow: 0 20px 54px rgba(17,17,15,.10);
}

.package-card:not(.package-card-track) .package-corner {
  display: none !important;
}

.package-card-track {
  isolation: isolate;
}

.package-card-track::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255,255,255,.54) 45%,
    transparent 70%
  );
  transform: translateX(-120%);
  transition: transform .7s ease;
  pointer-events: none;
}

.package-card-track:hover::after {
  transform: translateX(120%);
}

/* Horizontal services */
.service-slide {
  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease,
    background-color .3s ease;
}

.service-slide:hover {
  transform: translateY(-3px);
  border-color: rgba(17,17,15,.25);
  box-shadow: 0 14px 34px rgba(17,17,15,.055);
  background: rgba(255,255,255,.8);
}

/* Sequential reveal refinement */
[data-reveal] {
  transition:
    opacity .75s cubic-bezier(.22,.61,.36,1),
    transform .75s cubic-bezier(.22,.61,.36,1);
}

.packages .package-card:nth-child(2),
.gallery .gallery-card:nth-child(2),
.audio-showcase .audio-row:nth-child(2),
.equipment-grid > *:nth-child(2) {
  transition-delay: .06s;
}

.packages .package-card:nth-child(3),
.gallery .gallery-card:nth-child(3),
.audio-showcase .audio-row:nth-child(3),
.equipment-grid > *:nth-child(3) {
  transition-delay: .12s;
}

.packages .package-card:nth-child(4),
.gallery .gallery-card:nth-child(4),
.audio-showcase .audio-row:nth-child(4) {
  transition-delay: .18s;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero picture,
  .hero > picture,
  .hero-media,
  .hero-bg,
  .site-header,
  .hero-minimal-cta {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .package-card-track::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .gallery:hover .gallery-card:not(:hover) img {
    filter: none;
  }

  .gallery-card:hover img,
  .audio-row:hover,
  .service-slide:hover,
  .package-card:hover,
  .package-card-track:hover {
    transform: none;
  }
}


/* AURA Studios v2.23 — refined desktop motion */

/* Фото студии: только мягкий zoom, без внутренних рамок */
.gallery-card::after {
  display: none !important;
}

.gallery-card {
  cursor: default;
}

/* Отдельные услуги: обычный курсор, без grab/hand */
.services-scroll,
.service-slide {
  cursor: default;
}

/* Оборудование: премиальный hover без лишней декоративности */
.equipment-card {
  position: relative;
  overflow: hidden;
  transition:
    transform .32s cubic-bezier(.22,.61,.36,1),
    border-color .28s ease,
    background-color .28s ease,
    box-shadow .32s ease;
}

.equipment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 18%,
    rgba(255,255,255,.42) 46%,
    transparent 72%
  );
  transform: translateX(-125%);
  transition: transform .75s ease;
  pointer-events: none;
}

.equipment-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17,17,15,.24);
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 38px rgba(17,17,15,.06);
}

.equipment-card:hover::before {
  transform: translateX(125%);
}

.equipment-card h3,
.equipment-card li,
.equipment-card p {
  transition: transform .28s ease, color .28s ease;
}

.equipment-card:hover h3 {
  transform: translateY(-2px);
}

.equipment-card:hover li {
  transform: translateX(3px);
}

/* Ровная высота и плотность карточек отдельных услуг */
.service-slide {
  min-height: 292px;
}

.service-slide-list {
  margin-top: 18px;
}

.service-slide-list > div {
  min-height: 48px;
}

/* Только пакет «Трек» получает угловые маркеры */
.package-card:not(.package-card-track) .package-corner {
  display: none !important;
}

@media (max-width: 760px) {
  .equipment-card:hover,
  .equipment-card:hover h3,
  .equipment-card:hover li {
    transform: none;
  }

  .equipment-card::before {
    display: none;
  }
}


/* AURA Studios v2.24 — audit refinements */
@media (min-width: 981px) {
  .services-scroll {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
    gap: 16px;
  }

  .service-slide {
    width: auto;
    min-width: 0;
  }
}

.equipment-card::before {
  display: none !important;
}

.equipment-card:hover li {
  transform: none !important;
}

.equipment-card:hover {
  transform: translateY(-3px);
  border-color: rgba(17,17,15,.22);
  background: rgba(255,255,255,.76);
  box-shadow: 0 12px 30px rgba(17,17,15,.05);
}

.gallery:hover .gallery-card:not(:hover) img {
  filter: none !important;
}

.package-card:not(.package-card-track) .package-corner {
  display: none !important;
}

.hero {
  animation: heroFadeReveal 1.15s ease both;
}

@keyframes heroFadeReveal {
  from { opacity: .86; }
  to { opacity: 1; }
}


/* AURA Studios v2.28 — text reviews */
.reviews-section {
  padding: clamp(76px, 9vw, 128px) 0;
  overflow: hidden;
}

.reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.reviews-heading h2 {
  margin: 8px 0 0;
}

.reviews-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 420px);
  gap: 16px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.review-card {
  min-height: 330px;
  padding: clamp(24px, 2.4vw, 32px);
  border: 1px solid rgba(17, 17, 15, .11);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  scroll-snap-align: start;
}

.review-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.review-card h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.15;
}

.review-card-top p,
.review-date {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.review-rating {
  flex: 0 0 auto;
  color: #f5b800;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.review-date {
  margin-top: 22px;
}

.review-card blockquote {
  margin: 18px 0 0;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.52;
  letter-spacing: -.015em;
}

@media (max-width: 900px) {
  .reviews-heading {
    display: block;
  }

  .reviews-heading .text-link {
    display: inline-flex;
    margin-top: 18px;
  }

  .reviews-scroll {
    grid-auto-columns: minmax(290px, 86vw);
  }

  .review-card {
    min-height: 0;
  }
}

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


/* AURA Studios v2.30 — final commercial refinements */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.package-card {
  display: flex;
  flex-direction: column;
}

.package-note,
.service-slide-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.package-note {
  margin: 18px 0 0;
}

.service-slide-note {
  margin: 10px 0 0;
}

.service-slide-list-noprice > div {
  justify-content: flex-start;
}

.review-card {
  min-height: 0;
  height: auto;
}


/* AURA Studios v2.34 — equipment photo */
.equipment-photo img,
.equipment-media img,
.equipment-visual img {
  object-position: center center;
}


/* AURA Studios v2.35 — equipment placeholder image */
.equipment-photo img,
.equipment-placeholder img,
.equipment-media img,
.equipment-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
}


/* AURA Studios v2.36 — equipment section cleanup */
.equipment-media-filled {
  overflow: hidden;
}

.equipment-media-filled img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
}

.equipment-placeholder-label,
.equipment-placeholder-note {
  display: none !important;
}


/* AURA Studios v2.37 — equipment audit refinements */
.equipment-extra {
  grid-column: 1 / -1;
  margin: clamp(18px, 2.5vw, 28px) 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(17,17,15,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.equipment-extra span {
  color: var(--text);
  font-weight: 600;
}

@media (max-width: 760px) {
  .equipment-extra {
    padding: 16px;
    font-size: 13px;
  }
}


/* AURA Studios v2.38 — equipment photo framing and motion */
.equipment-media-placeholder.equipment-media-filled {
  position: relative;
  min-height: clamp(520px, 48vw, 720px);
  overflow: hidden;
  border: 1px solid rgba(17,17,15,.10);
  border-radius: clamp(24px, 3vw, 34px);
  background: rgba(255,255,255,.58);
  box-shadow: 0 18px 54px rgba(17,17,15,.06);
  transition:
    transform .42s cubic-bezier(.22,.61,.36,1),
    border-color .32s ease,
    box-shadow .42s ease;
}

.equipment-media-placeholder.equipment-media-filled::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: calc(clamp(24px, 3vw, 34px) - 10px);
  pointer-events: none;
  opacity: .65;
  transition: opacity .32s ease, inset .32s ease;
}

.equipment-media-placeholder.equipment-media-filled::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), transparent 28%, rgba(0,0,0,.12)),
    linear-gradient(120deg, transparent 20%, rgba(255,255,255,.22) 46%, transparent 72%);
  transform: translateX(-115%);
  pointer-events: none;
  transition: transform .85s ease;
}

.equipment-frame-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 52% 50%;
  transform: scale(1.045);
  transition:
    transform .75s cubic-bezier(.22,.61,.36,1),
    filter .45s ease;
  will-change: transform;
}

.equipment-media-placeholder.equipment-media-filled:hover {
  transform: translateY(-5px);
  border-color: rgba(17,17,15,.22);
  box-shadow: 0 24px 68px rgba(17,17,15,.09);
}

.equipment-media-placeholder.equipment-media-filled:hover .equipment-frame-image {
  transform: scale(1.08);
  filter: contrast(1.03) saturate(1.03);
}

.equipment-media-placeholder.equipment-media-filled:hover::after {
  inset: 18px;
  opacity: .95;
}

.equipment-media-placeholder.equipment-media-filled:hover::before {
  transform: translateX(115%);
}

.equipment-group {
  transition:
    transform .32s cubic-bezier(.22,.61,.36,1),
    border-color .28s ease,
    box-shadow .32s ease,
    background-color .28s ease;
}

.equipment-group:hover {
  transform: translateY(-3px);
  border-color: rgba(17,17,15,.20);
  box-shadow: 0 12px 32px rgba(17,17,15,.045);
  background: rgba(255,255,255,.70);
}

.equipment-extra {
  transition:
    transform .32s cubic-bezier(.22,.61,.36,1),
    border-color .28s ease,
    box-shadow .32s ease,
    background-color .28s ease;
}

.equipment-extra:hover {
  transform: translateY(-2px);
  border-color: rgba(17,17,15,.18);
  box-shadow: 0 10px 28px rgba(17,17,15,.04);
  background: rgba(255,255,255,.68);
}

@media (max-width: 980px) {
  .equipment-media-placeholder.equipment-media-filled {
    min-height: clamp(420px, 80vw, 620px);
  }
}

@media (max-width: 760px) {
  .equipment-media-placeholder.equipment-media-filled:hover,
  .equipment-group:hover,
  .equipment-extra:hover {
    transform: none;
    box-shadow: none;
  }

  .equipment-media-placeholder.equipment-media-filled:hover .equipment-frame-image {
    transform: scale(1.045);
    filter: none;
  }

  .equipment-media-placeholder.equipment-media-filled::before,
  .equipment-media-placeholder.equipment-media-filled::after {
    display: none;
  }
}


/* AURA Studios v2.39 — final equipment frame fit */
.equipment-media-placeholder.equipment-media-filled {
  min-height: clamp(560px, 48vw, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 1.6vw, 18px);
}

.equipment-frame-image-contained {
  width: 100%;
  height: 100%;
  min-height: calc(clamp(560px, 48vw, 720px) - 36px);
  object-fit: contain;
  object-position: center center;
  border-radius: calc(clamp(24px, 3vw, 34px) - 12px);
  transform: scale(1);
  background: rgba(0,0,0,.04);
}

.equipment-media-placeholder.equipment-media-filled:hover .equipment-frame-image-contained {
  transform: scale(1.018);
  filter: contrast(1.025) saturate(1.03);
}

@media (max-width: 980px) {
  .equipment-frame-image-contained {
    min-height: calc(clamp(420px, 80vw, 620px) - 32px);
  }
}

@media (max-width: 760px) {
  .equipment-frame-image-contained {
    min-height: calc(clamp(420px, 80vw, 620px) - 28px);
  }

  .equipment-media-placeholder.equipment-media-filled:hover .equipment-frame-image-contained {
    transform: scale(1);
    filter: none;
  }
}


/* AURA Studios v2.40 — equipment photo exact frame fit */
.equipment-media-placeholder.equipment-media-filled {
  padding: 0 !important;
  min-height: clamp(560px, 48vw, 720px);
  border-radius: clamp(24px, 3vw, 34px);
  overflow: hidden;
}

.equipment-media-placeholder.equipment-media-filled::after {
  inset: 14px;
  z-index: 3;
}

.equipment-frame-image {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  border-radius: inherit !important;
  background: transparent !important;
  transform: scale(1.01) !important;
}

.equipment-media-placeholder.equipment-media-filled:hover .equipment-frame-image {
  transform: scale(1.045) !important;
  filter: contrast(1.025) saturate(1.03);
}

@media (max-width: 980px) {
  .equipment-media-placeholder.equipment-media-filled {
    min-height: clamp(420px, 80vw, 620px);
  }
}

@media (max-width: 760px) {
  .equipment-frame-image,
  .equipment-media-placeholder.equipment-media-filled:hover .equipment-frame-image {
    transform: scale(1.01) !important;
    filter: none;
  }
}


/* AURA Studios v2.41 — remove inner equipment photo frame */
.equipment-media-placeholder.equipment-media-filled::after {
  display: none !important;
  content: none !important;
}

.equipment-media-placeholder.equipment-media-filled:hover::after {
  display: none !important;
  content: none !important;
}


/* AURA Studios v2.44 — real audio player */
.audio-row.audio-track {
  cursor: default;
}

.audio-row.audio-track.is-active {
  background: rgba(255,255,255,.78);
}

.audio-row.audio-track.is-playing .audio-play {
  background: var(--text);
  color: var(--page);
  border-color: var(--text);
}

.audio-row.audio-track.is-active .audio-genre {
  color: var(--text);
  border-color: rgba(17,17,15,.28);
}

.audio-row.audio-track .audio-play {
  cursor: pointer;
  color: var(--text);
}

.audio-row.audio-track .audio-play:focus-visible {
  outline: 2px solid rgba(17,17,15,.42);
  outline-offset: 4px;
}

.audio-waveform-canvas {
  width: 100%;
  height: 52px;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  touch-action: manipulation;
}

.audio-row.audio-track.is-active .audio-waveform-canvas {
  background: rgba(17,17,15,.025);
}

@media (max-width: 760px) {
  .audio-waveform-canvas {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 42px;
  }
}


/* AURA Studios v2.45 — works subtitle cleanup */
#works p {
  text-wrap: balance;
}


/* AURA Studios v2.47 — work process card inside existing gallery */
.gallery-card-process {
  min-height: clamp(260px, 28vw, 420px);
}

.gallery-card-process img {
  object-fit: cover;
  object-position: center center;
}


/* AURA Studios v2.48 — compact studio gallery */
#studio .gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: stretch;
}

#studio .gallery-card {
  min-height: 0 !important;
  height: clamp(220px, 24vw, 360px);
  border-radius: clamp(22px, 2.6vw, 32px);
}

#studio .gallery-card picture,
#studio .gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
}

#studio .gallery-card img {
  object-fit: cover;
  object-position: center center;
}

#studio .gallery-card-process {
  grid-column: 1 / -1;
  height: clamp(340px, 42vw, 620px);
}

#studio .gallery-card-tall,
#studio .gallery-card-detail,
#studio .gallery-card-lounge,
#studio .gallery-card-wide {
  grid-column: auto !important;
  grid-row: auto !important;
}

#studio .gallery-caption {
  display: none !important;
}

@media (max-width: 860px) {
  #studio .gallery {
    grid-template-columns: 1fr;
  }

  #studio .gallery-card-process {
    height: clamp(300px, 72vw, 560px);
  }

  #studio .gallery-card {
    height: clamp(220px, 62vw, 430px);
  }
}

@media (max-width: 520px) {
  #studio .gallery {
    gap: 12px;
  }

  #studio .gallery-card-process {
    height: 68vw;
    min-height: 260px !important;
  }

  #studio .gallery-card {
    height: 62vw;
    min-height: 220px !important;
    border-radius: 22px;
  }
}


/* AURA Studios v2.49 — studio gallery audit fixes */
#studio .gallery {
  display: grid !important;
  grid-template-columns: minmax(0, 1.38fr) minmax(260px, .62fr) !important;
  grid-template-rows: repeat(3, minmax(138px, 1fr)) !important;
  gap: clamp(12px, 1.8vw, 20px) !important;
  align-items: stretch !important;
  overflow: visible !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  scrollbar-width: auto !important;
}

#studio .gallery-card {
  position: relative;
  min-height: 0 !important;
  height: auto !important;
  min-width: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  border-radius: clamp(20px, 2.2vw, 30px) !important;
  overflow: hidden;
  cursor: zoom-in;
}

#studio .gallery-card-process {
  grid-column: 1 / 2 !important;
  grid-row: 1 / 4 !important;
  min-height: clamp(430px, 43vw, 640px) !important;
}

#studio .gallery-card-tall,
#studio .gallery-card-detail,
#studio .gallery-card-lounge,
#studio .gallery-card-wide {
  grid-column: 2 / 3 !important;
  grid-row: auto !important;
  min-height: 0 !important;
}

#studio .gallery-card picture,
#studio .gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
}

#studio .gallery-card img {
  object-fit: cover;
  object-position: center center;
}

#studio .gallery-caption {
  display: none !important;
}

@media (max-width: 920px) {
  #studio .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
  }

  #studio .gallery-card-process {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    height: clamp(300px, 62vw, 520px) !important;
    min-height: 0 !important;
  }

  #studio .gallery-card-tall,
  #studio .gallery-card-detail,
  #studio .gallery-card-lounge {
    grid-column: auto !important;
    height: clamp(210px, 38vw, 320px) !important;
  }
}

@media (max-width: 560px) {
  #studio .gallery {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #studio .gallery-card-process {
    height: 68vw !important;
    min-height: 260px !important;
  }

  #studio .gallery-card-tall,
  #studio .gallery-card-detail,
  #studio .gallery-card-lounge {
    height: 58vw !important;
    min-height: 220px !important;
    border-radius: 22px !important;
  }
}


/* AURA Studios v2.50 — studio gallery 3-photo layout and equipment photo */
#studio .gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: auto auto !important;
  gap: clamp(12px, 1.8vw, 20px) !important;
  align-items: stretch !important;
  overflow: visible !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

#studio .gallery-card {
  position: relative;
  min-height: 0 !important;
  min-width: 0 !important;
  height: clamp(230px, 26vw, 380px) !important;
  grid-column: auto !important;
  grid-row: auto !important;
  border-radius: clamp(20px, 2.2vw, 30px) !important;
  overflow: hidden;
  cursor: zoom-in;
}

#studio .gallery-card-process {
  grid-column: 1 / -1 !important;
  height: clamp(360px, 44vw, 640px) !important;
}

#studio .gallery-card-vocal,
#studio .gallery-card-lounge {
  grid-column: auto !important;
  height: clamp(240px, 27vw, 390px) !important;
}

#studio .gallery-card picture,
#studio .gallery-card img,
.equipment-media-filled picture,
.equipment-media-filled picture img {
  display: block;
  width: 100%;
  height: 100%;
}

#studio .gallery-card img,
.equipment-media-filled picture img {
  object-fit: cover;
  object-position: center center;
}

#studio .gallery-caption {
  display: none !important;
}

.equipment-media-filled picture {
  min-height: inherit;
}

@media (max-width: 760px) {
  #studio .gallery {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #studio .gallery-card-process {
    height: 68vw !important;
    min-height: 260px !important;
  }

  #studio .gallery-card-vocal,
  #studio .gallery-card-lounge {
    height: 62vw !important;
    min-height: 230px !important;
    border-radius: 22px !important;
  }
}


/* AURA Studios v2.54 — desktop spacing audit */
@media (min-width: 981px) {
  #works.section {
    padding-bottom: clamp(48px, 5vw, 72px) !important;
  }

  #services.section {
    padding-top: clamp(48px, 5vw, 72px) !important;
  }

  #works .audio-showcase {
    margin-bottom: 0 !important;
  }
}

/* Desktop layout cleanup: keep major blocks visually consistent */
@media (min-width: 981px) {
  #studio .studio-overview,
  #works .section-heading,
  #services .services-heading,
  #equipment .equipment-heading {
    margin-bottom: clamp(28px, 3.2vw, 44px);
  }

  #services .packages-heading {
    margin-top: clamp(22px, 2.4vw, 34px);
    margin-bottom: clamp(18px, 2vw, 28px);
  }

  #services .packages {
    margin-bottom: clamp(34px, 3.8vw, 52px);
  }
}

/* Prevent desktop gallery/card overrides from leaking into mobile scroll behavior */
@media (min-width: 981px) {
  #studio .gallery {
    overflow: visible !important;
  }
}


/* AURA Studios v2.55 — premium first-screen intro */
body.aura-intro-ready {
  overflow: hidden;
}

body.aura-intro-ready.aura-intro-done {
  overflow: auto;
}

.aura-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.98), rgba(245,244,240,.98) 56%, rgba(230,228,220,.98) 100%);
  color: #11110f;
  pointer-events: none;
  opacity: 1;
  transform: translateZ(0);
  animation: auraIntroOut 3.85s cubic-bezier(.22,.61,.36,1) forwards;
}

.aura-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(17,17,15,.10) 62%, rgba(17,17,15,.92) 100%);
  opacity: 0;
  animation: auraIntroDarken 3.85s cubic-bezier(.22,.61,.36,1) forwards;
}

.aura-intro-mark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 22px;
  transform: translateY(10px) scale(.985);
  opacity: 0;
  animation: auraIntroMark 3.2s cubic-bezier(.22,.61,.36,1) forwards;
}

.aura-intro-mark img {
  width: min(44vw, 360px);
  height: auto;
  display: block;
  filter: none;
}

.aura-intro-mark p {
  margin: 0;
  color: rgba(17,17,15,.62);
  font-size: clamp(12px, 1.25vw, 15px);
  letter-spacing: .18em;
  text-transform: uppercase;
  line-height: 1.4;
}

.hero .hero-media img,
.hero .hero-media {
  transform-origin: center center;
}

body.aura-intro-ready .hero .hero-media img {
  animation: auraHeroReveal 3.35s cubic-bezier(.22,.61,.36,1) both;
}

body.aura-intro-ready .hero-minimal-cta {
  opacity: 0;
  transform: translateY(10px);
  animation: auraHeroCtaReveal .8s cubic-bezier(.22,.61,.36,1) 2.35s forwards;
}

@keyframes auraIntroMark {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(.975);
    filter: blur(7px);
  }
  24% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  72% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px) scale(.992);
    filter: blur(8px);
  }
}

@keyframes auraIntroDarken {
  0%, 56% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes auraIntroOut {
  0%, 76% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes auraHeroReveal {
  0% {
    transform: scale(1.075);
    filter: brightness(.62) saturate(.9) blur(12px);
  }
  58% {
    transform: scale(1.045);
    filter: brightness(.72) saturate(.95) blur(4px);
  }
  100% {
    transform: scale(1);
    filter: brightness(1) saturate(1) blur(0);
  }
}

@keyframes auraHeroCtaReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .aura-intro {
    display: none !important;
    animation: none !important;
  }

  body.aura-intro-ready {
    overflow: auto;
  }

  body.aura-intro-ready .hero .hero-media img,
  body.aura-intro-ready .hero-minimal-cta {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 760px) {
  .aura-intro-mark {
    gap: 16px;
  }

  .aura-intro-mark img {
    width: min(62vw, 280px);
  }

  .aura-intro-mark p {
    max-width: 82vw;
    text-align: center;
    letter-spacing: .14em;
  }
}


/* AURA Studios v2.56 — hero CTA center fix and longer intro */
.hero-minimal-cta {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

body.aura-intro-ready .hero-minimal-cta {
  opacity: 0;
  transform: translateX(-50%) translateY(10px) !important;
  animation: auraHeroCtaRevealCentered .8s cubic-bezier(.22,.61,.36,1) 3.25s forwards !important;
}

@keyframes auraHeroCtaRevealCentered {
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.aura-intro-ready .hero-minimal-cta {
    opacity: 1;
    transform: translateX(-50%) !important;
    animation: none !important;
  }
}


/* AURA Studios v2.57 — mobile hero image, booking dialog, SEO release */
@media (max-width: 760px) {
  .hero .hero-media img {
    content: url("images/vocal-room.jpg");
    object-position: center center !important;
    filter: brightness(.82) saturate(1.02) contrast(1.02);
  }

  .hero::after {
    opacity: .38;
  }

  .hero-minimal-cta {
    bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

.booking-dialog {
  width: min(92vw, 480px);
  padding: 0;
  border: 0;
  border-radius: 32px;
  background: transparent;
  color: #11110f;
  overflow: visible;
}

.booking-dialog::backdrop {
  background: rgba(10, 10, 12, .54);
  backdrop-filter: blur(14px);
}

.booking-dialog-card {
  position: relative;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 32px;
  background: rgba(252, 251, 247, .94);
  box-shadow: 0 36px 90px rgba(0,0,0,.28);
  text-align: center;
}

.booking-dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(17,17,15,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  color: rgba(17,17,15,.72);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.booking-dialog-eyebrow {
  margin: 0 0 12px;
  color: rgba(17,17,15,.50);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.booking-dialog h2 {
  margin: 0;
  color: #11110f;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.booking-dialog-text {
  max-width: 34em;
  margin: 16px auto 24px;
  color: rgba(17,17,15,.68);
  font-size: 15px;
  line-height: 1.55;
}

.booking-dialog-actions {
  display: grid;
  gap: 10px;
}

.booking-dialog-action {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 650;
  text-decoration: none;
}

.booking-dialog-call {
  background: #11110f;
  color: #fff;
}

.booking-dialog-telegram {
  border: 1px solid rgba(17,17,15,.12);
  background: rgba(255,255,255,.76);
  color: #11110f;
}

@media (max-width: 520px) {
  .booking-dialog {
    width: calc(100vw - 28px);
    border-radius: 28px;
  }

  .booking-dialog-card {
    border-radius: 28px;
  }

  .booking-dialog-actions {
    gap: 9px;
  }
}


/* AURA Studios v2.59 — mobile dialog and gallery lightbox polish */
@media (max-width: 760px) {
  .booking-dialog-close {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: rgba(17,17,15,.46) !important;
    top: 12px !important;
    right: 12px !important;
  }

  .booking-dialog-close:focus,
  .booking-dialog-close:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }
}

/* Светлый фон за фото в галерее «О нас» вместо тяжёлого чёрного */
[data-lightbox]::backdrop {
  background: rgba(246, 245, 241, .78) !important;
  backdrop-filter: blur(18px) saturate(1.05);
}

[data-lightbox] {
  background: transparent !important;
}

[data-lightbox] [data-lightbox-image] {
  cursor: grab;
  touch-action: none;
  will-change: transform, opacity;
  transition: transform .26s cubic-bezier(.22,.61,.36,1), opacity .26s cubic-bezier(.22,.61,.36,1);
}

[data-lightbox].is-dragging [data-lightbox-image] {
  cursor: grabbing;
  transition: none !important;
}

[data-lightbox].is-closing [data-lightbox-image] {
  opacity: 0;
  transform: translate3d(0, 46px, 0) scale(.96);
}

@media (max-width: 760px) {
  [data-lightbox]::backdrop {
    background: rgba(250, 249, 246, .84) !important;
    backdrop-filter: blur(16px) saturate(1.02);
  }

  [data-lightbox] [data-lightbox-caption] {
    color: rgba(17,17,15,.54) !important;
  }

  [data-lightbox] [data-lightbox-close] {
    background: rgba(255,255,255,.72) !important;
    color: rgba(17,17,15,.62) !important;
    border: 1px solid rgba(17,17,15,.08) !important;
    box-shadow: none !important;
  }
}


/* AURA Studios v2.60 — remove booking popup close button */
.booking-dialog-close {
  display: none !important;
}

.booking-dialog-card {
  padding-top: clamp(30px, 4.4vw, 40px);
}

@media (max-width: 760px) {
  .booking-dialog-close {
    display: none !important;
  }
}


/* AURA Studios v2.61 — stable mobile gallery */
[data-lightbox] [data-lightbox-image] {
  touch-action: auto !important;
  transform: none !important;
  opacity: 1 !important;
}

[data-lightbox].is-dragging [data-lightbox-image],
[data-lightbox].is-closing [data-lightbox-image] {
  transform: none !important;
  opacity: 1 !important;
}

.mobile-gallery-dialog {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.mobile-gallery-dialog::backdrop {
  background: rgba(250, 249, 246, .86);
  backdrop-filter: blur(18px) saturate(1.04);
}

.mobile-gallery-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}

.mobile-gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mobile-gallery-track::-webkit-scrollbar {
  display: none;
}

.mobile-gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  padding: max(34px, env(safe-area-inset-top)) 16px max(70px, env(safe-area-inset-bottom));
}

.mobile-gallery-slide img {
  display: block;
  max-width: min(92vw, 520px);
  max-height: 76dvh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 26px 80px rgba(17,17,15,.20);
  background: rgba(255,255,255,.28);
  user-select: none;
  -webkit-user-drag: none;
}

.mobile-gallery-dots {
  position: fixed;
  left: 50%;
  bottom: max(24px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(17,17,15,.07);
  backdrop-filter: blur(14px);
}

.mobile-gallery-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(17,17,15,.22);
  transition: width .2s ease, background .2s ease;
}

.mobile-gallery-dots span.is-active {
  width: 18px;
  background: rgba(17,17,15,.62);
}

.mobile-gallery-dialog.is-closing .mobile-gallery-shell {
  animation: auraMobileGalleryOut .18s cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes auraMobileGalleryOut {
  to {
    opacity: 0;
    transform: translateY(18px) scale(.985);
  }
}

@media (min-width: 761px) {
  .mobile-gallery-dialog {
    display: none !important;
  }
}


/* AURA Studios v2.62 — desktop lightbox interaction polish */
@media (min-width: 761px) {
  [data-lightbox] [data-lightbox-image] {
    cursor: pointer !important;
  }

  [data-lightbox] [data-lightbox-image]:hover {
    transform: scale(.995);
  }
}


/* AURA Studios v2.63 — mobile gallery tap-to-close */
.mobile-gallery-slide,
.mobile-gallery-slide img {
  cursor: pointer;
}

@media (max-width: 760px) {
  .mobile-gallery-track {
    touch-action: pan-x;
  }
}


/* AURA Studios v2.64 — mobile gallery pinch zoom */
.mobile-gallery-slide img {
  transform-origin: center center;
  transition: transform .18s cubic-bezier(.22,.61,.36,1);
}

.mobile-gallery-track:has(.mobile-gallery-slide img[style*="scale"]) {
  overflow-x: hidden;
}


/* AURA Studios v2.65 — mobile gallery optimized zoom and pan */
.mobile-gallery-track.is-zoomed {
  overflow-x: hidden !important;
  scroll-snap-type: none !important;
  touch-action: none !important;
}

.mobile-gallery-track.is-zoomed .mobile-gallery-slide img {
  cursor: grab;
  transition: transform .06s linear;
}

.mobile-gallery-slide img {
  will-change: transform;
}

/* AURA legal pages and cookie notice */
.legal-page {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 96px;
  color: var(--ink, #11110f);
}

.legal-page h1 {
  margin: 24px 0 28px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: .98;
  letter-spacing: -.04em;
}

.legal-page h2 {
  margin: 34px 0 12px;
  font-size: 22px;
  letter-spacing: -.02em;
}

.legal-page p {
  margin: 0 0 16px;
  max-width: 760px;
  color: rgba(17,17,15,.72);
  font-size: 17px;
  line-height: 1.65;
}

.legal-page a,
.legal-links a,
.cookie-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(17,17,15,.62);
  text-decoration: none !important;
}

.legal-updated {
  margin-top: 36px !important;
  color: rgba(17,17,15,.48) !important;
  font-size: 14px !important;
}

.legal-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 18px 16px 28px;
  color: rgba(17,17,15,.56);
  font-size: 13px;
}

.cookie-notice {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 80;
  transform: translateX(-50%);
  width: min(720px, calc(100% - 28px));
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 14px 14px 18px;
  border: 1px solid rgba(17,17,15,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 70px rgba(17,17,15,.16);
  backdrop-filter: blur(18px);
  transition: opacity .22s ease, transform .22s ease;
}

.cookie-notice.is-hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(12px);
}

.cookie-notice p {
  margin: 0;
  color: rgba(17,17,15,.66);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-notice button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  background: #11110f;
  color: #fff;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .cookie-notice {
    align-items: stretch;
    flex-direction: column;
    bottom: 12px;
    padding: 16px;
    border-radius: 20px;
  }

  .cookie-notice button {
    width: 100%;
  }

  .legal-links {
    padding-bottom: 110px;
  }
}

