:root {
  --ink: #2e2a22;
  --ink-soft: #6d6353;
  --parchment: #ece5d6;
  --parchment-deep: #e2d8c3;
  --ivory: #f6f1e5;
  --gold: #a9884a;
  --gold-soft: #c2a468;
  --gold-line: rgba(169, 136, 74, 0.45);
  --olive: #6d7355;
  --radius: 6px;
  --shadow: 0 10px 28px rgba(46, 42, 34, 0.1);
  --font-display: "GFS Didot", "Didot", Georgia, serif;
  --font-body: "EB Garamond", Georgia, serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.17rem;
  color: var(--ink);
  background: var(--parchment);
  line-height: 1.7;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 300;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='g'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='200' height='200' filter='url(%23g)' opacity='0.05'/></svg>");
}

::selection { background: rgba(169, 136, 74, 0.3); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Navigation ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1.4rem;
  padding-top: calc(0.7rem + env(safe-area-inset-top, 0px));
  background: var(--parchment);
  border-bottom: 1px solid var(--gold-line);
}

.nav::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 120px;
  background: var(--parchment);
}

.nav-brand {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.18em;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--gold); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero: vintage invitation ---------- */

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4.5rem 1.2rem 4.5rem;
  background: radial-gradient(ellipse at 50% 28%, #f1ead9 0%, var(--parchment) 55%, #ddd2ba 100%);
}

.invite-card {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  border-radius: 280px 280px 8px 8px;
  box-shadow: var(--shadow);
  padding: 5rem 2.4rem 2.8rem;
}

.invite-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(169, 136, 74, 0.35);
  border-radius: 270px 270px 5px 5px;
  pointer-events: none;
}

.svg-defs { position: absolute; }

.wax-seal {
  position: absolute;
  left: -30px;
  top: 40%;
  width: 98px;
  height: 98px;
  padding: 0;
  border: none;
  background: none;
  transform: rotate(-8deg);
  z-index: 2;
  filter: drop-shadow(0 7px 12px rgba(46, 42, 34, 0.38));
}

.seal-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.olive {
  width: 100%;
  display: block;
}

.monogram {
  display: flex;
  justify-content: center;
  margin-bottom: 1.7rem;
}

.monogram-branch {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto 1.2rem;
}

.monogram-branch .mono-letters {
  position: absolute;
  right: 22px;
  bottom: 2px;
}

.mono-letters {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.monogram-bar {
  display: inline-block;
  transform: rotate(14deg);
  color: var(--gold);
  font-style: normal;
  font-weight: 300;
  font-size: 0.75em;
  margin: 0 0.2em;
  vertical-align: 0.08em;
}

.venue-etching {
  width: min(272px, 84%);
  display: block;
  margin: 0 auto 1.7rem;
  opacity: 0.9;
}

.hero-branch {
  position: absolute;
  left: calc(50% + 248px);
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 2;
  opacity: 0.95;
  pointer-events: none;
}


.std {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(2.4rem, 7vw, 3.7rem);
  letter-spacing: 0.24em;
  line-height: 1.05;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  color: var(--ink);
  padding-left: 0.24em;
  margin-bottom: 1.8rem;
}

.std-the {
  font-family: var(--font-body);
  font-style: italic;
  text-transform: none;
  font-size: 0.4em;
  letter-spacing: 0.06em;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-right: 0.6em;
}

.std-the::before,
.std-the::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.76rem;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}

.hero-names {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}

.name-caps {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.5rem, 4.5vw, 2.2rem);
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  color: var(--ink);
}

.name-and {
  font-style: italic;
  font-size: 1.15rem;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.name-and::before,
.name-and::after {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.ornament {
  position: relative;
  width: 96px;
  height: 7px;
  margin: 0 auto 1.4rem;
  background:
    linear-gradient(var(--gold), var(--gold)) left center / 34px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right center / 34px 1px no-repeat;
}

.ornament::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--gold);
}

.hero-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin-bottom: 0.7rem;
}

.date-side {
  width: 110px;
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(46, 42, 34, 0.45);
  border-bottom: 1px solid rgba(46, 42, 34, 0.45);
}

.date-num {
  font-family: var(--font-display);
  font-size: 2.7rem;
  line-height: 1;
  padding: 0 1.1rem;
  border-left: 1px solid rgba(46, 42, 34, 0.45);
  border-right: 1px solid rgba(46, 42, 34, 0.45);
}

.hero-year {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}

.hero-sub {
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.hero-place {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.82rem;
  color: var(--ink);
  margin-bottom: 1.8rem;
}

/* ---------- Countdown ---------- */

.countdown {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.3rem;
  min-width: 80px;
}

.count-box + .count-box { border-left: 1px solid rgba(46, 42, 34, 0.25); }

.count-box span {
  font-family: var(--font-display);
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--ink);
}

.count-box small {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}

