/* v6.26 — molduras mais leves, contínuas e ligadas ao tema dos ursinhos. */

:root {
  --frame-line: rgba(190, 132, 34, .82);
  --frame-inner: rgba(190, 132, 34, .34);
  --frame-shadow: rgba(93, 65, 30, .09);
}

/* A moldura deixa de parecer uma caixa fechada e o medalhão passa a
   atravessar a borda superior, como um pequeno selo de convite. */
.ornate-frame,
.hero-copy,
.venue-block {
  overflow: visible;
}

.frame-corners {
  opacity: .82;
}

.frame-corner {
  width: 40px;
  height: 40px;
  color: var(--frame-line);
}

.corner-tl { top: 6px; left: 6px; }
.corner-tr { top: 6px; right: 6px; }
.corner-bl { bottom: 6px; left: 6px; }
.corner-br { right: 6px; bottom: 6px; }

.frame-corner svg path:nth-of-type(2),
.frame-corner svg path:nth-of-type(3),
.frame-corner .frame-leaf,
.frame-corner .frame-spark {
  display: none;
}

/* A antiga linha tracejada vira um filete contínuo, mais editorial. */
.frame-dashed,
.hero-copy .frame-dashed,
.venue-block .frame-dashed {
  inset: 9px;
  border: 1px solid var(--frame-inner);
  border-radius: 12px;
  opacity: 1;
}

