/* ═══════════════════════════════════════════════════════════
   Carlota & João · 4 de Outubro de 2026
   Paleta "Oliveira & Terra"
   ═══════════════════════════════════════════════════════════ */

:root {
  --sand:        #faf6ee;
  --sand-deep:   #f2ebdd;
  --paper:       #fffdf9;
  --olive:       #5b6b4a;
  --olive-deep:  #414d35;
  --olive-soft:  #8d9b7a;
  --clay:        #b3865b;
  --clay-soft:   #d9b894;
  --ink:         #2e3227;
  --ink-soft:    #6b6f61;
  --line:        #e2d9c6;

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans:  "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  --wrap: 1120px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: 1.2; }
p { margin: 0 0 1em; }
a { color: inherit; }

::selection { background: var(--clay-soft); color: var(--ink); }


/* ─────────── Estrutura ─────────── */

.wrap { width: min(var(--wrap), calc(100% - 3rem)); margin-inline: auto; }
.wrap--narrow { width: min(760px, calc(100% - 3rem)); }

.section { padding: clamp(4.5rem, 10vw, 8rem) 0; position: relative; }
.section--sand  { background: var(--sand); }
.section--olive { background: var(--olive-deep); color: #f3f0e6; }

.head { text-align: center; margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.head__icon { width: 44px; height: 44px; color: var(--clay); display: block; margin: 0 auto .9rem; }
.head h2 {
  font-size: clamp(2.1rem, 5.5vw, 3.1rem);
  letter-spacing: .01em;
}
.head__sub {
  margin: .7rem 0 0;
  font-size: .78rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.head--light h2 { color: #f6f3e9; }
.head--light .head__sub { color: #b9c2a8; }
.head--light .head__icon { color: var(--clay-soft); }

.head h2::after {
  content: "";
  display: block;
  width: 54px; height: 1px;
  margin: 1.1rem auto 0;
  background: var(--clay);
}


/* ─────────── Navegação ─────────── */

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1.2rem, 4vw, 2.5rem);
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
}
.nav.is-stuck {
  background: rgba(255, 253, 249, .93);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--line);
  padding-block: .65rem;
}

.nav__mark {
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: .12em;
  text-decoration: none;
  color: var(--olive-deep);
}
.nav__mark span { color: var(--clay); margin: 0 .12em; }

.nav__links { display: flex; gap: clamp(1rem, 2.4vw, 2rem); }
.nav__links a {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink-soft);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: color .25s, border-color .25s;
  white-space: nowrap;
}
.nav__links a:hover { color: var(--olive); border-color: var(--clay); }

.nav__toggle { display: none; }


/* ─────────── Hero ─────────── */

.hero {
  min-height: 100svh;
  display: grid; place-items: center;
  padding: 7rem 1.5rem 4rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, #fffdf8 0%, var(--sand) 55%, var(--sand-deep) 100%);
}
.hero::after {
  content: "";
  position: absolute; inset: clamp(14px, 2.4vw, 32px);
  border: 1px solid var(--line);
  pointer-events: none;
}

.hero__inner { text-align: center; position: relative; z-index: 2; max-width: 780px; }

.hero__kicker {
  font-size: .74rem;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 1.6rem;
}

.hero__names {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: clamp(.6rem, 2vw, 1.6rem);
  font-size: clamp(3.2rem, 12vw, 6.4rem);
  color: var(--olive-deep);
  letter-spacing: .005em;
}
.hero__amp {
  font-style: italic;
  color: var(--clay);
  font-size: .62em;
  transform: translateY(.06em);
}

.hero__rule {
  display: flex; align-items: center; justify-content: center;
  gap: .9rem;
  margin: 1.8rem auto 2rem;
  max-width: 340px;
}
.hero__rule span { flex: 1; height: 1px; background: var(--line); }
.hero__rule-leaf { width: 58px; height: 28px; color: var(--olive-soft); }

.hero__date {
  display: flex; flex-wrap: wrap;
  align-items: baseline; justify-content: center;
  gap: clamp(.9rem, 3vw, 1.8rem);
  margin-bottom: 1.1rem;
  font-size: .82rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.hero__date strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 4.4vw, 2rem);
  letter-spacing: .12em;
  color: var(--ink);
}

.hero__place {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.02rem, 2.4vw, 1.24rem);
  color: var(--olive);
  margin: 0;
}

