/* ============================================================
   Sculpe — Leti Grandi · Pilates & Wellness
   Layout 2026 · estética rosa / bem-estar (leve, arejado, sofisticado)
   Paleta rosa/wellness:
     rosa #E8749A · rosa forte #D65C86 · blush #FBEEF2 · off-white #FFF9FB
     ameixa (texto/dark) #2B2430 · champagne #D9B48A
   Sem dependências remotas. System font stack. CSS vanilla.
   ============================================================ */

:root {
  --rose: #e8749a;
  --rose-hi: #d65c86;
  --blush: #fbeef2;
  --cream: #fff9fb;
  --champagne: #d9b48a;

  --ink: #2b2430;
  --bg: #fffafc;
  --surface: #fbeef2;
  --line: #f3dde5;
  --muted: #8a7f88;

  --dark: #2b2430;
  --dark-2: #352c3b;
  --dark-line: #46394f;
  --on-dark: #fdf6f9;
  --on-dark-muted: #c9bcc7;

  --serif: ui-serif, Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --wrap: 1140px;
  --radius: 20px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* Tipografia utilitária */
.eyebrow {
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--rose-hi); margin: 0 0 16px;
}
.eyebrow--light { color: var(--champagne); }
.sec__title {
  font-family: var(--serif); font-weight: 600; letter-spacing: -0.01em;
  font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 20px;
}
.sec__title--light { color: var(--on-dark); }
.sec__text { color: var(--muted); font-size: 1.1rem; max-width: 58ch; }
.sec__text--light { color: var(--on-dark-muted); }

/* Header */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 250, 252, 0.8);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.hdr__in { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.hdr__wordmark {
  font-family: var(--serif); font-size: 1.7rem; font-weight: 600; letter-spacing: 0.02em;
  color: var(--ink); background: linear-gradient(90deg, var(--rose-hi), var(--rose));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hdr__nav { display: flex; align-items: center; gap: 30px; }
.hdr__nav a { font-weight: 600; font-size: 0.96rem; color: var(--ink); }
.hdr__nav a:hover { color: var(--rose-hi); }
.hdr__cta {
  background: var(--rose); color: #fff !important; padding: 10px 22px; border-radius: 999px;
  font-weight: 700; box-shadow: 0 8px 20px rgba(232, 116, 154, 0.3);
}
.hdr__cta:hover { background: var(--rose-hi); }
.hdr__burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.hdr__burger span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: 0.25s; }

/* Hero */
.hero { position: relative; background: var(--blush); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; opacity: 1;
  background:
    radial-gradient(760px 460px at 82% -8%, rgba(232, 116, 154, 0.4), transparent 62%),
    radial-gradient(640px 420px at 4% 118%, rgba(217, 180, 138, 0.3), transparent 58%),
    radial-gradient(900px 600px at 50% 120%, rgba(214, 92, 134, 0.12), transparent 60%);
}
.hero__in { position: relative; padding: 104px 24px 92px; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--rose-hi); margin: 0 0 26px;
  background: rgba(255, 255, 255, 0.7); border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px;
}
.kicker__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 12px var(--rose); }
.hero__title {
  font-family: var(--serif); font-size: clamp(2.6rem, 6.5vw, 5rem); font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.03; margin: 0 0 24px; color: var(--ink);
}
.hero__accent {
  background: linear-gradient(90deg, var(--rose-hi), var(--rose));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  font-style: italic;
}
.hero__lead { color: var(--muted); font-size: 1.22rem; max-width: 58ch; margin: 0 0 34px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.hero__stats { display: flex; gap: 48px; flex-wrap: wrap; margin: 0; padding-top: 34px; border-top: 1px solid var(--line); }
.hero__stats dt { font-family: var(--serif); font-size: 1.9rem; font-weight: 600; color: var(--rose-hi); }
.hero__stats dd { margin: 4px 0 0; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem; padding: 15px 32px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer; transition: 0.2s; font-family: inherit;
}
.btn--solid { background: var(--rose); color: #fff; box-shadow: 0 10px 26px rgba(232, 116, 154, 0.32); }
.btn--solid:hover { background: var(--rose-hi); transform: translateY(-2px); }
.btn--line { border-color: var(--rose); color: var(--rose-hi); }
.btn--line:hover { background: rgba(232, 116, 154, 0.1); }
.btn--full { width: 100%; }

/* Marquee */
.marquee { background: var(--rose); color: #fff; overflow: hidden; }
.marquee__track {
  display: flex; align-items: center; gap: 26px; white-space: nowrap;
  padding: 15px 0; width: max-content; animation: slide 30s linear infinite;
  font-family: var(--serif); font-weight: 500; font-size: 1.1rem; letter-spacing: 0.02em;
}
.marquee__track .sep { opacity: 0.7; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* Sections */
.sec { padding: 96px 0; }
.sec--alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec--dark { background: var(--dark); color: var(--on-dark); }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }

/* MVV (Propósito/Método/Experiência) */
.mvv { display: grid; gap: 16px; }
.mvv__item { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: 0 6px 24px rgba(232, 116, 154, 0.06); }
.mvv__tag { display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rose-hi); margin-bottom: 8px; }
.mvv__item p { margin: 0; color: var(--muted); font-size: 0.99rem; }

/* Experiências (caps) */
.caps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }
.cap { background: var(--dark-2); border: 1px solid var(--dark-line); border-radius: var(--radius); padding: 30px 26px; transition: 0.2s; }
.cap:hover { transform: translateY(-4px); border-color: var(--rose); }
.cap__num { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--champagne); }
.cap h3 { font-family: var(--serif); margin: 12px 0 10px; font-size: 1.35rem; font-weight: 600; }
.cap p { margin: 0; color: var(--on-dark-muted); font-size: 0.97rem; }

