@font-face {
  font-family: "Unbounded";
  src: url("./fonts/unbounded-900.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/manrope-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/manrope-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/manrope-800.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("./fonts/stolzl_regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("./fonts/stolzl_book.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("./fonts/stolzl_bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  background: #f2f2f2;
  scroll-behavior: smooth;
  --page-scale: 1;
  --nav-scale: 1;
  --stage-height: 7804px;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f2f2f2;
  color: #101010;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.stage {
  position: relative;
  width: calc(393px * var(--page-scale));
  height: var(--stage-height);
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.phone {
  position: absolute;
  left: 50%;
  top: 0;
  width: 393px;
  height: 7804px;
  overflow: hidden;
  background: #fff;
  transform: translateX(-50%) scale(var(--page-scale));
  transform-origin: top center;
}

.asset {
  position: absolute;
  overflow: hidden;
}

.asset img {
  position: absolute;
  max-width: none;
  pointer-events: none;
}

.shade-12,
.shade-20,
.quote-gradient,
.answer-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.shade-12 {
  background: rgba(0, 0, 0, 0.12);
}

.shade-20 {
  background: rgba(0, 0, 0, 0.2);
}

.box-0212 {
  left: -99px;
  top: 6258px;
  width: 590px;
  height: 649px;
  z-index: 1;
}

.box-0212 img {
  left: 0;
  top: -0.04%;
  width: 100%;
  height: 113.64%;
}

.bg-hero-a {
  left: -387px;
  top: -208px;
  width: 917px;
  height: 1146px;
  z-index: 0;
}

.bg-hero-a img,
.bg-hero-b img,
.intro-bg img,
.dress-bg img,
.final-bg img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-hero-b {
  left: -387px;
  top: -280px;
  width: 866px;
  height: 1368px;
  z-index: 1;
}

.bg-hero-b img {
  left: 0;
  top: -0.01%;
  width: 100%;
  height: 112.95%;
  object-fit: fill;
}

.top-nav {
  position: fixed;
  left: 50%;
  top: 18px;
  width: 353px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 8px 8px;
  border-radius: 100px;
  background: #f7f6ed;
  box-shadow: 0 6px 20px rgba(16, 16, 16, 0.08);
  transform: translateX(-50%) scale(var(--nav-scale));
  transform-origin: top center;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  z-index: 1000;
}

.top-nav.is-scrolled {
  background: #fffaf2;
  box-shadow: 0 10px 28px rgba(16, 16, 16, 0.16);
}

.fixed-nav {
  pointer-events: auto;
}

.heart-pill {
  position: relative;
  display: block;
  width: 44px;
  height: 32px;
  border-radius: 100px;
  background: #101010;
  border: 0;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease;
}

.heart-pill img {
  position: absolute;
  left: 12px;
  top: 8px;
  width: 20px;
  height: 20px;
}

.top-nav nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  width: 136px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.nav-control {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 160ms ease, color 160ms ease, background-color 160ms ease, filter 160ms ease;
}

.nav-control:hover {
  color: #343434;
}

.nav-control:active {
  transform: scale(0.96);
}

.heart-pill:hover {
  background: #343434;
}

.nav-control:focus-visible,
.answer-form input:focus-visible,
.answer-form textarea:focus-visible,
.answer-form button:focus-visible {
  outline: 3px solid #b0dcff;
  outline-offset: 3px;
}

.city-tags {
  position: absolute;
  left: 20px;
  top: 84px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 4;
}

.tag {
  display: block;
  padding: 12px;
  border-radius: 100px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.tag-pink {
  background: #fff;
}

.tag-yellow {
  background: #f1ff75;
}

.date-badge {
  position: absolute;
  left: 139px;
  top: 116px;
  width: 212.712px;
  height: 135.704px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.date-inner {
  width: 213px;
  transform: rotate(-11.63deg);
  border-radius: 100px;
  background: #b0dcff;
  padding: 16px 40px 20px;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  color: #101010;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}

.date-main {
  display: block;
  font-size: 32px;
  line-height: 32px;
}

.date-month {
  display: block;
  margin-top: 0;
  font-size: 28px;
  line-height: 24px;
}

.hero-title {
  position: absolute;
  left: 26px;
  top: 270px;
  font-family: "Unbounded", sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.88px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 4;
}

.hero-copy {
  position: absolute;
  left: 27px;
  top: 373px;
  width: 305px;
  font-family: "Stolzl", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #fff;
  z-index: 4;
}

.form-button {
  position: absolute;
  left: 50%;
  top: 489px;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 16px 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101010;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 4;
}

.form-button:hover {
  background: #343434;
  color: #fff;
  transform: translateX(-50%);
}

.kiss-photo {
  left: -239px;
  top: 619px;
  width: 622px;
  height: 437px;
  border-radius: 218.5px;
  z-index: 4;
}

.kiss-photo img {
  left: -0.05%;
  top: -26.64%;
  width: 100.09%;
  height: 196.6%;
}

.flower-one {
  left: 89px;
  top: 792px;
  width: 429px;
  height: 429px;
  z-index: 3;
}

.flower-one img,
.flower-two img,
.flower-three img,
.flower-four img,
.small-leaf img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-bg {
  left: -32px;
  top: 1056px;
  width: 790px;
  height: 749px;
  z-index: 2;
}

.intro-bg img {
  left: 0;
  top: -0.03%;
  width: 100%;
  height: 131.84%;
  object-fit: fill;
}

.intro-title {
  position: absolute;
  left: 22px;
  top: 1253px;
  width: 361px;
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.8px;
  color: #fff;
  text-transform: uppercase;
  z-index: 5;
}

.intro-card {
  position: absolute;
  left: 23px;
  top: 1426px;
  width: 347px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 36px 21px;
  border-radius: 40px;
  background: #faf5ed;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #010601;
  z-index: 5;
}

.small-leaf {
  left: 296px;
  top: 1361px;
  width: 69.096px;
  height: 103.644px;
  transform: rotate(12.53deg);
  z-index: 6;
}

.quote-bg {
  left: -322px;
  top: 1805px;
  width: 729px;
  height: 911px;
  z-index: 1;
}

.quote-bg img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 43.949%, rgba(0, 0, 0, 0.6) 100%);
}

.quote-text {
  position: absolute;
  left: 18px;
  top: 2311px;
  width: 360px;
  font-family: "Unbounded", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.76px;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
}

.quote-author {
  position: absolute;
  left: 18px;
  top: 2574px;
  width: 305px;
  font-family: "Stolzl", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #fff;
  z-index: 3;
}

.program-bg {
  left: -570px;
  top: 2716px;
  width: 1140px;
  height: 1399px;
  z-index: 1;
}

.program-bg img {
  left: 0;
  top: -1.83%;
  width: 100%;
  height: 101.84%;
}

.flower-two {
  left: 197px;
  top: 2627px;
  width: 283px;
  height: 283px;
  z-index: 3;
}

.program-stack {
  position: absolute;
  left: 20px;
  top: 2785px;
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "Manrope", sans-serif;
  color: #101010;
  z-index: 5;
}

.program-panel {
  width: 350px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 12px;
  border-radius: 32px;
  background: #eee;
}

.program-panel-content {
  width: 326px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.program-heading {
  width: 275px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.program-kicker {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 100px;
  background: #101010;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.program-kicker:hover,
.label:hover,
.final-message span:hover {
  background: #343434;
}

.program-heading h2 {
  width: 275px;
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.64px;
  color: #101010;
  text-transform: uppercase;
}

.program-card {
  width: 326px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  overflow: hidden;
  padding: 22px 19px 40px;
  border-radius: 32px;
  font-family: "Manrope", sans-serif;
  color: #101010;
}

.program-card-one {
  background: #d5de47;
}

.program-card-two {
  background: #b0dcff;
}

.program-card-head {
  width: 179px;
  height: 88px;
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
}

.program-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  letter-spacing: -0.8px;
}

.program-card h3 {
  position: absolute;
  left: 0;
  top: 48px;
  font-family: "Unbounded", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.56px;
  color: #101010;
  text-transform: none;
}

.program-card-two h3 {
  text-transform: uppercase;
}

.program-place-group {
  margin-top: -16px;
  min-height: 101px;
  font-weight: 800;
  line-height: 1.2;
}

.program-place {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.program-address {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  color: rgba(16, 16, 16, 0.56);
}

.program-times {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.program-times div {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 16, 16, 0.25);
}

.program-card-two .program-times div {
  gap: 34px;
}

.program-times dt,
.program-times dd {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #101010;
}

.program-times dt {
  width: 46px;
  flex: 0 0 46px;
}

.program-card-two .program-times dt {
  width: 48px;
  flex-basis: 48px;
}

.dress-bg {
  left: -425px;
  top: 4115px;
  width: 1076px;
  height: 1345px;
  z-index: 1;
}

.flower-three {
  left: 0;
  top: 4003px;
  width: 282px;
  height: 282px;
  z-index: 3;
}

.label {
  position: absolute;
  display: block;
  padding: 4px 8px;
  border-radius: 100px;
  background: #101010;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  z-index: 5;
}

.label-dress {
  left: 25px;
  top: 4166px;
}

.dress-title {
  position: absolute;
  left: 25px;
  top: 4211px;
  width: 360px;
  font-family: "Unbounded", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.76px;
  color: #fff;
  text-transform: uppercase;
  z-index: 5;
}

.dress-cards {
  position: absolute;
  left: 23px;
  top: 4354px;
  width: 347px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 6;
}

.info-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px 20px;
  border-radius: 40px;
  overflow: visible;
}

.info-card.white {
  background: #faf5ed;
}

.info-card.green {
  background: #eafc8f;
}

.info-card h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.56px;
  color: #101010;
  text-transform: uppercase;
}

.info-card p {
  width: 305px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #010601;
}

.dress-cards .info-card:first-child p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.flower-four {
  left: -64px;
  top: 4817px;
  width: 274px;
  height: 274px;
  z-index: 3;
}

.label-guests {
  left: 26px;
  top: 4923px;
}

.guests-title {
  position: absolute;
  left: 24px;
  top: 4962px;
  width: 360px;
  font-family: "Unbounded", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.76px;
  color: #fff;
  text-transform: uppercase;
  z-index: 5;
}

.guest-cards {
  position: absolute;
  left: 23px;
  top: 5075px;
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 8;
}

.guest-cards .info-card {
  min-height: 132px;
}

.answer-bg {
  left: -337px;
  top: 5460px;
  width: 819px;
  height: 964px;
  z-index: 1;
}

.answer-bg img {
  left: -0.01%;
  top: -6.22%;
  width: 100.02%;
  height: 106.22%;
}

.answer-gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 69.231%);
}

.label-form {
  left: 24px;
  top: 5931px;
}

.answer-title {
  position: absolute;
  left: 21px;
  top: 5970px;
  width: 360px;
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.72px;
  color: #fff;
  text-transform: uppercase;
  z-index: 5;
}

.answer-copy {
  position: absolute;
  left: 24px;
  top: 6067px;
  width: 343px;
  font-family: "Stolzl", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #fff;
  z-index: 5;
}

.answer-form {
  position: absolute;
  left: 21px;
  top: 6140px;
  width: 351px;
  min-height: 667px;
  border-radius: 32px;
  padding: 41px 39px 22px;
  border: 0;
  background: #f784bd;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Manrope", sans-serif;
  color: #101010;
  z-index: 7;
}

.answer-form::before {
  content: "";
  position: absolute;
  inset: 12px 16px 20px;
  border-radius: 24px;
  background: #f7f3ec;
  z-index: 0;
}

.answer-form > * {
  position: relative;
  z-index: 1;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  border: 0;
  padding: 0;
}

.form-group > span,
.attendance-group legend {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  color: #101010;
}

.answer-form input[type="text"],
.answer-form input[type="tel"],
.answer-form textarea {
  width: 100%;
  border: 0;
  border-radius: 24px;
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #101010;
}

.answer-form input[type="text"],
.answer-form input[type="tel"] {
  height: 56px;
  padding: 0 17px;
}

.answer-form textarea {
  min-height: 93px;
  resize: vertical;
  padding: 18px 17px;
}

.answer-form ::placeholder {
  color: #737373;
  opacity: 1;
}

.attendance-group {
  gap: 10px;
}

.attendance-group legend {
  margin-bottom: 16px;
}

.attendance-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.attendance-group input {
  appearance: none;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 3px solid #101010;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.attendance-group input::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #101010;
  transform: scale(0);
  transition: transform 120ms ease;
}

.attendance-group input:checked::before {
  transform: scale(1);
}

.answer-form button {
  width: 100%;
  min-height: 58px;
  margin-top: -2px;
  border: 0;
  border-radius: 100px;
  background: #ddea55;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  color: #101010;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease;
}

.answer-form button:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
}

.answer-form button:active {
  transform: scale(0.98);
}

.answer-form button:disabled {
  cursor: wait;
  filter: brightness(0.96);
}

.form-status {
  min-height: 13px;
  margin-top: -16px;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #101010;
}

.final-bg {
  left: -196px;
  top: 6907px;
  width: 960px;
  height: 1200px;
  z-index: 1;
}

.final-stack {
  position: absolute;
  left: 22px;
  top: 6944px;
  width: 350px;
  min-height: 795px;
  border-radius: 32px;
  background: #b0dcff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
  z-index: 4;
}

.final-stack .asset {
  left: auto;
  width: 326px;
  border-radius: 32px;
}

.final-message {
  position: relative;
  left: auto;
  top: auto;
  width: 326px;
  min-height: 0;
  padding: 32px;
  border-radius: 32px;
  background: #faf5ed;
  color: #101010;
  z-index: 3;
}

.final-message span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 100px;
  background: #101010;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.final-message h2 {
  margin-top: 24px;
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.64px;
  color: #101010;
  text-transform: uppercase;
}

.final-message p {
  margin-top: 24px;
  width: 262px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  color: #101010;
}

.final-photo {
  position: relative;
  left: auto;
  top: auto;
  width: 326px;
  height: 515px;
  border-radius: 32px;
  z-index: 4;
}

.final-photo img {
  left: -11.09%;
  top: -5.86%;
  width: 134.01%;
  height: 105.87%;
  object-fit: fill;
}

@media (min-width: 700px) {
  body {
    background: #e9e9e9;
  }
}

@media (max-width: 360px) {
  .top-nav {
    top: 12px;
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFadeUpCentered {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes heroSoftPhoto {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gentleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

.hero-title,
.hero-copy {
  opacity: 0;
  animation: heroFadeUp 1100ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-title {
  animation-delay: 180ms;
}

.hero-copy {
  animation-delay: 360ms;
}

.city-tags,
.date-badge,
.form-button {
  opacity: 0;
  animation: heroFadeUp 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.city-tags {
  animation-delay: 320ms;
}

.date-badge {
  animation-delay: 460ms;
}

.form-button {
  animation-delay: 620ms;
  animation-name: heroFadeUpCentered;
}

.kiss-photo {
  opacity: 0;
  animation: heroSoftPhoto 1300ms cubic-bezier(0.22, 1, 0.36, 1) 520ms forwards;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1150ms cubic-bezier(0.22, 1, 0.36, 1), transform 1150ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

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

.program-panel.reveal-on-scroll,
.program-card.reveal-on-scroll {
  transform: translateY(12px);
}

.program-panel-two.reveal-on-scroll,
.program-card-two.reveal-on-scroll {
  transition-delay: 220ms;
}

.quote-text.reveal-on-scroll,
.quote-author.reveal-on-scroll {
  transform: translateY(10px);
}

.quote-author.reveal-on-scroll {
  transition-delay: 220ms;
}

.final-stack.reveal-on-scroll {
  transform: scale(0.98);
  transition-duration: 1500ms;
}

.final-stack.reveal-on-scroll.is-visible {
  transform: scale(1);
}

.program-card {
  box-shadow: 0 0 0 rgba(16, 16, 16, 0);
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.program-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(16, 16, 16, 0.12);
}

.flower-two {
  animation: gentleFloat 16s ease-in-out infinite;
  will-change: transform;
}

.answer-form input,
.answer-form textarea {
  transition: box-shadow 160ms ease, background-color 160ms ease;
}

.answer-form input:focus,
.answer-form textarea:focus {
  box-shadow: 0 0 0 2px #b0dcff;
}

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

  .hero-title,
  .hero-copy,
  .city-tags,
  .date-badge,
  .form-button,
  .kiss-photo,
  .reveal-on-scroll {
    opacity: 1 !important;
  }

  .form-button {
    transform: translateX(-50%) !important;
  }

  .hero-title,
  .hero-copy,
  .city-tags,
  .date-badge,
  .kiss-photo,
  .reveal-on-scroll {
    transform: none !important;
  }
}
