:root {
  --paper: #f3ebdd;
  --paper-light: #faf6ee;
  --ink: #1c1a18;
  --red: #660e17;
  --red-dark: #541017;
  --blush: #d8b6af;
  --muted: #8b8176;
  --line: rgba(28, 26, 24, 0.24);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --hand: "Caveat", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { color: var(--paper-light); background: var(--red); }

.paper-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .17;
  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%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.site-header {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.logo { font-family: var(--serif); font-size: 1.8rem; text-decoration: none; }
.logo span { color: var(--red); }
nav { display: flex; gap: 2.2rem; }
nav a, .tiny-link { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: var(--red); transition: right .25s; }
nav a:hover::after { right: 0; }
.tiny-link { justify-self: end; color: var(--red); }

.hero {
  min-height: calc(100vh - 72px);
  position: relative;
  display: grid;
  place-items: center;
  padding: 5rem 4vw 3rem;
  isolation: isolate;
}
.eyebrow, .section-number, .favorite-type {
  font-size: .65rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
}
.eyebrow { position: absolute; top: 3rem; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.hero h1 {
  width: 76%;
  margin: 0;
  margin-right: auto;
  font-family: var(--serif);
  font-size: clamp(6rem, 15vw, 14rem);
  font-weight: 400;
  line-height: .64;
  letter-spacing: -.055em;
  text-align: left;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.hero h1 span { display: block; }
.hero h1 span:last-child { color: var(--red); font-style: italic; }
.portrait-wrap { position: absolute; right: 5vw; bottom: 4%; width: min(20vw, 300px); height: 70%; z-index: 1; isolation: isolate; }
.portrait-backdrop { position: absolute; z-index: 0; inset: 17% -7% 3%; background: var(--blush); border-radius: 48% 52% 5% 5%; transform: rotate(3deg); }
.portrait-image {
  position: absolute;
  z-index: 2;
  inset: 7% 2% 0;
  width: 96%;
  height: 93%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 1;
  mix-blend-mode: normal;
  filter: contrast(1.04) saturate(.96);
}
.lily-sticker { position: absolute; z-index: 4; left: -12%; bottom: -14%; width: 68%; height: auto; object-fit: contain; transform: rotate(-8deg); pointer-events: none; }
.tape { position: absolute; z-index: 3; width: 82px; height: 28px; background: rgba(218, 199, 166, .76); transform: rotate(-8deg); box-shadow: 0 2px 4px rgba(0,0,0,.06); }
.tape-one { top: 15%; left: -12%; }
.hero-intro { position: absolute; z-index: 3; left: 5vw; bottom: 3.5rem; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.8rem); line-height: 1.15; }
.scribble { color: var(--red); font-family: var(--hand); font-size: 1.5rem; line-height: .95; }
.hero-note { position: absolute; z-index: 3; right: 6vw; top: 22%; transform: rotate(-8deg); }
.hero-stamp { position: absolute; z-index: 3; right: 6vw; bottom: 4rem; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-size: .62rem; letter-spacing: .17em; text-align: center; transform: rotate(9deg); }

.section-pad { padding: 8rem 7vw; }
.section-pad { position: relative; }
.section-number { padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); margin-bottom: 4.5rem; }
.section-number.light { color: var(--paper); border-color: rgba(243,235,221,.28); }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 7.5rem); line-height: .87; font-weight: 400; letter-spacing: -.035em; }
h2 em { color: var(--red); font-weight: 400; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(125px, .22fr) minmax(300px, .75fr); gap: 3vw; align-items: start; }
.about-grid > h2 { grid-column: 1; }
.about-copy { position: relative; padding-top: .5rem; max-width: 580px; }
.about-copy { grid-column: 3; }
.about-copy p { line-height: 1.7; color: #4d4741; }
.about-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 1.65rem; line-height: 1.3; }
.margin-note { grid-column: 2; align-self: center; justify-self: center; margin: 6rem 0 0; transform: rotate(-7deg); white-space: nowrap; }
.photo-collage { grid-column: 1 / -1; min-height: 570px; margin-top: 4rem; position: relative; border-top: 1px solid var(--line); }
.photo-slot { position: absolute; margin: 0; padding: .7rem .7rem 2.6rem; background: var(--paper-light); box-shadow: 6px 10px 24px rgba(55, 39, 30, .14); }
.photo-slot > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.photo-slot figcaption { position: absolute; left: .8rem; right: .8rem; bottom: .75rem; font-family: var(--hand); font-size: 1.05rem; text-align: center; }
.photo-slot-one { width: 31%; height: 400px; left: 3%; top: 5rem; transform: rotate(-5deg); }
.photo-slot-two { width: 35%; height: 440px; left: 34%; top: 2.5rem; z-index: 2; transform: rotate(2.5deg); }
.photo-slot-one > img { object-position: center 58%; }
.photo-slot-two > img { object-position: center center; }
.photo-slot-three { width: 29%; height: 370px; right: 1%; top: 6.5rem; transform: rotate(6deg); }
.photo-slot-three > img { object-position: center 58%; }
.collage-note { position: absolute; right: 3%; top: 0; transform: rotate(-7deg); }

