:root{font-family:Cinzel Decorative,serif;line-height:1.5;font-weight:400;height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;background-color:var(--green-10);color:var(--green-100);--green-100: #2e4a3e;--green-10: #a8bda0;--golden-100: #92740c;--golden-50: #c79823;--golden-25: #deb03f;--cream-100: #f8f5ee;--brown-100: #8b5a2b;--brown-50: #d2b48c;--brown-25: #e8c7c2;--brown-10: #f8e1bf;--z-base: 0;--z-sticky: 10;--z-dropdown: 20;--z-fixed-header: 30;--z-modal: 100;--z-overlay: 200}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;height:100%;text-align:center}body{font-family:Poppins,sans-serif;background:var(--paper-texture);color:var(--green-100);line-height:1.6;min-height:100%;scroll-behavior:smooth}h1,h2,h3,p{margin-bottom:1rem;font-weight:400}h1{font-family:Dancing Script,cursive;color:var(--green-100);font-size:7em}h2{font-family:Cinzel Decorative,cursive;font-size:3em;display:inline-block}h3{font-size:2.5em}h4{font-size:2em}h5{font-size:1.2em}p{font-size:1em}a{color:var(--green-100);text-decoration:none}.container{max-width:1200px;margin:auto;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}button{cursor:pointer}nav{position:fixed;top:0;width:100vw;height:4.5em;z-index:var(--z-fixed-header);display:flex;align-items:center;justify-content:space-between;background-image:url(/assets/wood-beam-D5WWVrar.png);box-shadow:0 4px 12px #0006;padding:0 2em}nav .logo{list-style:none;margin:0;padding:0}nav .logo li{font-family:Cinzel Decorative,serif;font-weight:700;font-size:1.5em;color:#fff;text-shadow:var(--golden-100) 3px 3px;transition:text-shadow .2s ease}nav .logo li:hover{text-shadow:none}nav .nav-links,nav .nav-topics{list-style:none;display:flex;align-items:center;margin:0;padding:0;gap:35px;font-size:1.2em;font-weight:600;letter-spacing:2px}nav .nav-topics.large{display:flex}nav .nav-topics.medium{display:none}nav .nav-topics.small{display:none}nav .nav-topics li{display:flex;align-items:center}nav .nav-topics span{margin-left:.2em;font-size:2em}nav li{margin-right:0}nav li{cursor:pointer;color:#fff}nav li:hover{color:var(--green-10);transform:scale(1.1);transition:.5s}.info-full-dropdown{position:absolute;z-index:var(--z-dropdown);top:100%;left:0;width:100%;background-image:url(/assets/wood-beam-D5WWVrar.png);background-position:center;padding:0 1em;overflow:hidden;max-height:0;transform:translateY(-10px);opacity:0;transition:all .1s ease}.info-full-dropdown.open{max-height:300px;transform:translateY(0);opacity:1}.info-full-dropdown ul{list-style:none;margin:0;padding:1rem;display:flex;justify-content:space-around;flex-wrap:wrap}.info-full-dropdown li{padding:.5rem 1rem;cursor:pointer}@media (max-width: 1000px){nav .nav-topics.large{display:none}nav .nav-topics.medium{display:flex}nav .nav-topics.small{display:none}}@media (max-width: 768px){.info-full-dropdown ul{flex-direction:column;align-items:center}}@media (max-width: 1168px){nav{padding:0 1em}nav .nav-links{display:none}nav .nav-links{display:none;background-image:url(/assets/wood-beam-D5WWVrar.png);flex-direction:column;position:absolute;top:3.2em;right:0;width:100%;text-align:center;padding:1em 0}nav .nav-links li{padding:10px 0}nav .nav-topics{display:flex}}@media (max-width: 512px){nav .nav-topics.large{display:none}nav .nav-topics.medium{display:none}nav .nav-topics.small{display:flex}nav .logo li{font-size:1.2em}nav .nav-links,nav .nav-topics{font-size:1.2em}}.login{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.login form{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--cream-100);max-width:90%;width:400px;padding:2em;border-radius:10px;box-shadow:0 4px 12px #0006}.login form input{width:100%;padding:1em;margin:.5em 0;border:none;border-radius:5px;background-color:var(--green-10);font-family:Poppins,sans-serif}.login form input:focus{outline:none;box-shadow:0 0 5px var(--green-100)}.login form input::placeholder{color:var(--green-100);font-weight:600;font-size:1.2em}.login form button{background-color:var(--green-100);color:#fff;font-weight:600;font-size:1.2em;padding:1em;border:none;border-radius:5px;cursor:pointer;margin-top:.5em}.login form button:hover{background-color:var(--golden-25);color:var(--green-100);transition:.5s}.our-arc{background-image:url(/assets/background-forest2-BDGbLZ1Q.png);background-size:cover;background-position:center;background-repeat:no-repeat;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.our-arc img{max-width:100%;max-height:70%}.our-arc .title{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;z-index:var(--z-sticky)}.our-arc button{background-color:transparent;border:none}.our-arc button h1:hover,.our-arc button h2:hover{color:var(--cream-100);transform:scale(1.1);transition:.5s}.our-arc .title h1{color:#fff;margin:0;line-height:.8;text-shadow:var(--golden-100) 1px 1px;z-index:var(--z-overlay)}.our-arc .title h2{font-family:Dancing Script,cursive;-webkit-user-select:none;user-select:none;font-weight:400;font-size:4em;color:#fff;margin:0;line-height:1;text-shadow:var(--golden-100) 1px 1px;z-index:var(--z-overlay)}@media (max-width: 1168px){.our-arc .title{width:50%}}@media (max-width: 768px){.our-arc .title{width:75%}.our-arc .title h1{font-size:6em}.our-arc .title h2{font-size:4em}}@media (max-width: 512px){.our-arc .title{width:100%}.our-arc .title h1{font-size:4em}.our-arc .title h2{font-size:3em}}.getting-married{width:100vw;min-height:100vh;background-color:var(--green-10);background-image:url(/assets/save-the-date-background-CshcgU4G.png);background-position:center;background-repeat:no-repeat;flex-direction:column;display:flex;align-items:center}.getting-married .title{-webkit-user-select:none;user-select:none}.getting-married .title h1{color:var(--green-100);margin:0;line-height:.8;text-shadow:var(--cream-100) 1px 1px}.getting-married .title h2{font-family:Poppins,sans-serif;font-size:3em;color:var(--green-100);margin:0;line-height:1;text-shadow:var(--cream-100) 1px 1px}.getting-married .title h3{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:.5em 0;font-family:Dancing Script,cursive;color:#fff;border:2px solid var(--green-100);background-color:var(--green-100);padding:0 .5em;transform:rotate(-5deg);text-shadow:var(--golden-100) 2px 2px}.getting-married .title .names{display:flex;justify-content:center;flex-wrap:wrap;margin:1em 0}.getting-married .title h4{color:var(--golden-50);font-weight:600;font-size:1.2em;text-shadow:none;letter-spacing:2px;max-width:100%;text-wrap:wrap;margin:0}.getting-married .title .names h4{font-family:Dancing Script,cursive;text-shadow:var(--cream-100) 1px 1px;color:var(--green-100);font-weight:400;font-size:2em;line-height:1;margin:0 0 .5em}.getting-married .title h5{margin-top:2em;font-size:1em;cursor:pointer;text-decoration:underline var(--golden-100) 4px;text-underline-offset:5px;color:var(--golden-100)}.getting-married .title h5:hover{color:var(--golden-50);text-decoration:underline var(--golden-50) 4px;text-underline-offset:5px;transition:.3s}.getting-married .title button{background-color:transparent;border:none}.getting-married .title button:hover{border:none;color:var(--golden-100);text-shadow:var(--golden-100) 1px 1px;transform:scale(1.1)}.getting-married button:hover{border:2px solid var(--green-10);transition:.3s}@media (max-width: 900px){.getting-married .title h2{font-size:2.5em}.getting-married .title h3{font-size:1.8em}}@media (max-width: 512px){.getting-married{background-size:cover;background-image:url(/assets/save-the-date-background-vertical-BUWoXJtL.png)}.getting-married .title h3{font-size:1.5em;max-width:calc(100% - 1em);margin:.5em auto}.getting-married .title{max-width:300px}}.calendar{width:100vw;min-height:60vh;display:flex;background-color:var(--brown-50);background-image:url(/assets/add-calendar-background-eRLN07bC.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:2em 0}.calendar-title{width:40vw}.calendar-title h4{color:var(--brown-100);font-size:1.5em;text-decoration:underline var(--golden-100) 4px;text-underline-offset:5px;margin:1em 0}.calendar-title-dates h5{color:var(--brown-100);margin:0}.calendar-title-invitation{margin-top:2em}@media (max-width: 900px){.calendar-title{width:60vw}}@media (max-width: 512px){.calendar-title{width:80vw}}.countdown{display:flex;gap:5px;font-family:Courier New,monospace}.digital-box{min-width:80px;height:100px;background:#000;color:#fff;font-size:2.5rem;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:5px;box-shadow:0 4px 8px #0000004d;position:relative;padding:5px}.digits{display:flex;align-items:center;justify-content:center}.digit{display:inline-block;width:25px}.separator{width:1px;height:60px;background:#8f8b8b99;margin:0 6px}.label{font-size:1rem;text-transform:uppercase}.colon{font-size:3rem;color:#fff}@media (max-width: 562px){.digital-box{min-width:50px;height:70px;font-size:1.5rem;padding:2px}.digit{width:15px}.separator{height:30px}.colon{font-size:1rem;align-self:center}}@media (max-width: 400px){.digital-box{font-size:1.2rem}.digit{width:10px}.colon{display:none;font-size:1rem;align-self:center}.separator{display:none}}.us{min-height:100vh;flex-direction:column;background-image:url(/assets/flower-DpAyvoK3.png);background-size:cover;background-repeat:no-repeat;background-position:center;padding:2em}.us .title{min-width:100%;padding:0 2em}.us .title h4{font-family:Dancing Script,cursive;font-weight:400;margin:0 0 .5em;line-height:1.4}.us .title h4:nth-child(2){color:var(--brown-100)}.us .content img{max-width:100%}.us .content{width:90vw;display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;margin:2em}.us .text{display:flex;flex-direction:column}.us .content .text h1{font-family:Dancing Script,cursive;color:var(--brown-100);font-weight:600;transform:rotate(-5deg);margin:0 0 .5em;font-size:4em;cursor:pointer}.us .content .text h1:hover{text-shadow:var(--brown-10) 1px 1px;transform:scale(1.1) rotate(-5deg);transition:.3s}@media (max-width: 900px){.us{padding:2em 0}}@media (max-width: 512px){.us .title{padding:0}.us .title h4{font-size:1.8em}.us .content .text h1{font-size:3em}}.guest-page{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.invite{background-image:url(/assets/invitation-background-lights-DAZB5Li9.png);background-color:var(--green-100);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;display:flex;flex-direction:column;align-items:center;margin-top:4em;color:var(--brown-10)}.invite .title{background-image:url(/assets/invitation-background-plants2-BmmcIdQH.png);background-position:center;background-repeat:no-repeat;width:100%;max-width:1200px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.invite .title .names h1{font-family:Dancing Script,cursive;font-size:4em;color:var(--brown-10)}.invite .title .invite-text h5{font-weight:400}.invite .title .dates{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5em;margin:3em 0 1em}.invite .title .dates .invite-friday,.invite .title .dates .invite-saturday,.invite .title .dates .invite-sunday{display:flex;justify-content:center;gap:.5em}.invite .title .dates h4{font-size:1.5em}.invite .title .dates h5{font-size:1em}.invite .title .dates h4,.invite .title .dates h5{font-family:Cinzel Decorative,serif;font-weight:400;margin:0}.invite .buttons{display:flex;align-items:center;justify-content:center;gap:1em}.invite button{opacity:.8;min-width:250px;margin-top:1em}.invite .invite-rsvp{border:2px solid var(--golden-25);background-color:var(--golden-25)}.invite .invite-more-info{border:2px solid var(--cream-100);background-color:var(--cream-100)}.invite button h3{font-family:Dancing Script,cursive;padding-top:.2em;text-align:center;color:var(--green-100);font-weight:600}.invite button:hover{transition:background-color .3s ease,box-shadow .3s ease}.invite .invite-rsvp:hover{background-color:var(--cream-100);box-shadow:0 0 5px 3px var(--cream-100)}.invite .invite-more-info:hover{background-color:var(--golden-25);box-shadow:0 0 5px 3px var(--golden-25)}@media (min-width: 212px){.invite{width:100vw;max-width:100vw}}@media (max-width: 768px){.invite .title{background-size:cover;background-image:url(/assets/invitation-background-plants2-vertical-DAvQUs_m.png)}.invite .title .names h1{font-size:3em}.invite .title .invite-text h5{font-size:1.1em}.invite .title .dates h4{font-size:1.5em}.invite .title .dates h5{font-size:1.2em}.invite button{min-width:200px;padding:0 .5em;margin-top:1em}.invite .buttons{flex-wrap:wrap;margin:0 2em}.invite button h3{font-size:2em}}@media (max-width: 512px){.invite .title .dates .invite-friday,.invite .title .dates .invite-saturday,.invite .title .dates .invite-sunday{gap:.5em}.invite .title .invite-text{margin:0 1em;font-size:1em}.invite .title .names{margin:1em 1em 0}.invite .title .names h1{font-size:2.5em;line-height:1.2}.invite .title .dates{margin:2em 0 0;padding:1em}.invite .title .dates h4{font-size:1.2em}.invite .title .dates h5{font-size:1em}.invite .buttons{gap:.5em}.invite button{min-width:50px;padding:.2em .5em;margin-top:0}}.details{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:6em 0 0}.divider{height:4px;background-color:var(--green-10);margin:1em 0;width:100%;min-width:400px}.divider.small{background-color:var(--brown-100);height:1px;min-width:300px}.details .title h2{font-family:poppins,sans-serif;color:var(--cream-100);letter-spacing:5px;margin-bottom:1em}.sub-details-cards{display:flex;justify-content:center;gap:4em}.sub-details{display:flex;justify-content:space-between;padding-bottom:1em;flex-direction:column;align-items:center;width:100%;max-width:450px;min-width:400px;min-height:450px;background-color:var(--cream-100);border-radius:10px}.sub-details .container{margin:0;padding:2em 0}.sub-details .text{display:flex;flex-wrap:wrap;justify-content:center}.details .sub-details .title h2{font-family:Poppins,sans-serif;font-size:2em;font-weight:600;margin:0;color:var(--green-100)}.details .sub-details .title h3{font-size:1.2em;font-weight:400;margin:0}.details .sub-details .text{display:flex;flex-direction:column;align-items:center;justify-content:center}.details .sub-details .text h4{font-size:1.2em;font-weight:600;margin-bottom:1em;letter-spacing:2px}.details .sub-details .text h5{font-weight:400}.details .sub-details .text a{color:var(--golden-100);font-weight:600;cursor:pointer}.details .sub-details .text a:hover{color:var(--golden-50);text-decoration:underline var(--golden-50) 4px;text-underline-offset:5px;transition:.5s}.details button{opacity:.8;min-width:250px;margin:1em 0;border:2px solid var(--green-10);background-color:var(--green-10)}.details button h3{font-family:Dancing Script,cursive;padding-top:.2em;text-align:center;color:var(--green-100);font-weight:600}.details button:hover{background-color:var(--golden-50);box-shadow:0 0 5px 3px var(--golden-50);border:2px solid var(--golden-50);transition:background-color .3s ease,box-shadow .3s ease}@media (max-width: 900px){.sub-details-cards{flex-wrap:wrap}.sub-details{min-width:10px}.divider{min-width:400px}}@media (max-width: 562px){.divider{min-width:50px}.details{margin-top:4em}.details .title h2{font-size:2.5em;letter-spacing:4px}}@media (max-width: 512px){.details .title h2{font-size:2em;letter-spacing:1px}.details{padding:0 1em;gap:2em}}.rsvp{width:100vw;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4em 0}.rsvp h1{font-size:2.5em;color:var(--cream-100);margin:0;text-decoration:underline var(--golden-100) 4px;text-underline-offset:10px}.rsvp h4{font-family:Dancing Script,cursive;font-size:2.5em}.rsvp h3{font-size:1.1em;margin-top:0;font-weight:400}.rsvp h5{margin-top:2em}.rsvp .title{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:2em}.rsvp .title h2{font-family:poppins,sans-serif;color:var(--cream-100);letter-spacing:5px;margin:.5em 0 0}.rsvp .form-group{width:100%;max-width:1200px;display:flex;flex-direction:column;justify-content:center;text-align:left;padding:2em;border:none;border-radius:10px}.rsvp .divider{background-color:var(--golden-50)}.rsvp .form-group .row{display:flex;align-items:center;gap:1em;margin:.5em 0}.rsvp .form-group .plus-one,.rsvp .form-group .attendance,.rsvp .form-group .food-allergy,.rsvp .form-group .extra-info{background-color:var(--green-100);padding:1em 1.5em;border-radius:10px;margin:1em 0}.rsvp .form-group .plus-one,.rsvp .form-group .attendance,.rsvp .form-group .food-allergy,.rsvp .form-group .extra-info{margin-bottom:1em;color:var(--cream-100)}.rsvp .form-group .content{margin:2em 0}.rsvp .form-group .plus-one span,.rsvp .form-group .attendance span{margin-left:.5em;font-weight:600;color:var(--golden-25);text-decoration:underline var(--golden-25) 2px;text-underline-offset:5px}.rsvp .form-group label{font-family:Poppins,sans-serif;font-size:1.2em;font-weight:600;margin:0}.rsvp .form-group label span{opacity:.6}.rsvp .form-group input,.rsvp .form-group textarea,.rsvp .form-group select{width:100%;padding:1em;margin:.5em 0;border:2px solid var(--cream-100);border-radius:5px;background-color:var(--cream-100);font-family:Poppins,sans-serif}.rsvp .form-group input:focus,.rsvp .form-group select:focus,.rsvp .form-group textarea:focus{outline:none;box-shadow:0 0 5px var(--green-100)}.rsvp .form-group input::placeholder,.rsvp .form-group select::placeholder,.rsvp .form-group textarea::placeholder{color:var(--green-100);font-weight:600;font-size:1.2em;opacity:.8}.rsvp .form-group button{background-color:var(--green-100);color:#fff;font-weight:600;font-size:1.2em;padding:1em;border:none;border-radius:5px;cursor:pointer;margin:1em 0}.rsvp .form-group button:hover{background-color:var(--golden-25);color:var(--green-100);transition:.5s}@media (max-width: 900px){.rsvp .form-group .row{flex-wrap:wrap}}@media (max-width: 768px){.rsvp .container{padding:2em 0}}@media (max-width: 562px){.rsvp .title h2{font-size:2.5em;letter-spacing:4px}}@media (max-width: 512px){.rsvp .title h2{font-size:2em;letter-spacing:1px}}.thank-you-rsvp{width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:4em;padding:4em 0}.thank-you-rsvp .title h1{font-size:4em}.thank-you-rsvp h5{font-weight:400;margin:0}.thank-you-rsvp .invite-more-info{border:2px solid var(--golden-25);background-color:var(--golden-25)}.thank-you-rsvp button{opacity:.8;min-width:250px;margin:2em 0;border:2px solid var(--green-10);background-color:var(--green-10);transform:rotate(-5deg)}.thank-you-rsvp button h3{font-family:Dancing Script,cursive;padding-top:.2em;text-align:center;color:var(--green-100);font-weight:600}.thank-you-rsvp button:hover{background-color:var(--golden-50);box-shadow:0 0 5px 3px var(--golden-50);border:2px solid var(--golden-50);transition:background-color .3s ease,box-shadow .3s ease}@media (max-width: 512px){.thank-you-rsvp .title h1{font-size:3em}}.gifts.mention{margin-top:8em;padding:4em 0;background-color:var(--brown-25);width:100vw;background-image:url(/assets/add-calendar-background-eRLN07bC.png);background-size:cover;background-position:center;background-repeat:no-repeat}.gifts.mention .title,.gifts.mention .text{width:100%;max-width:350px}.gifts{margin-top:4em;display:flex;flex-direction:column}.main-gifts{width:100vw}@media (min-width: 512px){.main-gifts.open{width:calc(100vw - 355px);transition:width .3s ease}}.gifts.mention button{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-self:center;justify-self:center;margin:1em 0 0;font-family:Dancing Script,cursive;color:#fff;border:2px solid var(--golden-50);background-color:var(--golden-50);padding:0 .1em .1em;transform:rotate(-5deg);text-shadow:var(--golden-100) 2px 2px;font-size:3em}.gifts.mention button:hover{transition:.3s;box-shadow:0 0 5px 3px var(--golden-25);transform:scale(1.1) rotate(-5deg)}.gifts .title{font-family:poppins,sans-serif;margin-bottom:1.5em;color:var(--cream-100)}.gifts .title h2{font-family:poppins,sans-serif;letter-spacing:5px}.gifts .text{margin-bottom:2em}.gifts .text h5{margin-bottom:.5em}.gifts .text h5 span{color:var(--golden-100);font-weight:600;text-decoration:underline var(--golden-100) 4px;text-underline-offset:5px;cursor:pointer}.gifts .text h5 span:hover{color:var(--golden-50);text-decoration:underline var(--golden-50) 4px;transition:.3s}.gifts .text h3{font-family:Dancing Script,cursive;font-weight:600;color:var(--golden-100)}.gifts-link{color:#007bff;text-decoration:none;font-weight:700}.gifts .list{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.gifts .item{background-color:var(--cream-100);padding:1rem;border-radius:12px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;align-items:center}@media (max-width: 562px){.gifts.mention{margin-top:4em;padding:2em 0}.gifts.mention .title h2,.gifts .title h2{font-size:2.5em;letter-spacing:4px}}@media (max-width: 512px){.gifts.mention{padding:1em 0}.gifts.mention .title h2,.gifts .title h2{font-size:2em;letter-spacing:1px}}.flip-card-inner{position:relative;width:100%;height:280px;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.flip-card-inner.show-back{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:8px;box-shadow:0 1px 4px #0000001a}.flip-card-front{background-color:var(--green-100);transition:background-color .3s ease;display:flex;justify-content:center;align-items:center}.flip-card-back{background-color:var(--cream-100);box-shadow:0 6px 20px #00000026;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;gap:.75rem;text-align:center}.flip-card-front img{filter:brightness(0) invert(1)}.flip-card-back img{max-height:100px;object-fit:contain}.flip-card:hover .flip-card-front img{transition:filter .3s ease;filter:none}.card-details{display:flex;flex-direction:column;align-items:center;gap:.25rem}.controls{display:flex;align-items:center;align-self:center;gap:.5rem}.quantity-btn{border:none;color:#fff;font-size:1.2rem;padding:.3rem .6rem;cursor:pointer;box-shadow:0 0 6px var(--golden-25);transition:box-shadow .3s ease}.quantity-btn:hover{box-shadow:0 0 12px var(--golden-100)}.flip-card .name{margin-top:1rem;font-size:1.1rem;font-weight:700;text-decoration:underline var(--green-100) 4px;text-underline-offset:5px}.flip-card .amount{font-size:1rem;color:var(--green-100)}.add-remove-button{background-color:var(--green-100);color:#fff;border:none;padding:.5em 2em;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:1em}.add-remove-button:hover{background-color:var(--golden-25);box-shadow:0 0 5px 3px var(--golden-25);transition:background-color .3s ease,box-shadow .3s ease}.add-remove-button:disabled{filter:grayscale(80%);opacity:.6;cursor:not-allowed;transition:opacity .3s ease,filter .3s ease}.add-remove-button span{font-weight:700;font-size:1.5em}.add-remove-button.remove{background-color:var(--green-10)}.rainbow-sparkle-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.sparkle{position:absolute;width:10px;height:10px;border-radius:50%;opacity:.8;animation:sparkleBurst 1s ease-out forwards}@keyframes sparkleBurst{0%{transform:scale(.3);opacity:1}to{transform:scale(1.5) translateY(-100px);opacity:0}}.qr-code-wrapper{display:inline-block;padding:1rem;border:4px solid var(--golden-25);border-radius:20px;background:#fff8f0;box-shadow:0 0 15px var(--golden-100);position:relative}.qr-code-wrapper:hover{transform:scale(1.05);transition:transform .3s ease;box-shadow:0 0 25px var(--golden-100)}.shopping-list-container{position:fixed;top:75px;right:0;z-index:var(--z-sticky);transition:width .3s ease}.toggle-list-button{position:fixed;bottom:50px;right:40px;z-index:var(--z-sticky);border:2px solid var(--brown-25);background-color:var(--green-100);box-shadow:0 0 5px 3px var(--golden-25);margin-top:2em;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;width:100px;height:100px}.toggle-list-button img{width:5em;margin-right:.8em}.toggle-list-button h4{font-family:Dancing Script,cursive;color:var(--green-100);text-align:center;padding-bottom:.2em}.shopping-list{background:var(--green-100);color:var(--cream-100);padding:1em;border-radius:0 0 0 20px;box-shadow:0 0 5px 3px var(--golden-25);max-width:350px;height:100vh;transition:transform .4s ease-in-out,opacity .3s ease}.shopping-list.closed{transform:translate(100%);opacity:0;pointer-events:none}.shopping-list.open{transform:translate(0);opacity:1;pointer-events:auto}@media (max-width: 512px){.shopping-list{max-width:none;border-radius:0}}.shopping-list h3{font-family:Dancing Script,cursive;color:var(--golden-25);text-align:center;margin:.5em 0}.shopping-list ul{list-style:none;padding:0}.shopping-list li{background:var(--green-10);color:var(--green-100);margin-bottom:1em;padding:.5em 1em;border-radius:8px;box-shadow:inset 0 0 5px var(--brown-100);text-align:left}.shopping-list-item{display:flex;justify-content:space-between;align-items:center}.remove-icon{background:var(--green-100);border:none;color:var(--cream-100);padding:1px 7px;border-radius:8px;cursor:pointer;font-weight:700;font-size:1.5em}.button-group{display:flex;justify-content:space-between;align-items:center;margin-top:.5em}.clear-button{background:var(--green-10);border:none;color:var(--green-100);padding:.5em 1em;border-radius:8px;cursor:pointer;font-weight:700;font-size:1rem;align-self:end;transition:box-shadow .3s ease}.clear-button:hover{box-shadow:0 0 5px 3px var(--golden-25)}.message-box{margin-top:1em}.message-box textarea{background:var(--cream-100);border:2px solid var(--brown-100);border-radius:10px;width:100%;padding:10px;font-size:1em;resize:vertical;margin-top:.5em}.paypal-button{background-color:#0070ba;color:#fff;padding:.75rem 1.25rem;border:none;border-radius:6px;text-decoration:none;font-weight:700;display:inline-block;margin-top:.5em;width:100%}.travel-accomodation{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;background-color:var(--green-100);padding:4em 0}.travel-accomodation .title h2{font-family:poppins,sans-serif;color:var(--cream-100);letter-spacing:5px}.sub-travel-accomodation{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4em;font-weight:200}.sub-travel-accomodation .title{margin-bottom:3em;color:var(--green-10);text-align:center}.sub-travel-accomodation .text{display:flex;flex-wrap:wrap;justify-content:center;gap:2em}.sub-travel-accomodation .travel,.sub-travel-accomodation .accomodation{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;max-width:400px;background-color:var(--cream-100);padding:2rem;border-radius:10px}.sub-travel-accomodation .travel img,.sub-travel-accomodation .accomodation img{margin:1em 0}.sub-travel-accomodation h5{font-weight:600;text-align:center;margin-bottom:.5em}.sub-travel-accomodation h6{font-size:1em;margin-bottom:1em;font-weight:400}@media (max-width: 562px){.travel-accomodation{padding:2em 0}.travel-accomodation .title h2{font-size:2.5em;letter-spacing:4px}.sub-travel-accomodation .title h4{font-size:1.5em}}@media (max-width: 512px){.travel-accomodation .title h2{font-size:2em;letter-spacing:1px}.sub-travel-accomodation .travel,.sub-travel-accomodation .accomodation{padding:2em 1em}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:end}.footer .title{margin-bottom:1em;display:flex;flex-direction:column;align-items:center}.footer h4{font-size:1.2rem;font-weight:600;margin-bottom:.2em}.footer span{font-weight:600;font-size:1.3em;text-shadow:white 2px 2px;font-family:Cinzel Decorative,serif}.footer h3{font-size:1rem;font-weight:600;line-height:.5}.about-us .content img{max-width:35%;object-fit:cover;height:auto;border-radius:8px;padding:10px;background:#fff;box-shadow:5px 5px 15px #0000004d;transform:rotate(-3deg);transition:transform .3s ease-in-out}.image-container{max-width:60%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.about-us #barcelona:hover,.about-us #festval:hover,.about-us #house-warming:hover,.about-us #verona:hover,.about-us #proposal:hover,.about-us #us-full-body:hover,.about-us #coding:hover,.about-us #m-alone:hover,.about-us #s-alone:hover{transform:rotate(0) scale(1.05)}.sticker{position:absolute;transform:rotate(10deg);z-index:1;border-radius:8px;padding:10px;background:#fff;box-shadow:5px 5px 15px #0000004d;font-family:Alex Brush,serif;font-size:1.5em;font-weight:600;color:var(--golden-100);pointer-events:none}.about-us #m-alone{transform:rotate(-10deg)}.about-us #s-alone{transform:rotate(5deg)}.about-us #barcelona{transform:rotate(5deg);box-shadow:5px 5px 1px 1px var(--cream-100)}.about-us #coding{transform:rotate(10deg);max-width:30%;height:30%;padding:0}.about-us #festval{box-shadow:-5px 5px 1px 1px var(--green-25);transform:rotate(-10deg)}.about-us #house-warming{transform:rotate(3deg);border:10px solid var(--green-25);max-width:25%}.about-us #verona{border:5px solid var(--cream-100);transform:rotate(10deg)}.about-us #proposal{transform:rotate(2deg);box-shadow:5px 5px 1px 1px var(--green-10)}.about-us #us-full-body{box-shadow:5px 5px 1px 1px var(--cream-100);transform:rotate(10deg)}.about-us .content img:before{content:"";position:absolute;top:-10px;left:50%;width:60px;height:20px;background:#ffffccb3;transform:translate(-50%) rotate(5deg);box-shadow:inset 0 0 5px #0000004d}.about-us .content{transition:min-height .3s ease-in-out;margin:4em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1em;border-radius:6px;overflow:hidden;min-width:85vw;max-width:85vw;height:85vh;background-image:url(/assets/scrapbook-background-8nTIrGxU.png);box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px,#0a254059 0 -2px 6px inset}.about-us .content .pagination{width:100%;display:flex;align-items:center;justify-content:center;gap:1em;font-size:1.5em;font-family:Viaoda Libre,serif;color:#fff;font-weight:600}.about-us .content .pagination .page-indicator{letter-spacing:2px}.about-us .content .pagination button{background-color:transparent;border:2px solid var(--golden-50);color:#fff;border-radius:10px;font-family:Viaoda Libre,serif;font-weight:600;font-size:1em;padding:.2em .8em}.about-us .content .pagination button:hover{border-color:var(--golden-100);transition:.3s}.about-us .content .pagination button:disabled{opacity:.5;cursor:not-allowed}.about-us .content .story{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.about-us .content .story.row{flex-direction:row}.about-us .content .story.row-reverse{flex-direction:row-reverse}.about-us .content .text{margin:auto 1em}.about-us .content .text h4 span{position:absolute;top:-40px;width:16px;height:16px;padding:13px;background:var(--green-10);color:var(--green-100);font-size:1em;text-shadow:1px 1px 1px var(--green-50);font-family:Cinzel Decorative,serif;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%}.about-us .content .text .story-m span,.about-us .content .text .story-end span:first-child{left:10px}.about-us .content .text .story-s span,.about-us .content .text .story-end span:last-child{right:10px}.about-us .content .text .story-m{margin-right:4em}.about-us .content .text .story-s{margin-left:4em}.about-us .content h4{position:relative;font-size:1.2em;color:#000;font-family:Playwrite HU,cursive}.about-us .content h5{font-family:Alex Brush,serif;margin:0;font-size:4em;color:#fff;font-weight:400}@media (max-width: 900px){.about-us .content{margin:2em;height:100%;min-height:100vh}.about-us .content .story.row,.about-us .content .story.row-reverse{flex-direction:column}.about-us .content .story{flex-direction:column;margin:0;min-width:300px;padding:2em}.about-us .content img{width:80%;max-width:300px;box-shadow:5px 5px 15px #0003}.about-us .content .text{text-align:center}.about-us .content .text.row{flex-direction:column;gap:0}.about-us .content .pagination{margin-top:1em}}@media (max-width: 512px){.about-us .content h4{font-size:1em}}.paper{background:url(https://assets.codepen.io/406785/vecteezy_kitchen-cloth-on-wood-table_2229509-min.jpg?format=auto);overflow:hidden;background:repeating-linear-gradient(#0000 0,#0000 calc(1.2rem - 1px),#78baf3 0,#78baf3 1.2rem) right bottom / 100% 100%,linear-gradient(#ffcecd 0,#ffcecd 0);background-repeat:no-repeat;transform:rotate(-4deg);padding:.5rem 2rem;clip-path:polygon(1% 2%,3.5% .1%,8.9% 2.7%,16.2% 1.2%,19.7% 6.8%,24.7% 2%,31.2% 0%,35.9% 2.3%,40.6% .5%,47.1% 1.8%,49.9% 1%,53.8% 2.5%,62.2% .4%,67.3% 1.2%,70.3% .3%,75.8% 1.4%,78.5% 1.7%,84% 2.6%,91.1% .5%,99.6% 2.4%,96.1% .3%,98.9% 6%,98.1% 11.4%,98.6% 15.5%,96.1% 17.8%,97.7% 27.4%,98.3% 28.5%,98.7% 34.1%,98.8% 41.9%,98.3% 45.7%,98.4% 50.9%,98.7% 57.4%,98.6% 60.4%,98.4% 66.6%,98.2% 69.5%,97.4% 77.1%,98.1% 82.3%,99.9% 83.5%,98.2% 91.5%,99.3% 95.3%,98% 98.6%,93.6% 97.4%,90.3% 98.3%,86.8% 98.3%,78.6% 98.5%,76.4% 99.2%,69.7% 99.8%,64.2% 99.3%,61.8% 99.2%,57.2% 98.1%,48.7% 98.3%,46.8% 99%,39.6% 98.9%,33.8% 96.1%,28.2% 99.4%,27% 98.3%,22.1% 98.6%,13.1% 97.1%,8.7% 99.3%,2.7% 97.4%,2% 98.2%,2.1% 94.3%,.7% 90.5%,.9% 86.3%,2.2% 78.2%,.4% 76.7%,1.2% 72.1%,2% 64%,1.4% 59.8%,.4% 57.3%,.3% 49.1%,2.9% 44.7%,1.9% 41.3%,.8% 35.7%,2.9% 31.3%,.8% 24.9%,2.7% 20.5%,.8% 17.4%,2.5% 8.6%,1.1% 5.5%)}.paper2{background:var(--paper-color);padding:calc(var(--top-space) - .1lh) 1rem .5rem 3.8rem;line-height:1.6;background-image:linear-gradient(90deg,transparent,transparent 3rem,var(--side-line-color) 3rem,var(--side-line-color) 3.25rem,transparent 3.25rem),linear-gradient(var(--paper-color),var(--paper-color) var(--top-space),transparent var(--top-space)),repeating-linear-gradient(transparent,transparent calc(1.2lh - var(--line-thickness)),var(--main-line-color) calc(1.2lh - var(--line-thickness)),var(--main-line-color) 1.2lh,transparent 1.2lh);box-shadow:0 0 1rem #00000040}.paper3{background:url(https://assets.codepen.io/406785/vecteezy_kitchen-cloth-on-wood-table_2229509-min.jpg?format=auto);background-color:#f4ebda;border-radius:.25rem;overflow:hidden;background-color:#f8ea69;background-image:repeating-linear-gradient(transparent 0,transparent 1em,skyblue 0,skyblue 1.1em);background-repeat:no-repeat;transform:rotate(-6deg);padding:.5rem 2rem;clip-path:polygon(1% 2%,3.5% .1%,8.9% 2.7%,16.2% 1.2%,19.7% .8%,24.7% 2%,31.2% 0%,35.9% 2.3%,40.6% .5%,47.1% 1.8%,49.9% 1%,53.8% 2.5%,62.2% .4%,67.3% 1.2%,70.3% .3%,75.8% 1.4%,78.5% 1.7%,84% 2.6%,91.1% .5%,93.6% 2.4%,97.3% .3%,98.9% 6%,98.1% 11.4%,98.6% 15.5%,97.3% 17.8%,97.7% 27.4%,98.3% 28.5%,99.7% 34.1%,98.8% 41.9%,98.3% 45.7%,98.4% 50.9%,98.7% 57.4%,99.6% 60.4%,99.4% 66.6%,99.2% 69.5%,97.4% 77.1%,98.1% 82.3%,99.9% 83.5%,98.2% 91.5%,99.3% 95.3%,98% 98.6%,93.6% 97.4%,90.3% 98.3%,86.8% 98.3%,78.6% 98.5%,76.4% 99.2%,69.7% 99.8%,64.2% 99.3%,61.8% 99.2%,57.2% 98.1%,48.7% 98.3%,46.8% 99%,39.6% 98.9%,33.8% 97.3%,28.2% 99.4%,27% 98.3%,22.1% 98.6%,13.1% 97.1%,8.7% 99.3%,2.7% 97.4%,2% 98.2%,2.1% 94.3%,.7% 90.5%,.9% 86.3%,2.2% 78.2%,.4% 76.7%,1.2% 72.1%,2% 64%,1.4% 59.8%,.4% 57.3%,.3% 49.1%,2.9% 44.7%,1.9% 41.3%,.8% 35.7%,2.9% 31.3%,.8% 24.9%,2.7% 20.5%,.8% 17.4%,2.5% 8.6%,1.1% 5.5%)}.paper4{background:url(https://assets.codepen.io/406785/vecteezy_kitchen-cloth-on-wood-table_2229509-min.jpg?format=auto);background-color:#f4ebda;border-radius:.25rem;overflow:hidden;background:repeating-linear-gradient(#0000 0,#0000 calc(1.2rem - 1px),#78baf3 0,#78baf3 1.2rem) right bottom / 100% 100%,30px 0/2px 100% #f4ebda;background-repeat:no-repeat;transform:rotate(6deg);padding:.5rem 2rem;clip-path:polygon(1% 2%,3.5% .1%,8.9% 2.7%,16.2% 1.2%,19.7% .8%,24.7% 2%,31.2% 0%,35.9% 2.3%,40.6% .5%,47.1% 1.8%,49.9% 1%,53.8% 2.5%,62.2% .4%,67.3% 1.2%,70.3% .3%,75.8% 1.4%,78.5% 1.7%,84% 2.6%,91.1% .5%,93.6% 2.4%,97.3% .3%,98.9% 6%,98.1% 11.4%,98.6% 15.5%,97.3% 17.8%,97.7% 27.4%,98.3% 28.5%,99.7% 34.1%,98.8% 41.9%,98.3% 45.7%,98.4% 50.9%,98.7% 57.4%,99.6% 60.4%,99.4% 66.6%,99.2% 69.5%,97.4% 77.1%,98.1% 82.3%,99.9% 83.5%,98.2% 91.5%,99.3% 95.3%,98% 98.6%,93.6% 97.4%,90.3% 98.3%,86.8% 98.3%,78.6% 98.5%,76.4% 99.2%,69.7% 99.8%,64.2% 99.3%,61.8% 99.2%,57.2% 98.1%,48.7% 98.3%,46.8% 99%,39.6% 98.9%,33.8% 97.3%,28.2% 99.4%,27% 98.3%,22.1% 98.6%,13.1% 97.1%,8.7% 99.3%,2.7% 97.4%,2% 98.2%,2.1% 94.3%,.7% 90.5%,.9% 86.3%,2.2% 78.2%,.4% 76.7%,1.2% 72.1%,2% 64%,1.4% 59.8%,.4% 57.3%,.3% 49.1%,2.9% 44.7%,1.9% 41.3%,.8% 35.7%,2.9% 31.3%,.8% 24.9%,2.7% 20.5%,.8% 17.4%,2.5% 8.6%,1.1% 5.5%)}.paper5{background:url(https://assets.codepen.io/406785/vecteezy_kitchen-cloth-on-wood-table_2229509-min.jpg?format=auto);background-color:#f4ebda;border-radius:.25rem;overflow:hidden;background:repeating-linear-gradient(#0000 0,#0000 calc(1.2rem - 1px),#78baf3 0,#78baf3 1.2rem) right bottom / 100% 100%,linear-gradient(#9dd8d7 0,#9dd8d7 0);background-repeat:no-repeat;transform:rotate(-6deg);padding:.5rem 2rem;clip-path:polygon(1% 2%,3.5% .1%,8.9% 2.7%,16.2% 1.2%,19.7% .8%,24.7% 2%,31.2% 0%,35.9% 2.3%,40.6% .5%,47.1% 1.8%,49.9% 1%,53.8% 2.5%,62.2% .4%,67.3% 1.2%,70.3% .3%,75.8% 1.4%,78.5% 1.7%,84% 2.6%,91.1% .5%,93.6% 2.4%,97.3% .3%,98.9% 6%,98.1% 11.4%,98.6% 15.5%,97.3% 17.8%,97.7% 27.4%,98.3% 28.5%,99.7% 34.1%,98.8% 41.9%,98.3% 45.7%,98.4% 50.9%,98.7% 57.4%,99.6% 60.4%,99.4% 66.6%,99.2% 69.5%,97.4% 77.1%,98.1% 82.3%,99.9% 83.5%,98.2% 91.5%,99.3% 95.3%,98% 98.6%,93.6% 97.4%,90.3% 98.3%,86.8% 98.3%,78.6% 98.5%,76.4% 99.2%,69.7% 99.8%,64.2% 99.3%,61.8% 99.2%,57.2% 98.1%,48.7% 98.3%,46.8% 99%,39.6% 98.9%,33.8% 97.3%,28.2% 99.4%,27% 98.3%,22.1% 98.6%,13.1% 97.1%,8.7% 99.3%,2.7% 97.4%,2% 98.2%,2.1% 94.3%,.7% 90.5%,.9% 86.3%,2.2% 78.2%,.4% 76.7%,1.2% 72.1%,2% 64%,1.4% 59.8%,.4% 57.3%,.3% 49.1%,2.9% 44.7%,1.9% 41.3%,.8% 35.7%,2.9% 31.3%,.8% 24.9%,2.7% 20.5%,.8% 17.4%,2.5% 8.6%,1.1% 5.5%)}
