:root{--primary-color: #8B5A3C;--secondary-color: #A8B5A0;--accent-color: #F4F1EB;--text-dark: #3D2F1F;--text-light: #6B5B47;--white: #FFFFFF;--light-gray: #F8F6F3;--border-color: #D4C4B0;--sage-green: #9CAF88;--dusty-blue: #8A9BA8;--sunset-orange: #D4A574}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Crimson Text,serif;font-weight:600;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:16px}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:#7a4f35;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:var(--white)}.section{padding:80px 0}.section-title{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem}.card{background:var(--white);border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}.form-input{width:100%;padding:12px 16px;border:2px solid var(--border-color);border-radius:8px;font-size:16px;font-family:Inter,sans-serif;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:var(--primary-color)}.form-textarea{resize:vertical;min-height:100px}.form-select{width:100%;padding:12px 16px;border:2px solid var(--border-color);border-radius:8px;font-size:16px;font-family:Inter,sans-serif;background-color:var(--white);cursor:pointer}.form-select:focus{outline:none;border-color:var(--primary-color)}.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color)}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.nav-logo h2{font-family:Dancing Script,cursive;color:var(--primary-color);font-size:1.8rem;margin:0}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;cursor:pointer}.nav-menu a:hover{color:var(--primary-color)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--primary-color)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(rgba(139,90,60,.3),rgba(139,90,60,.3)),url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;background-attachment:fixed;text-align:center;padding-top:80px;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{max-width:800px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.hero-title{font-family:Dancing Script,cursive;font-size:4rem;font-weight:700;color:var(--white);margin-bottom:2rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.5rem;color:var(--white);margin-bottom:2rem;font-weight:300;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.heart-icon{color:var(--sunset-orange);width:24px;height:24px}.hero-date{font-size:1.8rem;color:var(--white);font-weight:600;margin-bottom:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-location{font-size:1.2rem;color:var(--white);font-weight:400;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.story-section{background:var(--white)}.story-content{max-width:800px;margin:0 auto}.story-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-light);text-align:center}.details-section{background:var(--light-gray)}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.detail-card{background:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.detail-card:hover{transform:translateY(-5px)}.detail-icon{width:60px;height:60px;background:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary-color)}.detail-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.detail-card p{color:var(--text-light);margin-bottom:.5rem;line-height:1.6}.rsvp-section{background:var(--white)}.rsvp-form-container{max-width:600px;margin:0 auto}.rsvp-form-card{background:var(--light-gray);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.rsvp-form-card h3{text-align:center;color:var(--primary-color);margin-bottom:2rem;font-size:1.3rem}.rsvp-form{display:flex;flex-direction:column;gap:1.5rem}.rsvp-confirmation{max-width:500px;margin:0 auto}.confirmation-card{text-align:center;background:var(--light-gray);padding:3rem 2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.success-icon{width:60px;height:60px;color:#10b981;margin-bottom:1rem}.confirmation-card h3{color:var(--primary-color);margin-bottom:1rem}.confirmation-card p{color:var(--text-light);margin-bottom:2rem}.rsvp-stats{margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.stats-card{background:var(--light-gray);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.stats-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.stats-icon{color:var(--primary-color);width:24px;height:24px}.stats-header h3{color:var(--primary-color);margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:2rem}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:.9rem}.rsvp-list{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.rsvp-list h4{color:var(--primary-color);margin-bottom:1.5rem}.rsvp-items{display:flex;flex-direction:column;gap:1rem}.rsvp-item{border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;background:var(--light-gray)}.rsvp-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rsvp-name{font-weight:600;color:var(--primary-color);font-size:1.1rem}.rsvp-status{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:500}.rsvp-status.yes{background:#D1FAE5;color:#065f46}.rsvp-status.no{background:#FEE2E2;color:#991b1b}.status-icon{width:16px;height:16px}.rsvp-item-details p{margin-bottom:.5rem;color:var(--text-light);display:flex;align-items:center;gap:.5rem}.detail-icon{width:16px;height:16px}.rsvp-date{font-size:.8rem;color:var(--text-light);opacity:.7}.footer{background:var(--primary-color);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:2rem}.footer-text{text-align:center}.footer-text p{font-size:1.1rem;margin-bottom:1rem;opacity:.9}.footer-hearts{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0;font-family:Dancing Script,cursive;font-size:1.5rem;font-weight:600}.footer-date{font-size:1.2rem;font-weight:500}.footer-contact{text-align:center}.footer-contact h4{font-family:Crimson Text,serif;font-size:1.3rem;margin-bottom:1rem;color:var(--sunset-orange)}.footer-contact p{margin-bottom:.5rem;opacity:.9}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);opacity:.7}.footer-bottom p{margin:0;font-size:.9rem}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}.nav-menu{position:fixed;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-menu-open{transform:translateY(0);opacity:1;visibility:visible}.nav-toggle{display:block}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-date{font-size:1.4rem}.hero-location{font-size:1rem}.details-grid{grid-template-columns:1fr;gap:1.5rem}.detail-card{padding:1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-hearts{font-size:1.3rem}.rsvp-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.stats-grid{grid-template-columns:1fr;gap:1rem}}
