@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&family=Bungee+Shade&family=Abril+Fatface&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary:#e19030;--color-secondary:#8d9ed6;--color-accent:#cbd180;--color-green:#cbd180;--color-green-light:#dbe39c;--color-brown:#4f3b2a;--color-cream:#faf7f2;--color-text:#2c2416;--color-text-light:#5a4a3a}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:var(--color-cream);line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}.star{display:inline-block;color:var(--color-primary);font-size:1.2em;margin:0 .3em;animation:twinkle 2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-cream)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/images/hero.JPG);background-size:cover;background-position:50%;padding:2rem;overflow:hidden}.hero-corner{position:absolute;width:15rem;height:15rem;z-index:2;pointer-events:none}.hero-corner-tl{top:3rem;left:3rem;transform:rotate(0deg)}.hero-corner-tr{top:3rem;right:3rem;transform:rotate(90deg)}.hero-corner-bl{bottom:3rem;left:3rem;transform:rotate(270deg)}.hero-corner-br{bottom:3rem;right:3rem;transform:rotate(180deg)}.hero-content{position:relative;z-index:1;text-align:center;max-width:100%;width:100%;padding:3rem 2rem}.hero-decoration{margin:1.5rem 0;font-size:1.5rem}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;color:var(--color-green);margin:2rem 0;letter-spacing:.05em;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.2em}.hero-name{display:inline-block;font-family:Bungee Shade,cursive}.hero-heart,.hero-name{white-space:nowrap;color:#a8b85f}.hero-heart{display:inline-flex;align-items:center;justify-content:center;font-weight:400;margin:0 .15em;vertical-align:middle}.hand-drawn-heart{width:.8em;height:.8em;animation:heartbeat 2s ease-in-out infinite;transform:rotate(-2deg);filter:drop-shadow(1px 1px 1px rgba(0,0,0,.2))}.hand-drawn-heart path{stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}@keyframes heartbeat{0%,to{transform:rotate(-2deg) scale(1)}10%,30%{transform:rotate(-1deg) scale(1.08)}20%,40%{transform:rotate(-2deg) scale(1)}}.hero-date{font-size:clamp(2rem,4vw,3rem);color:#f5b870;font-weight:400;margin:200px 0;font-family:Abril Fatface,cursive}.hero-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.15rem .35rem;margin:2rem auto 0;padding:.6rem 1rem;background:hsla(38,44%,96%,.85);border:2px dashed rgba(168,184,95,.4);border-radius:0;position:relative;width:-moz-fit-content;width:fit-content;max-width:90%;font-size:.85rem}.hero-nav:before{content:"✦";left:.5rem}.hero-nav:after,.hero-nav:before{position:absolute;top:50%;transform:translateY(-50%);color:rgba(168,184,95,.6);font-size:.8rem}.hero-nav:after{content:"✧";right:.5rem}.nav-link{color:var(--color-brown);text-decoration:underline;-webkit-text-decoration-style:wavy;text-decoration-style:wavy;-webkit-text-decoration-color:rgba(168,184,95,.4);text-decoration-color:rgba(168,184,95,.4);text-underline-offset:4px;font-weight:500;font-size:.85rem;padding:.35rem .6rem;border-radius:0;transition:all .2s ease;position:relative;background:transparent;border:none;font-family:Inter,sans-serif;text-transform:capitalize;letter-spacing:.2px;white-space:nowrap;cursor:pointer}.nav-link:before{content:"✿";margin-right:.4rem;color:rgba(225,144,48,.6);font-size:.7rem;text-decoration:none}.nav-link:hover{color:rgba(168,184,95,.9);-webkit-text-decoration-color:rgba(168,184,95,.8);text-decoration-color:rgba(168,184,95,.8);text-decoration-thickness:2px;transform:translateY(-1px)}.nav-link:hover:before{color:rgba(225,144,48,.9);transform:scale(1.1)}.nav-link:active{transform:translateY(0)}.section{padding:5rem 2rem;position:relative}.section-alt{background:linear-gradient(180deg,hsla(38,44%,96%,.5),hsla(41,70%,86%,.3))}.container{max-width:900px;margin:0 auto;position:relative}.section-header{text-align:center;margin-bottom:3rem;position:relative}.section-header h2{font-size:clamp(2rem,5vw,3rem);color:var(--color-brown);margin-bottom:1.5rem;position:relative;display:inline-block;font-family:Abril Fatface,cursive;font-style:normal}.section-header h2:before{left:-2rem}.section-header h2:after,.section-header h2:before{content:"✿";position:absolute;top:50%;transform:translateY(-50%);color:rgba(225,144,48,.5);font-size:1.2rem}.section-header h2:after{right:-2rem}.section-divider{width:150px;height:2px;background:repeating-linear-gradient(90deg,transparent,transparent 10px,rgba(168,184,95,.4) 0,rgba(168,184,95,.4) 12px);margin:1.5rem auto;position:relative;border-top:1px dashed rgba(168,184,95,.3);border-bottom:none;background:none}.section-divider:after,.section-divider:before{content:"✦";position:absolute;top:50%;transform:translateY(-50%);color:rgba(168,184,95,.6);font-size:.9rem}.section-divider:before{left:-25px}.section-divider:after{right:-25px}.content-card{background:hsla(38,44%,96%,.9);border-radius:0;padding:2.5rem;box-shadow:0 4px 8px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.8);border:3px dashed rgba(168,184,95,.4);position:relative;overflow:visible}.content-corner{position:absolute;width:6rem;height:6rem;z-index:1;pointer-events:none}.content-corner-tl{top:-.75rem;left:-.75rem;transform:rotate(0deg)}.content-corner-tr{top:-.75rem;right:-.75rem;transform:rotate(90deg)}.content-corner-bl{bottom:-.75rem;left:-.75rem;transform:rotate(270deg)}.content-corner-br{bottom:-.75rem;right:-.75rem;transform:rotate(180deg)}.content-card p{font-size:1.1rem;color:var(--color-text-light);line-height:1.9;font-family:Inter,sans-serif}.countdown-section{padding:3rem 2rem;background:linear-gradient(180deg,hsla(38,44%,96%,.3),hsla(41,70%,86%,.2))}.countdown-card{max-width:600px;margin:0 auto;text-align:center}.countdown-content{padding:2rem}.countdown-title{font-family:Abril Fatface,cursive;font-size:clamp(1.8rem,4vw,2.5rem);color:var(--color-text);margin-bottom:2rem;font-style:italic}.countdown-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.countdown-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background:hsla(38,44%,96%,.7);border:2px dashed rgba(168,184,95,.3);border-radius:0}.countdown-number{font-family:Bungee Shade,cursive;font-size:clamp(2rem,5vw,3rem);color:var(--color-green);line-height:1;margin-bottom:.5rem}.countdown-label{font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-text-light);text-transform:lowercase;font-style:italic}.timeline{position:relative;padding:2rem 0}.timeline-item{display:flex;gap:2rem;margin-bottom:2.5rem;position:relative;padding-left:1rem}.timeline-item:not(:last-child):before{content:"";position:absolute;left:.5rem;top:2.5rem;bottom:-2.5rem;width:2px;background:repeating-linear-gradient(180deg,rgba(168,184,95,.3) 0,rgba(168,184,95,.3) 4px,transparent 0,transparent 8px)}.timeline-time{font-family:Abril Fatface,cursive;font-size:1.5rem;color:#e19030;min-width:4rem;font-style:italic;flex-shrink:0}.timeline-content{flex:1 1}.timeline-content h3{font-family:Abril Fatface,cursive;font-size:1.3rem;color:var(--color-text);margin-bottom:.5rem;font-style:italic}.timeline-content p{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-text-light);line-height:1.6;margin:0}.section-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-gap:2.5rem;gap:2.5rem;align-items:center}.section-row--reverse{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}.section-row--reverse .section-text{order:2}.section-row--reverse .section-image-wrapper{order:1}.section-text{position:relative;z-index:1}.section-image-wrapper{position:relative;border-radius:0;overflow:visible;box-shadow:0 8px 16px rgba(0,0,0,.1),inset 0 0 0 3px hsla(38,44%,96%,.9);border:3px dashed rgba(168,184,95,.4);background:hsla(38,44%,96%,.5);padding:.5rem}.section-image{width:100%;height:100%;object-fit:cover;display:block;border:2px solid rgba(168,184,95,.2)}.section-image-tag{position:absolute;left:1rem;bottom:1rem;background:hsla(38,44%,96%,.95);color:var(--color-brown);padding:.4rem .8rem;border-radius:0;font-size:.75rem;letter-spacing:.05em;text-transform:capitalize;border:2px dashed rgba(168,184,95,.5);font-weight:500}.date-location-content{text-align:center}.location-text{font-size:2rem;color:var(--color-text);font-weight:600;margin-bottom:.5rem;font-family:Abril Fatface,cursive;font-style:italic}.location-text:before{content:"✿";margin-right:.5rem;color:rgba(168,184,95,.6)}.location-text:after{content:"✿";margin-left:.5rem;color:rgba(168,184,95,.6)}.location-address{font-size:1.1rem;color:var(--color-text-light);margin-bottom:1rem;font-family:Inter,sans-serif;font-style:italic}.date-text{color:#e19030;font-weight:400;font-family:Abril Fatface,cursive}.date-text,.dress-code-text{font-size:1.5rem;font-style:italic}.dress-code-text,.gifts-text{text-align:center;color:var(--color-brown);font-weight:500;font-family:Playfair Display,serif}.gifts-text{font-size:1.3rem;font-style:italic}.invitation-text,.other-info-text{font-size:1.2rem;text-align:center;color:var(--color-text-light);font-style:italic;font-family:Inter,sans-serif}.invitation-text{line-height:1.9}.rsvp-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:2rem}.form-label{display:block;font-weight:500;color:var(--color-brown);margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:1rem}.required{color:rgba(225,144,48,.8)}.sad-face{display:inline-block;margin-left:.3rem;font-size:1.2em}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px dashed rgba(168,184,95,.4);background:hsla(38,44%,96%,.6);color:var(--color-text);font-family:Inter,sans-serif;font-size:1rem;border-radius:0;transition:all .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:rgba(168,184,95,.8);background:hsla(38,44%,96%,.9);box-shadow:0 0 0 3px rgba(168,184,95,.1)}.form-textarea{resize:vertical;min-height:100px}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label,.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-family:Inter,sans-serif;color:var(--color-text-light)}.checkbox-label input[type=checkbox],.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:rgba(168,184,95,.8)}.form-hint{font-size:.85rem;color:var(--color-text-light);font-style:italic;margin-top:.5rem;margin-left:1.75rem}.form-submit{width:100%;padding:1rem 2rem;background:rgba(168,184,95,.2);border:3px dashed rgba(168,184,95,.6);color:var(--color-brown);font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:0;margin-top:1rem}.form-submit:hover{background:rgba(168,184,95,.3);border-color:rgba(168,184,95,.8);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.form-submit:active{transform:translateY(0)}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-submit:disabled:hover{transform:none}.form-error{color:#c0392b;font-size:.95rem;margin-top:.75rem}.rsvp-thank-you{max-width:600px;margin:0 auto;text-align:center;padding:3rem 1rem}.rsvp-thank-you-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:var(--color-brown);margin-bottom:1rem}.rsvp-thank-you-text{font-family:Inter,sans-serif;font-size:1.1rem;color:var(--color-text-light);line-height:1.8}@media (max-width:768px){.hero{min-height:80vh;padding:1rem}.hero-content{padding:2rem 1rem}.hero-title{flex-direction:column;gap:.1em}.hero-date{margin:129px 0 122px}.hero-corner-tl{top:1rem;left:1rem}.hero-corner-tr{top:1rem;right:1rem}.hero-corner-bl{bottom:1rem;left:1rem}.hero-corner-br{bottom:1rem;right:1rem}.hero-nav{gap:.75rem 1rem;padding:1rem}.section-row{grid-template-columns:1fr;gap:2rem}.section-row--reverse .section-text{order:2}.section-row--reverse .section-image-wrapper{order:1}.hero-nav{padding:.5rem .75rem;gap:.1rem .25rem;font-size:.75rem}.nav-link{font-size:.75rem;padding:.3rem .5rem}.section{padding:3rem 1.5rem}.content-card{padding:1.5rem}.location-text{font-size:1.5rem}.location-address{font-size:1rem}.date-text{font-size:1.4rem}}@media (max-width:480px){.hero-title{font-size:2.5rem}.content-card p,.hero-subtitle{font-size:1rem}.countdown-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.countdown-item{padding:.75rem}.countdown-number{font-size:1.8rem}.timeline-item{flex-direction:column;gap:.5rem;padding-left:0}.timeline-item:not(:last-child):before{display:none}.timeline-time{min-width:auto}}.site-footer{padding:3rem 2rem;text-align:center;background:linear-gradient(180deg,hsla(38,44%,96%,.5),hsla(41,70%,86%,.3));border-top:2px dashed rgba(168,184,95,.3)}.footer-content{max-width:900px;margin:0 auto;position:relative}.footer-text{font-size:1.5rem;color:var(--color-text);margin-bottom:.5rem}.footer-date,.footer-text{font-family:Abril Fatface,cursive;font-style:italic}.footer-date{font-size:1.2rem;color:#e19030;margin-bottom:1rem}.secret-link{display:inline-block;margin-top:1rem;text-decoration:none;transition:transform .3s ease;opacity:.6}.secret-link:hover{transform:scale(1.2) rotate(5deg);opacity:1}.secret-link-text{font-size:1.5rem;display:inline-block;cursor:pointer}.secret-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsla(38,44%,96%,.9),hsla(41,70%,86%,.7));padding:2rem;position:relative}.secret-container{max-width:600px;width:100%;background:hsla(38,44%,96%,.95);border:3px dashed rgba(168,184,95,.5);padding:3rem 2rem;position:relative;box-shadow:0 8px 16px rgba(0,0,0,.1)}.secret-header{text-align:center;margin-bottom:2rem}.secret-title{font-family:Abril Fatface,cursive;font-size:clamp(2rem,5vw,3rem);color:var(--color-text);margin-bottom:1rem;font-style:italic}.secret-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;color:var(--color-text-light);font-style:italic}.secret-form{margin-bottom:2rem}.secret-input-wrapper{margin-bottom:1rem}.secret-input{width:100%;padding:1rem;font-size:1.1rem;font-family:Inter,sans-serif;border:2px dashed rgba(168,184,95,.4);background:hsla(0,0%,100%,.8);color:var(--color-text);text-align:center;transition:all .3s ease}.secret-input:focus{outline:none;border-color:rgba(168,184,95,.8);background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1)}.secret-input::placeholder{color:rgba(90,74,58,.4);font-style:italic}.secret-error{color:rgba(225,144,48,.8);font-size:.9rem;margin-top:.5rem;text-align:center;font-style:italic}.secret-button{width:100%;padding:1rem 2rem;background:rgba(168,184,95,.2);border:3px dashed rgba(168,184,95,.6);color:var(--color-brown);font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:0}.secret-button:hover{background:rgba(168,184,95,.3);border-color:rgba(168,184,95,.8);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.secret-button:active{transform:translateY(0)}.secret-hint{text-align:center;padding:1rem;background:hsla(41,70%,86%,.3);border:2px dashed rgba(225,144,48,.3);border-radius:0}.secret-hint p{font-family:Inter,sans-serif;font-size:.95rem;color:var(--color-text-light);font-style:italic;margin:0}.secret-reveal{text-align:center}.secret-reveal-content{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal-title{font-family:Bungee Shade,cursive;font-size:clamp(2rem,5vw,2.5rem);color:var(--color-green)}.reveal-clue,.reveal-title{margin-bottom:2rem}.clue-text{font-family:Inter,sans-serif;font-size:1.1rem;color:var(--color-text);margin-bottom:1.5rem;font-style:italic}.clue-box{background:hsla(41,70%,86%,.4);border:3px dashed rgba(168,184,95,.5);padding:2rem;margin:1.5rem 0;text-align:left}.clue-box h3{font-family:Abril Fatface,cursive;font-size:1.5rem;color:var(--color-text);margin-bottom:1rem;font-style:italic;text-align:center}.clue-message{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-text-light);line-height:1.8;margin-bottom:1rem}.clue-signature{font-family:Abril Fatface,cursive;font-size:1.2rem;color:#e19030;text-align:right;font-style:italic;margin-top:1.5rem}.secret-back-button{padding:.75rem 2rem;background:rgba(168,184,95,.2);border:2px dashed rgba(168,184,95,.6);color:var(--color-brown);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:0;margin-top:1rem}.secret-back-button:hover{background:rgba(168,184,95,.3);border-color:rgba(168,184,95,.8);transform:translateY(-2px)}.secret-decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.secret-corner{position:absolute;width:6rem;height:6rem;opacity:.3}.secret-corner-tl{top:1rem;left:1rem;transform:rotate(0deg)}.secret-corner-tr{top:1rem;right:1rem;transform:rotate(90deg)}.secret-corner-bl{bottom:1rem;left:1rem;transform:rotate(270deg)}.secret-corner-br{bottom:1rem;right:1rem;transform:rotate(180deg)}@media (max-width:768px){.secret-container{padding:2rem 1.5rem}.clue-box{padding:1.5rem}.secret-corner{width:4rem;height:4rem}}