* {
  box-sizing: border-box;
}

:root {
  --blue: #4f7fbd;
  --blue-dark: #2f5f9f;
  --blue-soft: #d8eefb;
  --red: #e27370;
  --red-dark: #c9504f;
  --yellow: #f5ce62;
  --cream: #fffaf0;
  --paper: #fffdf7;
  --ink: #46536c;
  --line: #eadcc8;
  --shadow: rgba(97, 74, 46, 0.13);
}

html {
  scroll-behavior: smooth;
}

/* =========================================================
   INVITED GUEST CHECK
========================================================= */

.locked {
  display: none;
}

.guest-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.25),
      rgba(255, 250, 240, 0.75)
    ),
    url("bg1.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.guest-gate-card {
  width: min(520px, 100%);
  padding: 34px 30px;
  text-align: center;
  border-radius: 30px;
  border: 3px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.72)),
    var(--paper);
  box-shadow: 0 14px 32px rgba(97, 74, 46, 0.16);
}

.guest-badge {
  width: 104px;
  height: 104px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  border: 0;
}

.guest-badge-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.guest-title {
  margin: 0;
  color: var(--red);
  font-family: "Chewy", cursive;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.guest-subtitle {
  margin: 14px 0 8px;
  color: var(--blue-dark);
  font-family: "Schoolbell", cursive;
  font-size: 25px;
  font-weight: 900;
}

.guest-instruction {
  max-width: 390px;
  margin: 0 auto 24px;
  color: #3f485f;
  font-size: 19px;
  line-height: 1.35;
}

.guest-form {
  display: grid;
  gap: 12px;
}

.guest-form label {
  text-align: left;
  color: #3d4559;
  font-size: 18px;
  font-weight: 900;
}

.guest-form input {
  width: 100%;
  border: 2px solid #d9c8ad;
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.86);
  color: var(--ink);
  font-family: "Patrick Hand", cursive;
  font-size: 21px;
  text-align: center;
}

.guest-form input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(77, 120, 182, 0.12);
}

.guest-form button {
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  padding: 15px 30px;
  color: white;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), transparent),
    var(--red);
  box-shadow:
    0 7px 0 #b84e4b,
    0 12px 20px rgba(224, 109, 106, 0.22);
  cursor: pointer;
  font-family: "Chewy", cursive;
  font-size: 28px;
  transform: rotate(-2deg);
}

.guest-form button span {
  color: #ffb15f;
}

.guest-error {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff0bd;
  border: 2px dashed #dbb84a;
  color: #8a4b2b;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
}

.hidden {
  display: none !important;
}

