:root {
  --paper: #f8f1e9;
  --ink: #262222;
  --muted: #4e4a4a;
  --wine: #8e1024;
  --wine-dark: #6f0b1a;
  --wine-line: rgba(142, 16, 36, 0.46);
  --soft: #efefed;
  --graphite: #2e3b39;
  --blush: #edc4ad;
  --dusty-blush: #d4b7b7;
  --taupe: #e4d2b8;
  --cocoa: #4a2f20;
  --twist-lime: #4f672c;
  --leaf-green: #9ead6f;
  --cabernet: #6f0b1a;
  --mauvewood: #aa5b69;
  --deep-berry: #6e1d45;
  --potting-soil: #6c2d0b;
  --focus: #b98b52;
  --photo-radius: 12px;
  --sans: Arial, Helvetica, sans-serif;
  --script: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.35;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.wedding-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  background: var(--paper);
}

.script {
  color: var(--wine);
  font-family: var(--script);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.body-copy,
.wish-list p,
.organizer-info p,
.invite-state,
.form-status {
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.48;
}

.hero-section {
  position: relative;
  display: block;
  width: min(100% - 160px, 1260px);
  min-height: auto;
  margin: 0 auto;
  padding-top: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}

.hero-title {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  line-height: 0;
  text-align: center;
}

.hero-title-image {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: clamp(260px, 43vw, 500px);
  margin: 0 auto;
  object-fit: contain;
  transform: none;
}

.generated-title {
  font-size: 0;
  line-height: 0;
}

.title-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
  pointer-events: none;
}

.hero-swans {
  display: block;
  width: min(60vw, 520px);
  max-width: calc(100% - 96px);
  height: auto;
  margin: clamp(-24px, -2.2vw, -10px) auto 0;
  object-fit: contain;
  pointer-events: none;
}

.hero-countdown {
  display: grid;
  width: min(100%, 360px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 30px auto 0;
  color: var(--wine);
}

.hero-countdown span {
  min-width: 0;
  text-align: center;
}

.hero-countdown b {
  display: block;
  font-family: var(--script);
  font-size: clamp(28px, 3.2vw, 42px);
  font-style: normal;
  font-weight: 400;
  line-height: 0.95;
}

.hero-countdown small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 16px 0 13px clamp(38px, 4.8vw, 72px);
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 39px);
  line-height: 0.92;
}

.hero-copy .body-copy {
  max-width: 330px;
  margin-left: clamp(38px, 4.8vw, 72px);
}

.hero-copy .body-copy.hero-invite-text {
  width: min(100%, 760px);
  max-width: 760px;
  margin: clamp(34px, 4.8vw, 56px) auto 0;
  text-align: center;
}

.soft-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
  border-radius: var(--photo-radius);
}

.soft-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.hero-photos {
  display: flex;
  width: min(92vw, 760px);
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 6vw, 78px);
  margin: clamp(8px, 1.4vw, 18px) auto 0;
  padding: 18px 0 28px;
}

.hero-photo {
  z-index: 1;
  display: flex;
  flex: 0 0 min(34vw, 282px);
  flex-direction: column;
  aspect-ratio: 0.72;
  height: auto;
  padding: clamp(10px, 1.2vw, 13px) clamp(10px, 1.2vw, 13px) clamp(42px, 4.8vw, 62px);
  overflow: visible;
  background: #fffdf8;
  border-radius: 3px;
  box-shadow:
    0 16px 22px rgba(38, 34, 34, 0.12),
    0 3px 7px rgba(38, 34, 34, 0.1);
}

.hero-photo:first-child {
  transform: translateY(-10px) rotate(-6deg);
}

.hero-photo:nth-child(2) {
  transform: translateY(38px) rotate(6deg);
}

.hero-photo img {
  position: static;
  width: 100%;
  flex: 1;
  min-height: 0;
  border-radius: 2px;
  object-position: center 36%;
  filter: none;
  transform: none;
}

.wave {
  position: relative;
  color: var(--wine);
  pointer-events: none;
}

.wave span,
.wave::before,
.wave::after {
  display: block;
}

