/* =========================================================
   CURSO DE COSTURA E MODELAGEM ONLINE · Método Inaá Club
   Landing — lista de espera
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #F7F2EA; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--fg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 56px; }

/* shared eyebrow — matches /matricula */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-sans);
  font-weight: 600; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--olive); margin: 0 0 18px;
}
.section-eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--rose); }
.section-eyebrow--sand { color: var(--sand-300); }
.section-eyebrow--sand::before { background: var(--lime-accent); }

/* responsive line-break helpers (mirror /matricula) */
.br-mobile { display: none; }
.br-desktop { display: inline; }

/* shared CTA buttons */
.btn-lime {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 18px;
  background: var(--lime-accent); color: var(--neutral-950);
  font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 20px 28px; border: 0; cursor: pointer;
  transition: background 200ms var(--ease-out), transform 200ms var(--ease-out);
}
.btn-lime:hover { background: white; transform: translateY(-1px); }
.btn-lime svg { width: 20px; height: 20px; flex: none; }

.btn-ghost-wine {
  display: inline-flex; align-items: center; gap: 12px;
  background: transparent; color: var(--wine);
  border: 1.5px solid var(--wine);
  font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 15px 28px; cursor: pointer;
  transition: background 200ms, color 200ms;
}
.btn-ghost-wine:hover { background: var(--wine); color: white; }

/* ====================== STICKY TOPBAR ====================== */
.topbar {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--neutral-950); color: var(--sand);
  z-index: 200; transform: translateY(-100%);
  transition: transform 280ms var(--ease-out);
  border-bottom: 1px solid rgba(242,214,179,0.12);
}
.topbar--visible { transform: translateY(0); }
.topbar__inner { max-width: 1280px; margin: 0 auto; padding: 12px 56px; display: flex; align-items: center; gap: 24px; }
.topbar__brand { font-family: var(--font-display); font-weight: 300; font-size: 20px; letter-spacing: 0.18em; text-transform: uppercase; color: white; flex: none; }
.topbar__brand em { font-family: var(--font-script); font-style: normal; font-weight: 400; color: var(--lime-accent); letter-spacing: 0; font-size: 24px; margin-left: 4px; text-transform: none; }
.topbar__pulse { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-sans); font-weight: 600; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(242,214,179,0.85); flex: 1; }
.topbar__dot { width: 8px; height: 8px; background: var(--lime-accent); border-radius: 50%; box-shadow: 0 0 0 4px rgba(221,246,22,0.18); animation: topbar-pulse 1.6s ease-in-out infinite; }
@keyframes topbar-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(221,246,22,0.18); } 50% { box-shadow: 0 0 0 8px rgba(221,246,22,0.05); } }
.topbar__cta { display: inline-flex; align-items: center; gap: 10px; background: var(--lime-accent); color: var(--neutral-950); font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; padding: 12px 22px; cursor: pointer; flex: none; transition: background 200ms, transform 200ms; }
.topbar__cta:hover { background: white; transform: translateY(-1px); }
.topbar__cta svg { width: 14px; height: 14px; }

/* ====================== ANNOUNCE BAR ====================== */
.announce { background: var(--wine); color: var(--sand); font-family: var(--font-sans); font-weight: 600; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 12px 0; overflow: hidden; }
.announce__track { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; padding: 0 24px; }
.announce__dot { width: 4px; height: 4px; background: var(--sand); border-radius: 50%; flex: none; }
.announce em { font-style: normal; color: var(--lime-accent); font-weight: 700; }