/* Programas (prods, sem imagem) */
.prods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.prod { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--cream); transition: 0.2s; box-shadow: 0 6px 24px rgba(232, 116, 154, 0.06); }
.prod:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(214, 92, 134, 0.16); border-color: var(--rose); }
.prod__body { padding: 26px 26px 28px; position: relative; }
.prod__body h3 { font-family: var(--serif); margin: 0 0 8px; font-size: 1.4rem; font-weight: 600; }
.prod__body p { margin: 0; color: var(--muted); font-size: 0.97rem; }
.spec { position: absolute; top: 24px; right: 26px; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--rose-hi); background: var(--blush); padding: 5px 12px; border-radius: 999px; }

/* Serviços (lista, caso usada) */
.servs { list-style: none; margin: 42px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.servs li {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 22px 24px 22px 48px; font-weight: 600; font-size: 1rem; position: relative;
}
.servs li::before {
  content: ""; position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
  width: 11px; height: 11px; background: var(--rose); border-radius: 50%;
}

/* Contato */
.cinfo { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 16px; }
.cinfo li { display: flex; flex-direction: column; gap: 3px; color: var(--on-dark); }
.cinfo span { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--on-dark-muted); }
.cinfo a:hover { color: var(--champagne); }
.form { background: var(--dark-2); border: 1px solid var(--dark-line); border-radius: var(--radius); padding: 30px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--on-dark-muted); }
.field input, .field textarea {
  background: var(--dark); border: 1px solid var(--dark-line); border-radius: var(--radius-sm);
  padding: 13px 15px; color: var(--on-dark); font-family: inherit; font-size: 1rem;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px rgba(232, 116, 154, 0.25); }
.form__status { font-size: 0.95rem; min-height: 1.2em; font-weight: 700; margin: 12px 0 0; color: var(--on-dark); }
.form__status.ok { color: #6bd39a; }
.form__status.err { color: #ff8aa0; }

/* Footer */
.ftr { background: var(--dark); color: var(--on-dark-muted); border-top: 1px solid var(--dark-line); padding: 46px 0; }
.ftr__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ftr__logo { display: inline-block; font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--on-dark); margin-bottom: 8px; }
.ftr p { margin: 0; font-size: 0.9rem; }
.ftr__copy { font-size: 0.82rem; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* Responsivo */
@media (max-width: 940px) {
  .caps { grid-template-columns: repeat(2, 1fr); }
  .prods { grid-template-columns: repeat(2, 1fr); }
  .servs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .hdr__nav { position: fixed; inset: 74px 0 auto 0; flex-direction: column; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px 24px 20px; transform: translateY(-140%); transition: transform 0.3s; }
  .hdr__nav.is-open { transform: none; }
  .hdr__nav a { padding: 14px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .hdr__cta { margin-top: 12px; text-align: center; }
  .hdr__burger { display: block; }
  .grid2 { grid-template-columns: 1fr; gap: 36px; }
  .hero__stats { gap: 28px; }
}
@media (max-width: 560px) {
  .caps { grid-template-columns: 1fr; }
  .prods { grid-template-columns: 1fr; }
  .servs { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
}
