@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=DM+Sans:wght@300;400;500;600;700&display=swap";
:root{--burgundy-deep:#6b1e3a;--burgundy:#8e2344;--rose-dark:#a62d55;--rose:#d4576d;--rose-light:#f4c2c2;--rose-soft:#f8b4b8;--rose-whisper:#fde2e4;--cream:#fef9f3;--cream-dark:#f5ebe1;--gold:#d4a843;--gold-light:#f0d68a;--charcoal:#2a1a1f;--charcoal-soft:#4a3238;--serif:"Cormorant Garamond",Georgia,serif;--sans:"DM Sans",-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;overflow-x:hidden}body{font-family:var(--sans);background:linear-gradient(135deg,var(--cream)0%,var(--rose-whisper)50%,var(--cream-dark)100%);color:var(--charcoal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;line-height:1.6}.valentine-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.valentine-container.itinerary-view{padding:0;display:block}.floating-hearts{pointer-events:none;z-index:1;position:fixed;inset:0;overflow:hidden}.floating-heart{opacity:0;animation:linear infinite float-up;position:absolute;bottom:-50px}.floating-heart:before{content:"♥";font-size:inherit;color:inherit}@keyframes float-up{0%{opacity:0;bottom:-50px;transform:translate(0)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;bottom:110vh;transform:translate(50px)rotate(360deg)}}.sparkle-container{pointer-events:none;z-index:1;position:fixed;inset:0}.sparkle{background:radial-gradient(circle,var(--gold)0%,transparent 70%);border-radius:50%;animation:3s ease-in-out infinite twinkle;position:absolute}@keyframes twinkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:.8;transform:scale(1)}}.confetti-container{pointer-events:none;z-index:100;position:fixed;inset:0}.confetti-piece{animation:forwards confetti-fall;position:absolute;top:-20px}@keyframes confetti-fall{0%{opacity:1;top:-20px;transform:translate(0)rotate(0)}to{opacity:0;top:110vh;transform:translate(100px)rotate(720deg)}}.card{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffff2 0%,#fef9f3f7 50%,#fffffff2 100%);border:1px solid #8e23441a;border-radius:24px;width:100%;max-width:520px;padding:3rem 2.5rem;position:relative;box-shadow:0 20px 60px #6b1e3a26,0 8px 20px #8e23441a,inset 0 1px #fffc}.card-header{text-align:center;margin-bottom:2rem}.heart-icon{color:var(--burgundy);margin-bottom:1rem;font-size:3rem;animation:2s ease-in-out infinite pulse-heart;display:block}.heart-icon .gift-heart{stroke-width:1.5px;margin:0 auto;display:block}.inline-icon{vertical-align:middle;margin-left:.25rem;display:inline-block}.inline-heart{vertical-align:middle;color:var(--rose-dark);margin-left:.35rem;display:inline-block}.tiny-heart{vertical-align:middle;opacity:.6;margin:0 .25rem;display:inline-block}.london-icon{color:var(--rose-dark);flex-shrink:0}@keyframes pulse-heart{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.card-title{font-family:var(--serif);color:var(--burgundy);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.25rem;font-weight:600;line-height:1.2}.card-subtitle{color:var(--charcoal-soft);letter-spacing:.03em;text-transform:lowercase;font-size:.95rem;font-style:italic;font-weight:400}.divider{opacity:.5;align-items:center;gap:.75rem;margin:2rem 0;display:flex}.divider-line{background:linear-gradient(90deg,transparent,var(--burgundy),transparent);flex:1;height:1px}.divider-diamond{background:var(--burgundy);width:6px;height:6px;transform:rotate(45deg)}.card-message{color:var(--charcoal);margin-bottom:2rem;font-size:1.05rem}.card-message p{margin-bottom:.5rem}.name-highlight{font-family:var(--serif);color:var(--burgundy);font-size:1.15em;font-style:italic;font-weight:600}.london-detail{background:linear-gradient(135deg,var(--rose-whisper),var(--cream));color:var(--charcoal-soft);border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem;font-size:.95rem;display:flex}.london-emoji{font-size:1.25rem}.question{text-align:center;margin-bottom:2rem}.question h2{font-family:var(--serif);color:var(--burgundy-deep);letter-spacing:-.01em;font-size:1.75rem;font-weight:600}.buttons-area{justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex;position:relative}.btn-yes,.btn-no{font-family:var(--sans);cursor:pointer;border:none;border-radius:50px;padding:.9rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0000001a}.btn-yes{background:linear-gradient(135deg,var(--burgundy),var(--rose-dark));color:#fff;position:relative;overflow:hidden}.btn-yes:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-yes:hover:before{left:100%}.btn-yes:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8e23444d}.btn-yes.growing{animation:.6s ease-in-out infinite alternate grow-pulse}@keyframes grow-pulse{0%{filter:brightness()}to{filter:brightness(1.15)}}.btn-no{background:linear-gradient(135deg,var(--cream-dark),var(--rose-whisper));color:var(--charcoal-soft);margin-left:70px;position:absolute;left:50%}.sass-message{text-align:center;min-height:2rem;margin-bottom:1rem}.sass-message p{color:var(--rose-dark);font-size:.95rem;font-style:italic;animation:.3s fade-in}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.attempt-counter{text-align:center;margin-bottom:1rem}.attempt-counter span{color:var(--charcoal-soft);opacity:.7;font-size:.85rem;font-style:italic}.date-stamp{text-align:center;border-top:1px solid #8e23441a;padding-top:1.5rem}.date-stamp span{color:var(--charcoal-soft);opacity:.6;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem}.itinerary-header{text-align:center;background:linear-gradient(180deg,var(--rose-whisper)0%,transparent 100%);padding:5rem 2rem 3rem;position:relative;overflow:hidden}.header-glow{pointer-events:none;background:radial-gradient(circle,#d4a84333 0%,#8e23441a 40%,#0000 70%);width:600px;height:600px;animation:8s ease-in-out infinite glow-pulse;position:absolute;top:-50%;left:50%;transform:translate(-50%)}@keyframes glow-pulse{0%,to{opacity:.5;transform:translate(-50%)scale(1)}50%{opacity:.8;transform:translate(-50%)scale(1.1)}}.big-heart{color:var(--rose-dark);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:5rem;animation:1s ease-out heart-bounce;display:flex}.heart-icon-large{stroke-width:1.5px;width:80px;height:80px}@keyframes heart-bounce{0%{opacity:0;transform:scale(0)rotate(-45deg)}60%{transform:scale(1.2)rotate(10deg)}to{opacity:1;transform:scale(1)rotate(0)}}.itinerary-header h1{font-family:var(--serif);color:var(--burgundy-deep);letter-spacing:-.03em;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.itinerary-header .subtitle{font-family:var(--serif);color:var(--rose-dark);margin-bottom:.5rem;font-size:1.5rem;font-style:italic;font-weight:400}.sassy-recap{color:var(--charcoal-soft);opacity:.8;font-size:1rem;font-style:italic}.reveal{opacity:0;animation:.8s ease-out forwards reveal-up}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.delay-4{animation-delay:.8s}.delay-final{animation-delay:2.5s}@keyframes reveal-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.journey-section{max-width:900px;margin:0 auto;padding:3rem 1.5rem 5rem}.journey-intro{text-align:center;margin-bottom:4rem}.journey-title{font-family:var(--serif);color:var(--burgundy);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:600}.journey-date{font-family:var(--serif);color:var(--rose-dark);margin-bottom:1rem;font-size:1.5rem;font-style:italic}.journey-tagline{color:var(--charcoal-soft);max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.6}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(180deg,var(--gold-light)0%,var(--burgundy)50%,var(--rose-dark)100%);border-radius:10px;width:3px;position:absolute;top:0;bottom:0;left:0}.stop{grid-template-columns:100px 1fr;align-items:start;gap:3.5rem;margin-bottom:3rem;display:grid;position:relative}.stop-time{text-align:right;padding-top:.5rem}.stop-time span{font-family:var(--sans);color:var(--burgundy);letter-spacing:.02em;font-size:1rem;font-weight:600}.stop-content{gap:1.5rem;display:flex;position:relative}.stop-marker{background:linear-gradient(135deg,var(--cream),var(--rose-whisper));border:3px solid var(--burgundy);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;position:absolute;top:.3rem;left:-3.25rem;box-shadow:0 4px 12px #8e234433}.stop-icon{color:var(--burgundy);stroke-width:2px;flex-shrink:0}.stop-details{background:linear-gradient(135deg,#ffffffe6,#fef9f3f2);border:1px solid #8e23441a;border-radius:16px;flex:1;padding:1.5rem 2rem;transition:all .3s;box-shadow:0 8px 24px #6b1e3a14,inset 0 1px #ffffff80}.stop-details:hover{border-color:#8e234433;transform:translate(8px);box-shadow:0 12px 32px #6b1e3a1f,inset 0 1px #ffffff80}.stop-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.stop-title{font-family:var(--serif);color:var(--burgundy-deep);letter-spacing:-.01em;font-size:1.75rem;font-weight:600;line-height:1.2}.stop-tag{text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,var(--rose-dark),var(--burgundy));color:#fff;white-space:nowrap;border-radius:20px;padding:.35rem .85rem;font-size:.75rem;font-weight:600}.stop-location{color:var(--rose-dark);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.05rem;font-weight:600;display:flex}.stop-location svg{color:var(--burgundy);flex-shrink:0}.stop-description{color:var(--charcoal-soft);font-size:1rem;line-height:1.7}.journey-footer{text-align:center;margin-top:5rem}.footer-divider{margin-bottom:2rem}.heart-divider{color:var(--rose-dark);stroke-width:1.5px;animation:2s ease-in-out infinite pulse-heart;display:inline-block}.footer-message{font-family:var(--serif);color:var(--burgundy);margin-bottom:1rem;font-size:1.75rem;font-style:italic;line-height:1.4}.footer-signature{color:var(--charcoal-soft);opacity:.7;letter-spacing:.05em;font-size:1rem}@media (max-width:768px){.card{padding:2rem 1.5rem}.card-title{font-size:1.75rem}.btn-yes,.btn-no{padding:.8rem 2rem;font-size:1rem}.itinerary-header h1{font-size:2.5rem}.journey-title{font-size:2.25rem}.journey-date{font-size:1.25rem}.stop{grid-template-columns:85px 1fr;gap:2.75rem}.stop-time span{font-size:.9rem}.stop-marker{width:2.75rem;height:2.75rem;left:-3.25rem}.stop-icon{width:20px;height:20px}.stop-details{padding:1.25rem 1.5rem}.stop-title{font-size:1.5rem}.stop-tag{padding:.3rem .7rem;font-size:.7rem}.footer-message{font-size:1.5rem}}@media (max-width:480px){.valentine-container{padding:1rem .5rem}.itinerary-header{padding:3rem 1rem 2rem}.itinerary-header h1{font-size:2rem}.big-heart{font-size:4rem}.heart-icon-large{width:64px;height:64px}.journey-section{padding:2rem 1rem 3rem}.journey-title{font-size:1.75rem}.timeline{padding-left:1.5rem}.timeline:before{width:2px}.stop{grid-template-columns:70px 1fr;gap:2.5rem;margin-bottom:2.5rem}.stop-marker{border-width:2px;width:2.5rem;height:2.5rem;left:-2.75rem}.stop-icon{width:18px;height:18px}.stop-details{padding:1rem 1.25rem}.stop-title{font-size:1.25rem}.stop-location,.stop-description{font-size:.95rem}.buttons-area{flex-direction:column;align-items:stretch}.btn-no{margin-left:0;position:static}}
