:root {
  --paper: #f8f5ed;
  --paper-deep: #eee7d9;
  --ink: #2e2b22;
  --muted: #746f62;
  --olive: #4e513a;
  --olive-deep: #353825;
  --gold: #b18a43;
  --gold-light: #d8c39a;
  --line: rgba(78, 81, 58, 0.18);
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(56, 47, 31, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --script: "Segoe Script", "Brush Script MT", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 15%, rgba(214, 191, 148, 0.14), transparent 27rem),
    var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  z-index: 20;
  mix-blend-mode: multiply;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.section-copy { color: var(--muted); max-width: 38rem; margin: 20px 0 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  padding: 24px 0;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-end { justify-content: flex-end; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo {
  display: block;
  width: clamp(124px, 10vw, 164px);
  height: auto;
  object-fit: contain;
}
.brand-logo-panel { width: 176px; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18)); }
.hero-brand-logo {
  display: block;
  width: clamp(120px, 13vw, 180px);
  height: auto;
  margin: 0 0 20px -4px;
  object-fit: contain;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(177, 138, 67, 0.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.15rem;
}
.brand-name { font-family: var(--serif); font-size: 1.05rem; line-height: 1.05; }
.brand-name small { display: block; margin-top: 4px; color: var(--muted); font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font-size: 0.88rem; font-weight: 600; }
.nav-links a:not(.button):hover { color: var(--gold); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--olive);
  border-radius: 999px;
  background: var(--olive);
  color: white;
  padding: 0 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--olive-deep); box-shadow: 0 12px 25px rgba(53, 56, 37, 0.22); }
.button:focus-visible, .nav-links a:focus-visible, .package-button:focus-visible { outline: 3px solid rgba(177, 138, 67, 0.45); outline-offset: 4px; }
.button-light { background: var(--white); color: var(--olive-deep); border-color: var(--white); }
.button-light:hover { background: #fff; color: var(--olive-deep); }
.wa-glyph { font-size: 1.1rem; line-height: 1; }

.hero { min-height: 780px; display: grid; align-items: center; padding: 132px 0 70px; position: relative; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  left: -88px;
  bottom: -80px;
  width: 440px;
  height: 650px;
  background: url("assets/natal-fundo.png") left bottom / contain no-repeat;
  opacity: 0.32;
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(48px, 7vw, 96px); align-items: center; position: relative; z-index: 1; }
.hero-copy { padding-left: clamp(0px, 3vw, 36px); }
.hero-kicker { color: var(--gold); font-family: var(--serif); letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.82rem; }
.hero h1 {
  position: relative;
  display: inline-block;
  isolation: isolate;
  margin: 8px 0 20px;
  font-family: var(--script);
  font-size: clamp(4.6rem, 9vw, 8rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.08em;
  color: var(--olive-deep);
  text-shadow: 0 0 1px rgba(177, 138, 67, 0.26);
  animation: natal-title-glow 4.8s ease-in-out 1.2s infinite;
}
.hero h1::before {
  content: "";
  position: absolute;
  inset: -0.16em -0.08em -0.2em;
  z-index: -1;
  border-radius: 48%;
  background: radial-gradient(ellipse at center, rgba(216, 195, 154, 0.34), rgba(216, 195, 154, 0.08) 52%, transparent 72%);
  filter: blur(16px);
  opacity: 0.45;
  animation: natal-halo 4.8s ease-in-out 1.2s infinite;
}
.hero h1 span {
  display: block;
  margin: 14px 0 0 42%;
  font-family: var(--serif);
  color: var(--gold);
  font-size: 0.2em;
  letter-spacing: 0.16em;
  animation: natal-year-glow 4.8s ease-in-out 1.2s infinite;
}
.hero-lead { max-width: 30rem; margin: 0 0 30px; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.text-link { color: var(--olive); font-weight: 700; text-underline-offset: 5px; }
.hero-photo-wrap {
  position: relative;
  width: min(100%, 610px);
  max-width: 610px;
  justify-self: end;
  padding: 15px;
  border: 1px solid rgba(177, 138, 67, 0.42);
  border-radius: 44px 12px 44px 12px;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: var(--shadow);
  transform: rotate(0.8deg);
  animation: photo-arrive 1100ms cubic-bezier(.2,.7,.2,1) 180ms both;
}
.hero-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 28px -19px -20px 28px;
  z-index: -1;
  border-radius: 12px 44px 12px 44px;
  background: linear-gradient(145deg, rgba(177, 138, 67, 0.26), rgba(78, 81, 58, 0.13));
}
.hero-photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 32px 6px 32px 6px;
  background: var(--paper-deep);
}
.hero-video-wrap {
  animation:
    photo-arrive 1100ms cubic-bezier(.2,.7,.2,1) 180ms both,
    video-drift 9s ease-in-out 1.4s infinite alternate;
}
.hero-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(46, 43, 34, 0.03), rgba(46, 43, 34, 0.22)),
    linear-gradient(105deg, transparent 0 38%, rgba(255, 253, 248, 0.22) 48%, transparent 58% 100%);
  transform: translateX(-62%);
  animation: film-glow 7.5s ease-in-out 2s infinite;
}
.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.015);
  animation: video-breathe 16s ease-in-out 900ms infinite alternate;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  animation: photo-breathe 14s ease-in-out 1.3s infinite alternate;
}
.hero-note {
  position: absolute;
  right: -28px;
  bottom: 42px;
  min-width: 172px;
  padding: 18px 24px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(177, 138, 67, 0.28);
  border-radius: 18px 4px 18px 4px;
  background: var(--white);
  color: var(--olive-deep);
  box-shadow: 0 16px 42px rgba(56, 47, 31, 0.14);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.3;
  transform: rotate(-2deg);
  animation: note-float 5.5s ease-in-out 1.2s infinite;
}
.hero-note strong { color: var(--gold); display: block; font-size: 1.4rem; }

