:root {
  --ink: #25342e;
  --green: #2f463c;
  --green-deep: #1d2e27;
  --gold: #b19a56;
  --gold-light: #d8c991;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --muted: #6c756f;
  --line: rgba(37, 52, 46, 0.14);
}

html {
  scroll-behavior: smooth;
}

body.wedding-page {
  margin: 0;
  color: var(--muted);
  background: var(--paper);
  font-family: "Muli", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.wedding-page * {
  box-sizing: border-box;
}

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

.wedding-page h2,
.wedding-page h3 {
  color: var(--ink);
}

.wedding-page a:focus-visible,
.wedding-page button:focus-visible,
.wedding-page summary:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--ink);
  background: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-space {
  padding: 110px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 54px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading__eyebrow,
.hero__eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-heading h2,
.hello-section__copy h2,
.faq-section__intro h2,
.rsvp-banner h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
}

.section-heading > img {
  width: 52px;
  margin: 5px auto 22px;
  opacity: 0.8;
}

.section-heading > p:last-child {
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 27px;
  border: 1px solid var(--gold);
  border-radius: 30px;
  color: #fff;
  background: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.button:hover,
.button:focus {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.button--ghost {
  color: var(--ink);
  background: transparent;
}

.button--ghost i {
  margin-right: 9px;
}

/* Hero and navigation */
.hero {
  position: relative;
  min-height: 720px;
  height: 100svh;
  max-height: 980px;
  color: #fff;
  background-image: url("../images/hero-honza-pavlina.webp");
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(19, 32, 27, 0.66) 0%, rgba(19, 32, 27, 0.4) 48%, rgba(19, 32, 27, 0.16) 78%),
    linear-gradient(0deg, rgba(16, 25, 21, 0.32), transparent 42%);
}

.wedding-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.wedding-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
}

.wedding-nav__brand {
  color: #fff;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  line-height: 1;
}

.wedding-nav__brand span,
.hero h1 span,
.wedding-footer__names span {
  color: var(--gold-light);
}

.wedding-nav__brand:hover,
.wedding-nav__brand:focus {
  color: #fff;
}

