:root {
  --ivory: #f7f1eb;
  --soft-ivory: #fbf8f4;
  --sage: #aeb8a3;
  --sage-deep: #75836c;
  --taupe: #a9846d;
  --brown: #6a574d;
  --ink: #2f2a27;
  --muted: #746b65;
  --line: rgba(91, 77, 68, 0.18);
  --shadow: 0 22px 70px rgba(69, 55, 46, 0.16);
  --radius: 8px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft-ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: fixed;
  inset: 14px 18px auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(251, 248, 244, 0.82);
  box-shadow: 0 14px 44px rgba(47, 42, 39, 0.12);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 54px;
  height: 54px;
  padding: 6px;
  border-radius: 50%;
  object-fit: contain;
  background: var(--ivory);
}

nav {
  display: flex;
  gap: clamp(12px, 2.5vw, 30px);
  color: var(--brown);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

nav a,
.social-link {
  transition: color 180ms ease;
}

nav a:hover,
.social-link:hover {
  color: var(--taupe);
}

.header-cta,
.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta {
  padding: 0 22px;
  color: white;
  background: var(--sage-deep);
}

.btn {
  padding: 0 24px;
}

.btn:hover,
.header-cta:hover,
.sticky-whatsapp:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: var(--sage-deep);
  box-shadow: 0 12px 30px rgba(117, 131, 108, 0.25);
}

.btn-secondary {
  color: var(--brown);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: end start;
  overflow: hidden;
  padding: 124px clamp(20px, 7vw, 92px) 78px;
  color: white;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(42, 35, 31, 0.98), rgba(42, 35, 31, 0.86) 31%, rgba(42, 35, 31, 0.22) 62%, rgba(42, 35, 31, 0.48)),
    linear-gradient(180deg, rgba(42, 35, 31, 0.18), rgba(42, 35, 31, 0.38));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  max-width: 720px;
}

.hero-logo {
  width: clamp(112px, 15vw, 170px);
  height: clamp(112px, 15vw, 170px);
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.14);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 650px;
  font-size: clamp(3.3rem, 7.8vw, 6.8rem);
  letter-spacing: 0;
}

h2 {
  color: var(--brown);
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  letter-spacing: 0;
}

h3 {
  color: var(--brown);
  font-size: clamp(1.65rem, 2.6vw, 2.3rem);
}

.hero p {
  max-width: 550px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section {
  padding: clamp(72px, 9vw, 128px) clamp(20px, 7vw, 92px);
}

.section-label {
  display: block;
  margin-bottom: 12px;
  color: var(--sage-deep);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-copy,
.section-heading,
.gallery-copy {
  max-width: 760px;
}

.section-copy p,
.section-heading p,
.gallery-copy p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.about,
.location {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  background: linear-gradient(180deg, var(--soft-ivory), var(--ivory));
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  justify-self: end;
  width: min(100%, 620px);
}

.about-grid img {
  width: 100%;
  height: clamp(280px, 32vw, 420px);
  object-fit: cover;
  object-position: center 42%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-points {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.46);
}

.about-points p {
  margin: 0;
  color: var(--muted);
}

.about-points p + p,
.about-points p + .hours-list,
.about-points .hours-list + p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.about-points strong,
.hours-list > strong {
  display: block;
  color: var(--brown);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hours-list {
  color: var(--muted);
}

.hours-list span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
}

.hours-list b {
  color: var(--brown);
  font-weight: 700;
}

.classes {
  background: #fffdf9;
}

.class-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.class-card {
  min-height: 300px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.92), rgba(247,241,235,0.7)),
    radial-gradient(circle at 88% 12%, rgba(174,184,163,0.28), transparent 34%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.class-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(84, 70, 60, 0.12);
}

.class-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.prices {
  background: var(--ivory);
}

.pricing-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.85fr;
  gap: 16px;
  margin-top: 42px;
}

.price-group {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.55);
}

.price-group.featured {
  color: white;
  background: var(--sage-deep);
}

.price-group.featured h3,
.price-group.featured .price-row {
  color: white;
  border-color: rgba(255, 255, 255, 0.22);
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

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

.price-row strong {
  color: inherit;
  font-size: 1.15rem;
}

.center-cta {
  margin-top: 32px;
  text-align: center;
}

.gallery {
  background: #fffdf9;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  grid-auto-rows: 260px;
  gap: 16px;
  margin-top: 40px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.gallery-grid .wide {
  grid-row: span 2;
}

.map-card {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  filter: saturate(0.75) contrast(0.95);
}

.contact {
  padding-bottom: 90px;
  background:
    linear-gradient(rgba(47, 42, 39, 0.58), rgba(47, 42, 39, 0.58)),
    url("assets/images/slogan-wall.webp") center / cover;
}

.contact-panel {
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(34px, 6vw, 68px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(251, 248, 244, 0.9);
  box-shadow: var(--shadow);
}

.contact-panel img {
  width: 104px;
  height: 104px;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.contact-panel p {
  max-width: 560px;
  margin: 20px auto 0;
  color: var(--muted);
}

.contact-links {
  justify-content: center;
}

.social-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--brown);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-footer {
  padding: 30px 20px 90px;
  text-align: center;
  color: var(--muted);
  background: #fffdf9;
  font-size: 0.9rem;
}

.site-footer p {
  margin: 5px 0;
}

.credit {
  color: rgba(116, 107, 101, 0.72);
}

.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  display: none;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: white;
  border-radius: 999px;
  background: var(--sage-deep);
  box-shadow: 0 16px 40px rgba(47, 42, 39, 0.2);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 940px) {
  .site-header {
    inset: 10px 10px auto;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding: 108px 20px 62px;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(42, 35, 31, 0.42), rgba(42, 35, 31, 0.9)),
      linear-gradient(90deg, rgba(42, 35, 31, 0.82), rgba(42, 35, 31, 0.18));
  }

  .about,
  .location {
    grid-template-columns: 1fr;
  }

  .class-grid,
  .pricing-layout {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 220px;
  }
}

@media (max-width: 640px) {
  .header-cta {
    padding: 0 18px;
  }

  .hero {
    min-height: 94svh;
  }

  .hero-logo {
    width: 104px;
    height: 104px;
  }

  .hero-actions,
  .contact-links {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .header-cta {
    width: 100%;
  }

  .site-header .header-cta {
    width: auto;
  }

  .about-grid,
  .class-grid,
  .pricing-layout,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-grid img {
    height: 330px;
  }

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

  .gallery-grid {
    grid-auto-rows: 260px;
  }

  .gallery-grid .wide {
    grid-row: span 1;
  }

  .sticky-whatsapp {
    display: flex;
    left: 16px;
    right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