.landing-page .hero-brand-logo,
.landing-page .hero h1,
.landing-page .hero-lead,
.landing-page .hero-actions {
  animation: copy-rise 780ms cubic-bezier(.2,.7,.2,1) both;
}
.landing-page .hero h1 { animation-delay: 140ms; }
.landing-page .hero h1 {
  animation:
    copy-rise 780ms cubic-bezier(.2,.7,.2,1) 140ms both,
    natal-title-glow 4.8s ease-in-out 1.35s infinite;
}
.landing-page .hero-lead { animation-delay: 210ms; }
.landing-page .hero-actions { animation-delay: 280ms; }

.landing-page .reveal-soft {
  opacity: 0;
  transform: translateY(28px) scale(0.992);
  transition:
    opacity 850ms cubic-bezier(.2,.7,.2,1),
    transform 850ms cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.landing-page .reveal-soft.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.package-card,
.final-card,
.gallery-grid figure {
  transition: transform 280ms ease, box-shadow 280ms ease;
}
.package-card:hover,
.gallery-grid figure:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 62px rgba(56, 47, 31, 0.14);
}
.final-card:hover { transform: translateY(-4px); }

@keyframes copy-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes photo-arrive {
  from { opacity: 0; transform: translateY(24px) rotate(0.8deg) scale(0.985); }
  to { opacity: 1; transform: translateY(0) rotate(0.8deg) scale(1); }
}
@keyframes photo-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}
@keyframes video-breathe {
  from { transform: scale(1.015); }
  to { transform: scale(1.07); }
}
@keyframes video-drift {
  from { transform: translateY(0) rotate(0.8deg); }
  to { transform: translateY(-8px) rotate(0.25deg); }
}
@keyframes film-glow {
  0%, 32% { transform: translateX(-72%); opacity: 0; }
  48% { opacity: 1; }
  72%, 100% { transform: translateX(72%); opacity: 0; }
}
@keyframes note-float {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(-1deg); }
}
@keyframes natal-title-glow {
  0%, 100% {
    text-shadow:
      0 0 1px rgba(177, 138, 67, 0.22),
      0 0 14px rgba(216, 195, 154, 0.08);
  }
  48% {
    text-shadow:
      0 0 1px rgba(177, 138, 67, 0.78),
      0 0 18px rgba(216, 195, 154, 0.34),
      0 0 42px rgba(177, 138, 67, 0.18);
  }
}
@keyframes natal-year-glow {
  0%, 100% { text-shadow: 0 0 0 rgba(177, 138, 67, 0); }
  48% { text-shadow: 0 0 16px rgba(177, 138, 67, 0.45), 0 0 34px rgba(216, 195, 154, 0.28); }
}
@keyframes natal-halo {
  0%, 100% { opacity: 0.28; transform: scale(0.98); }
  48% { opacity: 0.62; transform: scale(1.04); }
}

