/* ============================================================
   Bellus Eventos — site institucional (estático)
   Identidade espelhando o app de proposta (noivadossonhos.com.br)
   ============================================================ */

:root {
  --bg: #f9f8f6;
  --ivory: #f0ece6;
  --cream: #f4f1eb;
  --ink: #1a1a1a;
  --ink-soft: #7e7367;
  --charcoal: #141414;
  --gold: #8f734d;
  --gold-2: #b49764;
  --gold-soft: #caaa72;
  --green: #1d7a4f;
  --line: #e0dad1;
  --line-dark: rgba(249, 248, 246, 0.14);
  --gold-grad: linear-gradient(135deg, var(--gold), var(--gold-2));
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--gold-soft); color: var(--charcoal); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

h1, h2, h3 { font-weight: 500; line-height: 1.18; margin: 0; }
.font-serif { font-family: var(--font-serif); font-weight: 300; letter-spacing: -0.012em; }

/* ── Layout ─────────────────────────────────────────────── */
.container { width: 100%; max-width: 72rem; margin-inline: auto; padding-inline: 1.25rem; }
.narrow { max-width: 48rem; }
.center { text-align: center; margin-top: 2.5rem; }
@media (min-width: 768px) { .container { padding-inline: 2rem; } }

.section { padding-block: 4.5rem; position: relative; }
[id] { scroll-margin-top: 4.75rem; }
@media (min-width: 768px) { .section { padding-block: 6.5rem; } }
.section--tint { background: var(--ivory); }
.section--dark { background: var(--charcoal); color: var(--cream); overflow: hidden; isolation: isolate; }

.section__head { max-width: 42rem; margin-bottom: 2.75rem; }
.section__title { font-size: clamp(2rem, 5vw, 2.8rem); }
.section__title.light { color: var(--cream); }
.section__title::after { content: ""; display: block; width: 0; height: 2px; margin-top: 0.7rem; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); transition: width 0.9s var(--ease) 0.2s; }
.section__title.is-inview::after { width: 2.8rem; }
.tw-caret { display: inline-block; width: 2px; height: 0.8em; margin-left: 3px; vertical-align: -0.04em; background: var(--gold-soft); animation: twBlink 0.7s steps(1) infinite; }
@keyframes twBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.section__intro { margin-top: 1rem; font-size: 1.075rem; color: var(--ink-soft); }
.section--dark .section__intro { color: rgba(244, 241, 235, 0.72); }

.eyebrow { font-size: 0.72rem; line-height: 1; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 0; }
.eyebrow--light { color: var(--gold-soft); }

.hairline { height: 1px; width: 3.5rem; background: linear-gradient(90deg, var(--gold), var(--gold-soft), var(--gold)); }

/* ── Botões ─────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; min-height: 3.25rem; padding: 0.95rem 2rem; border-radius: 4px; font-family: var(--font-sans); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.4px; cursor: pointer; border: 1px solid transparent; transition: all 0.25s var(--ease); }
.btn .ic { flex: none; }
.btn--primary { background: var(--gold-grad); color: #fff; }
.btn--primary:hover { filter: brightness(0.96); box-shadow: 0 14px 34px -16px rgba(143, 115, 77, 0.7); }
.btn--primary:active { transform: scale(0.99); }
.btn--primary:disabled { background: #cfc6b6; cursor: not-allowed; filter: none; box-shadow: none; }
.btn--ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--ghost-light { background: transparent; border-color: var(--line-dark); color: var(--cream); }
.btn--ghost-light:hover { border-color: var(--gold-soft); color: var(--gold-soft); }

/* ── Nav ────────────────────────────────────────────────── */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background 0.3s var(--ease), backdrop-filter 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; padding-block: 0.85rem; }
.nav__logo { height: 2.5rem; width: auto; }
.nav.is-scrolled { background: rgba(20, 20, 20, 0.82); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--line-dark); }
.nav__cta { min-height: 2.6rem; padding: 0.5rem 1.1rem; background: transparent; border-color: var(--line-dark); color: var(--cream); }
.nav__cta:hover { border-color: var(--gold-soft); color: var(--gold-soft); }