@media (max-width: 680px) {
  .guest-gate-card {
    padding: 28px 22px;
  }

  .guest-title {
    font-size: 38px;
  }

  .guest-subtitle {
    font-size: 22px;
  }
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Patrick Hand", "Comic Sans MS", cursive;
  font-size: 20px;
  background:
    radial-gradient(circle at 10% 15%, rgba(135, 185, 225, 0.13), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(226, 115, 112, 0.10), transparent 25%),
    linear-gradient(180deg, #fffdf7 0%, #fbf3e8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.28;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(67, 76, 96, 0.05) 0,
      rgba(67, 76, 96, 0.05) 1px,
      transparent 1px,
      transparent 5px
    );
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Header */

.site-header {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 4px solid var(--blue);
  color: var(--yellow);
  background: #ffe7a1;
  font-size: 25px;
  text-shadow: 1px 1px 0 var(--blue);
  transform: rotate(-8deg);
}

.brand-copy strong {
  display: block;
  margin-bottom: -4px;
  color: var(--red);
  font-family: "Chewy", cursive;
  font-size: 28px;
  font-weight: 400;
}

.brand-copy em {
  display: block;
  color: var(--blue-dark);
  font-family: "Schoolbell", cursive;
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  color: var(--blue-dark);
  text-decoration: none;
  font-family: "Chewy", cursive;
  font-size: 25px;
}

.site-nav a.active {
  color: var(--red);
  border-bottom: 4px solid var(--red);
  line-height: 0.9;
}
.readonly-input {
  background: rgba(207, 229, 251, 0.35) !important;
  color: var(--blue-dark) !important;
  font-weight: 900;
  cursor: not-allowed;
}

/* Hero */

.hero-greeting {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 7px 18px;
  color: var(--blue-dark);
  background: rgba(255, 253, 247, 0.72);
  border: 2px dashed rgba(79, 127, 189, 0.45);
  border-radius: 999px;
  font-family: "Schoolbell", "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 0 6px 14px rgba(97, 74, 46, 0.08);
}

.hero-greeting span {
  color: var(--red);
}

@media (max-width: 680px) {
  .hero-greeting {
    font-size: 20px;
    padding: 6px 14px;
  }
}

.hero-card {
  position: relative;
  min-height: 505px;
  padding: 54px 62px 88px;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 38px 38px;
  background-image: url("bg1.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.hero-left,
.hero-right {
  position: relative;
  z-index: 3;
}

.hero-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-badge-image {
  width: 340px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hero-right {
  text-align: center;
  transform: translateY(10px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-family: "Schoolbell", cursive;
  font-size: 27px;
  font-weight: 900;
}

h1 {
  margin: 0;
  color: var(--blue-dark);
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-size: clamp(58px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: 1px;
  text-shadow: 4px 5px 0 rgba(58, 72, 98, 0.10);
}

h1 span {
  display: block;
  color: var(--red);
}

.hero-description {
  margin: 24px auto 22px;
  color: #48536a;
  font-family: "Schoolbell", cursive;
  font-size: 27px;
  line-height: 1.34;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 46px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.28), transparent),
    #6f9ed0;
  color: white;
  border: 4px solid rgba(255,255,255,0.64);
  box-shadow:
    0 8px 0 #4f7fbd,
    0 14px 22px rgba(45, 85, 146, 0.22);
  text-decoration: none;
  font-family: "Chewy", cursive;
  font-size: 36px;
  transform: rotate(-2deg);
}

.hero-button span {
  color: #ffac60;
}

.hero-button:hover {
  transform: translateY(3px) rotate(-2deg);
  box-shadow:
    0 5px 0 #4f7fbd,
    0 10px 18px rgba(45, 85, 146, 0.18);
}

/* Hero decorations */

.balloons {
  position: absolute;
  right: 24px;
  top: 110px;
  width: 130px;
  height: 220px;
  z-index: 1;
  opacity: 0.65;
}

.balloon {
  position: absolute;
  width: 48px;
  height: 72px;
  border-radius: 50%;
  opacity: 0.76;
}

.balloon::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  width: 13px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
}

.balloon::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 72px;
  height: 120px;
  border-left: 2px solid rgba(84, 92, 116, 0.20);
}

.balloon-red {
  left: 20px;
  top: 0;
  background: var(--red);
}

.balloon-yellow {
  left: 62px;
  top: 52px;
  background: var(--yellow);
}

.balloon-blue {
  left: 94px;
  top: 104px;
  background: #6f99cb;
}

/* Event strip */

.event-strip {
  position: relative;
  z-index: 5;
  width: calc(100% - 70px);
  margin: -34px auto 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255, 253, 247, 0.96);
  border: 3px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 26px var(--shadow);
}

.event-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 122px;
  padding: 22px 24px;
  border-right: 2px dashed #e6d6bd;
  min-width: 0;
}

.event-item:last-child {
  border-right: 0;
}

.event-icon-img-wrap {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.event-icon-img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

.loc-img {
  width: 58px;
  height: 58px;
}

.dresscode-img {
  width: 64px;
  height: 54px;
}

.event-item h3 {
  margin: 0 0 6px;
  color: var(--blue-dark);
  font-family: "Schoolbell", cursive;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.event-item p {
  margin: 0;
  color: #4c566f;
  font-family: "Schoolbell", cursive;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.14;
}

/* Content */

.content-area {
  padding-bottom: 54px;
}

/* Card base */

.paper-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.48)),
    var(--paper);
  border: 2px solid var(--line);
  border-radius: 26px;
  padding: 22px;
  box-shadow: 0 9px 22px rgba(112, 87, 62, 0.09);
  overflow: hidden;
}

.paper-card h2 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-family: "Chewy", cursive;
  font-size: 37px;
  font-weight: 400;
}

.celebrate-card h2,
.rsvp-card h2 {
  color: var(--red);
}

/* Top cards */

.top-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.top-grid .paper-card {
  height: 370px;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Celebrate */

.celebrate-card {
  text-align: center;
  position: relative;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 253, 247, 0.90) 0%,
      rgba(255, 253, 247, 0.76) 46%,
      rgba(255, 253, 247, 0.12) 100%
    ),
    url("celebg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.cele-title-img {
  width: 100%;
  max-width: 205px;
  height: auto;
  display: block;
  margin: 0 auto 18px;
  object-fit: contain;
}

