:root {
  --cream: #f7edda;
  --paper: #fff9ed;
  --tomato: #f04b2f;
  --tomato-dark: #c42e1f;
  --yolk: #f6bd22;
  --basil: #1e7a4a;
  --aubergine: #35223d;
  --ink: #241b1a;
  --muted: #74625c;
  --line: rgba(36, 27, 26, .18);
  --shadow: 0 18px 50px rgba(79, 37, 20, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.paper-noise { position: fixed; inset: 0; opacity: .18; pointer-events: none; z-index: 20; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E"); }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 86px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { text-decoration: none; display: flex; gap: 10px; font-size: 11px; line-height: .95; font-weight: 800; letter-spacing: .08em; align-items: center; }
.brand-sun { display: block; width: 39px; height: 39px; flex: 0 0 39px; }
nav { display: flex; gap: 34px; }
nav a { text-decoration: none; font-size: 13px; font-weight: 700; }
nav a:hover { color: var(--tomato); }
.button { border: 1.5px solid var(--ink); border-radius: 100px; background: var(--tomato); color: white; min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; text-decoration: none; font-weight: 700; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; box-shadow: 2px 2px 0 var(--ink); }
.button-dark { background: var(--ink); box-shadow: 3px 3px 0 var(--tomato); }
.hero { min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; overflow: hidden; }
.hero-copy { padding: 70px 0 90px; position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: 12px; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 22px; height: 2px; background: var(--tomato); }
h1, h2 { font-family: "Shrikhand", Georgia, serif; font-weight: 400; margin: 0; line-height: .95; letter-spacing: -.025em; }
h1 { font-size: clamp(68px, 8.2vw, 122px); }
h1 em { color: var(--tomato); font-style: normal; text-shadow: 2px 2px 0 var(--ink); }
.hero-intro { max-width: 540px; font-size: 19px; line-height: 1.6; margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link { font-weight: 800; text-underline-offset: 6px; }
.date-stamp { margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); width: 340px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 14px; padding: 12px 0; transform: rotate(-2deg); }
.date-stamp strong:first-child { color: var(--tomato); font-size: 15px; writing-mode: vertical-rl; transform: rotate(180deg); }
.date-stamp strong:nth-child(2) { font-family: "Shrikhand"; font-size: 54px; line-height: 1; }
.date-stamp span { border-left: 1px solid var(--line); padding-left: 16px; font-size: 13px; line-height: 1.4; font-weight: 800; }
.hero-countdown { width: 340px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 13px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.hero-countdown strong { color: var(--tomato); font-size: 12px; letter-spacing: .06em; white-space: nowrap; }
.hero-art { min-height: 570px; position: relative; display: grid; place-items: center; }
.pan { width: min(460px, 38vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 46% 44%, #e74328 0 59%, #8e201c 60% 66%, #241b1a 67% 72%, #5d4740 73% 75%, transparent 76%), var(--cream); transform: rotate(-8deg); box-shadow: 0 35px 0 rgba(91, 43, 27, .12); position: relative; z-index: 2; }
.pan::after { content: ""; position: absolute; inset: 13%; border-radius: 50%; background-image: radial-gradient(circle, #ffd45e 0 9%, #fff9e6 10% 26%, transparent 27%), radial-gradient(circle, #8d261f 0 8%, transparent 9%); background-size: 120px 120px, 54px 54px; opacity: .22; }
.pan-handle { position: absolute; width: 240px; height: 68px; border: 16px solid var(--ink); background: #654f47; border-radius: 25px 80px 80px 25px; right: -72px; bottom: 92px; transform: rotate(21deg); z-index: 1; }
.egg { position: absolute; width: 31%; height: 27%; background: #fff7df; border-radius: 51% 49% 42% 58% / 49% 44% 56% 51%; z-index: 3; box-shadow: inset 0 -5px 10px rgba(145, 75, 31, .15); }
.egg::after { content: ""; position: absolute; width: 42%; aspect-ratio: 1; border-radius: 50%; background: var(--yolk); left: 29%; top: 25%; box-shadow: inset -5px -5px 0 #e9a51a; }
.egg-one { left: 16%; top: 19%; transform: rotate(12deg); }.egg-two { right: 13%; top: 27%; transform: rotate(-18deg); }.egg-three { left: 34%; bottom: 14%; transform: rotate(-4deg); }
.tomato { position: absolute; width: 8%; aspect-ratio: 1; border-radius: 45% 55%; background: #9f1e1a; z-index: 4; border: 2px solid #ff7255; }.tomato-one { left: 24%; bottom: 29%; }.tomato-two { right: 29%; top: 14%; }.tomato-three { right: 18%; bottom: 28%; }
.herb { position: absolute; z-index: 5; color: #175d39; font-size: 30px; }.herb-one { top: 20%; left: 49%; }.herb-two { bottom: 27%; left: 18%; }.herb-three { bottom: 17%; right: 29%; }
.steam { position: absolute; font-family: serif; font-size: 130px; color: var(--tomato); top: -17px; z-index: 1; transform: rotate(90deg); opacity: .8; }.steam-one { left: 31%; }.steam-two { left: 52%; top: -38px; color: var(--yolk); }
.art-note { position: absolute; z-index: 5; right: 1%; top: 19%; color: var(--basil); font-weight: 800; transform: rotate(8deg); font-size: 13px; text-align: center; }.art-note::after { content: "↙"; display: block; font-size: 35px; }.art-note small { text-transform: lowercase; font-weight: 500; }
.ticker { background: var(--yolk); border-block: 1.5px solid var(--ink); overflow: hidden; white-space: nowrap; transform: rotate(-.2deg); width: 100%; }
.ticker div { display: flex; padding: 13px 0; font-size: 12px; font-weight: 800; letter-spacing: .15em; width: max-content; animation: scroll 14s linear infinite; }
.ticker-copy { display: block; }
.ticker-copy b { color: var(--tomato); padding: 0 22px; }
@keyframes scroll { to { transform: translateX(-50%); } }
.dashboard { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading h2, .recipe-heading h2, .playlist-grid h2, .rsvp-copy h2 { font-size: clamp(52px, 6vw, 84px); }
.section-heading > p, .recipe-heading > div > p, .playlist-grid > div > p, .rsvp-copy > p { font-size: 17px; line-height: 1.65; max-width: 520px; margin: 0; }
.kicker { color: var(--tomato); margin-bottom: 14px; }
.now-board { background: var(--aubergine); color: white; border-radius: 3px; padding: 22px 28px 30px; box-shadow: 8px 8px 0 var(--yolk); transform: rotate(.25deg); margin-bottom: 70px; }
.board-topline { font-size: 11px; letter-spacing: .16em; font-weight: 800; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 17px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff5941; margin-right: 9px; box-shadow: 0 0 0 5px rgba(255, 89, 65, .14); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.preview-button { margin-left: auto; border: 1px solid rgba(255,255,255,.45); color: white; background: transparent; border-radius: 100px; padding: 7px 12px; cursor: pointer; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.now-grid { display: grid; grid-template-columns: 1.6fr 1fr; padding-top: 26px; gap: 50px; }.now-grid > div + div { border-left: 1px solid rgba(255,255,255,.22); padding-left: 40px; }
.now-grid p { margin: 0 0 7px; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; color: var(--yolk); font-weight: 800; }.now-grid h3 { margin: 0 0 8px; font-size: clamp(24px, 3vw, 40px); }.now-grid span { color: #cbbfc9; font-size: 13px; }
.countdown-large { display: grid; grid-template-columns: repeat(4, minmax(64px, 1fr)); gap: 10px; max-width: 490px; margin-top: 25px; }
.countdown-unit { border-top: 1px solid rgba(255,255,255,.25); padding-top: 10px; }
.countdown-unit strong { display: block; color: var(--yolk); font-family: "Shrikhand"; font-size: clamp(27px, 3vw, 39px); font-weight: 400; line-height: 1; }
.countdown-unit small { color: #cbbfc9; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.schedule { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.schedule li { min-height: 115px; display: grid; grid-template-columns: 125px 1fr 55px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); padding: 15px 0; transition: padding .2s, background .2s; }.schedule li:hover { padding-inline: 18px; background: rgba(255,255,255,.35); }
.schedule time { font-family: "Shrikhand"; font-size: 25px; color: var(--tomato); }.schedule h3 { margin: 0 0 7px; font-size: 21px; }.schedule p { margin: 0; color: var(--muted); }.doodle { font-size: 27px; transform: rotate(8deg); }.tag { display: inline-block; font-size: 8px; letter-spacing: .12em; border: 1px solid var(--basil); color: var(--basil); border-radius: 100px; padding: 4px 7px; vertical-align: middle; margin-left: 9px; }
.rsvp-section { background: var(--tomato); color: white; padding: 120px 0 100px; position: relative; overflow: hidden; }.rsvp-section::before { content: "YES?"; position: absolute; font-family: "Shrikhand"; font-size: 340px; opacity: .05; right: -80px; top: -80px; }
.rsvp-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; position: relative; }
.light { color: var(--yolk); }.rsvp-copy { position: sticky; top: 25px; }.rsvp-copy > p { margin-top: 28px; color: #ffe8dc; }
.seat-counter { margin-top: 50px; border-block: 1px solid rgba(255,255,255,.3); padding: 24px 0; display: flex; align-items: center; gap: 22px; }.seat-number strong { font-family: "Shrikhand"; font-size: 64px; line-height: .8; }.seat-number span { font-size: 19px; opacity: .7; }.seat-counter b { text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }.seat-counter p { margin: 5px 0 0; font-size: 12px; opacity: .8; }
.guest-chips { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 20px; }.guest-chip { padding: 6px 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; font-size: 11px; }.guest-chip.maybe { opacity: .6; }
.card-form, .song-form, .upload-form { background: var(--paper); color: var(--ink); border: 1.5px solid var(--ink); padding: 38px; box-shadow: 8px 8px 0 var(--ink); position: relative; }
.form-heading { display: flex; gap: 17px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 28px; }.form-heading > span { display: grid; place-items: center; border-radius: 50%; background: var(--yolk); width: 45px; height: 45px; font-weight: 800; }.form-heading h3 { font-size: 23px; margin: 0; }.form-heading p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 19px; }.field label, fieldset legend { font-size: 12px; font-weight: 800; }.field label small { color: var(--muted); font-weight: 500; }.field input, .field textarea, .field select { border: 1px solid #cbbcb1; background: #fffdf8; border-radius: 2px; padding: 13px 14px; outline: none; width: 100%; color: var(--ink); }.field textarea { resize: vertical; }.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--tomato); box-shadow: 0 0 0 3px rgba(240,75,47,.12); }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.attendance { border: 0; padding: 0; margin: 0 0 20px; }.attendance legend { margin-bottom: 9px; }.attendance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.attendance legend { grid-column: 1 / -1; }.attendance input { position: absolute; opacity: 0; }.attendance span { display: grid; place-items: center; min-height: 44px; border: 1px solid #cbbcb1; border-radius: 3px; font-size: 12px; font-weight: 700; cursor: pointer; }.attendance input:checked + span { border-color: var(--ink); background: var(--yolk); box-shadow: 2px 2px 0 var(--ink); }
.field-note { color: var(--muted); }.field-note.warning { color: var(--tomato); font-weight: 700; }.form-status { font-size: 12px; min-height: 16px; margin-bottom: 0; }.form-status.error { color: var(--tomato-dark); }
.contribution-board { margin-top: 70px; padding-top: 45px; border-top: 1px solid rgba(255,255,255,.3); position: relative; }.contribution-list { display: flex; flex-wrap: wrap; gap: 12px; }.contribution-item { background: var(--yolk); color: var(--ink); border: 1px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); padding: 10px 14px; transform: rotate(-1deg); }.contribution-item:nth-child(even) { transform: rotate(1.5deg); background: var(--paper); }.contribution-item strong { display: block; font-size: 14px; }.contribution-item span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.empty-state { opacity: .68; font-style: italic; }
.recipe-section { padding: 130px 0; }.recipe-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; margin-bottom: 62px; }.recipe-heading h2 span { color: var(--tomato); }.recipe-heading > div > p { margin-top: 25px; }.serving-control { background: var(--yolk); border: 1.5px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); padding: 18px 22px; min-width: 190px; transform: rotate(2deg); }.serving-control > span, .serving-control small { text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .12em; display: block; text-align: center; }.serving-control > div { display: flex; align-items: center; justify-content: space-between; margin: 7px 0; }.serving-control button { border: 1px solid var(--ink); background: var(--paper); border-radius: 50%; width: 30px; height: 30px; cursor: pointer; }.serving-control strong { font-family: "Shrikhand"; font-size: 38px; line-height: 1; }
.recipe-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }.ingredients-card { background: var(--basil); color: white; padding: 42px; box-shadow: 10px 10px 0 var(--yolk); transform: rotate(-.5deg); }.card-label { color: var(--yolk); letter-spacing: .14em; font-size: 11px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 20px; }.ingredients-card ul { list-style: none; padding: 0; margin: 10px 0 0; }.ingredients-card li { display: grid; grid-template-columns: 88px 1fr; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.2); }.ingredients-card li strong { color: var(--yolk); }.recipe-note { font-size: 12px; line-height: 1.5; margin: 23px 0 0; color: #cfe5d9; font-style: italic; }.method-step { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 15px 0 29px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }.method-step > span { width: 50px; height: 50px; display: grid; place-items: center; border: 1.5px solid var(--ink); border-radius: 50%; color: var(--tomato); font-family: "Shrikhand"; font-size: 25px; box-shadow: 3px 3px 0 var(--yolk); }.method-step h3 { margin: 0 0 8px; font-size: 21px; }.method-step p { margin: 0; color: var(--muted); line-height: 1.6; }
.playlist-section { background: var(--yolk); padding: 125px 0; border-block: 1.5px solid var(--ink); overflow: hidden; }.playlist-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }.playlist-grid > div > p { margin: 26px 0 35px; }.song-form { box-shadow: 7px 7px 0 var(--tomato); }.record-sleeve { position: relative; min-height: 650px; }.record { position: absolute; width: 450px; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #201a1c 0 4px, #322b2d 5px 7px); right: -100px; top: -20px; display: grid; place-items: center; box-shadow: 5px 20px 25px rgba(0,0,0,.25); animation: spin 20s linear infinite; }.record > div { width: 145px; aspect-ratio: 1; border-radius: 50%; background: var(--tomato); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 3px solid var(--paper); }.record span, .record small { font-size: 8px; letter-spacing: .12em; }.record strong { font-family: "Shrikhand"; font-size: 23px; }.record::after { content: ""; width: 14px; aspect-ratio: 1; background: var(--paper); position: absolute; border-radius: 50%; }
@keyframes spin { to { transform: rotate(360deg); } }
.queue-card { position: absolute; z-index: 2; width: min(430px, 88%); max-height: 410px; overflow: auto; background: var(--paper); border: 1.5px solid var(--ink); padding: 25px; left: 0; bottom: 0; box-shadow: 8px 8px 0 var(--tomato); transform: rotate(-2deg); }.queue-title { display: flex; justify-content: space-between; border-bottom: 2px solid var(--ink); padding-bottom: 13px; font-size: 11px; letter-spacing: .12em; }.queue-card ol { margin: 0; padding-left: 28px; }.queue-card li { padding: 13px 5px; border-bottom: 1px solid var(--line); }.queue-card li a { text-decoration-thickness: 1px; text-underline-offset: 3px; }.queue-card li strong { display: block; font-size: 14px; }.queue-card li span { color: var(--muted); font-size: 11px; }
.gallery-section { padding: 130px 0; }.upload-form { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; align-items: center; box-shadow: 8px 8px 0 var(--basil); margin-bottom: 75px; }.drop-zone { min-height: 260px; border: 2px dashed #cbbcb1; background: #fffaf0; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; position: relative; overflow: hidden; }.drop-zone input { position: absolute; opacity: 0; pointer-events: none; }.drop-zone strong { font-size: 18px; }.drop-zone small { margin-top: 5px; color: var(--muted); }.upload-icon { font-size: 45px; color: var(--tomato); }.drop-zone img { display: none; width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }.drop-zone.has-preview img { display: block; }.drop-zone.has-preview::after { content: "Change photo"; position: absolute; bottom: 10px; right: 10px; background: var(--paper); border: 1px solid var(--ink); padding: 6px 9px; font-size: 10px; font-weight: 800; }
.gallery-grid { columns: 3; column-gap: 18px; }.photo-card { break-inside: avoid; margin-bottom: 18px; background: white; padding: 10px 10px 17px; border: 1px solid var(--line); box-shadow: 4px 5px 10px rgba(53,34,61,.1); transform: rotate(-.5deg); }.photo-card:nth-child(even) { transform: rotate(1deg); }.photo-card img { width: 100%; display: block; max-height: 450px; object-fit: cover; }.photo-card p { margin: 12px 4px 2px; font-size: 14px; }.photo-card small { margin-left: 4px; color: var(--muted); }.gallery-empty { min-height: 240px; border: 1px dashed var(--line); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; column-span: all; }.gallery-empty span { font-size: 55px; color: var(--yolk); }
footer { background: var(--aubergine); color: white; padding: 85px 0; }.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 80px; }.footer-inner > div { display: flex; align-items: center; gap: 25px; }.footer-inner strong { font-family: "Shrikhand"; font-size: 45px; line-height: .95; }.footer-inner > div span { font-size: 55px; color: var(--yolk); }.footer-inner p { color: #cbbfc9; line-height: 1.6; font-size: 13px; }.footer-inner a { color: var(--yolk); font-size: 12px; font-weight: 800; text-underline-offset: 5px; }
.toast { position: fixed; right: 22px; bottom: 22px; background: var(--ink); color: white; border: 1px solid white; box-shadow: 5px 5px 0 var(--yolk); padding: 14px 18px; z-index: 30; font-weight: 700; transform: translateY(140%); transition: transform .3s; }.toast.show { transform: translateY(0); }

@media (max-width: 900px) {
  nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 30px; }.hero-copy { padding-bottom: 0; }.hero-art { min-height: 500px; }.pan { width: min(430px, 75vw); }.rsvp-grid, .playlist-grid { grid-template-columns: 1fr; }.rsvp-copy { position: static; }.recipe-layout { gap: 40px; }.record-sleeve { min-height: 600px; }.playlist-grid { gap: 65px; }
}
@media (max-width: 680px) {
  .wrap, .site-header { width: min(100% - 28px, 1180px); }.site-header { min-height: 72px; }.brand-sun { width: 34px; height: 34px; }.hero { min-height: auto; }.hero-copy { padding-top: 55px; }.eyebrow { font-size: 10px; }.hero-intro { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; }.date-stamp { width: 280px; margin-top: 40px; }.hero-art { min-height: 430px; }.pan-handle { width: 170px; right: -45px; height: 58px; }.steam { font-size: 95px; }.art-note { display: none; }
  .dashboard, .recipe-section, .gallery-section { padding: 90px 0; }.section-heading, .recipe-heading { grid-template-columns: 1fr; gap: 25px; }.now-grid { grid-template-columns: 1fr; gap: 24px; }.now-grid > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding-left: 0; padding-top: 22px; }.countdown-large { grid-template-columns: repeat(4, 1fr); gap: 7px; }.countdown-unit strong { font-size: 27px; }.schedule li { grid-template-columns: 72px 1fr; gap: 13px; }.schedule p { font-size: 13px; }.doodle { display: none; }.rsvp-section, .playlist-section { padding: 90px 0; }.rsvp-grid { gap: 50px; }.card-form, .song-form, .upload-form { padding: 24px; }.two-fields { grid-template-columns: 1fr; gap: 0; }.attendance { grid-template-columns: 1fr; }.recipe-layout { grid-template-columns: 1fr; }.ingredients-card { padding: 28px; }.method-step { grid-template-columns: 46px 1fr; gap: 15px; }.method-step > span { width: 42px; height: 42px; }.record-sleeve { min-height: 535px; }.record { width: 360px; right: -120px; }.upload-form { grid-template-columns: 1fr; }.gallery-grid { columns: 1; }.footer-inner { grid-template-columns: 1fr; gap: 30px; }.footer-inner strong { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