.wave span {
  height: 54px;
  border-top: 1.4px solid var(--wine-line);
  border-radius: 50%;
}

.wave::before,
.wave::after {
  position: absolute;
  width: 18px;
  height: 25px;
  border: 1.35px solid var(--wine-line);
  border-top: 0;
  border-radius: 50% 50% 42% 42%;
  content: "";
}

.hero-divider {
  display: block;
  width: min(72vw, 760px);
  max-width: calc(100% - 70px);
  height: auto;
  margin: 22px auto 0;
  object-position: center;
}

.wedding-calendar {
  display: grid;
  width: min(100%, 520px);
  gap: 24px;
  margin: 18px auto 0;
  padding: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.calendar-month {
  display: block;
  line-height: 0;
}

.calendar-month-title {
  height: clamp(56px, 7.2vw, 80px);
  transform: translateX(clamp(8px, 1.6vw, 18px));
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
}

.calendar-weekdays {
  color: rgba(78, 74, 74, 0.48);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.calendar-grid {
  row-gap: 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 30px);
}

.calendar-grid > span {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 42px;
  place-items: center;
}

.calendar-date {
  color: var(--wine);
}

.calendar-date img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(45px, 4.1vw, 60px);
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -48%) rotate(-4deg);
}

.place-section {
  position: relative;
  display: grid;
  width: min(100% - 70px, 1110px);
  grid-template-columns: 1fr;
  gap: 30px;
  scroll-margin-top: 72px;
  margin: 20px auto 0;
  padding: 8px 0 42px;
}

.place-title {
  margin: 0;
  text-align: center;
}

.place-content {
  display: grid;
  grid-template-columns: minmax(420px, 610px) minmax(330px, 1fr);
  align-items: center;
  gap: 68px;
}

.place-photo {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.place-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: cover;
  object-position: 28% 50%;
}

.place-copy {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

.place-heading {
  margin: 0 0 28px;
  color: var(--wine);
  font-family: var(--script);
  font-size: clamp(54px, 5.8vw, 82px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.78;
}

.place-heading-image {
  height: clamp(76px, 7.6vw, 104px);
  margin-left: 0;
}

.section-title {
  margin: 0 0 32px;
  font-size: clamp(106px, 11.5vw, 168px);
  line-height: 0.72;
  white-space: nowrap;
}

.place-title {
  margin-bottom: 10px;
}

.section-heading-image {
  height: clamp(118px, 12.5vw, 158px);
}

.place-title-image {
  height: clamp(112px, 11.5vw, 150px);
}

.dress-title-image {
  height: clamp(112px, 11vw, 148px);
}

.underlined-link,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  padding: 7px 1px 3px;
  background: transparent;
  color: var(--wine);
  cursor: pointer;
  font: 700 15px/1 var(--sans);
  text-decoration: none;
  text-transform: uppercase;
}

.place-copy .underlined-link {
  margin-top: 18px;
}

.dress-section {
  width: min(100% - 70px, 1058px);
  margin: 42px auto 0;
  text-align: center;
}

.dress-title {
  margin-bottom: 14px;
  margin-right: auto;
  margin-left: auto;
}

.dress-intro {
  width: min(100%, 760px);
  margin: 0 auto 24px;
  text-align: center;
}

.dress-looks {
  display: flex;
  width: 97.7167%;
  max-width: 1034px;
  align-items: flex-start;
  justify-content: center;
  gap: 7.4392%;
  margin: 0 auto;
}

.dress-looks img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.dress-look {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.dress-look--men {
  flex: 0 0 46.1135%;
}

.dress-look--women {
  flex: 0 0 46.1135%;
}

.color-palette {
  display: grid;
  grid-template-columns: repeat(4, 58px);
  width: min(100%, 358px);
  justify-content: center;
  gap: 24px 42px;
  margin: 24px auto 0;
}

.color-swatch {
  display: grid;
  min-width: 0;
  justify-items: center;
  color: var(--graphite);
  text-align: center;
}

.color-swatch i {
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(38, 34, 34, 0.1);
  border-radius: 50%;
  background: currentColor;
}

.color-swatch--twist-lime {
  color: var(--twist-lime);
}

.color-swatch--leaf-green {
  color: var(--leaf-green);
}

.color-swatch--taupe {
  color: var(--taupe);
}

.color-swatch--dusty-blush {
  color: var(--dusty-blush);
}

.color-swatch--cabernet {
  color: var(--cabernet);
}

.color-swatch--mauvewood {
  color: var(--mauvewood);
}

.color-swatch--deep-berry {
  color: var(--deep-berry);
}

.color-swatch--potting-soil {
  color: var(--potting-soil);
}

.color-swatch--black {
  color: #050505;
}

.color-palette--men .color-swatch--black {
  grid-column: 2 / span 2;
}

.wishes-section {
  position: relative;
  width: min(100% - 66px, 1160px);
  margin: 8px auto 0;
  padding: 112px 0 34px;
  text-align: center;
}

.wave--wishes {
  position: absolute;
  left: 0;
  right: 0;
  top: 26px;
  height: 66px;
}

.wishes-flourish {
  position: absolute;
  top: 0;
  width: clamp(190px, 22vw, 310px);
  height: auto;
  opacity: 1;
}

.wave--wishes::before,
.wave--wishes::after {
  content: none;
  display: none;
}

.wishes-flourish--left {
  left: 0;
  transform: rotate(1deg);
}

.wishes-flourish--right {
  right: 0;
  transform: rotate(-1deg);
}

.wishes-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 34px;
  font-size: clamp(54px, 6.2vw, 86px);
  line-height: 0.72;
}

.wishes-title-image {
  height: clamp(132px, 13.2vw, 172px);
}

.wish-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 390px));
  justify-content: center;
  gap: 90px;
}