.hero__deco {
  position: absolute;
  color: var(--olive-soft);
  opacity: .5;
  pointer-events: none;
}
.hero__deco svg { width: 100%; height: 100%; }
.hero__deco--tl {
  width: clamp(180px, 30vw, 380px); height: clamp(86px, 15vw, 180px);
  top: 9%; left: -3%;
  transform: rotate(-8deg);
  animation: sway 9s ease-in-out infinite;
}
.hero__deco--br {
  width: clamp(180px, 30vw, 380px); height: clamp(86px, 15vw, 180px);
  bottom: 8%; right: -3%;
  transform: rotate(172deg);
  animation: sway 11s ease-in-out infinite reverse;
}
@keyframes sway {
  0%, 100% { rotate: 0deg; }
  50%      { rotate: 2.2deg; }
}

.hero__scroll {
  display: block; width: 1px; height: 58px;
  margin: clamp(2.6rem, 6vw, 4rem) auto 0;
  background: var(--line);
  position: relative;
}
.hero__scroll-line {
  position: absolute; inset: 0;
  background: var(--clay);
  transform-origin: top;
  animation: drop 2.4s var(--ease) infinite;
}
@keyframes drop {
  0%       { transform: scaleY(0); transform-origin: top; }
  45%      { transform: scaleY(1); transform-origin: top; }
  55%      { transform: scaleY(1); transform-origin: bottom; }
  100%     { transform: scaleY(0); transform-origin: bottom; }
}


/* ─────────── Contagem decrescente ─────────── */

.count {
  background: var(--paper);
  padding: clamp(3.2rem, 7vw, 5rem) 1.5rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.count__label {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  color: var(--ink-soft);
  margin-bottom: 2.2rem;
}
.count__label em { color: var(--clay); }

.count__grid {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.2rem, 5vw, 3.6rem);
}
.count__grid li {
  min-width: 86px;
  position: relative;
}
.count__grid li + li::before {
  content: "";
  position: absolute; left: calc(-1 * clamp(.6rem, 2.5vw, 1.8rem));
  top: 14%; bottom: 30%;
  width: 1px; background: var(--line);
}
.count__num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 7vw, 3.6rem);
  line-height: 1;
  color: var(--olive-deep);
  font-variant-numeric: tabular-nums;
}
.count__unit {
  display: block;
  margin-top: .55rem;
  font-size: .68rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.count__done {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--clay);
  margin: 0;
}


/* ─────────── História ─────────── */

.story {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(2rem, 4vw, 3.4rem);
}
.story__item { position: relative; padding-top: 1.6rem; }
.story__item::before {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 34px; height: 2px;
  background: var(--clay);
}
.story__year {
  display: block;
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: .6rem;
}
.story__item h3 { font-size: 1.55rem; margin-bottom: .7rem; color: var(--olive-deep); }
.story__item p { color: var(--ink-soft); margin: 0 0 .95em; }
.story__item p:last-child { margin-bottom: 0; }

.story__note {
  margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  max-width: 620px;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2.7vw, 1.4rem);
  line-height: 1.6;
  color: var(--olive);
}
.story__note-leaf {
  display: block; width: 74px; height: 36px;
  margin: 0 auto 1.1rem;
  color: var(--olive-soft);
}


/* ─────────── Cartões (O Dia) ─────────── */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.4rem);
}
.card {
  background: var(--sand);
  border: 1px solid var(--line);
  padding: clamp(2rem, 4vw, 2.8rem);
  text-align: center;
  display: flex; flex-direction: column;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -28px rgba(46,50,39,.5); }
.card__icon { width: 50px; height: 50px; color: var(--olive); margin: 0 auto 1.2rem; }
.card__eyebrow {
  font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--clay); margin-bottom: .7rem;
}
.card h3 { font-size: 1.5rem; color: var(--olive-deep); margin-bottom: .4rem; }
.card__meta { font-size: .92rem; color: var(--ink-soft); margin-bottom: 1.1rem; }
.card__time {
  display: inline-flex; align-items: center; gap: .5rem;
  align-self: center;
  font-family: var(--serif); font-size: 1.2rem; color: var(--ink);
  border-block: 1px solid var(--line);
  padding: .45rem 1.1rem;
  margin-bottom: 1.2rem;
}
.card__time svg { width: 19px; height: 19px; color: var(--clay); }
.card__text { color: var(--ink-soft); font-size: .95rem; flex: 1; }
.card .btn { align-self: center; }

/* ─────────── Programa ─────────── */

