@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Patrick+Hand&display=swap";
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--bg-pink:#ffdae0;--bg-mint:#e2f0cb;--bg-cream:#fcfdf5;--text-color:#4a4a4a;--paper-white:#fff;--tape-color:#fff6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-cream);color:var(--text-color);font-family:Patrick Hand,cursive;line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:Dancing Script,cursive}header{background:linear-gradient(135deg,var(--bg-pink)0%,var(--bg-cream)100%);text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}header h1{color:var(--text-color);opacity:0;margin-bottom:2rem;font-size:5rem;animation:2s ease-out forwards fadeIn}header p{opacity:0;font-size:1.5rem;animation:2s ease-out 1s forwards fadeIn}.scroll-indicator{font-size:2rem;animation:2s infinite bounce;position:absolute;bottom:2rem}.timeline-container{flex-direction:column;max-width:1000px;margin:0 auto;padding:4rem 1rem;display:flex;position:relative}.timeline-line{background-image:linear-gradient(to bottom,var(--bg-pink)50%,transparent 50%);z-index:0;background-repeat:repeat-y;background-size:4px 20px;width:4px;height:100%;position:absolute;top:0;left:20px}.memory-wrapper{opacity:0;z-index:1;justify-content:flex-start;width:100%;margin-bottom:8rem;padding-left:40px;transition:all .8s ease-out;display:flex;position:relative;transform:translateY(50px)}.memory-wrapper.visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.timeline-line{left:50%;transform:translate(-50%)}.memory-wrapper{width:50%;padding-left:0}.memory-wrapper:nth-child(odd){text-align:right;justify-content:flex-end;align-self:flex-start;padding-right:60px}.memory-wrapper:nth-child(2n){text-align:left;justify-content:flex-start;align-self:flex-end;padding-left:60px}}.polaroid-container{max-width:400px}@media (min-width:768px){.memory-wrapper:nth-child(odd) .polaroid-container{margin-left:auto}}.polaroid{background:var(--paper-white);padding:1rem 1rem 2rem;transition:transform .3s;display:inline-block;box-shadow:5px 5px 15px #0000001a}.polaroid:hover{z-index:10;transform:scale(1.02)!important}.polaroid img,.polaroid video{filter:sepia(20%);object-fit:cover;width:100%;height:auto;max-height:400px;margin-bottom:1rem;display:block}.caption{text-align:center;color:#333;margin-top:.5rem;font-family:Dancing Script,cursive;font-size:1.5rem}.description{color:#666;background:#fff9;border-radius:8px;margin-top:1.5rem;padding:1rem;font-size:1.1rem;box-shadow:0 2px 4px #0000000d}.tape{background-color:var(--tape-color);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2;border-left:2px dashed #0000001a;border-right:2px dashed #0000001a;width:100px;height:30px;position:absolute;top:-15px;left:50%;transform:translate(-50%)rotate(2deg);box-shadow:0 1px 3px #0003}@keyframes fadeIn{to{opacity:1}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.proposal-section{background:var(--bg-pink);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.big-question{margin-bottom:3rem;font-size:4rem}.button-group{gap:2rem;display:flex}.btn-yes{cursor:pointer;background-color:var(--bg-mint);color:var(--text-color);border:none;border-radius:50px;padding:1rem 3rem;font-family:Patrick Hand,cursive;font-size:2rem;transition:transform .2s;box-shadow:0 4px 10px #0000001a}.btn-yes:hover{background-color:#d4e8b3;transform:scale(1.1)}