.wish-list article {
  min-width: 0;
}

.wish-list span {
  display: block;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 0.85;
}

.wish-list p {
  font-size: 14px;
  line-height: 1.72;
}

.contacts-section {
  position: relative;
  width: min(100% - 66px, 672px);
  margin: 0 auto;
  padding: 0 0 64px;
  text-align: center;
}

.contacts-title {
  margin: 0 0 30px;
  font-size: clamp(66px, 7.1vw, 98px);
  line-height: 0.75;
}

.contacts-title-image {
  width: min(100%, 520px);
  height: auto;
}

.organizers-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  gap: 32px;
  justify-items: center;
  width: min(100%, 672px);
  margin: 0 auto;
}

.organizer-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  width: min(100%, 320px);
  min-width: 0;
  text-align: left;
}

.organizer-photo {
  width: 126px;
  aspect-ratio: 4 / 5;
  flex: 0 0 auto;
}

.organizer-photo img {
  filter: none;
  object-position: center 28%;
}

.organizer-info {
  min-width: 0;
}

.organizer-info h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.organizer-info a {
  display: inline-block;
  color: var(--wine);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.organizer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 10px;
}

.organizer-info a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.organizer-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.organizer-info h3,
.organizer-info a,
.organizer-info p {
  overflow-wrap: anywhere;
}

.rsvp-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--paper);
}

.rsvp-photo {
  position: relative;
  width: min(100% - 64px, 360px);
  aspect-ratio: 2 / 3;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--soft);
  border-radius: var(--photo-radius);
}

.rsvp-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: none;
}

.rsvp-panel {
  position: relative;
  z-index: 2;
  width: min(100% - 36px, 540px);
  margin: 18px auto 0;
  text-align: center;
}

.rsvp-title {
  margin: 0 0 14px;
  text-align: center;
  line-height: 0;
}

.rsvp-title-image {
  width: auto;
  max-width: min(100%, 500px);
  height: clamp(136px, 14.2vw, 176px);
}

.rsvp-label {
  margin: 0;
  line-height: 0;
}

.rsvp-label-image {
  width: auto;
  max-width: min(100%, 300px);
  height: clamp(72px, 8vw, 104px);
}

.rsvp-form {
  width: min(100%, 500px);
  margin: 18px auto 0;
}

