:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#5a1221}#root{min-height:100vh}:root{--bg-red: #5A1221;--bg-red-dark: #4a0f1b;--text-light: #F5EFE6;--text-pink: #DB86A4;--accent-pink: #FF69B4}.love-page{position:relative;min-height:100vh;overflow-x:hidden}.bg-layer{position:fixed;inset:0;z-index:0;pointer-events:none}.bg-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 70% at 50% 20%,rgba(90,18,33,.95) 0%,var(--bg-red) 40%,var(--bg-red-dark) 100%)}.bg-photo{position:absolute;aspect-ratio:3 / 4;max-height:38vh;border-radius:12px;overflow:hidden;padding:6px;background:var(--text-pink);border:3px solid var(--accent-pink);opacity:.55;box-shadow:0 8px 32px #00000059;animation:float-photo 8s ease-in-out infinite}.bg-photo img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}@keyframes float-photo{0%,to{transform:translate(0) rotate(-2deg)}25%{transform:translate(28px,-32px) rotate(2deg)}50%{transform:translate(-18px,-48px) rotate(-1deg)}75%{transform:translate(32px,-24px) rotate(3deg)}}.floating-heart{position:absolute;opacity:.14;animation:float-heart linear infinite}.floating-heart .heart-svg{width:100%;height:100%;fill:var(--text-pink)}.floating-heart--0{width:16px;height:16px;opacity:.1}.floating-heart--1{width:22px;height:22px;opacity:.16}.floating-heart--2{width:12px;height:12px;opacity:.08}.floating-heart--3{width:26px;height:26px;opacity:.12}@keyframes float-heart{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(14px,-28px) rotate(4deg) scale(1.04)}50%{transform:translate(-10px,-48px) rotate(-2deg) scale(.98)}75%{transform:translate(22px,-28px) rotate(3deg) scale(1.02)}}.floating-particle{position:absolute;background:#ffffff59;border-radius:50%;animation:float-particle linear infinite}@keyframes float-particle{0%,to{transform:translate(0);opacity:.25}50%{transform:translate(-18px,-34px);opacity:.55}}.header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;background:var(--bg-red)}.site-title{font-family:Dancing Script,cursive;font-size:1.75rem;font-weight:600;color:var(--text-light);margin:0;font-style:italic}.nav{display:flex;align-items:center;gap:1.5rem}.nav-link{font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:600;letter-spacing:.12em;color:var(--text-light);text-decoration:none;text-transform:uppercase}.nav-link.active{color:var(--text-pink);text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--text-pink)}.nav-link:hover:not(.active){color:var(--text-pink)}.nav-heart{display:inline-flex;width:14px;height:14px}.nav-heart .heart-svg{width:100%;height:100%;fill:var(--accent-pink)}.main{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem 1.5rem;text-align:center}.names{font-family:Dancing Script,cursive;font-size:clamp(3.5rem,12vw,6rem);font-weight:600;color:var(--text-pink);margin:0 0 .5rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.2em;flex-wrap:wrap}.name-line{display:inline}.name-heart{display:inline-flex;width:.55em;height:.55em;vertical-align:middle}.name-heart .heart-svg{width:100%;height:100%;fill:var(--accent-pink)}.subheading-1{font-family:Cormorant Garamond,serif;font-size:clamp(1rem,2.5vw,1.35rem);font-weight:600;letter-spacing:.2em;color:var(--text-light);margin:0 0 .35rem;text-transform:uppercase}.subheading-2{font-family:Lato,sans-serif;font-size:clamp(.85rem,2vw,1rem);font-weight:300;color:var(--text-light);margin:0 0 2rem}.divider{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:320px;margin:0 0 2rem}.divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--text-pink),transparent);opacity:.6}.divider-heart{display:inline-flex;width:20px;height:20px;flex-shrink:0}.divider-heart .heart-svg{width:100%;height:100%;fill:var(--accent-pink)}.buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.btn{font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:600;letter-spacing:.15em;color:var(--text-light);text-decoration:none;text-transform:uppercase;padding:.75rem 1.75rem;border-radius:999px;background:var(--bg-red);transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px)}.btn-timeline{border:1px solid var(--text-light);opacity:.95}.btn-timeline:hover{box-shadow:0 0 12px #f5efe633}.timeline-page{position:relative;min-height:100vh;padding:2rem 1rem 4rem}.timeline-bg{position:fixed;inset:0;z-index:0;pointer-events:none}.timeline-bg-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(90,18,33,.98) 0%,var(--bg-red) 35%,var(--bg-red-dark) 100%)}.timeline-floating-heart{position:absolute;opacity:.14;animation:timeline-float-heart linear infinite}.timeline-floating-heart .heart-svg{width:100%;height:100%;fill:var(--text-pink)}.timeline-floating-heart--0{width:16px;height:16px;opacity:.1}.timeline-floating-heart--1{width:22px;height:22px;opacity:.16}.timeline-floating-heart--2{width:12px;height:12px;opacity:.08}.timeline-floating-heart--3{width:26px;height:26px;opacity:.12}@keyframes timeline-float-heart{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(14px,-28px) rotate(4deg) scale(1.04)}50%{transform:translate(-10px,-48px) rotate(-2deg) scale(.98)}75%{transform:translate(22px,-28px) rotate(3deg) scale(1.02)}}.timeline-floating-particle{position:absolute;background:#ffffff59;border-radius:50%;animation:timeline-float-particle linear infinite}@keyframes timeline-float-particle{0%,to{transform:translate(0);opacity:.25}50%{transform:translate(-18px,-34px);opacity:.55}}.timeline-back{position:relative;z-index:2;display:inline-block;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600;letter-spacing:.05em;color:var(--text-light);text-decoration:none;opacity:.9}.timeline-back:hover{color:var(--text-pink)}.timeline-header{position:relative;z-index:1;text-align:center;margin-bottom:3rem}.timeline-title{font-family:Dancing Script,cursive;font-size:clamp(2.5rem,8vw,4rem);font-weight:600;color:var(--text-light);margin:0 0 .5rem}.timeline-subtitle{font-family:Lato,sans-serif;font-size:clamp(.95rem,2.2vw,1.1rem);font-weight:300;color:var(--text-light);margin:0 0 1rem;max-width:420px;margin-left:auto;margin-right:auto;line-height:1.5}.timeline-header-heart{display:inline-flex;width:28px;height:28px;filter:drop-shadow(0 0 8px rgba(255,105,180,.6))}.timeline-header-heart .heart-svg{width:100%;height:100%;fill:var(--accent-pink)}.timeline-wrap{position:relative;z-index:1;max-width:920px;margin:0 auto}.timeline-wrap:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;transform:translate(-50%);background:linear-gradient(180deg,transparent 0%,var(--accent-pink) 2%,var(--accent-pink) 98%,transparent 100%);box-shadow:0 0 12px #ff69b480;border-radius:2px;pointer-events:none}.timeline-events{position:relative;display:flex;flex-direction:column;gap:0}.timeline-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;min-height:200px;margin-bottom:.5rem}.timeline-row:last-child{margin-bottom:0}.timeline-slot{min-height:1px}.timeline-slot--card{display:flex;align-items:center}.timeline-slot:first-child.timeline-slot--card{justify-content:flex-end;padding-right:1.5rem}.timeline-slot:last-child.timeline-slot--card{justify-content:flex-start;padding-left:1.5rem}.timeline-spine-heart{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;position:relative;z-index:1}.timeline-marker{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--bg-red);border-radius:50%;box-shadow:0 0 12px #ff69b473}.timeline-marker .heart-svg{width:18px;height:18px;fill:none;stroke:var(--accent-pink);stroke-width:2;filter:drop-shadow(0 0 4px rgba(255,105,180,.5))}.timeline-card{width:100%;max-width:380px;perspective:1000px;cursor:pointer}.timeline-card-flipper{position:relative;width:100%;min-height:400px;transform-style:preserve-3d;transition:transform .6s ease}.timeline-card:hover .timeline-card-flipper{transform:rotateY(180deg)}.timeline-card-front,.timeline-card-back{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:12px;overflow:hidden}.timeline-card-front{padding:8px;background:var(--text-pink);border:3px solid var(--accent-pink);box-sizing:border-box}.timeline-card-front img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.timeline-card-back{transform:rotateY(180deg);background:var(--bg-red-dark)}.timeline-card-inner{padding:1.25rem 1.5rem;background:#4a0f1bcc;border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #0000004d}.timeline-card-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.timeline-card-date{font-family:Lato,sans-serif;font-size:.8rem;font-weight:450;color:var(--text-light);opacity:.9}.timeline-card-title{font-family:Dancing Script,cursive;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;color:var(--text-light);margin:0 0 .6rem;line-height:1.2}.timeline-card-desc{font-family:Lato,sans-serif;font-size:.9rem;font-weight:300;color:var(--text-light);margin:0;line-height:1.5;opacity:.95}@media(max-width:700px){.timeline-wrap:before{left:20px;transform:none}.timeline-row{grid-template-columns:auto 1fr;grid-template-rows:auto;gap:0 1rem;padding-left:0;margin-bottom:1.5rem}.timeline-slot{grid-column:2}.timeline-slot:first-child.timeline-slot--card,.timeline-slot:last-child.timeline-slot--card{padding-left:0;padding-right:0;justify-content:flex-start}.timeline-spine-heart{grid-column:1;grid-row:1;width:40px}.timeline-card{max-width:100%}}