.time {
  list-style: none; margin: 0 auto; padding: 0;
  max-width: 660px;
  position: relative;
}
.time::before {
  content: "";
  position: absolute; left: 101px; top: .8rem; bottom: .8rem;
  width: 1px; background: rgba(243,240,230,.22);
}
.time__item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0 2.2rem;
  padding-bottom: 2.4rem;
  position: relative;
}
.time__item:last-child { padding-bottom: 0; }
.time__item::before {
  content: "";
  position: absolute; left: 96px; top: .55rem;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--olive-deep);
  border: 1px solid var(--clay-soft);
}
.time__h {
  font-family: var(--serif);
  font-size: 1.28rem;
  color: var(--clay-soft);
  text-align: right;
  padding-top: .05rem;
}
.time__item h3 { font-size: 1.28rem; color: #f6f3e9; margin-bottom: .25rem; }
.time__item p { color: #b9c2a8; font-size: .93rem; margin: 0; }


/* ─────────── Mapa ─────────── */

.map { margin: 0; }
.map__svg {
  display: block;
  width: 100%; max-width: 520px;   /* mapa vertical: não deixar crescer demais */
  height: auto;
  margin-inline: auto;
  background: var(--sand);
  border: 1px solid var(--line);
}

.map__sea { fill: #e6ecec; }
.map__sea-label {
  fill: #9fb0b0; font-size: 13px; letter-spacing: .3em;
  font-family: var(--sans); text-anchor: middle;
}
.map__sprig { color: var(--olive-soft); opacity: .32; }

.map__route-ghost {
  fill: none; stroke: #ece2cf; stroke-width: 10; stroke-linecap: round;
}
.map__route {
  --dash-cycle: -20px;              /* = soma do stroke-dasharray */
  fill: none; stroke: var(--clay); stroke-width: 4;
  stroke-linecap: round; stroke-dasharray: 11 9;
}
.map__route--alt {
  --dash-cycle: -16px;
  stroke: var(--olive-soft); stroke-width: 3; stroke-dasharray: 8 8;
}
.map.is-drawn .map__route { animation: dash 1.4s linear infinite; }
@keyframes dash { to { stroke-dashoffset: var(--dash-cycle); } }

.map__shield rect { fill: var(--olive); }
.map__shield text {
  fill: #fff; font-size: 15px; font-family: var(--sans);
  font-weight: 600; text-anchor: middle; letter-spacing: .05em;
}

.map__stop circle { fill: var(--olive-deep); }
.map__stop text {
  fill: var(--ink); font-size: 18px; font-family: var(--serif);
}
.map__stop--small circle { fill: var(--olive-soft); }
.map__stop--small text { fill: var(--ink-soft); font-size: 14px; font-family: var(--sans); }

.map__dest-dot { fill: var(--clay); }
.map__dest-icon { color: #fff; }
.map__dest text {
  text-anchor: start; fill: var(--olive-deep);
  font-size: 18px; font-family: var(--sans);
  letter-spacing: .16em; font-weight: 600;
}
.map__dest-sub {
  font-family: var(--serif) !important;
  font-size: 14px !important;
  letter-spacing: .02em !important;
  font-weight: 400 !important;
  fill: var(--ink-soft) !important;
  font-style: italic;
}
.map__pulse { fill: var(--clay); opacity: .16; animation: pulse 2.8s ease-out infinite; }
@keyframes pulse {
  0%   { transform: scale(.5); opacity: .3; }
  70%  { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

.map__badge text {
  fill: var(--olive-deep); font-family: var(--serif); font-size: 28px;
  text-anchor: middle;
}
.map__badge-sub {
  fill: var(--ink-soft) !important; font-family: var(--sans) !important;
  font-size: 11px !important; letter-spacing: .18em;
  text-transform: uppercase;
}

.map__compass circle { fill: none; stroke: var(--line); stroke-width: 1; }
.map__compass path { fill: var(--olive-soft); }
.map__compass text {
  fill: var(--ink-soft); font-size: 11px; font-family: var(--sans);
  text-anchor: middle; letter-spacing: .1em;
}

.map__cap {
  text-align: center;
  font-size: .92rem;
  color: var(--ink-soft);
  margin: 1.4rem auto 0;
  max-width: 560px;
}
.map__cap strong { color: var(--olive); font-weight: 600; }

.map__actions {
  display: flex; flex-wrap: wrap;
  justify-content: center; gap: .8rem;
  margin-top: 2rem;
}


/* ─────────── Onde ficar ─────────── */

.stay__intro {
  text-align: center; color: var(--ink-soft);
  max-width: 560px; margin: 0 auto clamp(2.2rem, 5vw, 3rem);
}

.tips {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  background: var(--paper);
  border: 1px solid var(--line);
  padding: clamp(1.8rem, 4vw, 2.6rem);
}
.tips__title {
  font-size: 1.35rem; color: var(--olive-deep);
  margin-bottom: 1.1rem; text-align: center;
}
.tips__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem 2rem;
}
.tips__list li {
  position: relative; padding-left: 1.5rem;
  font-size: .94rem; color: var(--ink-soft);
}
.tips__list li::before {
  content: "";
  position: absolute; left: 0; top: .72em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--clay-soft);
}
.tips__list strong { color: var(--ink); font-weight: 600; }


/* ─────────── Álbum de fotos ─────────── */

.album__intro {
  text-align: center;
  color: #d5dcc8;
  max-width: 560px;
  margin: 0 auto clamp(2.4rem, 5vw, 3.2rem);
}

.album {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1.2rem, 3vw, 2rem);
}
.album__step {
  border: 1px solid rgba(243, 240, 230, .18);
  padding: clamp(1.8rem, 4vw, 2.4rem) 1.5rem;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.album__num {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--clay-soft);
  width: 46px; height: 46px;
  border: 1px solid rgba(217, 184, 148, .45);
  border-radius: 50%;
  display: grid; place-items: center;
  margin-bottom: 1.2rem;
}
.album__step p { color: #b9c2a8; font-size: .95rem; margin-bottom: 1.2rem; }
.album__code {
  font-family: var(--serif) !important;
  font-size: 1.45rem !important;
  letter-spacing: .12em;
  color: #f6f3e9 !important;
  margin-bottom: 1.3rem !important;
}
.album__step .btn { margin-top: auto; }


/* ─────────── Prendas ─────────── */

.gift__intro {
  text-align: center; color: var(--ink-soft);
  max-width: 580px; margin: 0 auto clamp(2.4rem, 5vw, 3.4rem);
}
.gift__intro p { margin-bottom: 1em; }
.gift__intro p:last-child { margin-bottom: 0; }
.gift {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.2rem;
}
.gift__card {
  background: var(--sand);
  border: 1px solid var(--line);
  padding: 1.8rem 1.4rem;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.gift__label {
  font-size: .66rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--clay); margin-bottom: .9rem;
}
.gift__value {
  font-family: var(--serif);
  font-size: clamp(1rem, 2.3vw, 1.15rem);
  color: var(--olive-deep);
  word-break: break-word;
  margin-bottom: .35rem;
  line-height: 1.4;
}
.gift__owner { font-size: .82rem; color: var(--ink-soft); margin-bottom: 1.2rem; flex: 1; }
.gift__row { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; }

.gift__thanks {
  text-align: center;
  font-family: var(--serif); font-style: italic;
  font-size: 1.25rem; color: var(--olive);
  margin: 2.5rem 0 0;
}


/* ─────────── Botões ─────────── */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .78rem 1.5rem;
  border: 1px solid var(--olive);
  background: var(--olive);
  color: #fbf9f3;
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn:hover { background: var(--olive-deep); border-color: var(--olive-deep); }

.btn--ghost { background: transparent; color: var(--olive); }
.btn--ghost:hover { background: var(--olive); color: #fbf9f3; }

.btn--light { background: #f3f0e6; border-color: #f3f0e6; color: var(--olive-deep); }
.btn--light:hover { background: #fff; border-color: #fff; color: var(--olive-deep); }

.btn--copy { align-self: center; }
.btn.is-copied { background: var(--clay); border-color: var(--clay); color: #fff; }


/* ─────────── Rodapé ─────────── */

.foot {
  background: var(--sand-deep);
  text-align: center;
  padding: clamp(3.5rem, 7vw, 5rem) 1.5rem clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid var(--line);
}
.foot__leaf { display: block; width: 88px; height: 42px; margin: 0 auto 1.4rem; color: var(--olive-soft); }
.foot__names {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  color: var(--olive-deep);
  margin-bottom: .3rem;
}
.foot__names span { color: var(--clay); font-style: italic; }
.foot__date {
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 1.8rem;
}
.foot__note { font-size: .88rem; color: var(--ink-soft); margin: 0; }
.foot__note a { color: var(--olive); text-decoration: none; border-bottom: 1px solid var(--clay-soft); }
.foot__note a:hover { color: var(--clay); }

.foot__credit {
  margin: 2.4rem 0 0;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: .8;
}
.foot__credit a {
  color: var(--olive);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .25s, border-color .25s;
}
.foot__credit a:hover { color: var(--clay); border-color: var(--clay); }


/* ─────────── Toast ─────────── */

.toast {
  position: fixed; left: 50%; bottom: 2rem;
  transform: translate(-50%, 140%);
  background: var(--olive-deep);
  color: #f6f3e9;
  padding: .8rem 1.5rem;
  font-size: .82rem; letter-spacing: .06em;
  box-shadow: 0 14px 34px -18px rgba(0,0,0,.6);
  z-index: 90;
  transition: transform .45s var(--ease);
  pointer-events: none;
}
.toast.is-on { transform: translate(-50%, 0); }


/* ─────────── Reveal ao scroll ─────────── */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }


/* ─────────── Responsivo ─────────── */

@media (max-width: 860px) {
  body { font-size: 16px; }

  .nav__toggle {
    display: flex; flex-direction: column; justify-content: center;
    gap: 5px; width: 38px; height: 34px;
    background: none; border: 0; cursor: pointer; padding: 0;
  }
  .nav__toggle span {
    display: block; height: 1.5px; width: 24px;
    background: var(--olive-deep);
    transition: transform .35s var(--ease), opacity .25s;
  }
  .nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .nav__links {
    position: absolute; inset: 100% 0 auto 0;
    flex-direction: column; align-items: center;
    gap: 1.3rem;
    background: rgba(255,253,249,.98);
    backdrop-filter: blur(10px);
    padding: 2rem 1.5rem 2.4rem;
    border-bottom: 1px solid var(--line);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transition: clip-path .45s var(--ease), opacity .3s;
  }
  .nav__links.is-open { clip-path: inset(0 0 0 0); opacity: 1; }
  .nav__links a { font-size: .82rem; }

  .count__grid li + li::before { display: none; }
  .count__grid { gap: 1.6rem 2.4rem; }

  .time::before { left: 74px; }
  .time__item { grid-template-columns: 62px 1fr; gap: 0 1.5rem; }
  .time__item::before { left: 69px; }
  .time__h { font-size: 1.1rem; }

  .map__cap { font-size: .88rem; }

  .map__actions .btn { flex: 1 1 100%; text-align: center; }
}

/* ─────────── Mapa em ecrãs estreitos ───────────
   O SVG só desce abaixo dos 520px de largura quando a janela é estreita.
   A partir daí o texto encolhe com ele, por isso ampliamos ~1,45× para
   continuar legível num telemóvel. */

@media (max-width: 540px) {
  .map__sea-label, .map__compass { display: none; }
  .map__stop text { font-size: 26px; }
  .map__stop circle { r: 9px; }
  .map__stop--small text { font-size: 20px; }
  .map__stop--small circle { r: 6.5px; }
  .map__dest text { font-size: 26px; letter-spacing: .1em; }
  .map__dest-sub { font-size: 20px !important; }
  .map__dest-dot { r: 14px; }
  .map__dest-icon { x: -12px; y: -12px; width: 24px; height: 24px; }
  .map__pulse { r: 30px; }
  .map__badge text { font-size: 40px; }
  .map__badge-sub { font-size: 18px !important; letter-spacing: .1em; }
  .map__shield rect { x: -27px; y: -20px; width: 54px; height: 40px; rx: 10px; }
  .map__shield text { font-size: 22px; }
  .map__route { stroke-width: 5.5; stroke-dasharray: 15 12; --dash-cycle: -27px; }
  .map__route--alt { stroke-width: 4.5; stroke-dasharray: 11 10; --dash-cycle: -21px; }
  .map__route-ghost { stroke-width: 14; }
  .map__sprig { opacity: .22; }
}

@media (max-width: 460px) {
  .hero__names { flex-direction: column; gap: .1rem; }
  .hero__deco { opacity: .3; }
  .gift__value { font-size: .98rem; }
}


/* ─────────── Menos movimento ─────────── */

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


/* ─────────── Impressão ─────────── */

@media print {
  .nav, .hero__scroll, .map__actions, .toast { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .section--olive { background: #fff; color: #000; }
  .time__item h3, .head--light h2 { color: #000; }
  body { font-size: 12pt; }
}