.cele-text {
  max-width: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cele-text p {
  margin: 0 0 13px;
  color: #3f485f;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 700;
}

/* Location */

.location-card {
  text-align: center;
}

.location-title-img {
  width: 100%;
  max-width: 145px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
  object-fit: contain;
}

.location-venue-text {
  display: inline-block;
  margin: 0 auto 9px;
  padding: 4px 12px;
  color: #2f5f9f;
  background: rgba(207, 229, 251, 0.45);
  border-radius: 999px;
  font-family: "Schoolbell", "Patrick Hand", cursive;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.location-map-img {
  width: 100%;
  max-width: 175px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  object-fit: contain;
  border-radius: 16px;
}

.map-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: auto;
}

.map-button-img {
  width: 100%;
  max-width: 125px;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.map-button-link:hover .map-button-img {
  transform: translateY(2px);
  filter: brightness(0.98);
}

/* Programme */

.programme-card {
  text-align: center;
}

.programme-title-img {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
  object-fit: contain;
}

.programme-list-img {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* Hero Checklist */

.checklist-card {
  position: relative;
  text-align: center;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 253, 247, 0.94) 0%,
      rgba(255, 253, 247, 0.84) 45%,
      rgba(255, 253, 247, 0.60) 100%
    ),
    url("checklistbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.checklist-title-img {
  width: 100%;
  max-width: 168px;
  height: auto;
  display: block;
  margin: 0 auto 14px;
  object-fit: contain;
}

.checklist-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  width: 100%;
}

.checklist-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: start;
}

.checklist-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  margin-top: 2px;
}

.checklist-text h3 {
  margin: 0 0 5px;
  color: var(--blue-dark);
  font-family: "Schoolbell", "Patrick Hand", cursive;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.08;
}

.checklist-text p {
  margin: 0;
  color: #3f485f;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 700;
}

.checklist-text strong {
  color: var(--blue-dark);
}

.checklist-divider {
  height: 1px;
  border-top: 2px dashed rgba(79, 127, 189, 0.35);
  margin: 0;
}

/* RSVP + Questions */

.rsvp-grid {
  width: 100%;
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(310px, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.rsvp-card,
.questions-card {
  min-width: 0;
  min-height: 470px;
}

.rsvp-card {
  padding: 26px 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.48)),
    var(--paper);
}

.questions-card {
  padding: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rsvp-title-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}

.rsvp-title-row h2 {
  margin: 0;
  color: var(--red);
}

.rsvp-title-row p {
  margin: 0;
  color: var(--blue-dark);
  font-size: 20px;
  line-height: 1.2;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
}

.field.full {
  grid-column: 1 / -1;
}

#exactGuestsField {
  animation: softAppear 0.2s ease;
}


label {
  display: block;
  margin-bottom: 8px;
  color: #3d4559;
  font-size: 18px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 2px solid #d9c8ad;
  border-radius: 10px;
  padding: 13px 14px;
  background: rgba(255,255,255,0.78);
  color: var(--ink);
  font-family: "Patrick Hand", cursive;
  font-size: 18px;
}

textarea {
  min-height: 108px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(77, 120, 182, 0.12);
}

.radio-card {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 9px 12px;
  border: 2px solid #d9c8ad;
  border-radius: 10px;
  background: rgba(255,255,255,0.58);
}

.radio-card input {
  width: auto;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 248px;
  margin: 26px auto 0;
  padding: 14px 36px;
  border: 0;
  border-radius: 999px;
  color: white;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), transparent),
    var(--red);
  box-shadow:
    0 7px 0 #b84e4b,
    0 12px 20px rgba(224, 109, 106, 0.22);
  cursor: pointer;
  font-family: "Chewy", cursive;
  font-size: 30px;
  transform: rotate(-2deg);
}

.submit-button span {
  color: #ffb15f;
}

.submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: rotate(-2deg);
  box-shadow:
    0 4px 0 #b84e4b,
    0 8px 16px rgba(224, 109, 106, 0.18);
}

.submit-button.loading {
  pointer-events: none;
}