/* ====================== HERO ====================== */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0;
  background-image: url("/assets/curso/hero/capa.webp");
  background-size: cover; background-position: center 30%;
  transform: scale(1.04);
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(118deg, rgba(51,51,51,0.86) 30%, rgba(115,67,79,0.55) 56%, rgba(115,67,79,0.10) 78%),
    radial-gradient(ellipse 80% 70% at 20% 60%, rgba(20,20,19,0.55), transparent 70%);
}
.hero__inner { position: relative; max-width: 1280px; margin: 0 auto; padding: 120px 56px; width: 100%; }
.hero__tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(115,67,79,0.55); backdrop-filter: blur(4px);
  color: var(--sand);
  font-family: var(--font-sans); font-weight: 700; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 10px 18px; margin-bottom: 28px;
  border: 1px solid rgba(242,214,179,0.25);
}
.hero__tag-dot { width: 8px; height: 8px; background: var(--lime-accent); border-radius: 50%; box-shadow: 0 0 0 4px rgba(221,246,22,0.25); }
.hero__title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(34px, 5.4vw, 64px); line-height: 1.04;
  letter-spacing: -0.02em; color: var(--sand);
  margin: 0; max-width: 17ch;
}
.hero__title em {
  display: block; font-style: normal;
  font-family: var(--font-script); font-weight: 400;
  color: var(--lime-accent); letter-spacing: 0;
  font-size: clamp(40px, 6.4vw, 78px); line-height: 1; margin-top: 8px;
}
.hero__kicker {
  font-family: var(--font-script); color: var(--sand);
  font-size: clamp(22px, 3vw, 34px); margin: 10px 0 0; opacity: 0.9;
}
.hero__quote {
  font-family: var(--font-serif); font-style: italic;
  font-size: clamp(15px, 1.5vw, 19px); line-height: 1.6;
  color: rgba(242,214,179,0.9); max-width: 46ch;
  margin: 28px 0 0; padding-left: 18px; border-left: 2px solid var(--rose);
}
.hero__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 38px; }
.hero__cta { min-width: 320px; }
.hero__link { color: var(--sand); font-family: var(--font-sans); font-weight: 600; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; border-bottom: 1px solid rgba(242,214,179,0.4); padding-bottom: 3px; }
.hero__link:hover { color: white; }

/* ====================== PROPS ====================== */
.props { background: var(--sand-100); padding: 88px 0; }
.props__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.18; color: var(--wine); text-align: center; max-width: 18ch; margin: 0 auto 56px; }
.props__title em { font-style: normal; color: var(--rose); }
.props__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.prop { background: white; border: 1px solid var(--neutral-300); border-bottom: 3px solid var(--rose); padding: 40px 32px; }
.prop__ico { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; color: var(--rose); background: var(--sand-100); margin-bottom: 22px; }
.prop__ico svg { width: 30px; height: 30px; }
.prop__title { font-family: var(--font-display); font-weight: 700; font-size: 21px; line-height: 1.3; color: var(--wine); margin: 0 0 12px; }
.prop__copy { font-size: 15px; line-height: 1.65; color: var(--neutral-600); margin: 0; }
.prop__copy strong { color: var(--wine); font-weight: 700; }

/* ====================== ABOUT ====================== */
.about { background: white; padding: 96px 0; }
.about__inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 64px; align-items: center; }
.about__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.12; color: var(--wine); margin: 0 0 24px; }
.about__text p { font-size: 16px; line-height: 1.75; color: var(--neutral-600); margin: 0 0 18px; }
.about__text p strong { color: var(--wine); font-weight: 700; }
.about__media { margin: 0; }
.about__media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }

/* ====================== WAITLIST (form) ====================== */
.waitlist { background: var(--wine-700); padding: 96px 0; position: relative; }
.waitlist__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.waitlist__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 3.8vw, 52px); line-height: 1.08; color: white; margin: 0 0 20px; }
.waitlist__title em { font-style: normal; font-family: var(--font-script); color: var(--lime-accent); font-weight: 400; font-size: 1.05em; }
.waitlist__lede { font-size: 17px; line-height: 1.7; color: rgba(242,214,179,0.9); margin: 0 0 28px; }
.waitlist__lede strong { color: var(--lime-accent); font-weight: 700; }
.waitlist__bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.waitlist__bullets li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; font-size: 15px; color: var(--sand); }
.waitlist__bullets li span { color: var(--lime-accent); font-weight: 800; }

/* ---- form-card (shared visual language with /matricula) ---- */
.form-wrap { position: relative; }
.form-card { background: var(--wine); color: var(--sand); padding: 48px 44px 44px; position: relative; box-shadow: 0 30px 60px rgba(115,67,79,0.28); }
.form-card::after { content: ""; position: absolute; top: 18px; left: 18px; right: -18px; bottom: -18px; border: 1px solid var(--olive); z-index: -1; }
.form-card__stamp { position: absolute; top: 24px; right: 28px; font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime-accent); display: flex; align-items: center; gap: 8px; }
.form-card__stamp-dot { width: 6px; height: 6px; background: var(--lime-accent); border-radius: 50%; box-shadow: 0 0 0 4px rgba(221,246,22,0.2); animation: topbar-pulse 1.6s ease-in-out infinite; }
.form-card__eyebrow { font-family: var(--font-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sand-300); margin-bottom: 14px; }
.form-card__title { font-family: var(--font-display); font-weight: 700; font-size: 34px; line-height: 1.05; color: white; margin: 0 0 8px; }
.form-card__title em { font-family: var(--font-script); font-style: normal; color: var(--lime-accent); font-weight: 400; font-size: 42px; display: block; margin-top: 4px; }
.form-card__sub { font-family: var(--font-sans); font-size: 14px; line-height: 1.55; color: rgba(242,214,179,0.85); margin: 14px 0 28px; }
.form-card__sub strong { color: var(--lime-accent); font-weight: 700; }