.invite-state {
  width: min(100%, 440px);
  margin: 0 auto 14px;
  padding: 10px 13px;
  border: 1px solid rgba(142, 16, 36, 0.24);
  color: var(--wine);
  font-size: 12px;
  line-height: 1.35;
}

.invite-state.is-success {
  border-color: rgba(46, 59, 57, 0.26);
  color: var(--graphite);
}

.invite-state.is-error {
  background: rgba(142, 16, 36, 0.035);
}

.guest-list {
  display: grid;
  gap: 16px;
  text-align: left;
}

.guest-card {
  border: 1px solid rgba(142, 16, 36, 0.28);
  background: rgba(255, 255, 255, 0.92);
}

.guest-card__header {
  padding: 13px 16px 11px;
  border-bottom: 1px solid rgba(142, 16, 36, 0.18);
}

.guest-card__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--wine);
  font-size: 11px;
  line-height: 1;
}

.guest-card__header h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.guest-card > .form-group,
.conditional-fields > .form-group,
.day-section > .form-group,
.day-section > .conditional-fields > .form-group {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(142, 16, 36, 0.14);
}

.form-group.is-invalid {
  background: rgba(142, 16, 36, 0.045);
  box-shadow: inset 3px 0 0 rgba(142, 16, 36, 0.5);
}

.guest-card > .form-group legend,
.conditional-fields legend,
.day-section legend {
  float: left;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.guest-card > .form-group legend + *,
.conditional-fields legend + *,
.day-section legend + * {
  clear: left;
}

.form-row,
.form-group {
  margin: 0;
}

.form-row {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
}

.form-row--compact {
  padding: 8px 0;
}

input[type="text"] {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-bottom: 1px solid rgba(142, 16, 36, 0.45);
  border-radius: 0;
  padding: 7px 1px;
  background: transparent;
  color: var(--ink);
  font: 14px/1.2 var(--sans);
}

input[type="tel"] {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-bottom: 1px solid rgba(142, 16, 36, 0.45);
  border-radius: 0;
  padding: 7px 1px;
  background: transparent;
  color: var(--ink);
  font: 14px/1.2 var(--sans);
}

input[aria-invalid="true"] {
  border-bottom-color: var(--wine);
}

.choice {
  display: flex;
  min-height: 25px;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font: 13px/1.25 var(--sans);
}

.choice + .choice {
  margin-top: 4px;
}

.choice input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  accent-color: var(--wine);
}

.conditional-fields[hidden] {
  display: none;
}

.day-section {
  border-top: 1px solid rgba(142, 16, 36, 0.14);
}

