* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
}

img,
picture,
video,
svg {
  max-width: 100%;
  height: auto;
}

body.menu-open {
  overflow: hidden;
}

.studio-page {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 860px;
  margin: 0 0 105px;
  overflow: visible;
  background-image: url("../../img/bannerOficial.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 6, 5, 0.96) 0%, rgba(8, 6, 5, 0.85) 27%, rgba(8, 6, 5, 0.42) 50%, rgba(8, 6, 5, 0.08) 72%, rgba(8, 6, 5, 0.04) 100%),
    linear-gradient(180deg, rgba(8, 6, 5, 0.38) 0%, transparent 25%, transparent 70%, rgba(8, 6, 5, 0.38) 100%);
}

.hero-header,
.hero-content,
.hero-features {
  position: relative;
  z-index: 2;
}

.hero-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(18px, 1.6vw, 28px);
  width: min(1280px, calc(100% - 100px));
  margin: 0 auto;
  padding: 4px 0 0;
}

.brand img {
  display: block;
  width: clamp(145px, 12vw, 220px);
  height: auto;
  object-fit: contain;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(16px, 1.4vw, 24px);
}

@media (min-width: 992px) {
  .main-nav {
    transform: translateY(-50px);
  }

  .header-schedule {
    margin-left: 60px;
    transform: translateY(-50px);
  }
}