.hero-actions .btn {
  width: min(340px, 100%);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  border: none;
  border-radius: 2px;
  padding: 0.8rem 1.6rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.btn:active { transform: scale(0.98); }

.btn-primary {
  background: var(--ink);
  color: var(--ivory);
}

.btn-primary:hover { background: #4a4436; }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--gold);
  padding: calc(0.8rem - 1px) calc(1.6rem - 1px);
}

.btn-ghost:hover { background: rgba(169, 136, 74, 0.1); }

/* ---------- Sections ---------- */

.section {
  padding: 5.5rem 1.4rem;
  max-width: 1060px;
  margin: 0 auto;
  scroll-margin-top: 64px;
}

.section-alt {
  max-width: none;
  background: var(--parchment-deep);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.section-alt > * {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 4.5vw, 2.2rem);
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 0.4rem;
}

.section-title::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
  margin: 1.1rem auto 0;
}

.section-lead {
  text-align: center;
  color: var(--ink-soft);
  max-width: 580px;
  margin: 0 auto 2.8rem;
}

/* ---------- Timeline ---------- */

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  max-width: 560px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 112px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: var(--gold-line);
}

.timeline-item {
  position: relative;
  display: flex;
  gap: 2.6rem;
  align-items: flex-start;
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 109px;
  top: 1.3rem;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}

.timeline-time {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
  min-width: 84px;
  text-align: right;
  padding-top: 0.75rem;
}

.timeline-card {
  flex: 1;
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 1.1rem 1.4rem;
}

.timeline-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.timeline-card p { color: var(--ink-soft); font-size: 1.06rem; }

/* ---------- Location cards ---------- */

.cards-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

.place-card {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: flex-start;
}

.place-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.place-name { color: var(--ink-soft); font-size: 1.06rem; }

.map-wrap {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--gold-line);
  aspect-ratio: 4 / 3;
  background: var(--parchment-deep);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: sepia(0.28) saturate(0.75);
}

/* ---------- Stay ---------- */

.cards-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.3rem;
  margin-bottom: 2rem;
}

.stay-card {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 1.5rem 1.3rem;
  text-align: center;
}

.stay-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.4rem;
}

.stay-card p { color: var(--ink-soft); font-size: 1.03rem; }

.stay-actions {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Gift / IBAN ---------- */

.iban-card {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  outline: 1px solid rgba(169, 136, 74, 0.3);
  outline-offset: 5px;
  border-radius: 4px;
  padding: 2.2rem 1.6rem;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.iban-label {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  color: var(--ink-soft);
  margin-bottom: 0.6rem;
}

.iban {
  font-family: "SF Mono", Menlo, monospace;
  font-size: clamp(0.88rem, 3.4vw, 1.1rem);
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.3rem;
  word-break: break-all;
}

.iban-holder {
  color: var(--ink-soft);
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

/* ---------- Photos ---------- */

.photo-cta { text-align: center; }

.photo-hint {
  color: var(--ink-soft);
  font-size: 1rem;
  max-width: 520px;
  margin: 0.9rem auto 0;
}

/* ---------- RSVP form ---------- */

.rsvp-form {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  outline: 1px solid rgba(169, 136, 74, 0.3);
  outline-offset: 5px;
  border-radius: 4px;
  padding: 2.2rem 1.8rem;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.rsvp-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink);
}

.rsvp-form input,
.rsvp-form select {
  font-family: var(--font-body);
  font-size: 1.08rem;
  letter-spacing: normal;
  text-transform: none;
  padding: 0.65rem 0.9rem;
  min-height: 44px;
  margin-top: auto;
  border: 1px solid var(--gold-line);
  border-radius: 3px;
  background: #fbf8f0;
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.rsvp-form select {
  appearance: none;
  -webkit-appearance: none;
  background: #fbf8f0 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1.5 L6 6.5 L11 1.5' fill='none' stroke='%236d6353' stroke-width='1.6' stroke-linecap='round'/></svg>") no-repeat right 0.9rem center;
  padding-right: 2.4rem;
}

.song-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  margin-top: auto;
}

.song-row input { flex: 1; margin-top: 0; }

.song-spotify {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  border: 1px solid var(--gold-line);
  border-radius: 3px;
  background: #fbf8f0;
  transition: background 0.2s;
}

.song-spotify:hover { background: rgba(29, 185, 84, 0.1); }

.rsvp-form input:focus,
.rsvp-form select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(169, 136, 74, 0.18);
}

.has-suggest { position: relative; }

.suggest-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  margin-top: 4px;
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  border-radius: 4px;
  box-shadow: 0 12px 26px rgba(46, 42, 34, 0.16);
  overflow: hidden;
}

.suggest-item {
  display: block;
  width: 100%;
  padding: 0.55rem 0.9rem;
  border: none;
  background: none;
  font-family: var(--font-body);
  font-size: 1.03rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
}

.suggest-item:hover,
.suggest-item:focus {
  background: rgba(169, 136, 74, 0.12);
}

.suggest-item + .suggest-item {
  border-top: 1px solid rgba(169, 136, 74, 0.2);
}

.checkbox-label {
  flex-direction: row !important;
  align-items: center;
  gap: 0.6rem !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: 1.03rem !important;
  color: var(--ink-soft) !important;
}