/* ── Fundo cinematográfico (partículas + grão + brilho) ──── */
.particles { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.section--dark > .container, .hero__inner, .footer__inner, .contact { position: relative; z-index: 2; }
.section--dark::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero__glow { position: absolute; inset-inline: 0; top: -10%; height: 60%; z-index: 1; pointer-events: none; opacity: 0.4; filter: blur(60px); background: radial-gradient(50% 60% at 50% 0%, rgba(199, 162, 107, 0.25), transparent); }

/* ── Hero ───────────────────────────────────────────────── */
.hero { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 92svh; padding-block: 6rem 2.5rem; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(6,6,6,0.5) 0 1px, transparent 1px 4px), repeating-linear-gradient(90deg, rgba(6,6,6,0.5) 0 1px, transparent 1px 4px), linear-gradient(180deg, rgba(16,16,16,0.42), rgba(10,10,10,0.6)); }
.hero .particles { z-index: 2; }
.hero .hero__inner { z-index: 3; }
.hero__inner { max-width: 48rem; }
.hero__logo { height: 4.5rem; width: auto; margin-bottom: 1.75rem; }
.hero__title { font-size: clamp(3.25rem, 11vw, 5.5rem); line-height: 1.02; color: var(--cream); margin-top: 0.5rem; }
.hero__lead { margin-top: 1.6rem; max-width: 34rem; font-size: 1.15rem; color: rgba(244, 241, 235, 0.82); }
.hero__actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: 0.85rem; }
.hero .hairline { margin-top: 3rem; }
.hero__scroll { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 3; display: inline-flex; flex-direction: column; align-items: center; gap: 0.45rem; color: var(--gold-soft); text-decoration: none; }
.hero__scroll-label { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.78; }
.hero__scroll-ic { animation: scrollHint 2.2s ease-in-out infinite; }
@keyframes scrollHint { 0%, 100% { transform: translateY(0); opacity: 0.5; } 50% { transform: translateY(7px); opacity: 1; } }
@media (min-width: 768px) { .hero__logo { height: 5.5rem; } }

/* ── Manifesto ──────────────────────────────────────────── */
.manifesto__lead { font-size: clamp(2rem, 6vw, 3rem); line-height: 1.06; color: var(--ink); }
.manifesto__body { margin-top: 2rem; display: grid; gap: 1.25rem; max-width: 40rem; font-size: 1.1rem; color: var(--ink-soft); }
.manifesto__quote { margin: 2.5rem 0 0; padding-left: 1.5rem; border-left: 2px solid var(--gold); font-size: clamp(1.4rem, 3.5vw, 1.75rem); line-height: 1.32; color: var(--ink); }
.manifesto__close { margin-top: 2.5rem; max-width: 40rem; font-size: 1.1rem; color: var(--ink-soft); }

/* ── Comparação ─────────────────────────────────────────── */
.compare { display: grid; gap: 1.25rem; }
@media (min-width: 720px) { .compare { grid-template-columns: 1fr 1fr; } }
.compare__col { padding: 2rem 1.75rem; border-radius: 14px; border: 1px solid var(--line); background: var(--bg); }
.compare__col--muted { opacity: 0.92; }
.compare__col--bellus { border-color: rgba(143, 115, 77, 0.45); box-shadow: 0 18px 50px -30px rgba(143, 115, 77, 0.5); }
.compare__tag { display: inline-block; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.85rem; }
.compare__tag--gold { color: var(--gold); font-weight: 600; }
.compare__h { font-size: 1.3rem; margin-bottom: 0.65rem; }
.compare__col p { margin: 0; color: var(--ink-soft); }