.main-nav a {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nav-schedule {
  display: none;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: #d8ad55;
  transition: width 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.header-schedule,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.header-schedule {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b9635f, #ce7c72);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(216, 173, 85, 0.45);
  border-radius: 12px;
  background: rgba(8, 6, 5, 0.42);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero-content {
  width: min(620px, 44%);
  margin-top: 95px;
  margin-left: max(50px, calc((100vw - 1280px) / 2 + 50px));
  padding-bottom: 120px;
}

.hero-signature {
  margin: 0;
  color: #cf8179;
  font-family: "Allura", "Great Vibes", cursive;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.hero-content h1 {
  margin: 10px 0 22px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 5vw, 84px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.hero-content h1 span {
  color: #c8756f;
}

.hero-description {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.92);
  font-family: Arial, sans-serif;
  font-size: clamp(17px, 1.3vw, 22px);
  line-height: 1.6;
}

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

.button {
  min-height: 60px;
  padding: 0 30px;
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #bb6863, #d07d73);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.button-secondary {
  border: 1px solid rgba(214, 170, 85, 0.8);
  background: rgba(8, 6, 5, 0.32);
  backdrop-filter: blur(4px);
}

.hero-features {
  position: absolute;
  right: auto;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), 1240px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(216, 173, 85, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, #fbf6f1 0%, #f8f1ed 54%, #fff9f4 100%);
  box-shadow: 0 24px 70px rgba(47, 35, 28, 0.16);
}

.feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 185px;
  padding: 34px 42px;
}

.feature-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 36px;
  width: 1px;
  background: rgba(184, 120, 113, 0.18);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(201, 117, 110, 0.35);
  border-radius: 50%;
  color: #c8756f;
  background: rgba(200, 117, 111, 0.06);
}

.feature-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.feature-card h2 {
  margin: 0 0 6px;
  color: #1f1713;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.feature-card p {
  margin: 0;
  color: rgba(31, 23, 19, 0.62);
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.services {
  position: relative;
  isolation: isolate;
  padding: 98px 0 118px;
  background:
    radial-gradient(circle at 8% 14%, rgba(216, 173, 85, 0.08) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 92% 20%, rgba(200, 117, 111, 0.07) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #fffdfb 0%, #fbf6f0 48%, #fffaf6 100%);
  background-size: auto, 34px 34px, auto;
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  inset: 34px 4% auto auto;
  z-index: -1;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 173, 85, 0.12), transparent 68%);
  filter: blur(6px);
}

.services-shell {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
}

.services-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 46px;
}

.section-script {
  margin: 0 0 -8px;
  color: #c49a48;
  font-family: "Allura", "Great Vibes", cursive;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
}

.services-heading h2 {
  margin: 0;
  color: #241914;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 5.8vw, 88px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.services-subtitle {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(36, 25, 20, 0.58);
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.services-all,
.service-schedule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.services-all {
  min-width: 138px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(196, 154, 72, 0.34);
  border-radius: 999px;
  color: #6e4b28;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 42px rgba(72, 49, 35, 0.08);
}

.services-all:hover,
.service-schedule:hover {
  transform: translateY(-2px);
}

.services-carousel {
  --services-carousel-gap: 22px;
  position: relative;
  outline: none;
}

.services-carousel-viewport {
  overflow: hidden;
}

.services-carousel-track {
  display: flex;
  gap: var(--services-carousel-gap);
  align-items: stretch;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.services-carousel.is-animating .services-carousel-arrow,
.services-carousel.is-animating .services-carousel-indicator {
  pointer-events: none;
}

.services-carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(196, 154, 72, 0.34);
  border-radius: 50%;
  color: #9a6b22;
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 16px 38px rgba(64, 42, 30, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.services-carousel-prev {
  left: -24px;
}

.services-carousel-next {
  right: -24px;
}

.services-carousel-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.services-carousel-arrow:hover:not(:disabled) {
  background: #fff6e7;
  box-shadow: 0 20px 44px rgba(64, 42, 30, 0.18);
  transform: translateY(-50%) scale(1.06);
}

.services-carousel-arrow:focus-visible,
.services-carousel-indicator:focus-visible {
  outline: 3px solid rgba(196, 154, 72, 0.34);
  outline-offset: 4px;
}

.services-carousel-arrow:disabled {
  cursor: default;
  opacity: 0.36;
  pointer-events: none;
}

.services-carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.services-carousel-indicator {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(196, 154, 72, 0.42);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.9);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.services-carousel-indicator.is-active {
  width: 26px;
  border-color: rgba(154, 107, 34, 0.72);
  background: linear-gradient(135deg, #b78635, #d9b66f);
}

.service-card {
  display: flex;
  flex: 0 0 calc((100% - (3 * var(--services-carousel-gap))) / 4);
  height: 100%;
  flex-direction: column;
  overflow: visible;
  border: 1px solid rgba(83, 57, 43, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,249,244,0.92));
  box-shadow: 0 22px 60px rgba(64, 42, 30, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(196, 154, 72, 0.24);
  box-shadow: 0 30px 80px rgba(64, 42, 30, 0.16);
}

.service-image {
  display: block;
  height: 190px;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  background: #f6eee7;
}

.service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.65s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.08);
}

.service-content {
  display: flex;
  flex: 1;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  padding: 0 24px 22px;
  text-align: center;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  margin-bottom: 10px;
  flex: 0 0 54px;
  z-index: 1;
  border: 1px solid rgba(196, 154, 72, 0.26);
  border-radius: 50%;
  color: #a7792c;
  background: linear-gradient(135deg, #fff8e8, #f3dfb8);
  box-shadow: 0 14px 32px rgba(95, 68, 35, 0.13);
}

.service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.service-card h3 {
  margin: 0 0 8px;
  color: #241914;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.service-card p {
  margin: 0 0 12px;
  color: rgba(36, 25, 20, 0.58);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.service-schedule {
  width: 100%;
  min-height: 46px;
  margin-top: 8px;
  border: 1px solid rgba(185, 99, 95, 0.18);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #b76b62, #d19183);
  box-shadow: 0 14px 28px rgba(183, 107, 98, 0.18);
}

.service-schedule:hover {
  border-color: rgba(196, 154, 72, 0.34);
  background: linear-gradient(135deg, #ad625a, #c98579);
  box-shadow: 0 18px 36px rgba(183, 107, 98, 0.24);
}

@media (prefers-reduced-motion: reduce) {
  .services-carousel-track,
  .services-carousel-arrow,
  .services-carousel-indicator {
    transition: none;
  }
}