.wedding-nav__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.wedding-nav__menu a {
  position: relative;
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wedding-nav__menu a::after {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  height: 1px;
  background: var(--gold-light);
  content: "";
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.wedding-nav__menu a:hover,
.wedding-nav__menu a:focus {
  color: #fff;
}

.wedding-nav__menu a:hover::after,
.wedding-nav__menu a:focus::after {
  transform: scaleX(1);
}

.wedding-nav__toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: transparent;
}

.wedding-nav__toggle span:not(.sr-only) {
  display: block;
  height: 1px;
  margin: 5px 0;
  background: #fff;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 85px;
  padding-bottom: 40px;
}

.hero__eyebrow {
  margin-bottom: 2px;
  color: #f2e6bf;
}

.hero h1 {
  margin: 0 0 26px -8px;
  color: #fff;
  font-family: "Great Vibes", cursive;
  font-size: clamp(76px, 9vw, 138px);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
}

.hero__date {
  display: flex;
  align-items: center;
  gap: 21px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.hero__date span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero__date strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.hero__scroll {
  position: absolute;
  bottom: 34px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll i {
  animation: wedding-bounce 1.8s infinite;
}

.hero__scroll:hover,
.hero__scroll:focus {
  color: #fff;
}

@keyframes wedding-bounce {
  50% { transform: translateY(6px); }
}

/* Date */
.date-section {
  position: relative;
  text-align: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(177, 154, 86, 0.08), transparent 26%),
    var(--paper);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  max-width: 820px;
  margin: 0 auto 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.countdown__item {
  position: relative;
  padding: 32px 18px 30px;
}

.countdown__item + .countdown__item::before {
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 0;
  width: 1px;
  background: var(--line);
  content: "";
}

.countdown__item strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.countdown__item span {
  display: block;
  margin-top: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.countdown__today {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

/* Couple introduction */
.hello-section {
  overflow: hidden;
  background: var(--cream);
}

.hello-section__grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
  align-items: center;
  gap: 9%;
}

.hello-section__grid::before,
.hello-section__grid::after,
.faq-section__grid::before,
.faq-section__grid::after {
  display: none;
  content: none;
}

.hello-section__photo {
  position: relative;
  max-width: 470px;
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(177, 154, 86, 0.55);
}

.hello-section__photo::before {
  position: absolute;
  top: -28px;
  right: -38px;
  z-index: 0;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(177, 154, 86, 0.26);
  border-radius: 50%;
  content: "";
}

.hello-section__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.hello-section__copy {
  max-width: 540px;
}

.hello-section__copy p {
  margin-bottom: 18px;
}

.hello-section__signature {
  margin-top: 32px;
  color: var(--ink);
}

.hello-section__signature strong {
  color: var(--gold);
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
}

/* Venue */
.venue-section {
  background: var(--green-deep);
}

.section-heading--light h2,
.section-heading--light > p:last-child {
  color: #fff;
}

.section-heading--light > p:last-child {
  opacity: 0.7;
}

.section-heading--light > img {
  filter: brightness(2.2);
}

.venue-card {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  max-width: 1040px;
  margin: 0 auto 44px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22);
}

.venue-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.venue-card__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.venue-card__detail {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.venue-card__detail:first-child {
  padding-top: 0;
}

.venue-card__detail > i {
  margin-top: 4px;
  color: var(--gold);
  font-size: 24px;
}

.venue-card__detail span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.venue-card__detail strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.venue-card__detail p {
  margin-bottom: 0;
  font-size: 13px;
}

.venue-card__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 29px;
}

.venue-card__website {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.venue-card__website i {
  margin-left: 4px;
  color: var(--gold);
}

.map-frame {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.map-frame iframe {
  display: block;
  filter: saturate(0.7) sepia(0.08);
}

/* Schedule */
.schedule-section {
  background: var(--paper);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 82px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: var(--line);
  content: "";
}

.timeline li {
  position: relative;
  text-align: center;
}

.timeline time {
  display: block;
  margin-bottom: 15px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.timeline i {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 24px;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  color: var(--gold);
  background: var(--paper);
  font-size: 14px;
}

.timeline h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.timeline p {
  margin-bottom: 0;
  font-size: 14px;
}

/* FAQ */
.faq-section {
  background: var(--cream);
}

.faq-section__grid {
  display: block;
}

.faq-section__intro {
  position: relative;
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.faq-section__intro h2 {
  font-size: 43px;
}

.faq-section__intro > img {
  width: 52px;
  margin: 7px auto 0;
  opacity: 0.8;
}

.faq-list {
  max-width: 1040px;
  margin: 0 auto;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 50px 25px 0;
  color: var(--ink);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: transform 0.25s ease;
}

.faq-list summary span::after {
  transform: rotate(90deg);
}

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

.faq-list details p {
  max-width: 900px;
  margin-bottom: 0;
  padding: 0 50px 25px 0;
  font-size: 14px;
}

/* RSVP and footer */
.rsvp-banner {
  position: relative;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(25, 42, 34, 0.83), rgba(25, 42, 34, 0.86)),
    url("../images/hero-honza-pavlina.webp") center 58%/cover;
}

.rsvp-banner__content {
  max-width: 1000px;
}

.rsvp-banner h2 {
  color: #fff;
}

.rsvp-banner__content > p:not(.section-heading__eyebrow) {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.75);
}

.rsvp-form {
  max-width: 900px;
  margin: 42px auto 5px;
  padding: 42px;
  color: var(--ink);
  text-align: left;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 24px 70px rgba(8, 19, 14, 0.3);
}

.rsvp-form__attendance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}

.rsvp-form__attendance > span {
  grid-column: 1 / -1;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rsvp-form__attendance label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.rsvp-form__attendance input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.rsvp-form__attendance label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 11px 16px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.rsvp-form__attendance label > span i {
  margin-right: 8px;
  color: var(--gold);
}

.rsvp-form__attendance input:checked + span {
  border-color: var(--gold);
  color: var(--ink);
  background: rgba(177, 154, 86, 0.1);
}

.rsvp-form__attendance input:focus-visible + span {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.rsvp-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.rsvp-form__field {
  display: block;
  margin: 0;
}

.rsvp-form__field > span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rsvp-form__field--full {
  grid-column: 1 / -1;
}

.rsvp-form__field input,
.rsvp-form__field select,
.rsvp-form__field textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
  font: inherit;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rsvp-form__field textarea {
  min-height: 100px;
  resize: vertical;
}

.rsvp-form__field input:focus,
.rsvp-form__field select:focus,
.rsvp-form__field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(177, 154, 86, 0.12);
}

.rsvp-form__field input::placeholder,
.rsvp-form__field textarea::placeholder {
  color: #a1a59f;
}

.rsvp-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 22px 0 28px;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

.rsvp-form__privacy input {
  flex: 0 0 auto;
  margin-top: 4px;
  accent-color: var(--gold);
}

.rsvp-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rsvp-form__submit {
  min-width: 210px;
  border: 0;
}

.rsvp-form__submit i {
  margin-left: 10px;
}

.rsvp-form__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.rsvp-form__status {
  display: none;
  margin: 18px 0 0;
  padding: 12px 15px;
  font-size: 13px;
  line-height: 1.5;
}

.rsvp-form__status.is-visible {
  display: block;
}

.rsvp-form__status.is-success {
  color: #245038;
  background: #e8f3eb;
}

.rsvp-form__status.is-error {
  color: #7b302a;
  background: #f8e9e6;
}

.rsvp-form__attending-field.is-hidden {
  display: none;
}

.rsvp-banner__date {
  display: inline-block;
  margin-top: 27px;
  padding: 13px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.16em;
}

.wedding-footer {
  padding: 70px 0 55px;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  background: #14241e;
}

.wedding-footer p {
  color: inherit;
}

.wedding-footer__names {
  margin-bottom: 10px;
  color: #fff !important;
  font-family: "Great Vibes", cursive;
  font-size: 50px;
  line-height: 1.2;
}

.wedding-footer__small {
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  background: var(--green-deep);
  box-shadow: 0 10px 28px rgba(15, 31, 24, 0.25);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.scroll-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
  color: #fff;
  background: var(--gold);
}

@media (max-width: 991px) {
  .section-space { padding: 90px 0; }
  .hero { min-height: 680px; }
  .wedding-nav__menu { gap: 24px; }
  .hello-section__grid { gap: 7%; }
  .venue-card__details { padding: 35px; }
  .timeline { gap: 20px; }
}

@media (max-width: 767px) {
  body.wedding-page { font-size: 14px; }
  .section-space { padding: 72px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2,
  .hello-section__copy h2,
  .faq-section__intro h2,
  .rsvp-banner h2 {
    font-size: 36px;
  }

  .hero {
    min-height: 650px;
    height: 92svh;
    background-position: 68% center;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(19, 32, 27, 0.72), rgba(19, 32, 27, 0.27));
  }

  .wedding-nav__inner { min-height: 76px; }
  .wedding-nav__toggle { display: block; }
  .wedding-nav__menu {
    position: absolute;
    top: 76px;
    right: 15px;
    left: 15px;
    display: grid;
    gap: 0;
    padding: 8px 22px;
    background: rgba(20, 36, 30, 0.98);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-open .wedding-nav__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .wedding-nav__menu a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .wedding-nav__menu a:last-child { border-bottom: 0; }
  .wedding-nav__menu a::after { display: none; }

  .hero__content {
    justify-content: flex-end;
    padding-bottom: 115px;
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(66px, 20vw, 94px);
  }

  .hero__date {
    flex-wrap: wrap;
    gap: 5px 16px;
  }

  .hero__date strong {
    flex: 0 0 100%;
    order: -1;
  }

  .hero__scroll { display: none; }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
    max-width: 420px;
  }

  .countdown__item { padding: 25px 12px; }
  .countdown__item strong { font-size: 41px; }
  .countdown__item:nth-child(3)::before { display: none; }
  .countdown__item:nth-child(n+3) { border-top: 1px solid var(--line); }

  .hello-section__grid,
  .venue-card {
    grid-template-columns: 1fr;
  }

  .hello-section__grid { gap: 55px; }
  .hello-section__photo { max-width: 430px; margin: 0 auto; order: -1; }
  .hello-section__copy { max-width: none; text-align: center; }

  .venue-card__image img { min-height: 260px; }
  .venue-card__details { padding: 32px 26px; }
  .venue-card__actions { align-items: flex-start; flex-direction: column; }
  .map-frame iframe { height: 380px; }

  .timeline {
    grid-template-columns: 1fr 1fr;
    row-gap: 48px;
  }

  .timeline::before { display: none; }
  .timeline p { max-width: 250px; margin: 0 auto; }

  .faq-section__intro { text-align: center; }

  .rsvp-form {
    padding: 30px 24px;
  }
}

@media (max-width: 600px) {
  .hero { background-position: 72% center; }
  .hero__content { padding-bottom: 80px; }
  .hero h1 { max-width: 330px; }
  .hero__date { max-width: 280px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li + li { padding-top: 30px; border-top: 1px solid var(--line); }
  .venue-card__actions { gap: 16px; }
  .rsvp-form__attendance,
  .rsvp-form__grid {
    grid-template-columns: 1fr;
  }
  .rsvp-form__field--full { grid-column: auto; }
  .rsvp-form__submit { width: 100%; }
  .scroll-to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
}

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