:root {
  --pink: #f8c8d8;
  --pink-light: #fce5ed;
  --rose: #a82b54;
  --ink: #571d35;
  --line: rgba(87, 29, 53, 0.18);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --script: "La Belle Aurore", cursive;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--pink);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 7px;
}
::selection {
  background: #ab3157;
  color: #fff;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
body:after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 30;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' filter='url(%23n)' opacity='.6' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -70px;
  background: white;
  padding: 14px;
  z-index: 200;
}
.skip-link:focus {
  top: 20px;
}
.site-header {
  height: 108px;
  padding: 28px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0 0 auto;
  z-index: 12;
}
.monogram {
  font-family: var(--script);
  font-size: 28px;
  line-height: 0.95;
}
.monogram span {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 10px;
}
.header-center,
.sound-toggle,
.eyebrow,
.hero-bottom > span:not(.handwriting),
footer {
  font-size: 12px;
  letter-spacing: 0.17em;
  font-weight: 500;
}
.sound-toggle {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 13px 18px;
}
.sound-bars {
  height: 17px;
  display: flex;
  gap: 3px;
  align-items: center;
}
.sound-bars i {
  height: 8px;
  width: 2px;
  background: currentColor;
}
.sound-bars i:nth-child(2) {
  height: 15px;
}
.sound-bars i:nth-child(3) {
  height: 11px;
}
.hero {
  min-height: 850px;
  height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 45%, #ffe8ef 0, transparent 65%);
  z-index: -2;
}
.hero-copy {
  text-align: center;
  padding-top: 45px;
  z-index: 2;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.22em;
}
.hero h1 {
  font-size: clamp(100px, 13vw, 198px);
  line-height: 0.84;
  letter-spacing: -0.055em;
  margin: 37px 0 34px;
}
.hero h1 em {
  display: block;
  color: var(--rose);
  padding-right: 25px;
}
.hero-note {
  font-size: 15px;
  line-height: 1.8;
}
.round-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-top: 28px;
}
.round-link b {
  border: 1px solid var(--line);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s;
}
.round-link:hover b {
  background: var(--ink);
  color: var(--pink);
  transform: translateY(4px);
}
.hero-bottom {
  position: absolute;
  bottom: 32px;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-bottom .handwriting {
  font-family: var(--script);
  font-size: 25px;
  transform: rotate(-5deg);
}
.hero-orbit {
  position: absolute;
  width: 65%;
  height: 75%;
  border: 1px solid var(--line);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.55;
  transform: rotate(-26deg);
}
.orbit-two {
  transform: rotate(26deg);
  height: 85%;
  width: 47%;
  opacity: 0.35;
}
.section-pad {
  padding: 150px 8%;
}
.intro {
  text-align: center;
  background: var(--pink-light);
}
.intro h2,
.letter-section h2 {
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 32px 0;
}
.intro h2 em,
.letter-section h2 em {
  color: var(--rose);
}
.intro > p:last-child {
  font-size: 17px;
  line-height: 1.9;
}
.letter-section {
  background: #fff1f5;
  text-align: center;
}
.letter-copy {
  max-width: 660px;
  margin: 60px auto 0;
  text-align: left;
  line-height: 1.95;
  font-size: 18px;
}
.letter-copy p {
  margin-bottom: 27px;
}
.signature {
  font-family: var(--script);
  font-size: 30px;
}
.signature span {
  font-size: 40px;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 35px 5%;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--rose);
  transform-origin: left;
  transform: scaleX(0);
  z-index: 100;
}
@media (max-width: 700px) {
  .site-header {
    height: 95px;
    padding: 22px 6%;
  }
  .header-center {
    display: none;
  }
  .sound-toggle {
    font-size: 12px;
    padding: 11px 13px;
  }
  .monogram {
    font-size: 25px;
  }
  .hero {
    min-height: 780px;
  }
  .hero h1 {
    font-size: 112px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero-bottom {
    justify-content: center;
    bottom: 30px;
  }
  .hero-bottom > span:not(.handwriting) {
    display: none;
  }
  .section-pad {
    padding: 95px 7%;
  }
  .letter-copy {
    font-size: 17px;
    margin-top: 40px;
  }
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.8;
  }
  .hero-orbit {
    width: 100%;
    height: 60%;
  }
  .orbit-two {
    width: 80%;
    height: 75%;
  }
}
@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;
  }
}
/* The photographs are the decoration: real memories, a little paper, lots of pink. */
figure {
  margin: 0;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
button:disabled {
  cursor: default;
}
.title-line {
  display: block;
}
.hero h1 {
  line-height: 0.9;
  margin: 28px 0 28px;
}
.hero h1 em {
  padding-right: 18px;
}
.hero-copy {
  padding-top: 0;
}
.hero {
  min-height: 900px;
}
.hero-photo {
  position: absolute;
  width: clamp(150px, 18vw, 270px);
  z-index: 3;
}
.hero-photo figure {
  background: #fff9f9;
  padding: 12px 12px 5px;
  box-shadow:
    0 10px 35px #682c3b18,
    0 1px 2px #682c3b12;
}
.hero-photo img {
  width: 100%;
  height: clamp(125px, 15vw, 210px);
  object-fit: cover;
}
.hero-photo figcaption {
  font: 22px/1.65 var(--script);
  text-align: center;
  color: #794052;
  white-space: nowrap;
}
.photo-a {
  left: 5.5%;
  top: 23%;
  transform: rotate(-12deg);
}
.photo-b {
  right: 5%;
  top: 19%;
  transform: rotate(11deg);
}
.photo-c {
  left: 9%;
  bottom: 13%;
  transform: rotate(7deg);
  width: clamp(140px, 14vw, 200px);
}
.photo-d {
  right: 9%;
  bottom: 12%;
  transform: rotate(-9deg);
  width: clamp(140px, 14vw, 200px);
}
.photo-c img,
.photo-d img {
  height: clamp(140px, 14vw, 200px);
}
.photo-c img {
  object-position: 50% 40%;
}
.photo-d img {
  object-position: 50% 54%;
}
.photo-float {
  animation: float 7s ease-in-out infinite;
}
.photo-b .photo-float {
  animation-delay: -3s;
}
.photo-c .photo-float {
  animation-delay: -5s;
}
.photo-d .photo-float {
  animation-delay: -1.5s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
.hero-star {
  position: absolute;
  font-family: Georgia, serif;
  color: var(--rose);
  font-size: 60px;
  line-height: 1;
  z-index: 1;
}
.star-one {
  left: 27%;
  top: 21%;
  transform: rotate(-16deg);
}
.star-two {
  right: 27%;
  bottom: 20%;
  font-size: 42px;
}
.cursor-halo {
  position: fixed;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #a82b5455;
  pointer-events: none;
  z-index: 150;
  left: 0;
  top: 0;
  opacity: 0;
  transition:
    width 0.2s,
    height 0.2s,
    background 0.2s;
}
.cursor-halo.over-link {
  width: 45px;
  height: 45px;
  background: #a82b540a;
}
.intro {
  position: relative;
  padding-bottom: 100px;
}
.intro:after {
  content: "";
  width: 1px;
  height: 72px;
  background: var(--line);
  display: block;
  margin: 80px auto 0;
}
.intro-description {
  font-size: 17px;
  line-height: 1.9;
}
.anniversary-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  margin: 80px auto 0;
}
.anniversary-numbers > div {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.anniversary-numbers strong {
  font: 80px/1 var(--serif);
  font-weight: 400;
}
.anniversary-numbers div:last-child strong {
  font-size: 92px;
  line-height: 0.87;
}
.anniversary-numbers div > span {
  font-size: 12px;
  letter-spacing: 0.14em;
}
.number-divider {
  font-size: 24px;
  color: #c87b92;
}
.memories {
  background: var(--pink-light);
  padding: 30px 0 45px;
  overflow: clip;
}
.memory-heading {
  padding: 0 8% 45px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.memory-heading h2 {
  font-size: clamp(48px, 5.2vw, 78px);
  letter-spacing: -0.035em;
  line-height: 1.03;
  margin-top: 20px;
}
.memory-heading h2 em {
  color: var(--rose);
}
.memory-instruction {
  font-size: 13px;
  line-height: 1.7;
  text-align: right;
  padding-bottom: 8px;
}
.memory-instruction .handwriting {
  font: 24px/1.7 var(--script);
}
.mobile-instruction {
  display: none;
}
.memory-viewport {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #cc8da2 transparent;
  padding: 20px 0 36px;
}
.memory-track {
  display: flex;
  gap: 42px;
  padding: 0 8vw;
  width: max-content;
  align-items: center;
}
.memory-card {
  padding: 13px 13px 17px;
  width: 350px;
  flex: 0 0 auto;
  background: #fffafa;
  border: 0;
  text-align: left;
  color: var(--ink);
  transform: rotate(var(--tilt));
  box-shadow: 0 6px 20px #4f203214;
  transition: box-shadow 0.35s;
}
.memory-card:hover {
  box-shadow: 0 12px 45px #4f203235;
}
.memory-index {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  margin: 1px 0 12px;
}
.memory-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.memory-card[data-image="together"] img {
  object-position: 50% 44%;
}
.memory-card[data-image="mountain"] img {
  object-position: 50% 45%;
}
.memory-card[data-image="just-us"] img {
  object-position: 54% 35%;
}
.memory-card[data-image="little-moments"] img {
  object-position: 50% 61%;
}
.memory-caption {
  font: 24px/1.15 var(--script);
  display: block;
  text-align: center;
  padding-top: 19px;
}
.memory-caption > span {
  display: block;
  font-size: 21px;
  opacity: 0.75;
}
.memory-end {
  padding: 0 40px;
  width: 310px;
  text-align: center;
}
.memory-end .handwriting {
  font: 36px var(--script);
  white-space: nowrap;
}
.memory-end > span:last-child {
  font: 120px var(--serif);
  display: block;
  margin-top: 35px;
}
.memory-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin: 20px 8% 0;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.memory-progress {
  height: 1px;
  background: var(--line);
  width: 30%;
  overflow: hidden;
}
.memory-progress span {
  display: block;
  background: var(--rose);
  height: 1px;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0.06);
}
.love-ribbon {
  background: #efabc3;
  color: var(--ink);
  overflow: hidden;
  padding: 23px 0;
  border-top: 1px solid #a82b5420;
  border-bottom: 1px solid #a82b5420;
}
.love-ribbon > div {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 40px;
  animation: ribbon 28s linear infinite;
}
.love-ribbon span {
  font: 50px/1 var(--serif);
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.love-ribbon b {
  font-size: 30px;
  font-weight: 400;
}
@keyframes ribbon {
  to {
    transform: translateX(-33.3333%);
  }
}
.soundtrack {
  background: #501c36;
  color: var(--pink);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  padding-top: 140px;
  padding-bottom: 90px;
  isolation: isolate;
}
.soundtrack-glow {
  position: absolute;
  width: 70vw;
  height: 70vw;
  right: -30%;
  top: 0;
  background: radial-gradient(ellipse, #983b644d, transparent 65%);
  z-index: -1;
}
.music-orbits {
  position: absolute;
  left: -40%;
  top: 14%;
  width: 80vw;
  height: 80vw;
  border: 1px solid #f8c8d818;
  border-radius: 50%;
  z-index: -1;
  box-shadow:
    0 0 0 80px #f8c8d808,
    0 0 0 160px #f8c8d805;
}
.song-heading h2 {
  font-size: clamp(130px, 18vw, 275px);
  line-height: 0.87;
  margin: 50px 0 45px;
  letter-spacing: -0.065em;
}
.song-heading h2 em {
  color: #e88dae;
  margin-left: 8%;
}
.song-artist {
  font-size: 14px;
  letter-spacing: 0.4em;
  padding-left: 8px;
}
.song-story {
  position: relative;
}
.song-photo {
  width: 200px;
  position: relative;
  transform: rotate(9deg);
  margin: 0 0 55px auto;
}
.song-photo img {
  height: 220px;
  width: 200px;
  object-fit: cover;
  object-position: 50% 65%;
  border: 8px solid #fff3f7;
  box-shadow: 0 12px 35px #19091345;
}
.song-photo > span {
  position: absolute;
  bottom: -31px;
  right: -10px;
  font: 25px var(--script);
  white-space: nowrap;
  transform: rotate(-4deg);
}
.song-message h3 {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.07;
  letter-spacing: -0.03em;
}
.song-message h3 em {
  color: #ed94b3;
}
.song-message > p {
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0;
}
.play-song {
  display: flex;
  gap: 20px;
  align-items: center;
  background: none;
  border: 0;
  color: var(--pink);
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.play-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #f8c8d855;
  display: grid;
  place-items: center;
  padding-left: 3px;
  font-size: 17px;
  transition:
    background 0.3s,
    transform 0.3s;
}
.play-song:hover .play-icon {
  background: #f8c8d8;
  color: #501c36;
  transform: scale(1.07);
}
.song-service {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
  border-bottom: 1px solid #f8c8d844;
  margin: 24px 0 0 84px;
}
.song-footer {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
  letter-spacing: 0.15em;
  border-top: 1px solid #f8c8d830;
  padding-top: 30px;
  margin-top: 60px;
}
.reasons {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10%;
  background: #fce5ed;
}
.reasons-heading {
  align-self: start;
  position: sticky;
  top: 90px;
}
.reasons-heading h2 {
  font-size: clamp(54px, 6vw, 90px);
  line-height: 1;
  letter-spacing: -0.035em;
  margin: 28px 0;
}
.reasons-heading h2 em {
  color: var(--rose);
}
.reasons-heading > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 30px;
}
.reasons-heading > .handwriting {
  font: 27px var(--script);
  display: block;
  margin-top: 40px;
  transform: rotate(-5deg);
}
.reason {
  display: flex;
  gap: 25px;
  align-items: baseline;
  padding: 29px 0 32px;
  border-top: 1px solid var(--line);
}
.reason:last-child {
  border-bottom: 1px solid var(--line);
}
.reason > span {
  font-size: 12px;
  letter-spacing: 0.1em;
  opacity: 0.65;
}
.reason > div {
  flex: 1;
}
.reason h3 {
  font-size: 39px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.reason p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 340px;
  margin-top: 12px;
  color: #75465b;
}
.reason > b {
  font-size: 26px;
  font-weight: 400;
  color: #bb6384;
  transition: transform 0.4s;
}
.reason:hover > b {
  transform: rotate(15deg) scale(1.3);
}
.cinema {
  height: 100svh;
  min-height: 640px;
  position: relative;
  background: var(--pink-light);
  isolation: isolate;
  overflow: hidden;
}
.cinema-image {
  position: absolute;
  inset: 0;
}
.cinema-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
}
.cinema-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #230e29aa, transparent 65%);
  z-index: 1;
}
.cinema-caption {
  position: absolute;
  z-index: 2;
  left: 8%;
  bottom: 12%;
  color: #fff3f7;
}
.cinema-caption h2 {
  font-size: clamp(66px, 9vw, 135px);
  letter-spacing: -0.04em;
  line-height: 0.94;
  margin-top: 25px;
}
.cinema-note {
  position: absolute;
  right: 6%;
  bottom: 10%;
  font: 26px var(--script);
  color: #fff1f5;
  z-index: 2;
  transform: rotate(-6deg);
}
.letter-section {
  background: #f7c5d7;
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
}
.letter-section > h2 {
  margin-bottom: 65px;
}
.letter-paper {
  width: min(820px, 100%);
  margin: 0 auto;
  background: #fff7f9;
  padding: 38px 70px 25px;
  text-align: left;
  box-shadow: 0 18px 55px #69263e10;
  border: 1px solid #fff8;
  transform: rotate(-1deg);
}
.letter-top,
.letter-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  letter-spacing: 0.16em;
}
.letter-top {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}
.letter-copy {
  font-size: 17px;
  line-height: 1.95;
  margin: 36px auto 30px;
  max-width: none;
}
.letter-copy .letter-greeting {
  font: 39px var(--script);
  margin-bottom: 30px;
}
.letter-copy p {
  margin-bottom: 24px;
}
.letter-copy p em {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--rose);
  white-space: nowrap;
}
.letter-copy .signature {
  font: 30px/1.5 var(--script);
  padding-top: 12px;
  margin-bottom: 20px;
}
.signature span {
  font-size: 43px;
}
.letter-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  align-items: center;
}
.letter-bottom > span:nth-child(2) {
  font-size: 24px;
  line-height: 1;
}
.finale {
  background: #efb1ca;
  position: relative;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 60px;
}
.finale-orbit {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 75%;
  border: 1px solid #571d351c;
  border-radius: 50%;
  transform: rotate(-16deg);
  z-index: -1;
}
.finale h2 {
  font-size: clamp(74px, 10vw, 152px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  margin: 45px 0 35px;
}
.finale h2 em {
  color: var(--rose);
}
.finale > p:not(.eyebrow):not(.handwriting) {
  font-size: 17px;
  line-height: 1.9;
}
.love-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border: 0;
  background: none;
  color: var(--ink);
  margin: 35px auto 0;
  padding: 15px 25px;
}
.love-button > span:first-child {
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 1;
  display: block;
  transition: transform 0.3s;
}
.love-button:hover > span:first-child {
  transform: scale(1.2) rotate(-8deg);
}
.love-button-text {
  font-size: 12px;
  letter-spacing: 0.18em;
}
.finale > #love-response {
  font: 30px var(--script);
  min-height: 45px;
  margin-top: 15px;
}
.finale-bottom {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.finale-bottom .handwriting {
  font: 32px var(--script);
  transform: rotate(-4deg);
}
.finale-bottom > span:last-child {
  font-size: 12px;
  letter-spacing: 0.13em;
}
footer {
  background: #f3c0d2;
  align-items: center;
  font-size: 12px;
}
footer > button {
  background: none;
  border: 0;
  padding: 8px 0;
  color: var(--ink);
  font-size: 12px;
  border-bottom: 1px solid var(--line);
}
.lightbox {
  padding: 30px;
  border: 0;
  background: #fff1f5;
  color: var(--ink);
  max-width: min(900px, 92vw);
  max-height: 94svh;
  overflow-y: auto;
  box-shadow: 0 30px 150px #230e29aa;
}
.lightbox::backdrop {
  background: #270f21d9;
  backdrop-filter: blur(12px);
}
.lightbox > img {
  max-height: 68svh;
  max-width: 100%;
  width: auto;
  margin: auto;
  object-fit: contain;
}
.lightbox > p {
  font: 29px/1.3 var(--script);
  text-align: center;
  margin: 25px 30px 12px;
}
.lightbox-close {
  position: sticky;
  top: 0;
  float: right;
  border: 0;
  background: #fff1f5;
  color: var(--ink);
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 1;
  z-index: 2;
  margin: 0 0 12px 12px;
}
.lightbox-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.lightbox-controls button {
  width: 44px;
  height: 40px;
  background: none;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 20px;
}
.lightbox-controls > span {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.music-player[hidden] {
  display: none;
}
.music-player {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 360px;
  z-index: 75;
  background: #501c36;
  color: var(--pink-light);
  border: 1px solid #f8c8d855;
  box-shadow: 0 15px 65px #260b2366;
  padding: 10px 12px 14px;
  border-radius: 8px;
}
.player-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding-bottom: 9px;
}
.player-header button {
  background: none;
  border: 0;
  color: inherit;
  font-size: 25px;
  line-height: 1;
  width: 30px;
  height: 30px;
}
.music-player iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 202px;
  background: #250e1c;
}
.player-help {
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 0 4px;
}
.music-player > a {
  font-size: 12px;
  border-bottom: 1px solid #f8c8d855;
  padding-bottom: 2px;
}
.music-playing .sound-bars i {
  animation: equalize 0.7s ease-in-out infinite alternate;
}
.music-playing .sound-bars i:nth-child(2) {
  animation-delay: -0.3s;
}
.music-playing .sound-bars i:nth-child(3) {
  animation-delay: -0.5s;
}
@keyframes equalize {
  to {
    transform: scaleY(0.3);
  }
}
.love-particle {
  position: fixed;
  pointer-events: none;
  color: var(--rose);
  font-family: Georgia, serif;
  line-height: 1;
  z-index: 120;
}
.motion-paused *,
.motion-paused *:before,
.motion-paused *:after {
  animation-play-state: paused !important;
}
.motion-paused html {
  scroll-behavior: auto;
}
@media (min-width: 1600px) {
  .hero-photo {
    width: 300px;
  }
  .hero-photo img {
    height: 240px;
  }
  .photo-c,
  .photo-d {
    width: 230px;
  }
  .hero-copy {
    padding-top: 20px;
  }
  .hero h1 {
    font-size: 210px;
  }
  .hero-note {
    font-size: 17px;
  }
  .hero {
    min-height: 940px;
  }
}
@media (max-width: 1100px) and (min-width: 701px) {
  .hero h1 {
    font-size: 140px;
  }
  .hero-photo {
    width: 185px;
  }
  .hero-photo img {
    height: 165px;
  }
  .photo-a {
    left: 3%;
    top: 22%;
  }
  .photo-b {
    right: 3%;
    top: 19%;
  }
  .photo-c {
    left: 5%;
    bottom: 15%;
    width: 155px;
  }
  .photo-d {
    right: 4%;
    bottom: 13%;
    width: 155px;
  }
  .hero-photo figcaption {
    font-size: 19px;
  }
  .star-one {
    left: 26%;
    top: 16%;
  }
  .hero-bottom > span:not(.handwriting) {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .soundtrack {
    gap: 7%;
    padding-left: 7%;
    padding-right: 7%;
  }
  .song-heading h2 {
    font-size: 175px;
  }
  .reasons {
    gap: 7%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .memory-heading {
    padding-left: 6%;
    padding-right: 6%;
  }
  .letter-paper {
    padding-left: 55px;
    padding-right: 55px;
  }
  .anniversary-numbers {
    gap: 30px;
  }
}
@media (max-width: 700px) {
  .cursor-halo {
    display: none;
  }
  .hero {
    height: 900px;
    min-height: 900px;
  }
  .hero-copy {
    padding-top: 30px;
  }
  .hero h1 {
    font-size: 116px;
    margin: 25px 0;
    line-height: 0.89;
  }
  .hero .eyebrow {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
  .hero-note {
    font-size: 14px;
    line-height: 1.8;
  }
  .round-link {
    margin-top: 24px;
    font-size: 12px;
    gap: 15px;
  }
  .hero-photo {
    width: 128px;
  }
  .hero-photo figure {
    padding: 7px 7px 4px;
  }
  .hero-photo img {
    height: 111px;
  }
  .hero-photo figcaption {
    font-size: 17px;
    line-height: 1.6;
  }
  .photo-a {
    left: -1%;
    top: 132px;
    transform: rotate(-13deg);
  }
  .photo-b {
    right: -1%;
    top: 122px;
    transform: rotate(12deg);
  }
  .photo-c {
    left: 5%;
    bottom: 82px;
    transform: rotate(9deg);
    width: 114px;
  }
  .photo-d {
    right: 5%;
    bottom: 78px;
    transform: rotate(-9deg);
    width: 114px;
  }
  .photo-c img,
  .photo-d img {
    height: 105px;
  }
  .hero-bottom {
    bottom: 25px;
  }
  .hero-bottom .handwriting {
    font-size: 24px;
  }
  .star-one {
    font-size: 37px;
    left: 45%;
    top: 162px;
  }
  .star-two {
    font-size: 34px;
    right: 47%;
    bottom: 146px;
  }
  .hero-orbit {
    height: 66%;
    width: 138%;
    top: 17%;
    opacity: 0.32;
  }
  .orbit-two {
    height: 85%;
    width: 90%;
    top: 8%;
  }
  .intro {
    padding: 95px 7% 50px;
  }
  .intro h2 {
    font-size: 46px;
    line-height: 1.09;
    margin: 25px 0;
  }
  .intro-description {
    font-size: 15px;
    line-height: 1.85;
  }
  .intro-description br {
    display: none;
  }
  .anniversary-numbers {
    gap: 18px;
    margin: 50px -2% 0;
  }
  .anniversary-numbers > div {
    min-width: 0;
    flex: 1;
    gap: 12px;
  }
  .anniversary-numbers strong {
    font-size: 58px;
  }
  .anniversary-numbers div:last-child strong {
    font-size: 68px;
  }
  .anniversary-numbers div > span {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .number-divider {
    font-size: 15px;
  }
  .intro:after {
    height: 50px;
    margin-top: 55px;
  }
  .memories {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .memory-heading {
    padding: 0 7% 24px;
    display: block;
  }
  .memory-heading h2 {
    font-size: 51px;
    margin-top: 20px;
  }
  .memory-instruction {
    text-align: left;
    margin-top: 22px;
    font-size: 12px;
  }
  .desktop-instruction {
    display: none;
  }
  .mobile-instruction {
    display: inline;
  }
  .memory-instruction .handwriting {
    font-size: 23px;
  }
  .memory-viewport {
    scroll-snap-type: x mandatory;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .memory-track {
    gap: 30px;
    padding: 0 10vw;
  }
  .memory-card {
    width: 76vw;
    max-width: 360px;
    padding: 11px 11px 16px;
    scroll-snap-align: center;
  }
  .memory-card img {
    height: 290px;
  }
  .memory-index {
    font-size: 12px;
  }
  .memory-caption {
    font-size: 23px;
  }
  .memory-caption > span {
    font-size: 20px;
  }
  .memory-end {
    width: 230px;
    padding: 0 12px;
  }
  .memory-end .handwriting {
    font-size: 30px;
  }
  .memory-bottom {
    margin: 25px 7% 0;
    gap: 15px;
  }
  .memory-bottom > span {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .memory-bottom > span:last-child {
    display: none;
  }
  .memory-progress {
    width: 32%;
  }
  .love-ribbon {
    padding: 18px 0;
  }
  .love-ribbon span {
    font-size: 36px;
  }
  .love-ribbon > div {
    gap: 27px;
  }
  .love-ribbon b {
    font-size: 21px;
  }
  .soundtrack {
    display: block;
    padding: 85px 7% 35px;
  }
  .song-heading h2 {
    font-size: clamp(140px, 45vw, 210px);
    line-height: 0.83;
    margin: 43px 0 27px;
  }
  .song-heading h2 em {
    margin-left: 5%;
  }
  .song-artist {
    font-size: 12px;
    letter-spacing: 0.34em;
  }
  .song-story {
    margin-top: 60px;
    display: flex;
    gap: 25px;
    align-items: center;
  }
  .song-photo {
    width: 117px;
    min-width: 117px;
    margin: 0;
    align-self: flex-start;
    transform: rotate(-7deg);
  }
  .song-photo img {
    width: 117px;
    height: 160px;
    border-width: 6px;
  }
  .song-photo > span {
    font-size: 18px;
    right: -7px;
    bottom: -27px;
  }
  .song-message h3 {
    font-size: 34px;
    line-height: 1.03;
  }
  .song-message > p {
    font-size: 13px;
    margin: 18px 0;
  }
  .play-song {
    font-size: 12px;
    letter-spacing: 0.07em;
    gap: 10px;
  }
  .play-icon {
    width: 41px;
    height: 41px;
    font-size: 13px;
    flex-shrink: 0;
  }
  .song-service {
    font-size: 12px;
    margin: 18px 0 0;
  }
  .song-footer {
    margin-top: 70px;
    padding-top: 22px;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .reasons {
    display: block;
    padding: 90px 7%;
  }
  .reasons-heading {
    position: static;
  }
  .reasons-heading h2 {
    font-size: 62px;
  }
  .reasons-heading > p:not(.eyebrow) {
    font-size: 15px;
  }
  .reasons-heading > .handwriting {
    font-size: 27px;
    margin-top: 25px;
  }
  .reasons-list {
    margin-top: 50px;
  }
  .reason {
    gap: 19px;
    padding: 25px 0;
  }
  .reason h3 {
    font-size: 34px;
  }
  .reason p {
    font-size: 14px;
    line-height: 1.7;
  }
  .reason > b {
    font-size: 23px;
  }
  .cinema {
    height: 750px;
    min-height: 0;
  }
  .cinema-image img {
    object-position: 52% 40%;
  }
  .cinema-caption {
    left: 7%;
    bottom: 110px;
  }
  .cinema-caption h2 {
    font-size: 66px;
  }
  .cinema-caption .eyebrow {
    font-size: 12px;
    letter-spacing: 0.13em;
  }
  .cinema-note {
    right: 8%;
    bottom: 45px;
    font-size: 24px;
  }
  .letter-section {
    padding: 95px 5%;
  }
  .letter-section > h2 {
    font-size: 43px;
    line-height: 1.08;
    margin: 28px 0 42px;
  }
  .letter-section .eyebrow {
    font-size: 12px;
  }
  .letter-paper {
    padding: 23px 25px 21px;
    transform: rotate(-0.65deg);
  }
  .letter-top,
  .letter-bottom {
    font-size: 12px;
    letter-spacing: 0.08em;
    gap: 10px;
  }
  .letter-top {
    padding-bottom: 19px;
  }
  .letter-copy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.9;
  }
  .letter-copy p {
    margin-bottom: 21px;
  }
  .letter-copy .letter-greeting {
    font-size: 33px;
  }
  .letter-copy p em {
    font-size: 23px;
    white-space: normal;
  }
  .letter-copy .signature {
    font-size: 26px;
  }
  .signature span {
    font-size: 38px;
  }
  .letter-bottom {
    padding-top: 18px;
  }
  .letter-bottom > span:nth-child(2) {
    font-size: 22px;
  }
  .finale {
    padding: 95px 6% 35px;
  }
  .finale h2 {
    font-size: clamp(68px, 19vw, 110px);
    margin: 36px 0 28px;
  }
  .finale > .eyebrow {
    font-size: 12px;
    letter-spacing: 0.13em;
  }
  .finale > p:not(.eyebrow):not(.handwriting) {
    font-size: 15px;
  }
  .finale > #love-response {
    font-size: 25px;
  }
  .finale-bottom {
    flex-direction: column;
    gap: 25px;
    margin-top: 65px;
  }
  .finale-bottom .handwriting {
    font-size: 29px;
  }
  .finale-bottom > span:last-child {
    font-size: 12px;
  }
  .finale-orbit {
    top: 15%;
    left: -8%;
    width: 116%;
    height: 65%;
  }
  footer {
    padding: 27px 7%;
    gap: 17px;
    font-size: 12px;
  }
  footer > button {
    font-size: 12px;
  }
  .music-player {
    right: 10px;
    bottom: 10px;
    width: min(340px, calc(100vw - 20px));
  }
  .music-player iframe {
    height: 200px;
  }
  .lightbox {
    max-width: 94vw;
    padding: 15px;
  }
  .lightbox > img {
    max-height: 64svh;
  }
  .lightbox > p {
    font-size: 24px;
    margin: 22px 10px 13px;
  }
  .lightbox-close {
    width: 36px;
    height: 36px;
  }
  .eyebrow {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .song-story {
    gap: 18px;
  }
  .song-photo {
    width: 96px;
    min-width: 96px;
  }
  .song-photo img {
    width: 96px;
    height: 140px;
  }
  .song-message h3 {
    font-size: 30px;
  }
  .memory-card img {
    height: 255px;
  }
  .site-header .sound-toggle {
    font-size: 12px;
    gap: 8px;
  }
  .hero h1 {
    font-size: 105px;
  }
  .letter-paper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .photo-float,
  .love-ribbon > div {
    animation: none;
  }
  .cursor-halo {
    display: none;
  }
  .hero-photo {
    will-change: auto;
  }
}

/* A quieter, cinematic soundtrack layer and softer transitions. */
.song-message > p {
  max-width: 440px;
}
@media (max-width: 700px) {
  .song-story {
    display: block;
  }
  .song-photo {
    margin: 0 12px 60px auto;
  }
  .song-message h3 {
    font-size: 42px;
  }
  .song-message > p {
    font-size: 16px;
    line-height: 1.85;
  }
}
.sound-toggle {
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
  cursor: pointer;
}
.soundtrack-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -2;
  pointer-events: none;
  opacity: 0.23;
}
.soundtrack-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #501c36 4%, #501c36bb 52%, #501c3688),
    linear-gradient(0deg, #501c36, transparent 50%, #501c36aa);
}
.soundtrack-video #youtube-slot {
  width: 100%;
  height: 100%;
}
.soundtrack-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 1550px);
  height: max(100%, 880px);
  border: 0;
  transform: translate(-50%, -50%);
}
.song-service {
  margin-left: 0;
}
.photo-float {
  animation-duration: 9s;
}
.memory-card {
  transition:
    box-shadow 0.55s ease,
    translate 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.memory-card:hover {
  translate: 0 -8px;
}
.cinema-image img {
  object-position: 50% 42%;
}
.cinema-caption h2 {
  text-shadow: 0 3px 35px #230e2933;
}
.letter-paper {
  box-shadow:
    0 25px 80px #69263e16,
    0 3px 10px #69263e0b;
}
@media (max-width: 700px) {
  .soundtrack-video {
    opacity: 0.18;
  }
  .cinema-image img {
    object-position: 45% 43%;
  }
  .cinema-caption h2 {
    font-size: clamp(62px, 18vw, 85px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .memory-card:hover {
    translate: none;
  }
}