.form-grid { display: grid; gap: 16px; }
.field { position: relative; }
.field__label { font-family: var(--font-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sand); display: block; margin-bottom: 8px; }
.field__label .req { color: var(--lime-accent); }
.field__input { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(242,214,179,0.25); color: white; font-family: var(--font-sans); font-size: 15px; padding: 14px 16px; border-radius: 0; outline: none; transition: border-color 200ms, background 200ms; }
.field__input:focus { border-color: var(--lime-accent); background: rgba(255,255,255,0.1); }
.field__input::placeholder { color: rgba(242,214,179,0.45); }

.phone-input { display: flex; width: 100%; position: relative; }
.phone-input__ddi { display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(242,214,179,0.25); border-right: 0; color: var(--sand); font-family: var(--font-sans); font-size: 14px; cursor: pointer; flex: none; transition: border-color 200ms, background 200ms; }
.phone-input__ddi:hover, .phone-input__ddi[aria-expanded="true"] { border-color: var(--lime-accent); background: rgba(255,255,255,0.1); }
.phone-input__flag { font-size: 18px; line-height: 1; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; }
.phone-input__code { font-weight: 600; letter-spacing: 0.04em; }
.phone-input__chevron { width: 10px; height: 7px; opacity: 0.7; transition: transform 200ms; }
.phone-input__ddi[aria-expanded="true"] .phone-input__chevron { transform: rotate(180deg); }
.phone-input__field { flex: 1; min-width: 0; }
.phone-input__list { margin: 6px 0 0; padding: 4px 0; list-style: none; background: var(--wine-700); border: 1px solid rgba(242,214,179,0.25); max-height: 260px; overflow-y: auto; position: absolute; top: 100%; left: 0; width: 280px; z-index: 10; }
.phone-input__list[hidden] { display: none; }
.phone-input__list li { display: flex; align-items: center; gap: 12px; padding: 10px 14px; font-family: var(--font-sans); font-size: 14px; color: var(--sand); cursor: pointer; transition: background 150ms; }
.phone-input__list li:hover { background: rgba(255,255,255,0.08); }
.phone-input__list-flag { font-size: 18px; line-height: 1; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; flex: none; }
.phone-input__list-name { flex: 1; }
.phone-input__list-code { font-style: normal; color: rgba(242,214,179,0.6); font-size: 13px; flex: none; font-variant-numeric: tabular-nums; }