/* ── Portfólio ──────────────────────────────────────────── */
.portfolio-feature { max-width: 60rem; margin-inline: auto; }
.video { position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; background: #000; box-shadow: 0 32px 70px -34px rgba(0, 0, 0, 0.6); border: 1px solid var(--line); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pf-play { display: block; width: 100%; padding: 0; cursor: pointer; }
.pf-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.35); }
.video::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2); z-index: 1; transition: background 0.3s; pointer-events: none; }
.pf-play:hover::before { background: rgba(0, 0, 0, 0.08); }
.pf-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }
.pf-btn svg { padding: 1.05rem; border-radius: 50%; border: 1px solid rgba(202, 170, 114, 0.6); background: rgba(0, 0, 0, 0.4); color: var(--gold-soft); box-sizing: content-box; transition: transform 0.3s; }
.pf-play:hover .pf-btn svg { transform: scale(1.06); }
.pf-play.is-playing .pf-poster, .pf-play.is-playing .pf-btn { display: none; }
.pf-play.is-playing::before { display: none; }

/* ── Como funciona ──────────────────────────────────────── */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; }
@media (min-width: 760px) { .steps { grid-template-columns: 1fr 1fr; gap: 1.5rem 3rem; } }
.steps__item { display: flex; gap: 1.1rem; align-items: flex-start; }
.steps__n { font-family: var(--font-serif); font-size: 1.6rem; color: var(--gold); line-height: 1; min-width: 2.2rem; }
.steps__item h3 { font-size: 1.15rem; margin-bottom: 0.3rem; }
.steps__item p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

/* ── Cards de experiências ──────────────────────────────── */
.cards { display: grid; gap: 1.1rem; }
@media (min-width: 560px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .cards { grid-template-columns: repeat(4, 1fr); } }
.card { padding: 1.75rem 1.5rem; border-radius: 14px; border: 1px solid var(--line); background: var(--bg); transition: border-color 0.25s var(--ease), transform 0.25s var(--ease); }
.card:hover { border-color: rgba(143, 115, 77, 0.5); transform: translateY(-3px); }
.card h3 { font-size: 1.4rem; }
.card__pos { color: var(--gold); font-size: 0.92rem; margin: 0.35rem 0 0.85rem; }
.card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* ── Sobre ──────────────────────────────────────────────── */
.about__text { margin-top: 1.5rem; font-size: 1.1rem; color: rgba(244, 241, 235, 0.8); }
.about__inner { display: grid; gap: 2.2rem; align-items: center; }
.about__photo { margin: 0; max-width: 18rem; }
.about__photo a { display: block; }
.about__photo img {
  display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%;
  border-radius: 14px; border: 1px solid rgba(202, 170, 114, 0.4);
  box-shadow: 0 30px 70px -34px rgba(0, 0, 0, 0.85);
  filter: grayscale(1) contrast(1.05); transition: filter 0.6s ease;
}
.about__photo img:hover { filter: grayscale(0) contrast(1); }
@media (max-width: 767px) { .about__photo { margin-inline: auto; } }
@media (min-width: 768px) {
  .about__inner { grid-template-columns: 0.7fr 1fr; gap: 3.5rem; }
  .about__photo { max-width: none; }
}

/* ── Avaliações Google ───────────────────────────────────── */
.reviews__summary { margin-top: 1.3rem; }
.reviews__badge { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.5rem 1.05rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; text-decoration: none; color: var(--ink); transition: border-color 0.2s; }
.reviews__badge:hover { border-color: var(--gold); }
.reviews__stars { color: var(--gold-2); letter-spacing: 1px; }
.reviews__score { font-weight: 600; }
.reviews__count { color: var(--ink-soft); font-size: 0.9rem; }
.reviews { margin-top: 2.6rem; display: grid; gap: 1.2rem; }
@media (min-width: 768px) { .reviews { grid-template-columns: repeat(3, 1fr); } }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.5rem 1.4rem 1.3rem; display: flex; flex-direction: column; gap: 0.85rem; box-shadow: 0 18px 40px -32px rgba(0, 0, 0, 0.3); }
.review__head { display: flex; align-items: center; gap: 0.7rem; }
.review__avatar { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--gold-grad); color: #fff; font-weight: 600; font-size: 1.05rem; font-family: var(--font-serif); flex-shrink: 0; }
.review__name { font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.review__head .review__stars { font-size: 0.82rem; }
.review__text { margin: 0; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.62; display: -webkit-box; -webkit-line-clamp: 6; line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }

/* ── FAQ ────────────────────────────────────────────────── */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; cursor: pointer; padding: 1.2rem 2.5rem 1.2rem 0; position: relative; font-weight: 500; font-size: 1.05rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; position: absolute; right: 0.4rem; top: 1.5rem; width: 10px; height: 10px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(45deg); transition: transform 0.25s var(--ease); }
.faq__item[open] summary::after { transform: rotate(-135deg); }
.faq__a { padding: 0 2.5rem 1.3rem 0; color: var(--ink-soft); }
.faq__a p { margin: 0; }