.campaign-page {
  position: relative;
  overflow: hidden;
  padding: 76px 0 104px;
  background:
    radial-gradient(circle at 18% 8%, rgba(216, 195, 154, 0.24), transparent 26rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(238, 231, 217, 0.48));
}
.campaign-page::before,
.campaign-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.campaign-page::before {
  inset: 42px auto auto -78px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(177, 138, 67, 0.18);
  border-radius: 50%;
}
.campaign-page::after {
  right: -84px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(78, 81, 58, 0.12), transparent 68%);
}
.campaign-page-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(300px, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}
.campaign-page-copy {
  max-width: 420px;
}
.campaign-page-art {
  position: relative;
  margin: 0;
  justify-self: center;
  width: min(100%, 560px);
  padding: clamp(10px, 1.5vw, 16px);
  border: 1px solid rgba(177, 138, 67, 0.32);
  border-radius: 34px 10px 34px 10px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 30px 80px rgba(56, 47, 31, 0.14);
  transform-origin: center;
  animation: page-card-float 8s ease-in-out 1.2s infinite alternate;
}
.campaign-page-art::before {
  content: "";
  position: absolute;
  inset: -18px 32px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(177, 138, 67, 0.7), transparent);
  filter: blur(0.2px);
  animation: page-line-glow 5.6s ease-in-out infinite;
}
.campaign-page-art::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border-radius: 24px 6px 24px 6px;
  background: linear-gradient(112deg, transparent 0 38%, rgba(255, 253, 248, 0.36) 49%, transparent 60% 100%);
  transform: translateX(-72%);
  animation: page-light-sweep 7.2s ease-in-out 900ms infinite;
}
.campaign-page-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 24px 6px 24px 6px;
  background: var(--paper);
}
@keyframes page-card-float {
  from { transform: translateY(0) rotate(-0.25deg); }
  to { transform: translateY(-9px) rotate(0.35deg); }
}
@keyframes page-line-glow {
  0%, 100% { opacity: 0.18; transform: scaleX(0.64); }
  50% { opacity: 0.86; transform: scaleX(1); }
}
@keyframes page-light-sweep {
  0%, 36% { opacity: 0; transform: translateX(-72%); }
  48% { opacity: 1; }
  68%, 100% { opacity: 0; transform: translateX(72%); }
}

.manifesto { padding: 110px 0 100px; }
.manifesto-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.manifesto-grid-text {
  display: block;
  max-width: 760px;
  text-align: center;
}
.manifesto-grid-text .manifesto-quote {
  max-width: 680px;
  margin-inline: auto;
  border-left: 0;
  padding-left: 0;
}
.manifesto-grid-text .section-copy {
  margin-inline: auto;
}
.manifesto-image,
.manifesto-media { min-height: 590px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.manifesto-image { object-fit: cover; }
.manifesto-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  min-height: 0;
  background: var(--paper-deep);
  isolation: isolate;
}
.manifesto-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(31, 29, 21, 0.42));
}
.manifesto-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 48%;
}
.manifesto-video-label {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  color: white;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}
.script-title { color: var(--olive-deep); font-family: var(--script); font-size: clamp(3rem, 6vw, 5rem); font-weight: 400; line-height: 1.1; margin: 0 0 24px; transform: rotate(-2deg); }
.manifesto-quote { border-left: 1px solid var(--gold-light); padding-left: 28px; font-family: var(--serif); font-size: clamp(1.28rem, 2.3vw, 1.8rem); line-height: 1.55; }