.form-error { margin: 0; padding: 12px 14px; background: rgba(158,74,74,0.18); border-left: 2px solid #E26A6A; color: #FFD9D9; font-size: 13px; line-height: 1.4; }

.form-submit { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; background: var(--lime-accent); color: var(--neutral-950); font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; padding: 22px 24px; border: 0; cursor: pointer; transition: transform 200ms, background 200ms; }
.form-submit:hover { background: white; transform: translateY(-1px); }
.form-submit:disabled { opacity: 0.6; cursor: wait; transform: none; }
.form-submit svg { width: 18px; height: 18px; flex: none; }

.form-foot { margin-top: 18px; display: flex; align-items: center; gap: 12px; font-family: var(--font-sans); font-size: 11px; line-height: 1.5; color: rgba(242,214,179,0.7); }
.form-foot svg { width: 14px; height: 14px; flex: none; color: var(--lime-accent); }

.form-success { display: none; text-align: center; padding: 24px 0 8px; }
.form-success svg { width: 56px; height: 56px; color: var(--lime-accent); margin: 0 auto 16px; }
.form-success h4 { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: white; margin: 0 0 10px; }
.form-success p { font-family: var(--font-sans); font-size: 14px; color: rgba(242,214,179,0.85); margin: 0; }
.form-card.is-submitted .form-grid, .form-card.is-submitted .form-card__sub, .form-card.is-submitted .form-foot { display: none; }
.form-card.is-submitted .form-success { display: block; }

/* ====================== LOOKBOOK ====================== */
.lookbook { background: white; padding: 96px 0 88px; }
.lookbook__head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: end; margin-bottom: 40px; }
.lookbook__title { font-family: var(--font-display); font-weight: 700; color: var(--wine); font-size: clamp(34px, 4.6vw, 60px); line-height: 0.95; letter-spacing: -0.02em; margin: 0; }
.lookbook__title em { font-family: var(--font-script); font-style: normal; color: var(--rose); font-weight: 400; font-size: 0.95em; }
.lookbook__intro { font-size: 16px; line-height: 1.65; color: var(--neutral-800); margin: 0; }
.lookbook__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lookbook__item { margin: 0; display: flex; flex-direction: column; cursor: zoom-in; }
.lookbook__photo { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--sand-300); }
.lookbook__photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease-out); }
.lookbook__item:hover .lookbook__photo img { transform: scale(1.04); }
.lookbook__caption { display: flex; align-items: baseline; gap: 16px; padding: 18px 0 4px; border-top: 1px solid rgba(115,67,79,0.18); margin-top: 14px; }
.lookbook__caption-num { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 22px; color: var(--rose); letter-spacing: -0.04em; line-height: 1; flex: none; }
.lookbook__caption-name { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--wine); line-height: 1.1; }
.lookbook__caption-name em { font-family: var(--font-script); font-style: normal; color: var(--rose); font-weight: 400; font-size: 26px; }
.lookbook__foot { display: flex; justify-content: center; margin-top: 40px; }
.lookbook__cta { display: inline-flex; align-items: center; gap: 14px; border: 1px solid var(--wine); color: var(--wine); font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; padding: 16px 28px; transition: all 200ms; }
.lookbook__cta:hover { background: var(--wine); color: white; }
.lookbook__cta svg { width: 14px; height: 14px; }

/* ====================== ESTUDAR ONLINE ====================== */
.online { background: var(--wine); color: var(--sand); padding: 96px 0 88px; position: relative; overflow: hidden; }
.online::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 20% 20%, rgba(166,104,116,0.25), transparent 50%),
             radial-gradient(ellipse at 90% 80%, rgba(115,101,61,0.2), transparent 50%); }
.online .container { position: relative; }
.online__head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: end; margin-bottom: 48px; }
.online__title { font-family: var(--font-display); font-weight: 700; color: white; font-size: clamp(32px, 4.4vw, 58px); line-height: 0.98; letter-spacing: -0.02em; margin: 0; }
.online__title em { font-family: var(--font-script); font-style: normal; color: var(--lime-accent); font-weight: 400; font-size: 1.05em; }
.online__intro { font-size: 16px; line-height: 1.65; color: rgba(242,214,179,0.85); margin: 0; }
.online__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(242,214,179,0.18); border: 1px solid rgba(242,214,179,0.18); }
.online-card { background: var(--wine); padding: 32px 30px; transition: background 200ms; }
.online-card:hover { background: var(--wine-700); }
.online-card__num { font-family: var(--font-display); font-weight: 900; font-style: italic; font-size: 30px; color: var(--lime-accent); letter-spacing: -0.04em; display: block; margin-bottom: 14px; }
.online-card__title { font-family: var(--font-display); font-weight: 700; font-size: 21px; line-height: 1.2; color: white; margin: 0 0 10px; }
.online-card__title em { font-family: var(--font-script); font-style: normal; color: var(--lime-accent); font-weight: 400; font-size: 1.15em; }
.online-card__copy { font-size: 14.5px; line-height: 1.6; color: rgba(242,214,179,0.85); margin: 0; }
.online__cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 44px; background: var(--lime-accent); color: var(--neutral-950); font-family: var(--font-sans); font-weight: 700; font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase; padding: 20px 28px; min-width: 360px; transition: background 200ms, transform 200ms; }
.online__cta:hover { background: white; transform: translateY(-1px); }
.online__cta svg { width: 20px; height: 20px; flex: none; }