/* ── Contato / formulário ───────────────────────────────── */
.contact { display: grid; gap: 2.5rem; }
@media (min-width: 920px) { .contact { grid-template-columns: 0.85fr 1.15fr; gap: 3.5rem; align-items: start; } }
.contact__lead { margin-top: 1.1rem; color: rgba(244, 241, 235, 0.78); font-size: 1.05rem; }
.contact__list { margin: 1.6rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.6rem; }
.contact__list li { position: relative; padding-left: 1.6rem; color: rgba(244, 241, 235, 0.85); font-size: 0.95rem; }
.contact__list li::before { content: ""; position: absolute; left: 0; top: 0.42em; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(29, 122, 79, 0.18); }

.form { display: grid; gap: 1rem; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-dark); border-radius: 16px; padding: 1.6rem; }
@media (min-width: 560px) { .form { padding: 2rem; } }
.form__row { display: grid; gap: 1rem; }
@media (min-width: 560px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 0.4rem; }
.field > span { font-size: 0.82rem; color: rgba(244, 241, 235, 0.82); letter-spacing: 0.02em; }
.field > span i { color: var(--gold-soft); font-style: normal; }
.field input, .field textarea { width: 100%; font-family: var(--font-sans); font-size: 0.98rem; color: var(--cream); background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-dark); border-radius: 8px; padding: 0.72rem 0.85rem; transition: border-color 0.2s var(--ease), background 0.2s var(--ease); }
.field textarea { resize: vertical; min-height: 3.2rem; }
.field input::placeholder, .field textarea::placeholder { color: rgba(244, 241, 235, 0.4); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold-soft); background: rgba(255, 255, 255, 0.08); }
.field input[type="date"] { color-scheme: dark; }
.form__submit { margin-top: 0.5rem; width: 100%; }
.form__note { margin: 0; font-size: 0.78rem; color: rgba(244, 241, 235, 0.5); text-align: center; }
.form__feedback { margin: 0; font-size: 0.95rem; text-align: center; min-height: 1.2rem; }
.form__feedback.is-ok { color: #7fd1a8; }
.form__feedback.is-error { color: #e7a6a6; }

/* ── Rodapé ─────────────────────────────────────────────── */
.footer { position: relative; padding-block: 3.5rem 2rem; }
.footer__inner { display: flex; flex-direction: column; gap: 2rem; }
@media (min-width: 640px) { .footer__inner { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.footer__logo { height: 4rem; width: auto; }
.footer__tag { margin: 0.75rem 0 0; max-width: 18rem; font-size: 0.9rem; color: rgba(244, 241, 235, 0.65); }
.footer__links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; font-size: 0.9rem; color: rgba(244, 241, 235, 0.78); }
.footer__links a { transition: color 0.2s var(--ease); }
.footer__links a:hover { color: var(--gold-soft); }
.footer__ig { display: inline-flex; align-items: center; gap: 0.55rem; }
.footer__ig-ic { animation: igPulse 1.8s ease-in-out infinite; transform-origin: center; }
@keyframes igPulse { 0%, 100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.16); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .hero__scroll-ic, .footer__ig-ic { animation: none; } .section__title::after { transition: none; } .tw-caret { display: none; } }
.footer__rule { margin: 2rem 0 1.25rem; border: none; border-top: 1px solid var(--line-dark); }
.footer__legal { margin: 0; font-size: 0.78rem; color: rgba(244, 241, 235, 0.5); }

/* ── Animação de entrada ────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