.campaign-docs {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 85% 8%, rgba(177, 138, 67, 0.14), transparent 24rem),
    var(--paper);
}
.campaign-docs::before {
  content: "✦";
  position: absolute;
  left: 7%;
  top: 76px;
  color: var(--gold-light);
  font-size: 3.4rem;
  opacity: 0.44;
  animation: page-line-glow 5.8s ease-in-out infinite;
}
.campaign-docs-shell { display: grid; gap: 46px; }
.campaign-docs-head {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}
.faq-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}
.faq-group {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(177, 138, 67, 0.22);
  border-radius: 30px 8px 30px 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 50px rgba(56, 47, 31, 0.08);
}
.faq-label {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.faq-item {
  border-top: 1px solid rgba(78, 81, 58, 0.14);
}
.faq-item:last-child { border-bottom: 1px solid rgba(78, 81, 58, 0.14); }
.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 42px 20px 0;
  color: var(--olive-deep);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--olive);
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 700;
  transform: translateY(-50%);
  transition: transform 200ms ease, background 200ms ease;
}
.faq-item[open] summary::after {
  content: "–";
  background: var(--gold);
  transform: translateY(-50%) rotate(180deg);
}
.faq-item div {
  display: grid;
  gap: 8px;
  padding: 0 42px 20px 0;
  color: var(--muted);
  animation: faq-open 220ms ease both;
}
.faq-item p { margin: 0; }
@keyframes faq-open {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.packages { padding: 100px 0 120px; background: var(--olive-deep); color: var(--white); position: relative; overflow: hidden; }
.packages::before { content: "✦"; position: absolute; right: 5%; top: 48px; color: var(--gold-light); font-size: 4rem; opacity: 0.45; }
.packages .eyebrow { color: var(--gold-light); }
.packages-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 52px; }
.packages-head p { margin: 0; max-width: 28rem; color: rgba(255,255,255,0.68); }
.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.package-card { background: var(--paper); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 48px); position: relative; overflow: hidden; }
.package-card.featured { background: #fffaf0; }
.package-card.featured::after { content: "Recomendado"; position: absolute; right: -42px; top: 32px; width: 170px; text-align: center; transform: rotate(40deg); background: var(--gold); color: white; padding: 6px 0; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.package-name { margin: 0; color: var(--olive-deep); font-family: var(--script); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 400; }
.package-features { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 13px; }
.package-features li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; }
.package-features li::before { content: "✦"; color: var(--gold); }
.price-list { border-top: 1px solid var(--line); margin: 0 0 30px; }
.price-row { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.price-row span { color: var(--ink); font-size: 0.95rem; justify-self: start; }
.price-row strong { color: var(--gold); font-family: var(--serif); font-size: 1.62rem; font-weight: 400; white-space: nowrap; }
.package-button { width: 100%; }

.gallery { padding: 120px 0; }
.gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.gallery-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; grid-template-rows: 260px 260px; gap: 20px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius-md); }
.gallery-grid figure:first-child { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-note { max-width: 22rem; color: var(--muted); }

.final-cta { padding: 20px 0 120px; }
.final-card { display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 40px; padding: clamp(34px, 6vw, 76px); border-radius: var(--radius-lg); color: white; background: linear-gradient(125deg, var(--olive) 0%, var(--olive-deep) 100%); box-shadow: var(--shadow); }
.final-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 400; line-height: 1.05; }
.final-card p { margin: 18px 0 0; color: rgba(255,255,255,0.72); max-width: 34rem; }
.site-footer { border-top: 1px solid var(--line); padding: 30px 0; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 0.86rem; }
.footer-inner a { color: var(--olive); font-weight: 700; }
.mobile-wa { display: none; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 100; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; width: min(520px, calc(100% - 32px)); padding: 14px 18px; border-radius: 14px; color: white; background: var(--ink); box-shadow: var(--shadow); text-align: center; transition: 220ms ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

/* Backoffice */
.dashboard { min-height: 100vh; background: #f3f1ea; }
.dash-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 100vh; }
.sidebar { background: var(--olive-deep); color: white; padding: 28px 22px; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.sidebar .brand { color: white; margin-bottom: 44px; }
.sidebar .brand-logo { width: 176px; }
.sidebar .brand-name small { color: rgba(255,255,255,0.55); }
.side-nav { display: grid; gap: 8px; }
.side-nav a { padding: 12px 14px; border-radius: 12px; text-decoration: none; color: rgba(255,255,255,0.7); font-size: 0.92rem; }
.side-nav a.active { color: white; background: rgba(255,255,255,0.1); }
.side-note { margin-top: auto; padding: 16px; border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; color: rgba(255,255,255,0.66); font-size: 0.78rem; line-height: 1.5; }
.dash-main { padding: 34px clamp(24px, 4vw, 56px) 64px; min-width: 0; }
.dash-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 34px; }
.dash-title h1 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 3rem); }
.dash-title p { margin: 6px 0 0; color: var(--muted); }
.dash-actions { display: flex; gap: 12px; align-items: center; }
.period-select { min-height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 0 36px 0 14px; color: var(--ink); }
.status-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 7px 12px; color: #755c2e; background: #efe2c7; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.status-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric-card, .panel { background: white; border: 1px solid rgba(78,81,58,0.1); border-radius: 20px; box-shadow: 0 10px 30px rgba(53,56,37,0.04); }
.metric-card { padding: 22px; }
.metric-label { color: var(--muted); font-size: 0.82rem; }
.metric-value { display: block; margin: 9px 0 5px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; line-height: 1; }
.metric-note { color: var(--olive); font-size: 0.78rem; font-weight: 700; }
.dash-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.8fr); gap: 18px; margin-top: 18px; }
.panel { padding: 24px; min-width: 0; }
.panel-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 24px; }
.panel h2 { margin: 0; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.panel-sub { margin: 4px 0 0; color: var(--muted); font-size: 0.78rem; }
.chart { height: 260px; display: flex; gap: 10px; align-items: stretch; border-bottom: 1px solid var(--line); position: relative; padding-top: 18px; }
.chart-col { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 9px; }
.chart-bar { width: min(34px, 75%); min-height: 6px; border-radius: 8px 8px 2px 2px; background: linear-gradient(180deg, var(--gold-light), var(--gold)); transition: height 400ms ease; }
.chart-label { color: var(--muted); font-size: 0.7rem; white-space: nowrap; }
.source-list { display: grid; gap: 18px; }
.source-row { display: grid; gap: 8px; }
.source-top { display: flex; justify-content: space-between; gap: 12px; font-size: 0.86rem; }
.source-track { height: 8px; border-radius: 99px; background: #eeeae0; overflow: hidden; }
.source-fill { height: 100%; border-radius: inherit; background: var(--olive); }
.table-wrap { overflow-x: auto; }
.events-table { width: 100%; border-collapse: collapse; font-size: 0.84rem; }
.events-table th { text-align: left; color: var(--muted); font-weight: 600; border-bottom: 1px solid var(--line); padding: 10px 8px; white-space: nowrap; }
.events-table td { padding: 13px 8px; border-bottom: 1px solid rgba(78,81,58,0.08); white-space: nowrap; }
.event-tag { display: inline-flex; border-radius: 99px; padding: 4px 9px; background: #f1ede3; color: var(--olive-deep); font-size: 0.72rem; font-weight: 700; }
.setup-list { display: grid; gap: 14px; margin-top: 6px; }
.setup-item { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
.setup-number { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--olive); font-size: 0.75rem; font-weight: 800; }
.setup-item strong { display: block; font-size: 0.88rem; }
.setup-item span { display: block; color: var(--muted); font-size: 0.78rem; margin-top: 3px; }
.empty-events { padding: 28px 8px; color: var(--muted); text-align: center; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid, .manifesto-grid, .campaign-page-shell { grid-template-columns: 1fr; }
  .hero-copy { max-width: 640px; }
  .hero-photo-wrap { justify-self: center; width: min(610px, 92%); }
  .hero-video-frame { aspect-ratio: 4 / 5; }
  .campaign-page-copy { max-width: 640px; margin-inline: auto; text-align: center; }
  .campaign-page-copy .section-copy { margin-inline: auto; }
  .campaign-page-art { width: min(560px, 100%); }
  .manifesto-image,
  .manifesto-media { width: min(640px, 100%); min-height: 520px; }
  .manifesto-media { aspect-ratio: 3 / 4; min-height: 0; }
  .faq-groups { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-grid { grid-template-columns: 1fr; }
  .packages-head, .gallery-head { align-items: start; flex-direction: column; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { position: absolute; padding: 16px 0 0; }
  .brand-logo { width: 118px; }
  .nav-links a:not(.button) { display: none; }
  .nav-links .button { min-height: 42px; padding-inline: 16px; font-size: 0.78rem; }
  .hero { padding: 116px 0 76px; overflow: clip; }
  .hero::after { width: 280px; opacity: 0.2; }
  .hero-grid { gap: 38px; }
  .hero-copy {
    max-width: 560px;
    margin-inline: auto;
    padding-left: 0;
    text-align: center;
  }
  .hero-brand-logo {
    width: min(36vw, 150px);
    margin: 0 auto 16px;
  }
  .hero h1 { text-align: center; }
  .hero h1 span { margin-left: 0; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero h1 { font-size: clamp(4rem, 23vw, 6rem); }
  .hero-photo-wrap {
    width: 100%;
    max-width: 430px;
    padding: 10px;
    border-radius: 30px 8px 30px 8px;
    transform: none;
  }
  .hero-video-wrap { animation-name: photo-arrive; }
  .hero-photo-wrap::before { inset: 18px 8px -12px 18px; }
  .hero-photo-frame { border-radius: 22px 5px 22px 5px; }
  .hero-video-frame { aspect-ratio: 3 / 4; }
  .hero-video { object-position: 50% 44%; }
  .hero-note {
    right: 8px;
    bottom: 14px;
    min-width: 0;
    max-width: 150px;
    padding: 12px 14px;
    font-size: 0.78rem;
  }
  .campaign-page, .manifesto, .campaign-docs, .gallery { padding: 82px 0; }
  .campaign-page-art { border-radius: 26px 8px 26px 8px; }
  .campaign-page-art img { max-height: none; border-radius: 18px 6px 18px 6px; }
  .manifesto-image { min-height: 440px; }
  .manifesto-media { min-height: 0; }
  .campaign-docs-head { text-align: center; }
  .faq-group { border-radius: 26px 8px 26px 8px; padding: 22px 18px; }
  .faq-item summary { padding-right: 38px; }
  .faq-item div { padding-right: 38px; }
  .package-grid { grid-template-columns: 1fr; }
  .packages { padding: 82px 0; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 300px); }
  .gallery-grid figure:first-child { grid-row: auto; }
  .final-card { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .mobile-wa { display: none; }
  .site-footer { padding-bottom: 30px; }
  .dash-shell { grid-template-columns: 1fr; }
  .sidebar { position: relative; height: auto; padding: 18px; flex-direction: row; align-items: center; justify-content: space-between; }
  .sidebar .brand { margin: 0; }
  .side-nav { display: none; }
  .side-note { display: none; }
  .dash-main { padding: 26px 16px 48px; }
  .dash-top { align-items: start; flex-direction: column; }
  .dash-actions { width: 100%; justify-content: space-between; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .nav-links .button { display: none; }
  .site-header { padding-top: 12px; }
  .brand-logo { width: 104px; }
  .hero { padding-top: 96px; }
  .hero-brand-logo { width: min(39vw, 140px); margin-bottom: 12px; }
  .hero h1 { margin-top: 8px; font-size: clamp(3.45rem, 20vw, 5rem); letter-spacing: -0.055em; }
  .hero h1 span { margin-left: 0; letter-spacing: 0.12em; }
  .hero-lead { font-size: 1.08rem; margin-bottom: 24px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-inline: auto; }
  .hero-photo-wrap { max-width: 360px; }
  .hero-video-frame { aspect-ratio: 1 / 1.08; }
  .hero-note { display: none; }
  .metric-grid { grid-template-columns: 1fr; }
  .dash-actions { align-items: stretch; flex-direction: column; }
  .period-select { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .landing-page .reveal-soft { opacity: 1; transform: none; }
  .hero-video { transform: none; }
  .hero h1::before { opacity: 0.25; }
}