/* ====================== PARA QUEM É ====================== */
.forwho { background: var(--olive); color: var(--sand); padding: 96px 0 88px; }
.forwho__head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: end; margin-bottom: 48px; }
.forwho__title { font-family: var(--font-display); font-weight: 700; color: white; font-size: clamp(32px, 4.4vw, 58px); line-height: 0.98; letter-spacing: -0.02em; margin: 0; }
.forwho__title em { font-family: var(--font-script); font-style: normal; color: var(--lime-accent); font-weight: 400; font-size: 1.05em; }
.forwho__intro { font-size: 16px; line-height: 1.65; color: rgba(242,214,179,0.85); margin: 0; }
.forwho__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.for-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(242,214,179,0.18); padding: 30px 28px; transition: background 200ms; }
.for-card:hover { background: rgba(255,255,255,0.09); }
.for-card__num { font-family: var(--font-display); font-weight: 900; font-style: italic; font-size: 30px; color: var(--lime-accent); letter-spacing: -0.04em; display: block; margin-bottom: 14px; }
.for-card__title { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: white; margin: 0 0 10px; line-height: 1.3; }
.for-card__copy { font-size: 14.5px; line-height: 1.65; color: rgba(242,214,179,0.85); margin: 0; }

/* ====================== DENTRO DO CLUB ====================== */
.inside { background: var(--wine); padding: 96px 0; color: var(--sand); }
.inside__head { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; margin-bottom: 56px; }
.inside__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 3.6vw, 48px); line-height: 1.1; color: white; margin: 0; }
.inside__title em { font-style: normal; font-family: var(--font-script); color: var(--lime-accent); font-weight: 400; }
.stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, auto); gap: 32px; }
.stats li { text-align: center; }
.stats__num { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 4vw, 52px); color: var(--lime-accent); line-height: 1; display: inline-block; text-align: right; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
.stats__plus { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 3vw, 36px); color: var(--lime-accent); }
.stats__plus--empty { visibility: hidden; }
.stats__lbl { display: block; margin-top: 8px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,214,179,0.8); font-weight: 600; }
.modules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(242,214,179,0.18); border: 1px solid rgba(242,214,179,0.18); }
.mod { background: var(--wine); padding: 28px 26px; transition: background 200ms; }
.mod:hover { background: var(--wine-700); }
.mod h3 { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--lime-accent); margin: 0 0 10px; line-height: 1.3; }
.mod p { font-size: 14px; line-height: 1.6; color: rgba(242,214,179,0.82); margin: 0; }

/* ====================== TESTIMONIALS ====================== */
.testi { background: var(--olive); color: var(--sand); padding: 96px 0 88px; position: relative; overflow: hidden; }
.testi::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 80% 20%, rgba(242,214,179,0.16), transparent 50%),
             radial-gradient(ellipse at 10% 90%, rgba(166,104,116,0.18), transparent 50%); }
.testi .container { position: relative; }
.testi__head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: end; margin-bottom: 48px; }
.testi__title { font-family: var(--font-display); font-weight: 700; color: white; font-size: clamp(32px, 4.4vw, 58px); line-height: 0.95; letter-spacing: -0.02em; margin: 0; }
.testi__title em { font-family: var(--font-script); font-style: normal; color: var(--lime-accent); font-weight: 400; font-size: 1.1em; }
.testi__intro { font-size: 16px; line-height: 1.65; color: rgba(242,214,179,0.85); margin: 0; }
.testi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testi-card { margin: 0; background: white; overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,0.18); cursor: zoom-in; transition: transform 240ms var(--ease-out); }
.testi-card:hover { transform: translateY(-3px); }
.testi-card img { width: 100%; height: auto; display: block; }

/* ====================== TROPHY (recognition) ====================== */
.trophy { position: relative; background: var(--rose); padding: 88px 0 96px; overflow: hidden; }
.trophy__head { position: relative; z-index: 2; text-align: center; margin-bottom: 48px; }
.trophy__head .section-eyebrow { display: inline-flex; }
.trophy__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 3.6vw, 48px); color: white; margin: 0 0 16px; }
.trophy__title em { font-style: normal; font-family: var(--font-script); color: var(--lime-accent); font-weight: 400; }
.trophy__lede { max-width: 56ch; margin: 0 auto; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.92); }
.trophy__lede strong { color: var(--lime-accent); font-weight: 700; }
.trophy__hint { display: none; }

/* desktop mosaic — hidden by default (mobile uses its own tappable mosaic) */
.trophy__mosaic { display: none; }
.trophy__veil { display: none; }

