/* Renata + Wesley — referência convite físico (monocromático) */

:root {
  --ink: #1a1a1a;
  --paper: #fefefe;
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  color: var(--ink);
  font-family: "Caveat", cursive;
  font-size: 1.3125rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  background: var(--paper);
  touch-action: manipulation;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  left: 0.75rem;
  top: 0.75rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.65rem 1rem;
  clip: auto;
  overflow: visible;
  z-index: 10000;
  font-family: "Inconsolata", monospace;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--paper);
  background: var(--ink);
  outline: 2px solid var(--paper);
  outline-offset: 2px;
}

a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  opacity: 0.65;
}

a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  opacity: 1;
}

.skip-link:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 2px;
  opacity: 1;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  opacity: 0;
  animation: fadeUp 0.65s ease-out forwards;
}

.fade-up--1 { animation-delay: 0s; }
.fade-up--2 { animation-delay: 0.08s; }
.fade-up--3 { animation-delay: 0.16s; }
.fade-up--4 { animation-delay: 0.24s; }
.fade-up--5 { animation-delay: 0.32s; }
.fade-up--6 { animation-delay: 0.4s; }
.fade-up--7 { animation-delay: 0.48s; }
.fade-up--8 { animation-delay: 0.56s; }
.fade-up--9 { animation-delay: 0.64s; }

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.page-shell {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

.deco-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.deco-float {
  position: absolute;
  font-family: "Caveat", cursive;
  color: var(--ink);
  opacity: 0.22;
  line-height: 1;
  user-select: none;
}

.deco-float--a { top: 6%; left: 4%; font-size: 1.75rem; transform: rotate(-12deg); }
.deco-float--b { top: 14%; right: 6%; font-size: 1.1rem; transform: rotate(8deg); }
.deco-float--c { top: 28%; left: 2%; font-size: 0.95rem; transform: rotate(15deg); }
.deco-float--d { top: 42%; right: 4%; font-size: 1.5rem; transform: rotate(6deg); }
.deco-float--e { top: 58%; left: 5%; font-size: 1rem; transform: rotate(-18deg); }
.deco-float--f { top: 72%; right: 8%; font-size: 1.4rem; transform: rotate(22deg); }
.deco-float--g { top: 84%; left: 7%; font-size: 1.2rem; transform: rotate(-8deg); }
.deco-float--h { top: 38%; right: 12%; font-size: 2rem; letter-spacing: 0.2em; transform: rotate(90deg); opacity: 0.14; }

.page-inner {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.container {
  width: 100%;
  font-size: 30px;
}

.container--footer {
  text-align: center;
}

.section {
  padding: 3.5rem 0;
  text-align: center;
}

#header {
  padding-top: 3rem;
  padding-bottom: 48px;
}

#celebracao,
#local,
#como-chegar,
#ao-chegar,
#resumo {
  text-align: left;
}

#celebracao {
  padding-top: 0;
  padding-bottom: 0;
}

.section-title {
  font-family: "Special Elite", cursive;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0;
  display: block;
  color: var(--ink);
}

.foto-casal {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  margin: 0 auto 2rem;
  border: none;
  border-image: none;
  border-radius: 0;
}

.foto-placeholder {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
}

.foto-placeholder svg {
  width: 130px;
  height: 130px;
  opacity: 0.35;
}

.nome-casal {
  font-family: "Special Elite", cursive;
  font-size: clamp(2.05rem, 8vw, 2.75rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 0.65rem;
}

.nome-plus {
  font-weight: 400;
  font-size: 1.35em;
  opacity: 0.45;
  margin: 0 0.08em;
  vertical-align: middle;
  position: relative;
  top: -0.04em;
}

.header-subtitulo {
  font-family: "Caveat", cursive;
  font-style: italic;
  font-size: clamp(1.75rem, 5.5vw, 2.375rem);
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 0;
}

.header-meta {
  font-family: "Inconsolata", monospace;
  font-size: clamp(0.9375rem, 3.2vw, 1.375rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.65;
}

.header-meta strong {
  font-weight: 700;
}

.meta-regular {
  font-weight: 400;
}

.meta-sep {
  font-weight: 400;
  opacity: 0.85;
}

.texto-corpo {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 1.5rem;
}

.bloco-texto {
  margin-top: 0.25rem;
}

.linha-destaque {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 1rem;
}

.linha-destaque:last-child {
  margin-bottom: 0;
}

.etiqueta {
  font-family: "Special Elite", cursive;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.como-chegar-gif {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0.5rem auto 0.75rem;
  border: 1px solid var(--ink);
  border-radius: 0;
}

.steps-lista {
  list-style: none;
  margin-bottom: 2rem;
}

.step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.step:last-child {
  margin-bottom: 0;
}

.step-num {
  flex-shrink: 0;
  font-family: "Special Elite", cursive;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1.75rem;
  text-align: right;
  padding-top: 0.1rem;
}

.step-titulo {
  font-family: "Special Elite", cursive;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
}

.step-desc {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.mapa-links {
  font-family: "Inconsolata", monospace;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.mapa-link {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid var(--ink);
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  text-decoration: none;
}

.mapa-link-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}

.link-sep {
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.coords-texto {
  font-family: "Inconsolata", monospace;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}

.coords-texto-texto {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

.coords-texto strong {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.coords-copiar-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.coords-copiar-btn:hover {
  opacity: 0.65;
}

.coords-copiar-btn:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  opacity: 1;
}

.coords-copiar-btn svg {
  display: block;
}

.coords-copiar-feedback:empty {
  display: none;
}

.coords-copiar-feedback {
  flex-basis: 100%;
  text-align: center;
  font-family: "Inconsolata", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}

.chegada-item {
  margin-bottom: 1.75rem;
}

.chegada-item:last-child {
  margin-bottom: 0;
}

.chegada-titulo {
  font-family: "Special Elite", cursive;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.35rem;
}

.chegada-desc {
  font-family: "Inconsolata", monospace;
  font-size: 18px;
  line-height: 28px;
}

.resumo-tabela {
  width: 100%;
}

.resumo-row {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.9rem;
}

.resumo-chave {
  font-family: "Special Elite", cursive;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
}

.resumo-pontos {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  height: 1.5em;
  position: relative;
}

.resumo-pontos::after {
  content: "············································································";
  font-family: "Inconsolata", monospace;
  font-size: 0.6875rem;
  color: var(--ink);
  opacity: 0.28;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 2;
}

.resumo-valor {
  font-family: "Inconsolata", monospace;
  font-size: 0.875rem;
  flex-shrink: 0;
  text-align: right;
  max-width: 58%;
  white-space: normal;
  line-height: 1.35;
}

#com-amor {
  padding: 4.5rem 0;
}

.citacao {
  font-family: "Caveat", cursive;
  font-size: clamp(1.75rem, 5.5vw, 2.35rem);
  line-height: 49px;
  font-style: italic;
  margin-bottom: 24px;
}

.assinatura {
  font-family: "Special Elite", cursive;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.footer-block {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.footer-coracoes {
  font-family: "Caveat", cursive;
  font-size: 1.4375rem;
  letter-spacing: 0.25em;
  margin-bottom: 1rem;
  display: block;
  opacity: 0.85;
}

.footer-texto {
  font-family: "Inconsolata", monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 360px) {
  .deco-float--h,
  .deco-float--c {
    display: none;
  }
}
