:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f8f6fb;
  --text: #312f36;
  --muted: #66616f;
  --line: #e8e1f0;
  --primary: #8b4ab3;
  --primary-dark: #6d3790;
  --accent: #5dc969;
  --accent-dark: #42ab4e;
  --shadow: 0 18px 48px rgba(74, 35, 100, 0.08);
  --radius: 22px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

.top-border {
  height: 6px;
  background: var(--primary);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(139, 74, 179, 0.12);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 90px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 168px;
  height: auto;
}

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

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5b5862;
  transition: 0.2s ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--primary-dark);
  background: rgba(139, 74, 179, 0.08);
}

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

.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--primary-dark);
  transition: 0.2s ease;
}

.icon-link:hover {
  background: rgba(139, 74, 179, 0.08);
}

.btn,
.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(139, 74, 179, 0.22);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  color: #fff;
  background: var(--accent);
}

.btn-secondary:hover {
  background: var(--accent-dark);
}

.btn-outline {
  background: transparent;
  color: var(--primary-dark);
  border: 1px solid rgba(139, 74, 179, 0.24);
}

.btn-outline:hover {
  background: rgba(139, 74, 179, 0.06);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--primary-dark);
}

.hero {
  padding: 54px 0 18px;
}

.hero-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.08;
}

.hero-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  color: #4d4760;
  font-size: 13px;
  font-weight: 700;
}

.hero-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.hero-card strong {
  display: block;
  font-size: 18px;
}

.hero-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 38px 0;
}

.section-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
}

.section-subtitle {
  margin: 0 0 28px;
  color: var(--muted);
  max-width: 820px;
}

.studio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.studio-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.studio-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.studio-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

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

.studio-card h3,
.content-card h2,
.info-card h3 {
  margin: 0;
}

.studio-card p {
  margin: 0;
  color: var(--muted);
}

.studio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.studio-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.highlight-grid,
.contact-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.info-card p,
.info-card li {
  color: var(--muted);
}

.list-check,
.payments-list,
.equipment-list {
  margin: 0;
  padding-left: 18px;
}

.list-check li,
.payments-list li,
.equipment-list li {
  margin-bottom: 8px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.cta-band {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(139, 74, 179, 0.1), rgba(93, 201, 105, 0.14));
  border: 1px solid rgba(139, 74, 179, 0.12);
}

.cta-band h2,
.cta-band p {
  margin: 0;
}

.cta-band .hero-actions {
  margin-top: 20px;
}

.site-footer {
  margin-top: 30px;
  padding: 28px 0 44px;
  border-top: 1px solid var(--line);
  background: #faf8fd;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.footer-grid p,
.footer-grid li {
  color: var(--muted);
}

.footer-nav,
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li,
.footer-list li {
  margin-bottom: 10px;
}

.copyright {
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
}

.page-hero {
  padding: 38px 0 22px;
}

.breadcrumbs {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  text-transform: uppercase;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 34px;
  align-items: start;
}

.gallery-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #f3f0f8;
}

.gallery-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.gallery-thumb {
  padding: 0;
  border: 3px solid #e12727;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

.gallery-thumb.is-active {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(225, 39, 39, 0.16);
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.content-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.content-card h1 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.content-card .lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-price {
  margin: 24px 0;
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
}

.hero-price strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.quick-info div {
  padding: 14px;
  border-radius: 18px;
  background: #faf8fd;
  border: 1px solid var(--line);
}

.quick-info strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.page-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  position: sticky;
  top: 118px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.sidebar-card h3 {
  margin: 0 0 14px;
}

.sidebar-card p {
  margin: 0 0 14px;
  color: var(--muted);
}

.sidebar-card .btn,
.sidebar-card .btn-link {
  width: 100%;
}

.details-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.details-card h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 28px;
}

.details-card p {
  color: var(--muted);
}

.details-card details {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.details-card details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.details-card summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.details-card summary::-webkit-details-marker {
  display: none;
}

.details-card summary::after {
  content: "+";
  float: right;
  color: var(--primary);
  font-size: 22px;
  line-height: 1;
}

.details-card details[open] summary::after {
  content: "−";
}

.inline-link {
  color: var(--primary-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.map-card,
.faq-card {
  padding: 24px;
  border-radius: 24px;
  background: #faf8fd;
  border: 1px solid var(--line);
}

.faq-card h2,
.map-card h2 {
  margin-top: 0;
  margin-bottom: 14px;
}

.faq-card details {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.faq-card details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.28);
  font-weight: 800;
}

.whatsapp-float svg {
  flex: 0 0 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;
}

@media (max-width: 1100px) {
  .hero-box,
  .page-hero-grid,
  .page-section-grid,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .studio-grid,
  .highlight-grid,
  .contact-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-card {
    position: static;
  }
}

@media (max-width: 860px) {
  .header-inner {
    min-height: 76px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-wrap {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-wrap.is-open {
    display: flex;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
  }

  .nav a {
    justify-content: flex-start;
    border-radius: 14px;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: stretch;
  }

  .header-actions .btn {
    flex: 1 1 auto;
  }

  .hero-card {
    position: static;
    margin-top: 14px;
  }

  .hero-image {
    overflow: visible;
    box-shadow: none;
  }
}

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

  .brand img {
    width: 142px;
  }

  .hero,
  .section,
  .page-hero {
    padding-top: 28px;
  }

  .studio-grid,
  .highlight-grid,
  .contact-grid,
  .info-grid,
  .quick-info {
    grid-template-columns: 1fr;
  }

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

  .content-card,
  .details-card,
  .sidebar-card,
  .info-card,
  .map-card,
  .faq-card,
  .cta-band {
    padding: 20px;
  }

  .whatsapp-float {
    right: 12px;
    left: 12px;
    justify-content: center;
  }
}
