/* Marco 2026 — destaque troféu / +100 cerimônias */
.home-marco {
  --marco-ink: #E8E6E1;
  --marco-gold: #CFA668;
  --marco-gold-soft: rgba(207, 166, 104, 0.55);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(207, 166, 104, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(207, 166, 104, 0.07), transparent 50%),
    #161715;
  color: var(--marco-ink);
  padding: clamp(2.75rem, 6vw, 4.25rem) 5vw;
  text-align: center;
  border-top: 1px solid rgba(207, 166, 104, 0.12);
}

.home-marco::before,
.home-marco::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(280px, 55vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--marco-gold-soft), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.home-marco::before { top: 0; }
.home-marco::after { bottom: 0; }

.home-marco__inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
}

.home-marco__laurel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0 0 1.1rem;
  color: var(--marco-gold);
}

.home-marco__laurel svg {
  width: clamp(36px, 6vw, 48px);
  height: auto;
  opacity: 0.95;
}

.home-marco__laurel-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 7vw, 56px);
  height: clamp(44px, 7vw, 56px);
  border: 1px solid rgba(207, 166, 104, 0.45);
  border-radius: 50%;
  background: rgba(207, 166, 104, 0.08);
  box-shadow: 0 0 0 6px rgba(207, 166, 104, 0.04);
}

.home-marco__laurel-mark svg {
  width: 55%;
  height: auto;
}

.home-marco__eyebrow {
  margin: 0 0 0.85rem;
  font-family: var(--font-sans, 'DM Sans', sans-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(207, 166, 104, 0.9);
}

.home-marco__number {
  margin: 0;
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(5.5rem, 16vw, 8.5rem);
  font-weight: 300;
  font-style: italic;
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: #F3E6C8;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.home-marco__number span {
  font-style: normal;
  font-weight: 400;
  color: var(--marco-gold);
  margin-right: 0.08em;
}

.home-marco__label {
  margin: 0.85rem 0 0;
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.45rem, 3.4vw, 2rem);
  font-weight: 300;
  line-height: 1.25;
  color: rgba(232, 230, 225, 0.95);
}

.home-marco__sub {
  margin: 0.85rem auto 0;
  max-width: 28rem;
  font-size: clamp(0.92rem, 1.7vw, 1.02rem);
  font-weight: 300;
  line-height: 1.55;
  color: rgba(232, 230, 225, 0.62);
}

@media (max-width: 640px) {
  .home-marco {
    padding: 3.25rem 6vw;
  }

  .home-marco__laurel {
    gap: 0.65rem;
    margin-bottom: 0.9rem;
  }
}