.checkbox-label input { accent-color: var(--gold); width: 17px; height: 17px; }

.hidden-field { display: none; }

.rsvp-success {
  text-align: center;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--gold);
  padding: 1rem 0;
}

.rsvp-error {
  text-align: center;
  font-size: 1rem;
  color: #8a3b2e;
}

/* ---------- FAQ ---------- */

.faq-list {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.faq-list details {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  border-radius: 4px;
  padding: 1rem 1.3rem;
}

.faq-list summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-list summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--gold);
  transition: transform 0.2s;
}

.faq-list details[open] summary::after { transform: rotate(45deg); }

.faq-list details p {
  margin-top: 0.7rem;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

/* ---------- Footer ---------- */

.footer {
  background: var(--ink);
  color: rgba(246, 241, 229, 0.85);
  text-align: center;
  padding: 3.4rem 1.4rem 3rem;
  border-top: 3px double var(--gold);
}

.footer-names {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  color: var(--gold-soft);
  margin-bottom: 0.7rem;
}

.footer-contact { font-size: 1.06rem; margin-bottom: 0.8rem; }

.footer-contact a { color: var(--gold-soft); text-decoration: none; }

.footer-heart { color: var(--gold-soft); }

/* ---------- Guest page (demo) ---------- */

.demo-banner {
  background: var(--ink);
  color: rgba(246, 241, 229, 0.9);
  text-align: center;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 110;
}

.demo-banner a { color: var(--gold-soft); }

.guest-nav {
  position: sticky;
  top: 0;
}

.btn-small { padding: 0.5rem 1rem; font-size: 0.7rem; }

.guest-hero { min-height: auto; padding-bottom: 4rem; }

.guest-name {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(2.2rem, 8vw, 3.6rem);
  letter-spacing: 0.14em;
  line-height: 1.15;
  margin-bottom: 0.6rem;
}

.table-card {
  background: transparent;
  border: 1px solid var(--gold-line);
  outline: 1px solid rgba(169, 136, 74, 0.3);
  outline-offset: 4px;
  border-radius: 4px;
  padding: 1.5rem 2.2rem;
  margin: 1.6rem auto 2rem;
  max-width: 340px;
  text-align: center;
}

.table-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.68rem;
  color: var(--ink-soft);
}

.table-number {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.7rem, 6vw, 2.3rem);
  letter-spacing: 0.1em;
  color: var(--ink);
  margin: 0.2rem 0;
}

.table-hint {
  color: var(--ink-soft);
  font-size: 1rem;
  margin: 0 auto;
}

.beach-section { padding-top: 1.5rem; }

.beach-card {
  background: var(--ivory);
  border: 1px solid var(--gold-line);
  outline: 1px solid rgba(169, 136, 74, 0.3);
  outline-offset: 5px;
  border-radius: 4px;
  padding: 2.4rem 1.8rem;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.beach-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  color: var(--olive);
  margin-bottom: 0.8rem;
}

.beach-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 5vw, 2rem);
  margin-bottom: 1rem;
}

.beach-text {
  color: var(--ink-soft);
  max-width: 460px;
  margin: 0 auto 1.6rem;
}

.beach-actions {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-whatsapp:hover { background: #1eb857; }

.beach-note { font-size: 0.96rem; color: var(--ink-soft); font-style: italic; }

.guest-extras { padding-top: 0; }

/* ---------- Reveal animation ---------- */

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ---------- Reduced motion ---------- */

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

}

/* ---------- Responsive ---------- */

@media (max-width: 1100px) {
  .hero-branch { display: none; }
}

@media (max-width: 760px) {
  .nav-toggle { display: flex; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(236, 229, 214, 0.98);
    border-bottom: 1px solid var(--gold-line);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .nav-links.open { max-height: 420px; }

  .nav-links li { text-align: center; }

  .nav-links a {
    display: block;
    padding: 0.9rem;
    font-size: 0.9rem;
  }

  .cards-2,
  .form-row { grid-template-columns: 1fr; }

  .invite-card {
    padding: 3.6rem 1.3rem 2.2rem;
    border-radius: 190px 190px 8px 8px;
  }

  .invite-card::before { border-radius: 182px 182px 5px 5px; }

  .invite-card .wax-seal {
    width: 72px;
    height: 72px;
    left: -12px;
    top: 30%;
  }


  .hero-date { gap: 0.7rem; }

  .date-side { width: 86px; font-size: 0.7rem; }

  .date-num { padding: 0 0.7rem; font-size: 2.2rem; }

  .count-box {
    min-width: 0;
    padding: 0 0.8rem;
  }

  .count-box span { font-size: 1.5rem; }

  .timeline::before,
  .timeline-item::after { display: none; }

  .timeline-item {
    flex-direction: column;
    gap: 0.3rem;
    align-items: stretch;
  }

  .timeline-card { width: 100%; }

  .timeline-time { text-align: left; padding-top: 0; min-width: 0; }
}