/* mobile: tappable rose-tinted mosaic with a traveling spotlight */
.trophy__mgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  position: relative;
  z-index: 2;
  margin-top: 4px;
}
.trophy__mtile {
  appearance: none; -webkit-appearance: none;
  border: 0; padding: 0; margin: 0; font: inherit;
  position: relative; overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--rose);
  border-radius: 4px;
  cursor: zoom-in;
  transition: box-shadow 0.5s var(--ease-out);
}
.trophy__mtile img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  opacity: 0.32;
  filter: saturate(0.45) contrast(1.02) brightness(0.97);
  transition: opacity 0.6s var(--ease-out), filter 0.6s var(--ease-out),
              transform 0.6s var(--ease-out);
}
/* spotlight (auto) + press feedback: photo lights up to full colour */
.trophy__mtile.spot { z-index: 1; box-shadow: 0 10px 26px rgba(92,53,64,0.4); }
.trophy__mtile.spot img,
.trophy__mtile:active img {
  opacity: 1; filter: none; transform: scale(1.04);
}
@media (prefers-reduced-motion: reduce) {
  .trophy__mtile img { transition: opacity 0.2s linear; }
  .trophy__mtile.spot img { transform: none; }
}

@media (min-width: 721px) {
  .trophy { min-height: 860px; padding: 0; display: flex; align-items: flex-start; }
  /* Mosaic must NOT set z-index (stay a non-stacking context) so a hovered
     tile can paint above the veil. 8 cols × 6 rows fill the section. */
  .trophy__mosaic {
    display: grid; position: absolute; inset: 0;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 1fr;
  }
  .trophy__tile { position: relative; overflow: visible; background: var(--rose); }
  .trophy__tile img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; display: block;
    opacity: 0.34; filter: saturate(0.4) contrast(1.03) brightness(0.96);
    mix-blend-mode: luminosity;
    transition: opacity 0.4s var(--ease-out), filter 0.4s var(--ease-out),
                top 0.4s var(--ease-out), bottom 0.4s var(--ease-out),
                left 0.4s var(--ease-out), height 0.4s var(--ease-out),
                transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
  }
  /* hover: lift above siblings; image grows to 3 rows tall keeping its own
     proportion (width:auto) so the whole photo shows with no letterbox. */
  .trophy__tile:hover { z-index: 50; }
  .trophy__tile:hover img {
    opacity: 1; filter: none; mix-blend-mode: normal;
    height: 300%; width: auto;
    top: -100%; bottom: auto; left: 50%; right: auto;
    transform: translateX(-50%);
    box-shadow: 0 26px 64px rgba(0,0,0,0.55);
  }
  /* edge tiles expand inward so they never spill past the section */
  .trophy__tile.vt:hover img { top: 0; bottom: auto; }
  .trophy__tile.vb:hover img { top: auto; bottom: 0; }

  /* soft rose veil top & bottom so the heading stays legible */
  .trophy__veil {
    display: block; position: absolute; inset: 0; z-index: 3; pointer-events: none;
    background: linear-gradient(to bottom,
      rgba(166,104,116,0.92) 0%, rgba(166,104,116,0.45) 16%,
      rgba(166,104,116,0) 34%, rgba(166,104,116,0) 72%,
      rgba(166,104,116,0.55) 100%);
  }

  .trophy__head {
    position: relative; z-index: 60;
    width: 100%; max-width: 1280px; margin: 0 auto;
    padding: 84px 56px 0; pointer-events: none;
  }
  .trophy__title { text-shadow: 0 2px 18px rgba(92,53,64,0.45); }
  .trophy__lede { text-shadow: 0 1px 12px rgba(92,53,64,0.5); }
  .trophy__hint--desktop { display: block; margin-top: 12px; font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.78); }

  .trophy__mgrid { display: none; }
}