.submit-loading-message {
  margin: 18px 0 0;
  text-align: center;
  color: var(--blue-dark);
  font-family: "Schoolbell", "Patrick Hand", cursive;
  font-size: 20px;
  font-weight: 900;
}

.submit-loading-message::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  text-align: left;
  animation: loadingDots 1.2s infinite;
}

@keyframes loadingDots {
  0% {
    content: "";
  }

  33% {
    content: ".";
  }

  66% {
    content: "..";
  }

  100% {
    content: "...";
  }
}

.success-message {
  margin: 20px 0 0;
  padding: 14px 18px;
  border-radius: 16px;
  text-align: center;
  background: #eaf7e6;
  border: 2px solid #b8dcae;
  color: #39713a;
  font-weight: 900;
}

.hidden {
  display: none !important;
}


#exactGuestsField,
#vehicleNumberField,
#guestCountField,
#drivingQuestionField {
  animation: softAppear 0.2s ease;
}

@keyframes softAppear {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Questions */

.questions-card h2 {
  margin: 0 0 4px;
  color: var(--blue-dark);
}

.help-text {
  margin: 0 0 16px !important;
  color: var(--red);
  font-family: "Schoolbell", cursive;
  font-size: 26px !important;
  font-weight: 900;
}

.walkie {
  margin: 10px 0 18px;
  font-size: 70px;
}

.questions-card h3 {
  color: var(--blue-dark);
  font-size: 23px;
  margin: 0 0 12px;
}

.questions-card p {
  margin: 8px 0;
  word-break: normal;
  overflow-wrap: normal;
}

.note-box {
  margin-top: auto;
  padding: 16px;
  border-radius: 17px;
  background: #fff0bd;
  border: 2px dashed #dbb84a;
  font-size: 18px;
  font-weight: 900;
}

.footer {
  padding: 28px;
  color: var(--blue-dark);
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}

/* Driving field, if you add it back later */

.driving-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 180px));
  gap: 12px;
}

#vehicleNumberField {
  animation: softAppear 0.2s ease;
}

@keyframes softAppear {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 1100px) {
  .top-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-grid .paper-card {
    height: 370px;
    min-height: 370px;
  }

  .rsvp-grid {
    grid-template-columns: 1fr;
  }

  .rsvp-card,
  .questions-card {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    padding: 22px 0;
    flex-direction: column;
    gap: 16px;
  }

  .site-nav {
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-card {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 34px 24px 88px;
    text-align: center;
  }

  .hero-left {
    order: 1;
  }

  .hero-right {
    order: 2;
  }

  .balloons {
    display: none;
  }

  .event-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-item:nth-child(2) {
    border-right: 0;
  }

  .event-item:nth-child(1),
  .event-item:nth-child(2) {
    border-bottom: 2px dashed #e6d6bd;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 26px, 100%);
  }

  .brand-copy strong {
    font-size: 24px;
  }

  .brand-copy em {
    font-size: 22px;
  }

  .site-nav a {
    font-size: 21px;
  }

  .hero-card {
    padding: 26px 18px 78px;
  }

  .hero-badge-image {
    width: 280px;
  }

  h1 {
    font-size: 54px;
  }

  .hero-description {
    font-size: 23px;
  }

  .hero-button {
    font-size: 29px;
    padding: 13px 32px;
  }

  .event-strip {
    width: 100%;
    margin: -28px auto 24px;
    grid-template-columns: 1fr;
  }

  .event-item {
    border-right: 0;
    border-bottom: 2px dashed #e6d6bd;
  }

  .event-item:last-child {
    border-bottom: 0;
  }

  .top-grid {
    grid-template-columns: 1fr;
  }

  .top-grid .paper-card {
    height: auto;
    min-height: 330px;
  }

  .celebrate-card {
    min-height: 360px;
  }

  .location-map-img {
    max-width: 230px;
  }

  .programme-list-img {
    max-width: 240px;
  }

  .checklist-item {
    grid-template-columns: 50px 1fr;
  }

  .checklist-icon {
    width: 46px;
    height: 46px;
  }

  .checklist-text h3 {
    font-size: 19px;
  }

  .checklist-text p {
    font-size: 15px;
  }

  .rsvp-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .driving-options {
    grid-template-columns: 1fr 1fr;
  }

  .rsvp-title-row {
    display: block;
  }

  .rsvp-title-row h2 {
    margin-bottom: 8px;
  }

  .paper-card {
    padding: 22px;
  }
}