.mini-cutout {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 88px;
  height: 105px;
  color: rgba(255,255,255,.75);
  background: linear-gradient(145deg, #aa7770, #64202b);
  box-shadow: 4px 7px 15px rgba(36, 25, 21, .18);
  font-family: var(--hand);
  font-size: 1rem;
  line-height: .85;
  text-align: center;
}
.mini-cutout::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(122,24,33,.4); transform: rotate(4deg); }
.mini-cutout-image { height: auto; object-fit: contain; background: none; box-shadow: none; clip-path: none; }
.mini-cutout-image::after { content: none; }
.mini-cutout-flower { top: 12rem; right: 3vw; clip-path: polygon(50% 0, 62% 18%, 82% 10%, 83% 33%, 100% 43%, 83% 58%, 90% 82%, 65% 80%, 50% 100%, 35% 80%, 10% 85%, 17% 59%, 0 44%, 18% 32%, 18% 9%, 39% 18%); transform: rotate(9deg); }
.mini-cutout-ticket { top: 10.5rem; right: 8vw; width: 105px; height: 76px; transform: rotate(-8deg); clip-path: polygon(0 0, 100% 0, 100% 35%, 91% 50%, 100% 65%, 100% 100%, 0 100%, 0 65%, 9% 50%, 0 35%); }
.mini-cutout-star { top: 13rem; right: 7vw; width: 92px; height: 92px; color: var(--ink); background: var(--blush); transform: rotate(7deg); clip-path: polygon(50% 0, 61% 35%, 98% 36%, 68% 57%, 79% 94%, 50% 72%, 20% 94%, 31% 57%, 2% 36%, 39% 35%); }
.mini-cutout-round { top: 11rem; right: 5vw; width: 90px; height: 90px; border-radius: 50%; transform: rotate(-10deg); background: linear-gradient(25deg, #221c1c, #b47970); }
.mini-cutout-heart { top: 13rem; right: 6vw; width: 94px; height: 88px; transform: rotate(8deg); clip-path: polygon(50% 92%, 8% 53%, 4% 28%, 18% 8%, 39% 7%, 50% 22%, 61% 7%, 82% 8%, 96% 28%, 92% 53%); }
.mini-cutout-image.mini-cutout-flower { width: 105px; clip-path: none; }
.mini-cutout-image.mini-cutout-ticket { width: 112px; height: auto; clip-path: none; }
.mini-cutout-image.mini-cutout-round { width: 105px; height: auto; border-radius: 0; clip-path: none; background: transparent; }
.mini-cutout-image.mini-cutout-heart { width: 135px; height: auto; clip-path: none; }

.socials { background: var(--paper-light); }
.socials h2 { margin-bottom: 4rem; }
.social-grid { border-top: 1px solid var(--line); }
.social-grid a { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; padding: 1.3rem .5rem; border-bottom: 1px solid var(--line); text-decoration: none; transition: color .2s, padding .2s, background .2s; }
.social-grid a:hover { padding-left: 1.2rem; padding-right: 1.2rem; color: var(--paper-light); background: var(--red); }
.social-grid span { font-family: var(--serif); font-size: 2rem; }
.social-grid small { color: var(--muted); }
.social-grid a:hover small { color: var(--blush); }
.social-grid b { font-size: 1.3rem; font-weight: 400; }

.journey, .on-repeat { color: var(--paper); background: var(--ink); }
.journey-heading { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 3rem; }
.journey-heading p { max-width: 320px; color: #bdb3a8; line-height: 1.6; }
.journey h2 em, .on-repeat h2 em { color: var(--blush); }
.timeline-disclosure { margin-top: 5rem; border-top: 1px solid rgba(243,235,221,.28); border-bottom: 1px solid rgba(243,235,221,.28); }
.timeline-disclosure summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.6rem .25rem; color: var(--paper); cursor: pointer; list-style: none; font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.timeline-disclosure summary::-webkit-details-marker { display: none; }
.timeline-disclosure summary:hover { color: var(--blush); }
.summary-icon { width: 26px; height: 26px; position: relative; flex: 0 0 auto; }
.summary-icon::before, .summary-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform .25s ease; }
.summary-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.timeline-disclosure[open] .summary-icon::after { transform: translate(-50%, -50%) rotate(0); }
.timeline { margin: 3rem 0 5rem; }
.timeline-item { display: grid; grid-template-columns: 120px 34px 1fr; gap: 2rem; max-width: 900px; margin-left: auto; position: relative; }
.timeline-item:not(:last-child) { padding-bottom: 5rem; }
.timeline-item:not(:last-child)::after { content: ""; position: absolute; left: 136px; top: 23px; bottom: 0; width: 1px; background: rgba(243,235,221,.25); }
.timeline-item time { font-family: var(--serif); font-size: 1.6rem; color: var(--blush); text-align: right; }
.timeline-dot { width: 11px; height: 11px; margin: 9px auto 0; border-radius: 50%; background: var(--blush); position: relative; z-index: 1; }
.timeline-item.now .timeline-dot { box-shadow: 0 0 0 8px rgba(216,182,175,.15); }
.timeline-item h3 { margin: .35rem 0 .75rem; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.timeline-item p { max-width: 620px; color: #aea59a; line-height: 1.6; }
.timeline-item .role { color: var(--paper); font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; }

.contact-strip { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; background: var(--blush); }
.contact-strip .scribble { position: absolute; top: 3rem; right: 12%; transform: rotate(5deg); }
.contact-strip h2 { font-size: clamp(3rem, 6vw, 6rem); }
.contact-strip h2 em { color: var(--red); }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 1rem; }
.button { display: inline-block; padding: 1.05rem 1.4rem; border: 1px solid var(--red); text-decoration: none; text-align: center; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button.primary { color: var(--paper-light); background: var(--red); }
.button.primary:hover { background: var(--red-dark); }
.text-button { color: var(--red); }

.playlist-heading, .repeat-title, .guestbook-intro { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 3rem; }
.playlist-heading > p, .repeat-title > p, .guestbook-intro > p { max-width: 330px; line-height: 1.6; }
.playlist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3vw; margin-top: 6rem; }
.playlist-card { color: inherit; text-decoration: none; transition: transform .25s; }
.playlist-card:hover { transform: rotate(0) translateY(-8px); }
.tilt-left { transform: rotate(-1.5deg); }
.tilt-right { transform: rotate(1.5deg); }
.cover { aspect-ratio: 1; display: grid; place-items: center; box-shadow: 0 15px 35px rgba(58,39,31,.13); }
.cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.playlist-card:nth-child(1) .cover img { object-position: center 45%; }
.playlist-card:nth-child(2) .cover img { object-position: center 43%; }
.playlist-card:nth-child(3) .cover img { object-position: center 55%; }
.cover span { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); line-height: .78; text-align: center; }
.cover-one { color: var(--paper); background: radial-gradient(circle at 65% 35%, #ad6c63, transparent 28%), linear-gradient(145deg, #1e1619, #742634); }
.cover-two { color: #392b2b; background: linear-gradient(35deg, rgba(255,255,255,.2), transparent), #cdaea0; }
.cover-two span { font-style: italic; }
.cover-three { color: var(--paper); background: linear-gradient(120deg, transparent 47%, rgba(255,255,255,.15) 47% 53%, transparent 53%), #611520; }
.playlist-card h3 { margin: 1.3rem 0 .35rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.playlist-card p { margin: 0; color: var(--muted); font-size: .75rem; }
.playlist-note { text-align: right; margin: 3rem 5vw 0 0; transform: rotate(-4deg); }

.repeat-title > p { color: #aea59a; }
.favorites-carousel { margin-top: 6rem; position: relative; }
.favorites-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.favorites-track::-webkit-scrollbar { display: none; }
.favorite { margin: 0; }
.favorite-slide { min-width: 100%; display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 8vw; align-items: center; scroll-snap-align: start; scroll-snap-stop: always; }
.favorite-visual { min-width: 0; }
.favorite-details { max-width: 600px; }
.favorite-count { display: block; margin-bottom: 2rem; color: var(--blush); font-size: .65rem; letter-spacing: .15em; }
.favorite-details h3 { font-size: clamp(3rem, 6vw, 6rem); line-height: .9; }
.favorite-details > p:not(.favorite-note) { color: var(--blush); }
.favorite-details .favorite-note { max-width: 480px; margin-top: 2rem; color: #aea59a; font-size: 1rem; line-height: 1.7; }
.favorite-type { color: var(--blush); }
.favorite-art { width: 100%; aspect-ratio: 4 / 3; display: grid; place-items: center; margin: 1rem 0 1.2rem; overflow: hidden; box-shadow: 0 12px 34px rgba(0,0,0,.28); }
.favorite-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.movie-art { background: #171315; }
.movie-art img { object-fit: contain; object-position: center; }
.song-art { position: relative; aspect-ratio: 1; max-width: 480px; border: 7px solid #111; border-radius: 50%; box-shadow: 0 8px 28px #000; animation: disc-spin 9s linear infinite; }
.song-art::after { content: ""; position: absolute; top: 50%; left: 50%; width: 9%; aspect-ratio: 1; border: 5px solid rgba(235,231,221,.8); border-radius: 50%; background: #18151d; box-shadow: 0 0 0 7px rgba(20,18,22,.35); transform: translate(-50%, -50%); }
.song-art img { object-position: center; border-radius: 50%; }
@keyframes disc-spin { to { transform: rotate(360deg); } }
.favorite h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; margin: 0; }
.favorite > p:last-child { color: #9e958c; font-size: .8rem; }
.book-cover { width: min(78%, 390px); aspect-ratio: .66; margin: 1rem auto 1.2rem; overflow: hidden; background: #d1b39c; border: 1px solid #9b7a6c; box-shadow: -8px 10px 0 #372728, -9px 11px 0 #a9998d; }
.book-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.carousel-controls { width: max-content; margin: 3rem auto 0; display: flex; align-items: center; gap: 1.4rem; }
.carousel-arrow { width: 48px; height: 48px; border: 1px solid rgba(243,235,221,.4); border-radius: 50%; color: var(--paper); background: transparent; cursor: pointer; transition: color .2s, background .2s; }
.carousel-arrow:hover { color: var(--ink); background: var(--paper); }
.carousel-dots { display: flex; gap: .7rem; }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #756d66; cursor: pointer; transition: transform .2s, background .2s; }
.carousel-dot.active { transform: scale(1.6); background: var(--blush); }
.swipe-hint { margin: -2.2rem 0 0; text-align: right; color: var(--blush); }
.quote { max-width: 920px; border-top: 1px solid rgba(243,235,221,.25); margin: 5rem auto 0; padding: 4rem 0 0; text-align: center; }
.quote > p:nth-child(2) { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); line-height: 1.05; }
.quote cite { color: var(--blush); font-style: normal; }

.guestbook { background: var(--paper-light); }
.guestbook-intro { margin-bottom: 5rem; }
.note-form { max-width: 780px; display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; padding: 3rem; margin: auto; border: 1px solid var(--line); background: var(--paper); box-shadow: 12px 14px 0 var(--blush); transform: rotate(-.5deg); }
.note-form label { display: flex; flex-direction: column; gap: .6rem; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.note-form input, .note-form textarea { width: 100%; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: transparent; outline: none; text-transform: none; letter-spacing: 0; }
.note-form textarea { height: 90px; resize: vertical; }
.note-form input:focus, .note-form textarea:focus { border-color: var(--red); }
.note-form button { grid-column: 2; justify-self: start; border: 0; }
.form-status { grid-column: 2; margin: 0; color: var(--red); font-family: var(--hand); font-size: 1.3rem; }
.notes-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 7rem; }
.notes-wall:empty { display: none; }
.guest-note { min-height: 190px; padding: 2.5rem 2rem 2rem; position: relative; display: flex; flex-direction: column; justify-content: space-between; background: #e8d7b5; box-shadow: 3px 5px 12px rgba(45,35,29,.12); }
.guest-note:nth-child(3n+2) { background: #dcc0bb; transform: rotate(1.8deg); }
.guest-note:nth-child(3n+3) { background: #d4c8b7; transform: rotate(-1.2deg); }
.guest-note::before { content: ""; position: absolute; width: 75px; height: 22px; top: -10px; left: 50%; transform: translateX(-50%) rotate(-3deg); background: rgba(205,188,154,.7); }
.guest-note p { margin: 0 0 1.5rem; font-family: var(--hand); font-size: 1.65rem; line-height: 1.05; overflow-wrap: anywhere; }
.guest-note footer { padding: 0; color: var(--red); background: transparent; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

body > footer { padding: 7rem 5vw 2rem; color: var(--paper); background: var(--red); text-align: center; }
.footer-name { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 11vw, 11rem); line-height: .8; letter-spacing: -.04em; }
body > footer .scribble { color: var(--blush); font-size: 2rem; transform: rotate(-3deg); }
body > footer div { display: flex; justify-content: space-between; padding-top: 5rem; border-top: 1px solid rgba(243,235,221,.35); font-size: .72rem; }
.copyright { margin: 2rem 0 0; font-size: .65rem; opacity: .6; }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  nav { display: none; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: clamp(4.8rem, 20vw, 9rem); line-height: .72; }
  .hero h1 { width: 68%; }
  .portrait-wrap { right: 3vw; width: 30vw; height: 58%; }
  .hero-intro { font-size: 1.1rem; }
  .section-pad { padding: 6rem 6vw; }
  .about-grid, .journey-heading, .playlist-heading, .repeat-title, .guestbook-intro, .contact-strip { grid-template-columns: 1fr; }
  .about-grid > h2, .about-copy, .margin-note { grid-column: 1; }
  .margin-note { justify-self: start; margin: 1.5rem 0 0 42%; }
  .playlist-grid { grid-template-columns: 1fr 1fr; }
  .playlist-card:last-child { grid-column: 1 / -1; width: 50%; justify-self: center; }
  .favorite-slide { grid-template-columns: 1fr 1fr; gap: 5vw; }
  .notes-wall { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 5vw; }
  .tiny-link { font-size: .62rem; }
  .hero { min-height: auto; display: flex; flex-direction: column; padding: 6.5rem 3vw 2rem; }
  .eyebrow { top: 2rem; font-size: .55rem; }
  .hero h1 { width: 100%; margin: 0; font-size: 22vw; line-height: .75; text-align: center; }
  .portrait-wrap { position: relative; right: auto; bottom: auto; width: 62vw; height: 390px; margin: -1rem auto 0; flex: 0 0 auto; }
  .lily-sticker { left: -6%; bottom: -10%; width: 62%; }
  .hero-intro { position: relative; left: auto; bottom: auto; align-self: flex-start; margin: 1rem 2vw 0; font-size: 1rem; }
  .hero-note { right: 3vw; top: 17%; font-size: 1.2rem; }
  .hero-stamp { display: none; }
  h2 { font-size: 3.6rem; }
  .section-number { margin-bottom: 3rem; }
  .margin-note { display: block; margin: 1rem 0 0 22%; font-size: 1.25rem; }
  .playlist-grid, .notes-wall { grid-template-columns: 1fr; }
  .photo-collage { min-height: 920px; }
  .mini-cutout { width: 62px; height: 72px; font-size: .8rem; }
  .mini-cutout-flower, .mini-cutout-ticket, .mini-cutout-star, .mini-cutout-round, .mini-cutout-heart { top: 9.5rem; right: 4vw; }
  .mini-cutout-ticket { width: 72px; height: 52px; }
  .mini-cutout-star, .mini-cutout-round { width: 64px; height: 64px; }
  .mini-cutout-image { height: auto; }
  .mini-cutout-image.mini-cutout-flower, .mini-cutout-image.mini-cutout-ticket, .mini-cutout-image.mini-cutout-round { width: 72px; }
  .mini-cutout-image.mini-cutout-heart { width: 96px; }
  .photo-slot-one, .photo-slot-two, .photo-slot-three { width: 76%; height: 310px; }
  .photo-slot-one { left: 2%; top: 5rem; }
  .photo-slot-two { left: 20%; top: 19rem; }
  .photo-slot-three { left: 5%; right: auto; top: 34rem; }
  .favorite-slide { grid-template-columns: 1fr; gap: 2rem; }
  .favorite-visual { max-width: 390px; width: 86%; margin: auto; }
  .favorite-details { padding: 0 3vw; }
  .favorite-details h3 { font-size: 3.4rem; }
  .swipe-hint { margin-top: 1.5rem; text-align: center; }
  .social-grid a { grid-template-columns: 1fr auto; }
  .social-grid small { display: none; }
  .timeline-item { grid-template-columns: 55px 20px 1fr; gap: .8rem; }
  .timeline-item:not(:last-child)::after { left: 64px; }
  .timeline-item time { font-size: 1.1rem; }
  .timeline-item h3 { font-size: 1.9rem; }
  .playlist-card:last-child { grid-column: auto; width: 100%; }
  .note-form { grid-template-columns: 1fr; padding: 2rem 1.4rem; }
  .note-form button, .form-status { grid-column: 1; }
  body > footer div { flex-direction: column; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .song-art { animation: none; }
}