/* ====================== PROFESSORAS ====================== */
.profs { background: #F7F2EA; padding: 96px 0 88px; }
.profs__head { margin-bottom: 48px; }
.profs__title { font-family: var(--font-display); font-weight: 700; color: var(--wine); font-size: clamp(34px, 4.6vw, 60px); line-height: 0.95; letter-spacing: -0.02em; margin: 0; }
.profs__title em { font-family: var(--font-script); font-style: normal; color: var(--rose); font-weight: 400; font-size: 1.07em; }
.profs__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.prof-card { background: white; border: 1px solid rgba(115,67,79,0.18); display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 0; overflow: hidden; }
.prof-card--accent { background: var(--wine); color: var(--sand); border-color: var(--wine); }
.prof-card__photo { margin: 0; background: var(--sand-300); position: relative; overflow: hidden; }
.prof-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prof-card__body { padding: 32px 30px 34px; display: flex; flex-direction: column; }
.prof-card__id { display: flex; align-items: baseline; gap: 16px; margin-bottom: 20px; }
.prof-card__num { font-family: var(--font-display); font-weight: 900; font-style: italic; font-size: 30px; color: var(--rose); letter-spacing: -0.04em; line-height: 1; }
.prof-card--accent .prof-card__num { color: var(--lime-accent); }
.prof-card__role { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--olive); }
.prof-card--accent .prof-card__role { color: rgba(242,214,179,0.75); }
.prof-card__name { font-family: var(--font-display); font-weight: 700; font-size: 36px; line-height: 1.05; color: var(--wine); margin: 0 0 16px; letter-spacing: -0.01em; }
.prof-card--accent .prof-card__name { color: white; }
.prof-card__name em { font-family: var(--font-script); font-style: normal; color: var(--rose); font-weight: 400; font-size: 1.17em; }
.prof-card--accent .prof-card__name em { color: var(--lime-accent); }
.prof-card__bio { font-family: var(--font-sans); font-size: 15px; line-height: 1.6; color: var(--neutral-800); margin: 0; }
.prof-card--accent .prof-card__bio { color: rgba(242,214,179,0.85); }
.profs__sig { display: flex; align-items: baseline; gap: 14px; justify-content: center; margin: 44px 0 0; flex-wrap: wrap; }
.profs__sig-script { font-family: var(--font-script); color: var(--rose); font-size: 36px; line-height: 1; }
.profs__sig-text { font-family: var(--font-sans); font-weight: 600; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--olive); }

/* ====================== PARALLAX STATEMENT ====================== */
.parallax {
  position: relative; overflow: hidden;
  background-color: var(--neutral-950);
  background-image: url("/assets/hero/atelier-moodboard.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.parallax__overlay {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(120deg, rgba(92,53,64,0.66) 6%, rgba(115,67,79,0.40) 50%, rgba(20,20,19,0.60) 100%),
    radial-gradient(ellipse 78% 78% at 50% 46%, transparent 36%, rgba(20,20,19,0.42) 100%);
}
.parallax__inner {
  position: relative; z-index: 2;
  max-width: 980px; margin: 0 auto;
  padding: 150px 56px; text-align: center;
}
.parallax .section-eyebrow { display: inline-flex; justify-content: center; }
.parallax__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 3.6vw, 46px); line-height: 1.12;
  letter-spacing: -0.02em; color: white; margin: 0;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}
.parallax__title em {
  font-style: normal; font-family: var(--font-script);
  color: var(--lime-accent); font-weight: 400; font-size: 1.18em;
}
.parallax__copy {
  margin: 24px auto 0; max-width: 60ch;
  font-size: clamp(16px, 1.6vw, 20px); line-height: 1.6;
  color: rgba(242,214,179,0.92); text-shadow: 0 1px 14px rgba(0,0,0,0.45);
}
.parallax__copy strong { color: var(--lime-accent); font-weight: 700; }

/* ====================== FAQ ====================== */
.faq { background: var(--sand-100); padding: 96px 0; }
.faq .section-eyebrow { display: inline-flex; }
.faq__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3.4vw, 44px); color: var(--wine); margin: 0 0 40px; }
.faq__title em { font-style: normal; font-family: var(--font-script); color: var(--rose); font-weight: 400; font-size: 1.05em; }
.faq__list { max-width: 820px; }
.faq__item { border-bottom: 1px solid var(--neutral-300); }
.faq__item:first-child { border-top: 1px solid var(--neutral-300); }
.faq__q {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 4px;
  font-family: var(--font-display); font-weight: 600; font-size: clamp(16px, 1.7vw, 19px);
  color: var(--wine); line-height: 1.35;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: ""; flex: none; width: 14px; height: 14px;
  background:
    linear-gradient(var(--rose), var(--rose)) center/14px 2px no-repeat,
    linear-gradient(var(--rose), var(--rose)) center/2px 14px no-repeat;
  transition: transform 0.3s var(--ease-out);
}
.faq__item[open] .faq__q { color: var(--rose); }
.faq__item[open] .faq__q::after { transform: rotate(135deg); }
.faq__a { padding: 0 4px 24px; }
.faq__a p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--neutral-600); max-width: 70ch; }