.day-section__title {
  margin: 0;
  padding: 12px 16px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.day-section__description {
  margin: -4px 0 0;
  padding: 0 16px 12px;
  color: rgba(41, 35, 30, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.field-error,
.form-status {
  margin: 7px 0 0;
  color: var(--wine);
  font-size: 12px;
  line-height: 1.35;
}

.field-error:empty {
  min-height: 0;
  margin: 0;
}

.form-status.is-success {
  color: var(--graphite);
  font-weight: 700;
}

.submit-button {
  width: 168px;
  min-height: 34px;
  margin: 18px auto 40px;
  border: 1.5px solid var(--wine);
  padding: 0 18px;
  font-size: 12px;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

@media (max-width: 1060px) {
  .hero-section {
    width: min(100% - 64px, 980px);
  }

  .hero-title-image {
    width: 100%;
  }

  .hero-photos {
    width: min(100%, 680px);
  }

  .hero-photo {
    width: min(43vw, 310px);
  }

  .place-section,
  .dress-section {
    width: min(100% - 48px, 920px);
  }

  .place-section {
    gap: 26px;
  }

  .place-content {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.82fr);
    gap: 42px;
  }

  .color-palette {
    gap: 24px 38px;
  }
}

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

  .hero-section {
    display: block;
    min-height: auto;
    padding: 0 24px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-title {
    width: 100%;
    height: auto;
  }

  .hero-title-image {
    position: static;
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .hero-subtitle,
  .hero-copy .body-copy {
    margin-left: clamp(30px, 9vw, 56px);
  }

  .hero-countdown {
    width: min(100%, 350px);
    margin: 24px auto 0;
  }

  .hero-swans {
    width: min(78vw, 460px);
    max-width: calc(100% - 38px);
    margin-top: -6px;
  }

  .hero-photos {
    margin: 8px auto 0;
  }

  .hero-photo {
    width: min(41vw, 280px);
  }

  .hero-divider {
    width: min(86vw, 560px);
    max-width: calc(100% - 28px);
    margin-top: 20px;
  }

  .wedding-calendar {
    gap: 20px;
  }

  .place-section {
    gap: 14px;
    margin-top: 36px;
  }

  .place-content {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .place-photo {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .place-copy {
    text-align: center;
  }

  .place-heading-image {
    margin-left: auto;
    transform: translateX(clamp(10px, 4.2vw, 24px));
  }

  .place-copy .underlined-link {
    margin-right: auto;
    margin-left: auto;
  }

  .section-title {
    margin-bottom: 18px;
    font-size: clamp(82px, 22vw, 130px);
  }

  .dress-section {
    margin-top: 28px;
  }

  .dress-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(58px, 16vw, 70px);
    text-align: center;
    white-space: nowrap;
  }

  .dress-looks {
    width: min(100%, 520px);
    max-width: none;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 0;
  }

  .dress-look--men,
  .dress-look--women {
    flex: 0 1 auto;
    width: min(100%, 460px);
  }

  .color-palette {
    gap: 20px 34px;
  }

  .wishes-section {
    width: min(100% - 36px, 620px);
    padding-top: 104px;
  }

  .wish-list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wishes-flourish {
    width: min(39vw, 150px);
  }

  .wishes-title {
    font-size: clamp(48px, 14vw, 76px);
  }

  .contacts-section {
    width: min(100% - 36px, 560px);
    padding-bottom: 54px;
  }

  .organizers-list {
    grid-template-columns: 1fr;
    width: min(100%, 320px);
  }

  .rsvp-section {
    display: flex;
  }

  .rsvp-photo {
    width: min(100% - 40px, 360px);
  }

  .rsvp-panel {
    width: min(100% - 36px, 620px);
    padding: 0 0 48px;
  }
}

@media (max-width: 520px) {
  .hero-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-title-image {
    width: 100%;
  }

  .hero-swans {
    width: min(82vw, 360px);
    max-width: calc(100% - 18px);
    margin-top: -2px;
  }

  .hero-copy .body-copy {
    max-width: 280px;
  }

  .hero-subtitle,
  .hero-copy .body-copy {
    margin-left: 30px;
  }

  .hero-countdown {
    width: min(100%, 320px);
    gap: 8px;
    margin-top: 20px;
  }

  .hero-photo {
    width: min(42vw, 190px);
  }

  .wedding-calendar {
    width: min(100%, 300px);
    gap: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .place-section,
  .dress-section {
    width: min(100% - 32px, 460px);
  }

  .contacts-section {
    width: min(100% - 32px, 360px);
  }

  .place-photo {
    width: min(100%, 430px);
  }

  .color-palette {
    grid-template-columns: repeat(4, 46px);
    width: min(100%, 238px);
    gap: 18px;
  }

  .color-swatch i {
    width: 46px;
    height: 46px;
  }

  .contacts-title {
    font-size: clamp(48px, 15vw, 72px);
  }

  .contacts-title-image {
    width: min(100%, 360px);
  }

  .organizers-list {
    width: min(100%, 320px);
    gap: 18px;
  }

  .organizer-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
  }

  .organizer-photo {
    width: 104px;
  }

  .organizer-info h3 {
    font-size: 19px;
  }

  .organizer-info a {
    font-size: 15px;
  }

  .organizer-info p {
    font-size: 13px;
    line-height: 1.42;
  }

  .rsvp-photo {
    width: min(100% - 24px, 430px);
  }

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

  .rsvp-title-image {
    max-width: min(100%, 360px);
    height: clamp(118px, 32vw, 152px);
  }

  .rsvp-label-image {
    max-width: min(100%, 270px);
    height: clamp(68px, 20vw, 92px);
  }
}
