/* Academia Minueto — site público */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand: #7BC043;
  --dark: #1F2528;
  --ink: #22282b;
  --muted: #5b6469;
  --paper: #ffffff;
  --soft: #f4f6f4;
  --line: #e4e8e4;
  --radius: 14px;
  --font-head: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.3rem, 5.5vw, 3.9rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 700; margin-bottom: 18px; }
h3 { font-size: 1.12rem; font-weight: 600; }

.kicker {
  display: inline-block; font-family: var(--font-head); font-size: .8rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em; color: var(--brand); margin-bottom: 10px;
}

/* Botões */
.btn {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head);
  font-weight: 600; font-size: .95rem; padding: 11px 20px; border-radius: 10px;
  border: 1.5px solid transparent; cursor: pointer; transition: .18s;
}
.btn-lg { padding: 14px 26px; font-size: 1.02rem; }
.btn-solid { background: var(--brand); color: #10150d; }
.btn-solid:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* Topbar */
.topbar {
  position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--dark) 92%, transparent);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.07);
}
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 68px; }
.brand { display: flex; align-items: baseline; gap: 6px; }
.brand img { height: 40px; width: auto; }
.brand-mark { font-family: var(--font-head); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.45rem; color: var(--brand); letter-spacing: -0.02em; }
.footer .brand-mark { color: var(--muted); }
.nav { display: flex; gap: 26px; }
.nav a { color: rgba(255,255,255,.82); font-size: .93rem; font-weight: 500; }
.nav a:hover { color: var(--brand); }
.topbar-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; cursor: pointer; }

/* Hero */
.hero {
  min-height: 88vh; display: flex; align-items: center; color: #fff;
  position: relative; overflow: hidden; background: var(--dark);
}
.hero-bgs { position: absolute; inset: 0; }
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s ease;
}
.hero-bg.on { opacity: 1; }
.hero-in { position: relative; z-index: 1; }
.hero-in { padding: 110px 24px 90px; max-width: 1120px; }
.hero h1 { max-width: 13ch; margin: 18px 0 16px; }
.hero-sub { max-width: 52ch; font-size: 1.12rem; color: rgba(255,255,255,.88); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 100px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  font-size: .87rem; font-weight: 500; color: #fff;
}
.hero-badge svg { color: #f5c542; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 26px; }
.hero-tagline { font-size: .9rem; color: rgba(255,255,255,.6); letter-spacing: .02em; }

/* Stats */
.stats { background: var(--dark); color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 26px 24px; }
.stat { text-align: center; }
.stat strong { font-family: var(--font-head); font-size: 1.8rem; display: inline-flex; align-items: center; gap: 5px; color: var(--brand); }
.stat strong svg { color: #f5c542; }
.stat span { display: block; font-size: .85rem; color: rgba(255,255,255,.65); }

/* Seções */
.section { padding: 86px 0; }
.section-dark { background: var(--dark); color: #fff; }
.section-dark .kicker { color: var(--brand); }
.section-dark p { color: rgba(255,255,255,.8); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.col-media img { border-radius: var(--radius); box-shadow: 0 24px 60px -24px rgba(0,0,0,.4); }
.col-text p { margin-bottom: 14px; color: var(--muted); }
.section-dark .col-text p { color: rgba(255,255,255,.8); }

.perks { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.perks li { display: flex; align-items: center; gap: 11px; font-size: .95rem; font-weight: 500; color: var(--ink); }
.perks svg { color: var(--brand); flex-shrink: 0; }

/* Modalidades */
.mod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.mod-card {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius); padding: 26px 22px; transition: .2s;
}
.mod-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--brand) 55%, transparent); }
.mod-icon {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: color-mix(in srgb, var(--brand) 16%, transparent); color: var(--brand); margin-bottom: 16px;
}
.mod-card h3 { margin-bottom: 8px; color: #fff; }
.mod-card p { font-size: .89rem; color: rgba(255,255,255,.7); }

/* Galeria */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.shot { border-radius: var(--radius); overflow: hidden; position: relative; cursor: zoom-in; }
.shot img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: .35s; }
.shot:hover img { transform: scale(1.045); }
.shot figcaption {
  position: absolute; inset: auto 0 0 0; padding: 34px 16px 13px; font-size: .86rem; font-weight: 500; color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
}

/* Horários */
.hours { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.hour-card {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius); padding: 28px 24px;
}
.hour-card svg { color: var(--brand); margin-bottom: 14px; }
.hour-card h3 { color: #fff; margin-bottom: 8px; }
.hour-card p { font-size: .95rem; }
.hour-cta { background: color-mix(in srgb, var(--brand) 14%, transparent); border-color: color-mix(in srgb, var(--brand) 40%, transparent); }
.hour-cta .btn { margin-top: 14px; }

/* Contato */
.contact-grid { align-items: start; }
.contact-list { list-style: none; margin: 20px 0; display: grid; gap: 12px; }
.contact-list li { display: flex; align-items: center; gap: 11px; font-size: .96rem; }
.contact-list svg { color: var(--brand); flex-shrink: 0; }
.contact-list a:hover { color: var(--brand); }
.social { display: flex; gap: 10px; margin-bottom: 26px; }
.social a {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  border: 1.5px solid var(--line); color: var(--ink); transition: .18s;
}
.social a:hover { border-color: var(--brand); color: var(--brand); }
.map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 250px; border: 0; display: block; }

.card-form {
  background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  display: grid; gap: 16px;
}
.card-form h3 { font-size: 1.3rem; }
.card-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 600; }
.card-form input, .card-form textarea {
  font: inherit; padding: 12px 14px; border-radius: 10px; border: 1.5px solid var(--line);
  background: #fff; transition: border-color .15s; resize: vertical;
}
.card-form input:focus, .card-form textarea:focus { outline: none; border-color: var(--brand); }
.card-form .btn { justify-content: center; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.form-ok {
  display: flex; gap: 13px; align-items: flex-start; background: color-mix(in srgb, var(--brand) 14%, #fff);
  border: 1.5px solid var(--brand); border-radius: var(--radius); padding: 16px 18px; margin-bottom: 16px;
}
.form-ok svg { color: var(--brand); flex-shrink: 0; margin-top: 2px; }
.form-ok p { font-size: .9rem; color: var(--muted); }

/* Footer */
.footer { background: var(--dark); color: rgba(255,255,255,.7); padding: 34px 0; }
.footer-in { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-in p { font-size: .85rem; margin-top: 4px; }
.credit a { color: var(--brand); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 90; background: rgba(10,12,13,.92);
  display: grid; place-items: center; padding: 4vw;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-height: 88vh; max-width: 100%; border-radius: 10px; }
.lb-close { position: absolute; top: 22px; right: 26px; background: none; border: 0; color: #fff; cursor: pointer; }

/* Responsivo */
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; gap: 34px; }
  .mod-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .hours { grid-template-columns: 1fr; }
  .stats-in { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 720px) {
  .nav {
    display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column;
    background: var(--dark); padding: 18px 24px 24px; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .topbar-cta .btn span { display: none; }
  .topbar-cta .btn { padding: 11px 13px; }
  .gallery { grid-template-columns: 1fr; }
  .mod-grid { grid-template-columns: 1fr; }
  .hero { min-height: 74vh; }
  .section { padding: 60px 0; }
}