/* ====================== FINAL CTA ====================== */
.finalcta { background: var(--neutral-950); padding: 80px 0; }
.finalcta__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.finalcta__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3.4vw, 42px); color: white; margin: 0 0 12px; }
.finalcta__title em { font-style: normal; font-family: var(--font-script); color: var(--lime-accent); font-weight: 400; }
.finalcta__copy { font-size: 16px; line-height: 1.65; color: rgba(242,214,179,0.85); margin: 0; max-width: 52ch; }
.finalcta__btn { min-width: 320px; }

/* ====================== FOOTER ====================== */
.footer { background: var(--neutral-950); border-top: 1px solid rgba(242,214,179,0.12); padding: 32px 0; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer__brand { font-family: var(--font-display); font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: white; font-size: 18px; }
.footer__brand em { font-family: var(--font-script); font-style: normal; color: var(--lime-accent); text-transform: none; letter-spacing: 0; font-size: 22px; margin-left: 4px; }
.footer__copy { font-size: 12px; color: rgba(242,214,179,0.6); margin: 0; }

/* ====================== STICKY MOBILE CTA ====================== */
.sticky-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 180;
  display: none; align-items: center; justify-content: center; gap: 12px;
  background: var(--lime-accent); color: var(--neutral-950);
  font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 17px 22px; box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  opacity: 0; transform: translateY(120%); transition: opacity 240ms, transform 240ms;
}
.sticky-cta svg { width: 18px; height: 18px; }
.sticky-cta--visible { opacity: 1; transform: translateY(0); }

/* ====================== RESPONSIVE ====================== */
@media (max-width: 1024px) {
  .container { padding: 0 32px; }
  .props__grid, .lookbook__grid, .online__grid, .forwho__grid, .modules, .testi__grid { grid-template-columns: repeat(2, 1fr); }
  .about__inner, .waitlist__inner, .profs__grid,
  .lookbook__head, .online__head, .forwho__head, .testi__head { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .lookbook__head, .online__head, .forwho__head, .testi__head { margin-bottom: 36px; }
  .inside__head { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .stats { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .online__cta { min-width: 0; width: 100%; }
  .prof-card { grid-template-columns: 0.8fr 1.2fr; }
}

@media (max-width: 720px) {
  .container { padding: 0 20px; }
  .topbar__inner { padding: 10px 20px; gap: 12px; }
  .topbar__pulse { display: none; }
  .topbar__cta { font-size: 11px; padding: 10px 14px; flex: 1; justify-content: center; }
  .announce { font-size: 11px; }
  .announce__track { gap: 14px; }

  .hero { min-height: auto; }
  .hero__inner { padding: 80px 20px 72px; }
  .hero__bg { background-position: center 22%; }
  .hero__cta, .finalcta__btn { min-width: 0; width: 100%; }
  .hero__actions { gap: 18px; }

  .props, .about, .waitlist, .lookbook, .online, .forwho, .inside, .testi, .profs { padding: 64px 0; }
  .props__grid, .lookbook__grid, .online__grid, .forwho__grid, .modules, .testi__grid, .profs__grid { grid-template-columns: 1fr; }
  .props__title { margin-bottom: 36px; }

  /* Depoimentos viram carrossel deslizável no mobile, com peek do card
     anterior/seguinte para deixar claro que dá para arrastar. */
  .testi__grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 -20px;           /* full-bleed: cancela o padding do .container */
    padding: 4px 20px 16px;    /* peek encosta na borda da tela */
    overscroll-behavior-x: contain;
  }
  .testi__grid::-webkit-scrollbar { display: none; }
  .testi-card {
    flex: 0 0 80%;             /* ~20% sobra para o peek dos vizinhos */
    scroll-snap-align: center;
    align-self: flex-start;    /* mantém a altura natural de cada card */
  }

  .br-mobile { display: inline; }
  .br-desktop { display: none; }

  .form-card { padding: 36px 24px 28px; }
  .form-card::after { top: 10px; left: 10px; right: -10px; bottom: -10px; }
  .form-card__title { font-size: 28px; }
  .form-card__title em { font-size: 34px; }

  .stats { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }

  .online__cta { min-width: 0; width: 100%; }

  .trophy__hint--mobile { display: block; margin-top: 14px; font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.82); }

  .parallax { background-attachment: scroll; background-position: center 24%; }
  .parallax__inner { padding: 88px 20px; }

  .prof-card { grid-template-columns: 1fr; }
  .prof-card__photo { aspect-ratio: 3/4; max-height: 360px; }

  .finalcta__inner { flex-direction: column; align-items: stretch; text-align: center; }
  .finalcta__copy { max-width: none; }

  .sticky-cta { display: flex; }
}