.frame-emblem {
  top: -15px;
  width: 31px;
  height: 31px;
  border: 1.25px solid var(--frame-line);
  background: radial-gradient(circle at 35% 28%, #fffdf7 0%, #f7ead2 64%, #eacb91 100%);
  box-shadow:
    0 4px 10px rgba(91, 70, 53, .15),
    0 0 0 4px rgba(255, 250, 241, .82),
    inset 0 0 0 1px rgba(255, 255, 255, .72);
  color: #b77e22;
}

.frame-emblem > .ph {
  display: block;
  font-size: 17px !important;
  line-height: 1;
}

.venue-block .frame-emblem {
  top: -15px;
  border-color: rgba(67, 133, 174, .62);
  background: radial-gradient(circle at 35% 28%, #fff 0%, #e8f2f8 64%, #d2e5f1 100%);
  box-shadow:
    0 4px 10px rgba(36, 120, 181, .13),
    0 0 0 4px rgba(246, 252, 255, .8),
    inset 0 0 0 1px rgba(255, 255, 255, .75);
}

/* Moldura própria dos nomes: um camafeu duplo com patinhas rosa e azul. */
.name-plaque {
  isolation: isolate;
  width: min(100%, 613px);
  min-height: 122px;
  gap: 8px;
  padding: 10px 44px 12px;
  overflow: visible;
  border: 1.5px solid var(--frame-line);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 0% 50%, rgba(247, 213, 222, .48), transparent 27%),
    radial-gradient(ellipse at 100% 50%, rgba(214, 235, 247, .55), transparent 27%),
    linear-gradient(180deg, rgba(255, 254, 250, .98), rgba(249, 240, 223, .91));
  box-shadow:
    inset 0 0 0 5px rgba(255, 251, 244, .94),
    inset 0 0 0 6px rgba(204, 157, 73, .55),
    0 7px 18px var(--frame-shadow);
}

.name-plaque::after {
  position: absolute;
  inset: 10px;
  z-index: 0;
  border: 1px solid rgba(190, 132, 34, .28);
  border-radius: inherit;
  content: '';
  pointer-events: none;
}

.name-plaque .name,
.name-plaque .choice-word,
.name-paw {
  position: relative;
  z-index: 2;
}

.name-plaque .name {
  font-size: clamp(39px, 9.2vw, 58px);
  line-height: 1.08;
}

.choice-word {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border: 1px solid rgba(190, 132, 34, .48);
  border-radius: 50%;
  color: #94691f;
  background: rgba(255, 250, 240, .88);
  font-size: 11px;
  font-style: italic;
  box-shadow: inset 0 0 0 3px rgba(239, 217, 175, .27);
}

.name-paw {
  position: absolute;
  top: 50%;
  display: grid;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: rgba(255, 253, 248, .88);
  box-shadow: 0 3px 8px rgba(91, 70, 53, .09);
}

.name-paw > .ph {
  font-size: 15px !important;
}

.name-paw-rose {
  left: 15px;
  color: rgba(190, 66, 102, .76);
}

.name-paw-blue {
  right: 15px;
  color: rgba(31, 117, 174, .76);
}

/* A estrela/patinha não ocupa mais a área de leitura; o texto respira melhor. */
.hero-copy {
  min-height: 139px;
  margin-top: 22px;
  padding: 24px 28px 20px;
  font-size: clamp(15px, 3.85vw, 17px);
  line-height: 1.34;
}

.event-panel {
  gap: 24px;
  margin-top: 24px;
}

.event-fact-unified {
  min-height: 118px;
  padding: 23px 16px 17px;
}

.event-fact-header {
  width: min(100%, 224px);
  grid-template-columns: 27px minmax(0, 1fr) 27px;
  column-gap: 7px;
}

.event-fact-header small,
.section-kicker,
.gift-block small,
.pix-heading small,
.venue-copy small {
  color: #594e47;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .14em;
}

.event-fact-unified > strong {
  margin-top: 4px;
  font-size: clamp(29px, 7.7vw, 33px);
  line-height: 1;
}

.event-fact-meta {
  margin-top: 6px;
  line-height: 1.12;
}

.countdown {
  min-height: 126px;
  padding: 25px 10px 17px;
}

.section-kicker {
  gap: 10px;
  margin-bottom: 15px;
  color: var(--rose-deep);
}

.countdown-value {
  font-size: clamp(31px, 8.4vw, 37px);
  line-height: .84;
}

.countdown-unit span {
  margin-top: 9px;
  color: #4d4540;
  font-size: 8px;
  letter-spacing: .055em;
}

.gift-block {
  min-height: 130px;
  padding: 25px 9px 17px;
}

.gift-block > i {
  color: rgba(183, 126, 34, .78);
  font-size: 28px !important;
}

.gift-block strong {
  margin-top: 3px;
  font-size: clamp(22px, 6.1vw, 26px);
  line-height: 1.12;
}

.gift-reminder {
  min-height: 34px;
  margin-top: 10px;
  border-color: rgba(190, 132, 34, .24);
  background: rgba(248, 232, 198, .2);
}

.gift-reminder-label {
  font-size: 8px;
  letter-spacing: .09em;
}

.gift-reminder .gift-note {
  color: #514741;
  font-size: clamp(8.5px, 2.3vw, 9.8px);
  font-weight: 600;
}

.pix-block {
  min-height: 224px;
  padding: 26px 11px 14px;
}

.pix-heading {
  display: block;
  margin-bottom: 10px;
}

.pix-icon,
.pix-heading-balance {
  display: none;
}

.pix-heading-copy {
  width: min(100%, 330px);
  margin: 0 auto;
}

.pix-heading strong {
  margin-top: 3px;
  font-size: clamp(23px, 6.2vw, 27px);
  line-height: 1.06;
}

.pix-copy {
  max-width: 315px;
  margin-bottom: 12px;
  color: #6a5d54;
  font-size: clamp(12.5px, 3.35vw, 13.5px);
  line-height: 1.34;
}

.pix-data {
  border-color: rgba(190, 132, 34, .34);
  background: rgba(255, 253, 249, .65);
}

.pix-row + .pix-row,
.pix-row > span {
  border-color: rgba(190, 132, 34, .28);
}

.pix-row > span {
  color: #554a43;
  font-size: 8.5px;
}

.pix-row strong {
  color: #4f4640;
  font-size: clamp(10px, 2.75vw, 11.5px);
  font-weight: 600;
}

.venue-block {
  min-height: 148px;
  padding: 25px 11px 14px;
}

.venue-copy small {
  margin-bottom: 5px;
}

.venue-copy strong {
  font-size: clamp(15px, 4vw, 16.5px);
  line-height: 1.16;
}

.venue-copy > span {
  margin-top: 3px;
  font-size: clamp(14px, 3.7vw, 15.5px);
  line-height: 1.15;
}

.map-button {
  margin-top: 11px;
}

@media (max-width: 699px) {
  .name-plaque {
    width: 100%;
    min-height: 0;
    padding: 8px 42px 10px;
  }

  .name-plaque .name {
    font-size: clamp(32px, 9.4vw, 40px);
  }

  .choice-word {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 10px;
  }

  .name-paw {
    width: 27px;
    height: 27px;
  }

  .name-paw-rose { left: 13px; }
  .name-paw-blue { right: 13px; }

  .hero-copy {
    width: 100%;
    min-height: 139px;
    margin-top: 22px;
    padding: 24px 25px 19px;
    font-size: clamp(14.5px, 3.8vw, 16px);
  }

  .event-panel {
    gap: 24px;
    margin-top: 24px;
  }

  .frame-emblem,
  .venue-block .frame-emblem {
    top: -15px;
  }

  .frame-corner {
    width: 38px;
    height: 38px;
  }

  .event-fact-unified {
    min-height: 118px;
    padding: 23px 11px 16px;
  }

  .countdown {
    min-height: 126px;
    padding: 25px 8px 16px;
  }

  .gift-block {
    min-height: 130px;
    padding: 25px 7px 16px;
  }

  .pix-block {
    min-height: 224px;
    padding: 26px 9px 13px;
  }

  .venue-block {
    min-height: 148px;
    padding: 25px 10px 13px;
  }
}

@media (max-width: 359px) {
  .name-plaque {
    padding-inline: 36px;
  }

  .name-paw {
    width: 24px;
    height: 24px;
  }

  .name-paw > .ph {
    font-size: 13px !important;
  }

  .name-paw-rose { left: 10px; }
  .name-paw-blue { right: 10px; }

  .name-plaque .name {
    font-size: clamp(30px, 9.1vw, 34px);
  }

  .choice-word {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .gift-block {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
  }

  .gift-block::after {
    width: 32px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .name-paw {
    animation: paw-settle .72s cubic-bezier(.2, .86, .32, 1.2) 1.05s both;
  }

  .name-paw-blue {
    animation-delay: 1.18s;
  }

  @keyframes paw-settle {
    from { opacity: 0; transform: translateY(-50%) scale(.55) rotate(-10deg); }
    to { opacity: 1; transform: translateY(-50%) scale(1) rotate(0); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .name-paw {
    animation: none !important;
  }
}
