*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#000;--ink:#1a1a1a;--charcoal:#3a3a3a;--muted:#888;--cream:#f5f0eb;--off-white:#faf7f2;--white:#fff;--ff-serif:"Playfair Display", Georgia, serif;--ff-script:"Great Vibes", cursive;--ff-sans:"Josefin Sans", system-ui, sans-serif;--section-pad:clamp(4rem, 8vw, 8rem);--container:min(1100px, 92vw)}html{scroll-behavior:smooth}body{font-family:var(--ff-sans);background:var(--off-white);color:var(--ink);line-height:1.7;overflow-x:hidden}.site-wrap{max-width:1440px;margin-inline:auto;position:relative;overflow:hidden}.nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin-inline:auto;padding-inline:2rem;display:flex}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--off-white)}::-webkit-scrollbar-thumb{background:var(--charcoal);border-radius:3px}.container{width:var(--container);margin-inline:auto}.section-tag{font-family:var(--ff-sans);letter-spacing:.3em;text-transform:uppercase;color:var(--black);font-size:.65rem;font-weight:600}.section-title{font-family:var(--ff-serif);color:var(--ink);font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1.1}.script-title{font-family:var(--ff-script);color:var(--ink);font-size:clamp(3rem,6vw,5rem);line-height:1.2}.divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.divider:before,.divider:after{content:"";background:#0000002e;flex:1;height:1px}.divider-diamond{background:var(--black);flex-shrink:0;width:6px;height:6px;transform:rotate(45deg)}#opening-overlay{z-index:1000;position:fixed;inset:0}.nav{z-index:100;padding:1rem 0;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf7f2f2;border-bottom:1px solid #00000012}.nav-logo{font-family:var(--ff-script);color:var(--white);letter-spacing:.04em;font-size:1.5rem;transition:color .4s}.nav.scrolled .nav-logo{color:var(--ink)}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{font-family:var(--ff-sans);letter-spacing:.18em;text-transform:uppercase;color:#ffffffd9;font-size:.65rem;font-weight:600;transition:color .3s}.nav-links a:hover{color:var(--white)}.nav.scrolled .nav-links a{color:var(--charcoal)}.nav.scrolled .nav-links a:hover{color:var(--black)}.nav-hamburger{flex-direction:column;gap:5px;padding:6px;display:none}.nav-hamburger span{background:var(--white);border-radius:2px;width:22px;height:2px;transition:background .4s;display:block}.nav.scrolled .nav-hamburger span{background:var(--ink)}@media (width<=768px){.nav-links{display:none}.nav-hamburger{display:flex}.nav-mobile-menu{background:var(--black);z-index:200;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:flex;position:fixed;inset:0}.nav-mobile-menu a{font-family:var(--ff-serif);color:var(--cream);letter-spacing:.05em;font-size:1.8rem;font-weight:400}.nav-mobile-close{color:var(--cream);cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:1.5rem;right:1.5rem}}.music-toggle{z-index:90;background:var(--black);cursor:pointer;width:48px;height:48px;color:var(--white);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:flex;position:fixed;bottom:2rem;right:2rem}.music-toggle:hover{background:var(--charcoal);transform:scale(1.1)}.music-toggle svg{width:20px;height:20px}.nav-progress{background:var(--black);z-index:101;pointer-events:none;height:2px;position:absolute;bottom:0;left:0;right:0}.hero-cards{background:var(--off-white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Crect width='6' height='6' fill='%23FAF7F2'/%3E%3Cline x1='0' y1='6' x2='6' y2='0' stroke='rgba(0,0,0,0.025)' stroke-width='0.5'/%3E%3C/svg%3E");flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;min-height:100svh;padding:7rem 1.5rem 3rem;display:flex;position:relative;overflow:hidden}.hero-lily{width:clamp(70px,9vw,130px);color:var(--charcoal);opacity:.13;pointer-events:none;position:absolute}.hero-lily--tl{top:1.5rem;left:1.5rem;transform:rotate(-15deg)}.hero-lily--br{bottom:3.5rem;right:1.5rem;transform:rotate(165deg)}.hero-cards-surface{width:min(860px,96vw);height:490px;position:relative}.hcard{background:var(--white);border-radius:2px;position:absolute;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 6px 20px #0000001a,0 18px 38px #0000000d}.hcard--photo{aspect-ratio:3/4;width:clamp(155px,19vw,205px);top:5%;left:7%;transform:rotate(-3deg)}.hcard--photo img{object-fit:cover;width:100%;height:100%;display:block}.hcard-photo-monogram{background:var(--black);color:var(--white);font-family:var(--ff-script);padding:.15rem .55rem;font-size:1.1rem;line-height:1.4;position:absolute;bottom:.65rem;right:.65rem}.hcard--names{border:1px solid #00000014;width:clamp(175px,21vw,215px);padding:clamp(1.2rem,1.8vw,1.8rem);top:0%;left:36%;transform:rotate(2deg)}.hcard-tag{font-family:var(--ff-sans);letter-spacing:.32em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem;font-size:.53rem;font-weight:600}.hcard-name{font-family:var(--ff-script);color:var(--ink);font-size:clamp(1.5rem,2.5vw,2.1rem);line-height:1.1}.hcard-amp{font-family:var(--ff-script);color:var(--muted);margin:.15rem 0;font-size:clamp(.9rem,1.6vw,1.4rem);display:block}.hcard--date{background:var(--black);width:clamp(120px,15vw,155px);color:var(--white);text-align:center;padding:clamp(1rem,1.6vw,1.4rem);top:28%;right:4%;transform:rotate(-5deg)}.hcard-date-day{font-family:var(--ff-sans);letter-spacing:.38em;text-transform:uppercase;color:#ffffff73;margin-bottom:.5rem;font-size:.5rem;font-weight:600}.hcard-date-num{font-family:var(--ff-serif);margin-bottom:.2rem;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:400;line-height:1}.hcard-date-month{font-family:var(--ff-sans);letter-spacing:.25em;text-transform:uppercase;color:#ffffffad;margin-bottom:.12rem;font-size:.55rem;font-weight:600}.hcard-date-year{font-family:var(--ff-sans);letter-spacing:.2em;color:#ffffff59;font-size:.5rem}.hcard--rsvp{border:1px solid #00000014;width:clamp(130px,16vw,160px);padding:clamp(1rem,1.4vw,1.3rem);bottom:6%;left:5%;transform:rotate(4.5deg)}.hcard-rsvp-text{font-family:var(--ff-serif);color:var(--charcoal);margin:.45rem 0 .7rem;font-size:clamp(.75rem,1.1vw,.88rem);font-style:italic;line-height:1.5}.hcard-rsvp-link{font-family:var(--ff-sans);letter-spacing:.22em;text-transform:uppercase;color:var(--black);border-bottom:1px solid var(--black);padding-bottom:1px;font-size:.52rem;font-weight:700;transition:opacity .2s;display:inline-block}.hcard-rsvp-link:hover{opacity:.55}.hcard--cta{background:var(--black);width:clamp(140px,17vw,172px);color:var(--white);text-align:center;padding:clamp(.9rem,1.4vw,1.3rem);bottom:4%;left:46%;transform:rotate(-2.5deg)}.hcard-cta-text{font-family:var(--ff-sans);letter-spacing:.22em;text-transform:uppercase;color:#ffffffb8;font-size:.58rem;font-weight:600;line-height:1.7}.hero-cards-countdown{justify-content:center;gap:clamp(1.5rem,3vw,2.5rem);display:flex}.hero-cards-countdown .countdown-unit{flex-direction:column;align-items:center;display:flex}.hero-cards-countdown .countdown-label{font-family:var(--ff-sans);letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-top:.3rem;font-size:.58rem;font-weight:600}@media (width<=767px){.hero-cards{gap:2rem;padding:5.5rem 1rem 2.5rem}.hero-cards-surface{flex-direction:column;align-items:center;gap:.5rem;height:auto;padding:.5rem 0;display:flex}.hcard{width:min(285px,80vw)!important;position:relative!important;inset:auto!important}.hcard--photo{align-self:flex-start;margin-left:6%;height:180px!important;aspect-ratio:unset!important;transform:rotate(-2deg)!important}.hcard--names{align-self:flex-end;margin-top:-.75rem;margin-right:6%;transform:rotate(1.5deg)!important}.hcard--date{align-self:flex-start;margin-top:-.25rem;margin-left:10%;transform:rotate(-3.5deg)!important}.hcard--rsvp{align-self:flex-end;margin-top:-.25rem;margin-right:10%;transform:rotate(2.5deg)!important}.hcard--cta{align-self:center;margin-top:-.25rem;transform:rotate(-1.5deg)!important}.hero-lily{display:none}}.roll-number{font-family:var(--ff-serif);color:var(--ink);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1;display:flex}.roll-slot{justify-content:center;align-items:center;min-width:.62em;height:1.08em;display:flex;position:relative;overflow:hidden}.roll-char{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.op-env-scene{z-index:1000;background:var(--off-white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Crect width='6' height='6' fill='%23FAF7F2'/%3E%3Cline x1='0' y1='6' x2='6' y2='0' stroke='rgba(0,0,0,0.03)' stroke-width='0.5'/%3E%3C/svg%3E");flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;display:flex;position:fixed;inset:0}.op-lily{color:var(--charcoal);opacity:.1;pointer-events:none;width:clamp(70px,9vw,120px);position:absolute}.op-lily--tl{top:1.5rem;left:1.5rem;transform:rotate(-15deg)}.op-lily--tr{top:1.5rem;right:1.5rem;transform:rotate(15deg)scaleX(-1)}.op-lily--bl{bottom:1.5rem;left:1.5rem;transform:rotate(165deg)}.op-lily--br{bottom:1.5rem;right:1.5rem;transform:rotate(165deg)scaleX(-1)}.op-env-outer{width:min(360px,88vw);position:relative}.op-env-body{aspect-ratio:1.618;background:var(--black);perspective:1200px;perspective-origin:50% 0;width:100%;position:relative;box-shadow:0 4px 16px #0003,0 20px 60px #00000040}.op-env-inside{z-index:0;position:absolute;inset:0;overflow:hidden}.op-env-inside img{object-fit:cover;width:100%;height:100%;display:block}.op-env-fold-l{clip-path:polygon(0 100%,100% 100%,0 0);z-index:1;pointer-events:none;background:#0c0c0c;width:53%;height:56%;position:absolute;bottom:0;left:0}.op-env-fold-r{clip-path:polygon(100% 100%,0 100%,100% 0);z-index:1;pointer-events:none;background:#0c0c0c;width:53%;height:56%;position:absolute;bottom:0;right:0}.op-env-seam{z-index:2;pointer-events:none;background:#ffffff0d;width:1px;height:56%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.op-env-flap{clip-path:polygon(0 0,100% 0,50% 80%);transform-origin:bottom;height:56%;transform-style:preserve-3d;z-index:3;backface-visibility:hidden;background:#000;position:absolute;top:0;left:0;right:0}.op-env-flap:after{content:"";background:#ffffff0f;height:1px;position:absolute;bottom:0;left:10%;right:10%}.op-fan-card{background:var(--white);pointer-events:none;border-radius:2px;width:130px;padding:1rem 1.2rem;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #00000024}.op-fan-card--left{left:0}.op-fan-card--right{right:0}.op-fan-label{font-family:var(--ff-sans);letter-spacing:.28em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;font-size:.52rem;font-weight:700}.op-fan-date{font-family:var(--ff-serif);color:var(--ink);font-size:.9rem;line-height:1.4}.op-fan-body{font-family:var(--ff-sans);color:var(--charcoal);font-size:.72rem;line-height:1.5}.op-env-content{text-align:center;max-width:400px}.op-env-eyebrow{font-family:var(--ff-sans);letter-spacing:.35em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem;font-size:.6rem;font-weight:600}.op-env-names{font-family:var(--ff-script);color:var(--ink);margin-bottom:.4rem;font-size:clamp(2.5rem,7vw,3.8rem);line-height:1.05}.op-env-amp{color:var(--muted);font-size:.65em}.op-env-date-text{font-family:var(--ff-sans);letter-spacing:.24em;text-transform:uppercase;color:var(--muted);margin-bottom:1.6rem;font-size:.62rem;font-weight:600}.op-env-btn{background:var(--black);color:var(--white);font-family:var(--ff-sans);letter-spacing:.3em;text-transform:uppercase;border:1px solid var(--black);cursor:pointer;padding:.9rem 2.8rem;font-size:.65rem;font-weight:600;transition:background .25s,color .25s;display:inline-block}.op-env-btn:hover{color:var(--black);background:0 0}@media (width<=560px){.op-env-scene{gap:1.5rem;padding:1.5rem}.op-env-outer{width:min(72vw,260px)}.op-fan-card{width:76px;padding:.65rem .75rem}.op-fan-label{letter-spacing:.24em;font-size:.44rem}.op-fan-date{font-size:.72rem;line-height:1.35}.op-fan-body{font-size:.68rem;line-height:1.4}.op-env-date-text{letter-spacing:.16em;font-size:.55rem}.op-env-eyebrow{font-size:.55rem}.op-env-names{font-size:clamp(2rem,10vw,3rem)}.op-env-btn{padding:.8rem 2rem;font-size:.6rem}}@media (width<=680px){.story-item{padding-bottom:3rem}.story-text{box-shadow:none;background:0 0;padding:1rem .5rem}}.story-section{padding:var(--section-pad) 0;background:var(--off-white);overflow:hidden}.story-header{text-align:center;margin-bottom:5rem}.story-timeline{max-width:900px;margin:0 auto;padding:0 1rem;position:relative}.story-timeline:before{content:"";background:#00000026;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.story-item{border-bottom:1px solid #00000014;grid-template-columns:1fr 60px 1fr;align-items:center;gap:0;margin-bottom:0;padding-bottom:5rem;display:grid}.story-item:last-child{border-bottom:none;padding-bottom:0}.story-item:nth-child(2n) .story-photo{order:3}.story-item:nth-child(2n) .story-text{text-align:right;order:1}.story-item:nth-child(2n) .story-dot{order:2}.story-dot{justify-content:center;align-items:center;display:flex;position:relative}.story-dot-inner{background:var(--black);border:2px solid var(--off-white);width:10px;height:10px;box-shadow:0 0 0 1px var(--black);z-index:1;border-radius:50%}.story-photo img{aspect-ratio:4/5;object-fit:cover;border-radius:1px;width:100%;display:block}@media (width<=1279px){.story-photo{background:var(--white);padding:6px 6px 22px;box-shadow:0 2px 8px #00000017,0 8px 24px #00000014}.story-item:nth-child(odd) .story-photo{transform-origin:0 100%;transform:rotate(-1.2deg)}.story-item:nth-child(2n) .story-photo{transform-origin:100% 100%;transform:rotate(1.2deg)}}.story-text{background:var(--white);padding:1.8rem 2rem;box-shadow:0 2px 10px #0000000d,0 1px 3px #0000000a}.story-year{font-family:var(--ff-script);color:var(--ink);z-index:1;margin-bottom:.4rem;font-size:clamp(3.2rem,5.5vw,5rem);line-height:.9;position:relative}.story-label{font-family:var(--ff-sans);letter-spacing:.24em;text-transform:uppercase;color:var(--black);margin-bottom:.45rem;font-size:.6rem;font-weight:600}.story-caption{font-family:var(--ff-serif);color:var(--ink);margin-bottom:.75rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-style:italic;font-weight:400;line-height:1.5}.story-body{font-family:var(--ff-sans);color:var(--muted);font-size:.85rem;line-height:1.8}@media (width<=680px){.story-timeline:before{left:20px}.story-item{grid-template-rows:auto auto;grid-template-columns:40px 1fr;gap:.5rem 1rem}.story-dot{grid-area:1/1}.story-photo{grid-area:1/2}.story-text{grid-area:2/2;text-align:left!important}.story-item:nth-child(2n) .story-photo{order:unset}.story-item:nth-child(2n) .story-text{order:unset;text-align:left}.story-item:nth-child(2n) .story-dot{order:unset}}.couple-section{padding:var(--section-pad) 0;background:var(--cream)}.couple-header{text-align:center;margin-bottom:4rem}.couple-grid{grid-template-columns:1fr 1fr;gap:4rem;max-width:900px;margin:0 auto;padding:0 1rem;display:grid}.couple-card{text-align:center}.couple-photo-wrap{margin-bottom:2rem;position:relative}.couple-photo-frame{display:inline-block;position:relative}.couple-photo-frame:before{content:"";pointer-events:none;border:1px solid #00000024;border-radius:2px;position:absolute;inset:-6px}.couple-photo-frame:after{display:none}.couple-photo{aspect-ratio:3/4;object-fit:cover;border-radius:2px;width:100%;max-width:280px}.couple-role{font-family:var(--ff-sans);letter-spacing:.3em;text-transform:uppercase;color:var(--black);margin-bottom:.5rem;font-size:.6rem;font-weight:700}.couple-name{font-family:var(--ff-serif);color:var(--ink);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400}.couple-parents{font-family:var(--ff-sans);color:var(--muted);font-size:.83rem;line-height:1.9}.couple-parents strong{color:var(--charcoal);font-weight:400}@media (width<=600px){.couple-grid{grid-template-columns:1fr;gap:3rem}}.events-section{padding:var(--section-pad) 0;background:var(--black);position:relative;overflow:hidden}.events-section:before{content:"";opacity:.07;background-image:url(/photos/2025/trip-japan/05.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.events-header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.events-header .section-tag{color:#faf7f28c}.events-header .section-title{color:var(--off-white)}.events-grid{z-index:1;grid-template-columns:1fr 1fr;gap:2rem;max-width:860px;margin:0 auto;padding:0 1rem;display:grid;position:relative}.event-card{text-align:center;background:#faf7f20a;border:1px solid #faf7f224;border-radius:2px;padding:2.5rem 2rem;transition:background .3s,border-color .3s;position:relative}.event-card:hover{background:#faf7f214;border-color:#faf7f247}.event-card:before{display:none}.event-icon{color:#faf7f28c;width:44px;height:44px;margin:0 auto 1.5rem}.event-type{font-family:var(--ff-sans);letter-spacing:.3em;text-transform:uppercase;color:#faf7f280;margin-bottom:.75rem;font-size:.6rem;font-weight:700}.event-name{font-family:var(--ff-serif);color:var(--off-white);margin-bottom:.5rem;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:400}.event-date{font-family:var(--ff-serif);color:#faf7f29e;margin-bottom:.25rem;font-size:.9rem;font-style:italic}.event-time{font-family:var(--ff-serif);color:var(--white);margin:.5rem 0;font-size:1.5rem;font-weight:300}.event-location{font-family:var(--ff-sans);color:#faf7f26b;margin-bottom:1.5rem;font-size:.78rem;line-height:1.7}.event-map-btn{color:#faf7f2b8;font-family:var(--ff-sans);letter-spacing:.2em;text-transform:uppercase;border:1px solid #faf7f247;border-radius:1px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.6rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.event-map-btn:hover{color:var(--white);background:#faf7f214;border-color:#faf7f280}@media (width<=600px){.events-grid{grid-template-columns:1fr}}.gallery-section{padding:var(--section-pad) 0;background:var(--off-white)}.gallery-header{text-align:center;margin-bottom:3rem}.carousel-wrap{background:var(--black);aspect-ratio:4/3;border-radius:2px;max-width:680px;margin:0 auto 1.5rem;position:relative;overflow:hidden}.carousel-track{width:100%;height:100%;position:relative;overflow:hidden}.carousel-img{object-fit:cover;cursor:zoom-in;width:100%;height:100%;position:absolute;inset:0}.carousel-btn{z-index:5;color:#fff;background:#0000009e;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn svg{width:18px;height:18px}.carousel-btn:hover{background:#000000e6}.carousel-btn--prev{left:1rem}.carousel-btn--next{right:1rem}.carousel-counter{color:#fffc;font-family:var(--ff-sans);letter-spacing:.1em;background:#00000080;border-radius:20px;padding:.25rem .6rem;font-size:.65rem;position:absolute;bottom:1rem;right:1rem}.carousel-dots{flex-wrap:wrap;justify-content:center;gap:6px;max-width:680px;margin:0 auto;padding:0 1rem;display:flex}.carousel-dot{cursor:pointer;background:#00000026;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .2s,transform .2s}.carousel-dot.active{background:var(--black);transform:scale(1.4)}@media (width<=720px){.carousel-wrap{border-radius:0;max-width:100%}}.lightbox{z-index:500;cursor:zoom-out;background:#000000f0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border-radius:1px;max-width:90vw;max-height:90vh}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.rsvp-section{padding:var(--section-pad) 0;background:var(--cream)}.rsvp-header{text-align:center;margin-bottom:3rem}.rsvp-form{flex-direction:column;gap:1.2rem;max-width:560px;margin:0 auto;padding:0 1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-label{font-family:var(--ff-sans);letter-spacing:.22em;text-transform:uppercase;color:var(--charcoal);font-size:.62rem;font-weight:600}.form-input,.form-select,.form-textarea{background:var(--white);width:100%;font-family:var(--ff-sans);color:var(--ink);appearance:none;border:1px solid #0000002e;border-radius:1px;padding:.85rem 1rem;font-size:.9rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--black);outline:none}.form-textarea{resize:vertical;min-height:100px}.form-radio-group{gap:1rem;display:flex}.form-radio-label{cursor:pointer;font-family:var(--ff-sans);color:var(--charcoal);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.form-submit{background:var(--black);color:var(--white);font-family:var(--ff-sans);letter-spacing:.24em;text-transform:uppercase;border:1px solid var(--black);cursor:pointer;align-self:center;padding:1rem 2.5rem;font-size:.65rem;font-weight:600;transition:background .2s,color .2s}.form-submit:hover{color:var(--black);background:0 0}.rsvp-success{text-align:center;font-family:var(--ff-serif);color:var(--ink);padding:3rem;font-size:1.5rem;font-style:italic}.gift-section{padding:var(--section-pad) 0;background:var(--off-white)}.gift-header{text-align:center;margin-bottom:3rem}.gift-card{background:var(--white);text-align:center;border:1px solid #0000001a;border-radius:2px;max-width:420px;margin:0 auto;padding:2.5rem;box-shadow:0 4px 20px #0000000d}.gift-bank-logo{filter:grayscale();height:36px;margin:0 auto 1.5rem}.gift-account-name{font-family:var(--ff-serif);color:var(--ink);margin-bottom:.25rem;font-size:1.3rem}.gift-account-number{font-family:var(--ff-sans);letter-spacing:.15em;color:var(--charcoal);margin:.75rem 0;font-size:1.8rem;font-weight:300}.gift-copy-btn{background:var(--black);color:var(--white);font-family:var(--ff-sans);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:.5rem;margin-top:.5rem;padding:.7rem 1.8rem;font-size:.62rem;font-weight:600;transition:background .2s;display:inline-flex}.gift-copy-btn:hover{background:var(--charcoal)}.gift-copied{color:var(--charcoal);font-family:var(--ff-sans);margin-top:.5rem;font-size:.8rem}.dresscode-section{padding:var(--section-pad) 0;background:var(--black);text-align:center}.dresscode-header{margin-bottom:3.5rem}.dresscode-sub{color:#faf7f259;font-family:var(--ff-sans);margin-top:.75rem;font-size:.88rem}.dresscode-grid{grid-template-columns:1fr;gap:1.5rem;max-width:700px;margin:0 auto;padding:0 1.5rem;display:grid}.dresscode-card{text-align:left;background:#faf7f208;border:1px solid #faf7f21f;padding:2.2rem 2rem;transition:border-color .3s}.dresscode-card:hover{border-color:#faf7f242}.dresscode-gender{font-family:var(--ff-sans);letter-spacing:.3em;text-transform:uppercase;color:#faf7f26b;margin-bottom:.4rem;font-size:.58rem;font-weight:700}.dresscode-code{font-family:var(--ff-serif);color:var(--off-white);margin-bottom:1.2rem;font-size:1.5rem;font-weight:400}.dresscode-list{flex-direction:column;gap:.45rem;margin:0 0 1.2rem;padding:0;list-style:none;display:flex}.dresscode-list li{font-family:var(--ff-sans);color:#faf7f285;padding-left:1.2rem;font-size:.85rem;line-height:1.5;position:relative}.dresscode-list li:before{content:"—";color:#faf7f247;font-size:.7em;position:absolute;top:.22em;left:0}.dresscode-avoid{font-family:var(--ff-sans);color:#faf7f247;border-top:1px solid #faf7f214;padding-top:1rem;font-size:.8rem;line-height:1.6}.dresscode-avoid span{color:#faf7f27a;font-style:italic}.dresscode-palette{display:none}@media (width>=700px){.dresscode-grid{grid-template-columns:1fr 1fr;max-width:880px}}.snapshare-section{padding:var(--section-pad) 0;background:var(--cream);text-align:center}.snapshare-header{margin-bottom:3rem}.snapshare-inner{background:var(--black);flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:min(460px,90vw);padding:3rem clamp(2rem,6vw,4rem);display:inline-flex;position:relative;overflow:hidden}.snapshare-inner:before{content:"";pointer-events:none;border:1px solid #ffffff0d;position:absolute;inset:10px}.snapshare-icon{color:#ffffff59;width:32px;height:32px}.snapshare-hashtag{font-family:var(--ff-serif);color:var(--white);letter-spacing:.02em;font-size:clamp(1.8rem,4vw,2.8rem);font-style:italic;font-weight:400}.snapshare-tagline{font-family:var(--ff-sans);letter-spacing:.3em;text-transform:uppercase;color:#ffffff61;font-size:.58rem;font-weight:600}.snapshare-copy-btn{color:#ffffffa6;font-family:var(--ff-sans);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #fff3;align-items:center;gap:.5rem;padding:.7rem 1.8rem;font-size:.6rem;font-weight:600;transition:all .2s;display:inline-flex}.snapshare-copy-btn:hover{color:var(--white);border-color:#ffffff7a}.floral-divider{opacity:.25;justify-content:center;align-items:center;gap:1.5rem;padding:.5rem 0;display:flex}.floral-divider:before,.floral-divider:after{content:"";background:var(--black);flex:1;max-width:120px;height:1px}.closing-section{text-align:center;justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.closing-bg{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.closing-overlay{background:linear-gradient(#00000085,#000000c2);position:absolute;inset:0}.closing-particles{display:none}.closing-content{z-index:2;color:var(--white);max-width:600px;padding:3rem 2rem;position:relative}.closing-verse{font-family:var(--ff-serif);color:#ffffffc2;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.25rem);font-style:italic;font-weight:300;line-height:1.9}.closing-names{font-family:var(--ff-script);color:var(--white);margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);line-height:1}.closing-tagline{font-family:var(--ff-sans);letter-spacing:.3em;text-transform:uppercase;color:#ffffff7a;font-size:.65rem;font-weight:600}.closing-credit{font-family:var(--ff-sans);letter-spacing:.18em;text-transform:uppercase;color:#ffffff47;margin-top:1.5rem;font-size:.62rem}@media (width>=1024px){.carousel-wrap,.carousel-dots{max-width:860px}.couple-grid{gap:6rem;max-width:1000px}.story-timeline{max-width:960px}}@media (width>=1280px){.events-grid{max-width:960px}.story-timeline{max-width:100%;padding:0}.story-item{align-items:stretch;margin-bottom:0}.story-photo{min-height:500px;overflow:hidden}.story-photo img{aspect-ratio:unset;height:100%;min-height:500px}.story-text{background:var(--off-white);min-height:500px;box-shadow:none;flex-direction:column;justify-content:center;padding:4rem 5rem;display:flex}.story-item:nth-child(2n) .story-text{background:var(--cream)}}.story-text--even{text-align:right}
