:root {
  --paper: #fbfaf8;
  --paper-strong: #ffffff;
  --ink: #5f615f;
  --ink-soft: #7c7e7b;
  --line: #d9dbd8;
  --line-soft: #ececea;
  --champagne: #eee8df;
  --sage: #edf1ec;
  --accent: #9b9388;
  --shadow: 0 26px 70px rgba(63, 65, 62, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #e7e9e2;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.invite-page {
  padding-right: 20px;
  padding-left: 20px;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.invitation {
  position: relative;
  width: 100%;
  max-width: 1040px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.invitation::before,
.invitation::after {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  pointer-events: none;
}

.invitation::before {
  top: 0;
  aspect-ratio: 359.6 / 860;
  background-image: url("assets/forma-pagina-fill-tight.svg");
}

.invitation::after {
  bottom: 0;
  aspect-ratio: 359.6 / 259.2;
  background-image: url("assets/forma-pagina-bottom.svg");
}

.page-shape {
  display: none;
}

.hero,
.timeline-section,
.dress-code,
.map-section,
.rsvp-section,
.gift-section,
.footer {
  position: relative;
  z-index: 1;
  padding-right: 24px;
  padding-left: 24px;
}

.timeline-section > *,
.map-section > *,
.rsvp-section > *,
.gift-section > * {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.hero {
  padding-top: clamp(58px, 15vw, 118px);
  padding-bottom: 34px;
  text-align: center;
}

.gift-section::after {
  position: absolute;
  pointer-events: none;
  content: "";
  border: 2px solid rgba(202, 205, 203, 0.38);
  opacity: 0.6;
}

.crest {
  position: relative;
  display: grid;
  place-items: center;
  width: min(64vw, 250px);
  aspect-ratio: 545 / 700;
  margin: 0 auto 22px;
}

.crest-art {
  width: 100%;
  height: auto;
  opacity: 0.48;
}

.monogram {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--ink);
  transform: translateY(-2px);
}

.monogram span {
  min-width: 40px;
  font-size: 3.1rem;
  line-height: 1;
}

.monogram i {
  width: 1px;
  height: 62px;
  background: var(--accent);
  opacity: 0.78;
}

.kicker,
.section-label {
  margin: 0;
  color: var(--accent);
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 24rem;
  margin: 14px auto 22px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  text-wrap: balance;
}

.intro {
  max-width: 18rem;
  margin: 0 auto 34px;
  color: var(--ink-soft);
  font-size: 1.18rem;
  font-style: italic;
  line-height: 1.75;
}

.date-block {
  max-width: 620px;
  margin: 0 auto 26px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.time {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.2;
}

.venue {
  margin: 0;
  font-size: 1.07rem;
  line-height: 1.55;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.place {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
  font-style: italic;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0 auto;
}

.action-link {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 7px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.73rem;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.asset-icon {
  display: inline-grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  overflow: hidden;
  opacity: 0.8;
}

.asset-icon svg {
  flex: 0 0 17px;
  width: 100%;
  height: 100%;
}

.action-link:focus-visible,
.map-links a:focus-visible,
.rsvp-form button:focus-visible,
.copy-iban:focus-visible,
.admin-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.timeline-section {
  margin-top: -1px;
  padding-top: 38px;
  padding-bottom: 34px;
  background: var(--paper);
  border-top: 1px solid var(--line-soft);
}

h2 {
  margin: 8px auto 24px;
  color: var(--ink);
  font-size: 1.32rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.timeline-section > .section-label,
.map-section > .section-label,
.rsvp-section > .section-label,
.gift-section > .section-label {
  margin-right: auto;
  margin-left: auto;
}

.timeline {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 22px;
  bottom: 28px;
  left: 88px;
  width: 1px;
  background: var(--line);
  content: "";
}

.timeline li {
  position: relative;
  min-height: 108px;
  padding: 0 0 28px 126px;
  transition: transform 220ms ease;
}

.timeline li:last-child {
  min-height: 0;
  padding-bottom: 0;
}

.timeline li::before {
  display: none;
  position: absolute;
  top: 4px;
  left: 72px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 6px var(--paper);
  content: "";
}

.timeline time {
  position: absolute;
  top: 7px;
  left: 0;
  width: 58px;
  color: var(--accent);
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  text-align: right;
}

.timeline-icon {
  position: absolute;
  top: -3px;
  left: 67px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(155, 147, 136, 0.42);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 8px var(--paper);
  opacity: 0.8;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.timeline-icon svg {
  width: 25px;
  height: 25px;
}

.timeline h3 {
  margin: 0 0 5px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.55;
}

.dress-code {
  padding-top: 34px;
  padding-bottom: 36px;
  text-align: center;
  background: var(--sage);
}

.dress-code h2 {
  margin-bottom: 0;
  font-size: 1.58rem;
}

.map-section,
.rsvp-section,
.gift-section {
  padding-top: 38px;
  padding-bottom: 40px;
  border-top: 1px solid var(--line-soft);
}

.map-section,
.rsvp-section {
  background: var(--paper);
}

.map-links {
  display: grid;
  gap: 10px;
}

.map-links a {
  display: grid;
  gap: 6px;
  padding: 18px 18px 17px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.map-links span,
.iban-box span {
  color: var(--accent);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.map-links strong {
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-links em {
  color: var(--ink-soft);
  font-size: 1rem;
}

.rsvp-section {
  background: rgba(255, 255, 255, 0.7);
}

.rsvp-form {
  display: grid;
  gap: 16px;
}

.rsvp-form label {
  display: grid;
  gap: 7px;
}

.rsvp-form label > span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rsvp-form input,
.rsvp-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper-strong);
  color: var(--ink);
  padding: 13px 12px;
  line-height: 1.4;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.rsvp-form textarea {
  resize: vertical;
}

.choice-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.choice-group label {
  display: block;
}

.choice-group input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.choice-group span {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper-strong);
  color: var(--ink);
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.choice-group input:checked + span {
  border-color: var(--accent);
  background: var(--champagne);
}

.rsvp-form button,
.copy-iban {
  min-height: 48px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.form-note,
.copy-status {
  margin: -4px 0 0;
  color: var(--ink-soft);
  font-size: 0.91rem;
  font-style: italic;
  line-height: 1.45;
}

.form-note.is-success {
  color: #5f7566;
}

.form-note.is-error {
  color: #8f514b;
}

.gift-section {
  overflow: hidden;
  margin-bottom: clamp(24px, 4vw, 44px);
  background: var(--champagne);
}

.gift-section::after {
  right: -76px;
  bottom: -86px;
  width: 188px;
  height: 188px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.gift-section h2 {
  margin-bottom: 16px;
}

.gift-section p {
  max-width: 26rem;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.65;
}

.iban-box {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(120, 118, 112, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.52);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.iban-box strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: 0.015em;
}

.copy-iban {
  width: 100%;
  margin-top: 4px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 86px;
  text-align: center;
}

.footer p {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.38rem;
}

.footer span {
  width: 1px;
  height: 34px;
  background: var(--line);
}

.admin-link {
  display: table;
  margin: 18px auto 0;
  color: var(--ink-soft);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.landing-page {
  min-height: 100vh;
  background: #e7e9e2;
}

.tool-page,
.landing-shell {
  min-height: 100vh;
}

.landing-shell {
  display: grid;
  place-items: center;
  padding: 28px 20px;
}

.landing-hero {
  width: min(100%, 820px);
  padding: clamp(54px, 10vw, 96px) clamp(24px, 6vw, 72px);
  border: 1px solid var(--line);
  background: var(--paper);
  text-align: center;
}

.landing-hero h1 {
  max-width: 12em;
  margin: 14px auto 18px;
  font-size: clamp(1.65rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0.04em;
  text-transform: none;
}

.landing-hero p:not(.section-label) {
  max-width: 31rem;
  margin: 0 auto 26px;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.landing-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tool-page {
  background: #e7e9e2;
}

.tool-shell {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 28px 20px 54px;
}

.tool-panel {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.tool-heading h1 {
  max-width: none;
  margin: 10px 0 0;
  font-size: clamp(1.45rem, 4vw, 2.6rem);
  line-height: 1.18;
  text-align: left;
  text-transform: none;
}

.qr-form {
  display: grid;
  gap: 16px;
}

.qr-form label {
  display: grid;
  gap: 7px;
}

.qr-form label > span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.qr-form textarea,
.qr-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper-strong);
  color: var(--ink);
  padding: 13px 12px;
}

.qr-form input[type="color"] {
  min-height: 48px;
  padding: 5px;
}

.qr-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.qr-form button,
.download-qr {
  min-height: 48px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.qr-output {
  display: grid;
  gap: 14px;
}

.qr-preview {
  display: grid;
  min-height: 230px;
  place-items: center;
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--paper-strong);
}

.qr-preview canvas,
.qr-preview img {
  display: block;
  max-width: 100%;
  height: auto;
}

.admin-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #f1f0ed 0%, #fbfaf8 100%);
}

.admin-shell {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 28px 20px 42px;
}

.admin-page:not(.is-authenticated) .admin-shell {
  display: grid;
  min-height: 100svh;
  align-content: center;
}

.admin-hero {
  padding: 12px 0 28px;
  text-align: center;
}

.admin-hero h1 {
  max-width: none;
  margin: 8px auto 0;
  font-size: 1.58rem;
  line-height: 1.4;
  text-align: center;
}

.back-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin: 0 auto 22px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.admin-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.76);
}

.admin-panel h2 {
  margin-bottom: 22px;
}

.login-panel {
  width: min(100%, 520px);
  margin: 0 auto;
  text-align: center;
}

.login-form {
  display: grid;
  gap: 16px;
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: left;
}

.login-form label {
  display: grid;
  gap: 8px;
}

.login-form span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.login-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper-strong);
  color: var(--ink);
  padding: 13px 12px;
}

.login-form button,
.admin-actions button,
.admin-heading button {
  min-height: 44px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-heading h2 {
  margin-bottom: 0;
}

.admin-heading button {
  min-width: 84px;
  background: transparent;
  color: var(--ink);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.summary-grid div {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
}

.summary-grid span {
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.summary-grid strong {
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 400;
}

.admin-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.admin-qr {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 22px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  text-align: center;
}

.admin-qr-preview {
  display: grid;
  width: min(100%, 320px);
  min-height: 320px;
  place-items: center;
  padding: 20px;
  background: #ffffff;
}

.admin-qr-preview canvas,
.admin-qr-preview img {
  display: block;
  max-width: 100%;
  height: auto;
}

.admin-qr button {
  width: min(100%, 280px);
  min-height: 44px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.responses-list {
  display: grid;
  gap: 12px;
}

.response-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper-strong);
}

.response-item header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.response-item h3 {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.response-item time {
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-style: italic;
}

.attendance {
  flex: 0 0 auto;
  min-width: 48px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.attendance.is-yes {
  border-color: rgba(95, 117, 102, 0.42);
  background: rgba(237, 241, 236, 0.9);
}

.attendance.is-no {
  border-color: rgba(143, 81, 75, 0.32);
  background: rgba(238, 232, 223, 0.9);
}

.response-item dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.response-item dl div {
  display: grid;
  gap: 3px;
}

.response-item dt {
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.response-item dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.5;
}

.empty-state {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  font-style: italic;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(2px);
  transition:
    opacity 700ms ease,
    filter 700ms ease,
    transform 700ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.timeline li:nth-child(2) {
  --reveal-delay: 70ms;
}

.timeline li:nth-child(3) {
  --reveal-delay: 140ms;
}

.timeline li:nth-child(4) {
  --reveal-delay: 210ms;
}

.timeline li:nth-child(5) {
  --reveal-delay: 280ms;
}

@media (hover: hover) {
  .action-link:hover,
  .map-links a:hover,
  .iban-box:hover {
    border-color: rgba(155, 147, 136, 0.52);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 30px rgba(95, 97, 95, 0.08);
    transform: translateY(-2px);
  }

  .timeline li:hover {
    transform: translateX(3px);
  }

  .timeline li:hover .timeline-icon {
    border-color: rgba(155, 147, 136, 0.72);
    background: var(--champagne);
    box-shadow: 0 0 0 8px var(--paper), 0 10px 22px rgba(95, 97, 95, 0.1);
    opacity: 1;
    transform: scale(1.05);
  }

  .timeline li:hover h3,
  .map-links a:hover strong {
    color: #4f514f;
  }

  .choice-group span:hover,
  .rsvp-form input:hover,
  .rsvp-form textarea:hover {
    border-color: rgba(155, 147, 136, 0.62);
    box-shadow: 0 10px 22px rgba(95, 97, 95, 0.06);
  }

  .rsvp-form button:hover,
  .copy-iban:hover,
  .landing-cta:hover,
  .qr-form button:hover,
  .download-qr:hover,
  .admin-qr button:hover {
    background: #4f514f;
    box-shadow: 0 12px 28px rgba(95, 97, 95, 0.16);
    transform: translateY(-1px);
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .scroll-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (min-width: 460px) {
  .hero,
  .timeline-section,
  .dress-code,
  .map-section,
  .rsvp-section,
  .gift-section,
  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .quick-actions {
    gap: 10px;
  }

  h1 {
    font-size: 1.05rem;
  }

  .choice-group {
    grid-template-columns: 1fr 1fr;
  }

  .admin-actions,
  .summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .admin-actions {
    grid-template-columns: repeat(2, minmax(0, 180px));
  }

  .monogram {
    gap: 22px;
  }

  .monogram span {
    min-width: 46px;
    font-size: 3.55rem;
  }

  .monogram i {
    height: 72px;
  }

  .iban-box strong {
    font-size: 1.02rem;
    letter-spacing: 0.05em;
  }

  .qr-options {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  }
}

@media (min-width: 720px) {
  .invite-page {
    padding: 28px 20px;
  }

  .invitation {
    border-radius: 8px;
  }

  .invitation::after {
    aspect-ratio: 359.6 / 125.2;
    background-image: url("assets/forma-pagina-bottom-desktop.svg");
  }

  .hero {
    padding-top: 38px;
  }

  .crest {
    width: 340px;
  }

  h1 {
    font-size: 1.14rem;
  }

  .quick-actions {
    max-width: 460px;
  }

  .gift-section {
    margin-bottom: 28px;
  }

  .footer {
    padding-top: 110px;
    padding-bottom: 160px;
  }
}
