*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#333 #000}body{background:var(--black);color:var(--cream);-webkit-font-smoothing:antialiased;font-family:Cormorant Garamond,Georgia,serif;font-weight:300;overflow-x:hidden}img{object-fit:cover;max-width:100%;display:block}a{color:inherit;text-decoration:none}:root{--ws-bg:transparent;--ws-text:#f5f0eb8c;--ws-text-muted:#f5f0eb59;--ws-heading:#f5f0eb;--ws-accent:#8b0000;--ws-card-bg:#ffffff08;--ws-card-bg-hover:#ffffff0f;--ws-border:#f5f0eb0f;--ws-border-hover:#8b00004d}.ws-section{background:var(--ws-bg);max-width:1100px;margin:0 auto;padding:100px 48px;position:relative}.ws-section:before{content:"";background:linear-gradient(#0000,#8b000099);width:1px;height:48px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ws-section h2{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--ws-heading);margin-bottom:12px;font-family:Cormorant Garamond,Georgia,serif;font-size:2.6rem;font-weight:300}.ws-section h2:after{content:"";background:#8b0000;width:40px;height:1px;margin:18px auto 0;display:block}.ws-section-label{letter-spacing:.4em;text-transform:uppercase;color:var(--ws-text-muted);text-align:center;margin-bottom:40px;font-family:Cormorant Garamond,serif;font-size:.7rem;font-weight:300}.ws-section p{color:var(--ws-text);font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:300;line-height:1.85}.ws-party-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.ws-party-card{text-align:center;background:var(--ws-card-bg);border:1px solid var(--ws-border);-webkit-backdrop-filter:blur(8px);border-radius:2px;padding:32px 20px;transition:all .4s;position:relative;overflow:hidden}.ws-party-card:before{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#8b000014);position:absolute;inset:0}.ws-party-card:hover{border-color:var(--ws-border-hover);transform:translateY(-2px);box-shadow:0 8px 32px #0006}.ws-party-card img{object-fit:cover;filter:contrast(1.1)brightness(.9);border:2px solid #f5f0eb1a;border-radius:50%;width:120px;height:120px;margin:0 auto 16px}.ws-party-card .ws-name{color:var(--ws-heading);letter-spacing:.04em;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400}.ws-party-card .ws-role{letter-spacing:.3em;text-transform:uppercase;color:var(--ws-accent);margin-top:6px;font-family:Cormorant Garamond,serif;font-size:.72rem;font-weight:300}.ws-registry-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.ws-registry-card{background:var(--ws-card-bg);border:1px solid var(--ws-border);-webkit-backdrop-filter:blur(8px);text-align:center;border-radius:2px;padding:36px 28px;transition:all .4s}.ws-registry-card:hover{border-color:var(--ws-border-hover);box-shadow:0 8px 32px #0006}.ws-registry-card h3{color:var(--ws-heading);letter-spacing:.04em;margin-bottom:10px;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400}.ws-registry-card p{color:var(--ws-text-muted);font-size:.88rem}.ws-registry-card a{letter-spacing:.25em;text-transform:uppercase;color:var(--ws-heading);border:1px solid var(--ws-border);border-radius:0;margin-top:20px;padding:10px 28px;font-family:Cormorant Garamond,serif;font-size:.75rem;font-weight:300;text-decoration:none;transition:all .4s;display:inline-block}.ws-registry-card a:hover{color:#f5f0eb;background:#8b0000;border-color:#8b0000;box-shadow:0 4px 16px #8b00004d}.ws-travel-intro{text-align:center;max-width:560px;color:var(--ws-text-muted);margin-bottom:36px;margin-left:auto;margin-right:auto;font-style:italic}.ws-travel-grid{grid-template-columns:1fr 1fr 1fr;gap:28px;display:grid}.ws-travel-card{background:var(--ws-card-bg);border:1px solid var(--ws-border);-webkit-backdrop-filter:blur(8px);border-radius:2px;padding:30px 24px;transition:all .4s;position:relative}.ws-travel-card:after{content:"";background:linear-gradient(90deg,#0000,#8b000066,#0000);height:1px;position:absolute;bottom:0;left:20%;right:20%}.ws-travel-card:hover{border-color:var(--ws-border-hover);box-shadow:0 8px 32px #0006}.ws-travel-card h3{color:var(--ws-heading);margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400}.ws-travel-card p{color:var(--ws-text-muted);font-size:.88rem}.ws-travel-card .ws-price{color:var(--ws-accent);letter-spacing:.08em;margin-top:12px;font-family:Cormorant Garamond,serif;font-size:.85rem;font-weight:400}.ws-faq-list{max-width:720px;margin:0 auto}.ws-faq-item{border-bottom:1px solid var(--ws-border);padding:24px 0;transition:border-color .3s}.ws-faq-item:first-child{border-top:1px solid var(--ws-border)}.ws-faq-item:hover{border-bottom-color:var(--ws-border-hover)}.ws-faq-item h3{color:var(--ws-heading);letter-spacing:.03em;margin-bottom:10px;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400}.ws-faq-item p{color:var(--ws-text-muted);font-size:.92rem;line-height:1.8}@media (max-width:1024px){.ws-section{padding:72px 32px}.ws-section h2{font-size:2.2rem}.ws-party-grid,.ws-registry-grid{grid-template-columns:repeat(2,1fr);gap:20px}.ws-travel-grid{grid-template-columns:1fr 1fr;gap:20px}}@media (max-width:768px){.ws-section{padding:48px 20px}.ws-section h2{letter-spacing:.04em;font-size:1.7rem}.ws-section:before{height:32px}.ws-party-grid{grid-template-columns:1fr;gap:16px}.ws-party-card img{width:100px;height:100px}.ws-registry-grid,.ws-travel-grid{grid-template-columns:1fr;gap:16px}.ws-faq-item{padding:20px 0}}
:root{--black:#000;--cream:#f5f0eb;--burgundy:#8b0000;--grain-opacity:.04}body:after{content:"";pointer-events:none;z-index:9998;width:100%;height:100%;opacity:var(--grain-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;position:fixed;top:0;left:0}.title-huge{letter-spacing:.08em;text-transform:uppercase;font-size:clamp(48px,7vw,120px);font-weight:300;line-height:1.1}.title-medium{letter-spacing:.12em;text-transform:uppercase;font-size:clamp(28px,3.5vw,56px);font-weight:300}.title-small{letter-spacing:.25em;text-transform:uppercase;font-size:clamp(14px,1.2vw,18px);font-weight:400}.body-text{letter-spacing:.02em;color:#f5f0ebb3;font-size:clamp(16px,1.3vw,20px);font-weight:300;line-height:1.9}.text-emerge{background:linear-gradient(180deg,transparent 0%,#f5f0eb26 15%,var(--cream)50%,#f5f0eb26 85%,transparent 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.accent-line{background:var(--burgundy);width:60px;height:1px;margin:24px auto}.cinematic-img{filter:brightness(.6)contrast(1.3)saturate(.4);object-fit:cover;width:100%;height:100%}.vignette{position:relative}.vignette:after{content:"";pointer-events:none;background:radial-gradient(#0000 40%,#000000b3 100%);position:absolute;inset:0}.dc-form-group{margin-bottom:28px}.dc-form-group label{letter-spacing:.3em;text-transform:uppercase;color:#f5f0eb66;margin-bottom:10px;font-size:11px;font-weight:400;display:block}.dc-form-group input,.dc-form-group select,.dc-form-group textarea{width:100%;color:var(--cream);letter-spacing:.04em;background:0 0;border:none;border-bottom:1px solid #f5f0eb1f;outline:none;padding:14px 0;font-family:Cormorant Garamond,serif;font-size:16px;font-weight:300;transition:border-color .3s}.dc-form-group input:focus,.dc-form-group select:focus,.dc-form-group textarea:focus{border-bottom-color:#8b000080}.dc-form-group input::placeholder,.dc-form-group textarea::placeholder{color:#f5f0eb33}.dc-form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23F5F0EB' stroke-opacity='.3'/%3E%3C/svg%3E");background-position:right 4px center;background-repeat:no-repeat}.dc-form-group select option{color:var(--cream);background:#111}.dc-form-group textarea{resize:none;height:80px}.dc-btn-rsvp{letter-spacing:.3em;text-transform:uppercase;color:var(--cream);background:var(--burgundy);cursor:pointer;border:none;margin-top:16px;padding:16px 56px;font-family:Cormorant Garamond,serif;font-size:13px;font-weight:400;transition:background .4s,box-shadow .4s}.dc-btn-rsvp:hover{background:#a00000;box-shadow:0 0 40px #8b000040}.v1-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.v1-hero-bg{z-index:0;position:absolute;inset:0}.v1-hero-bg img{object-fit:cover;filter:brightness(.35)contrast(1.3)saturate(.3);width:100%;height:100%}.v1-hero-bg:after{content:"";pointer-events:none;background:radial-gradient(#0000 20%,#000000bf 100%);position:absolute;inset:0}.v1-letterbox-top,.v1-letterbox-bottom{background:var(--black);z-index:5;height:10vh;position:absolute;left:0;right:0}.v1-letterbox-top{top:0}.v1-letterbox-bottom{bottom:0}.v1-hero-content{z-index:6;flex-direction:column;align-items:center;gap:16px;animation:3s ease-out forwards titleFadeIn;display:flex;position:relative}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(20px)}30%{opacity:0}to{opacity:1;transform:translateY(0)}}.v1-hero-names{letter-spacing:.1em;text-transform:uppercase;color:var(--cream);text-shadow:0 0 80px #8b000026;font-size:clamp(56px,8vw,140px);font-weight:300}.v1-hero-ampersand{letter-spacing:.3em;color:#f5f0eb66;margin:-8px 0;font-size:clamp(24px,3vw,48px);font-style:italic;font-weight:300}.v1-hero-date{letter-spacing:.4em;text-transform:uppercase;color:#f5f0eb73;margin-top:24px;font-size:clamp(12px,1vw,16px);font-weight:400}.v1-hero-location{letter-spacing:.3em;text-transform:uppercase;color:#f5f0eb40;margin-top:4px;font-size:clamp(11px,.85vw,14px);font-weight:300}.v1-scroll-indicator{z-index:10;flex-direction:column;align-items:center;gap:8px;animation:3s ease-in-out infinite v1float;display:flex;position:absolute;bottom:14vh;left:50%;transform:translate(-50%)}.v1-scroll-indicator span{letter-spacing:.35em;text-transform:uppercase;color:#f5f0eb33;font-size:10px}.v1-scroll-line{background:linear-gradient(#f5f0eb33,#0000);width:1px;height:40px}@keyframes v1float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.v1-story{background:var(--black);align-items:center;width:100%;min-height:100vh;display:flex;position:relative}.v1-story-inner{grid-template-columns:1fr 1fr;width:100%;min-height:100vh;display:grid}.v1-story-text{flex-direction:column;justify-content:center;padding:80px 80px 80px 120px;display:flex}.v1-story-text .title-small{color:#f5f0eb59;margin-bottom:20px}.v1-story-text .title-medium{color:var(--cream);margin-bottom:32px}.v1-story-text .body-text{max-width:440px}.v1-story-text .body-text p{margin-bottom:20px}.v1-story-image{position:relative;overflow:hidden}.v1-story-image img{object-fit:cover;filter:brightness(.6)contrast(1.3)saturate(.4);width:100%;height:100%}.v1-story-image:after{content:"";pointer-events:none;background:linear-gradient(90deg,#00000080 0%,#0000 30%),radial-gradient(#0000 50%,#00000080 100%);position:absolute;inset:0}.v1-gallery-scene{background:var(--black);flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:80px 0;display:flex;position:relative}.v1-gallery-header{text-align:center;margin-bottom:60px;padding:0 40px}.v1-gallery-header .title-small{color:#f5f0eb4d;margin-bottom:12px}.v1-film-strip-container{width:100%;position:relative;overflow:hidden}.v1-film-strip-container:before,.v1-film-strip-container:after{content:"";z-index:5;background:repeating-linear-gradient(90deg,#0000 0 40px,#f5f0eb0f 40px 52px,#0000 52px 80px);height:24px;position:absolute;left:0;right:0}.v1-film-strip-container:before{top:0}.v1-film-strip-container:after{bottom:0}.v1-film-strip{cursor:grab;-ms-overflow-style:none;scrollbar-width:none;gap:4px;padding:28px 60px;display:flex;overflow-x:auto}.v1-film-strip::-webkit-scrollbar{display:none}.v1-film-strip.grabbing{cursor:grabbing}.v1-film-frame{border:1px solid #f5f0eb0f;flex:none;width:360px;height:480px;position:relative;overflow:hidden}.v1-film-frame img{object-fit:cover;filter:brightness(.6)contrast(1.3)saturate(.4);width:100%;height:100%;transition:filter .6s,transform .6s}.v1-film-frame:hover img{filter:brightness(.7)contrast(1.2)saturate(.5);transform:scale(1.03)}.v1-film-frame:after{content:"";pointer-events:none;background:radial-gradient(#0000 40%,#0000008c 100%);position:absolute;inset:0}.v1-gallery-hint{text-align:center;letter-spacing:.3em;text-transform:uppercase;color:#f5f0eb33;margin-top:40px;font-size:12px}.v1-celebration{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.v1-celebration-bg{z-index:0;position:absolute;inset:0}.v1-celebration-bg img{object-fit:cover;filter:brightness(.12)contrast(1.3)saturate(.2);width:100%;height:100%}.v1-celebration-content{z-index:2;text-align:center;width:100%;max-width:1100px;padding:80px 40px;position:relative}.v1-celebration-content .title-small{color:#f5f0eb4d;margin-bottom:16px}.v1-celebration-content .title-medium{margin-bottom:60px}.v1-event-cards{grid-template-columns:1fr 1fr;gap:40px;max-width:900px;margin:0 auto;display:grid}.v1-event-card{border:1px solid var(--burgundy);text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;padding:56px 48px;position:relative}.v1-event-card:before{content:"";pointer-events:none;border:1px solid #8b000033;position:absolute;inset:6px}.v1-event-card-label{letter-spacing:.35em;text-transform:uppercase;color:#f5f0eb59;margin-bottom:20px;font-size:11px;font-weight:400}.v1-event-card-time{letter-spacing:.08em;color:var(--cream);margin-bottom:24px;font-size:clamp(32px,3vw,48px);font-weight:300}.v1-event-card-venue{color:#f5f0ebb3;margin-bottom:12px;font-size:18px;font-style:italic;font-weight:400;line-height:1.4}.v1-event-card-address{letter-spacing:.08em;color:#f5f0eb59;font-size:13px;font-weight:300;line-height:1.7}.v1-celebration-date{letter-spacing:.15em;color:#f5f0eb80;margin-top:56px;font-size:clamp(20px,2vw,32px);font-weight:300}.v1-rsvp{background:var(--black);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative}.v1-rsvp-inner{grid-template-columns:1fr 1fr;width:100%;min-height:100vh;display:grid}.v1-rsvp-image{position:relative;overflow:hidden}.v1-rsvp-image img{object-fit:cover;filter:brightness(.6)contrast(1.3)saturate(.4);width:100%;height:100%}.v1-rsvp-image:after{content:"";pointer-events:none;background:linear-gradient(270deg,#0009 0%,#0000 40%),radial-gradient(#0000 50%,#00000080 100%);position:absolute;inset:0}.v1-rsvp-form-side{flex-direction:column;justify-content:center;padding:80px 100px;display:flex}.v1-rsvp-form-side .title-small{color:#f5f0eb4d;margin-bottom:16px}.v1-rsvp-form-side .title-medium{margin-bottom:12px}.v1-rsvp-deadline{letter-spacing:.2em;text-transform:uppercase;color:#f5f0eb4d;margin-bottom:48px;font-size:13px}.v1-footer{text-align:center;background:var(--black);padding:60px 40px}.v1-footer-names{letter-spacing:.12em;color:#f5f0eb40;margin-bottom:8px;font-size:clamp(24px,2.5vw,36px);font-weight:300}.v1-footer-tagline{letter-spacing:.3em;text-transform:uppercase;color:#f5f0eb1f;font-size:12px}@media (max-width:1024px){.v1-story-inner{grid-template-columns:1fr}.v1-story-text{padding:60px 40px}.v1-story-image{height:50vh}.v1-event-cards{grid-template-columns:1fr;gap:24px}.v1-rsvp-inner{grid-template-columns:1fr}.v1-rsvp-image{height:50vh}.v1-rsvp-form-side{padding:60px 40px}.v1-film-frame{width:280px;height:380px}}@media (max-width:600px){.title-huge{letter-spacing:.04em;font-size:clamp(32px,10vw,56px)}.title-medium{letter-spacing:.06em;font-size:clamp(22px,6vw,36px)}.body-text{font-size:16px;line-height:1.7}.dc-btn-rsvp{width:100%;padding:14px 24px}.v1-hero-names{font-size:clamp(36px,12vw,64px)}.v1-story-inner{grid-template-columns:1fr}.v1-story-text{padding:40px 20px}.v1-story-image{height:40vh}.v1-gallery-scene{padding:40px 0}.v1-gallery-header{margin-bottom:32px}.v1-film-strip{padding:28px 20px}.v1-film-frame{width:220px;height:300px}.v1-event-cards{grid-template-columns:1fr;gap:20px}.v1-event-card{padding:36px 24px}.v1-celebration-content{padding:40px 20px}.v1-rsvp-inner{grid-template-columns:1fr}.v1-rsvp-image{height:35vh}.v1-rsvp-form-side,.v1-footer{padding:40px 20px}.v1-letterbox-top,.v1-letterbox-bottom{height:5vh}}.ws-section{background:#0000004d}.ws-section h2{color:#e8e0d0;font-family:Cormorant Garamond,Georgia,serif}.ws-section p{color:#ffffff80;font-family:Cormorant Garamond,Georgia,serif}.ws-party-grid{gap:24px}.ws-party-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:4px}.ws-party-card img{border:2px solid #ffffff14}.ws-party-card .ws-name{color:#e8e0d0;font-family:Cormorant Garamond,Georgia,serif}.ws-party-card .ws-role{color:#ffffff80;font-family:Cormorant Garamond,Georgia,serif}.ws-registry-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:4px}.ws-registry-card h3{color:#e8e0d0;font-family:Cormorant Garamond,Georgia,serif}.ws-registry-card p{color:#ffffff80;font-family:Cormorant Garamond,Georgia,serif}.ws-registry-card a{color:#e8e0d0;border:1px solid #ffffff14;border-radius:4px;font-family:Cormorant Garamond,Georgia,serif}.ws-registry-card a:hover{color:#fff;background:#8b0000;border-color:#8b0000}.ws-travel-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:4px}.ws-travel-card h3{color:#e8e0d0;font-family:Cormorant Garamond,Georgia,serif}.ws-travel-card .ws-price{color:#8b0000;font-family:Cormorant Garamond,Georgia,serif}.ws-travel-intro{color:#ffffff80}.ws-travel-intro p{font-family:Cormorant Garamond,Georgia,serif}.ws-faq-item{border-bottom:1px solid #ffffff14}.ws-faq-item h3{color:#e8e0d0;font-family:Cormorant Garamond,Georgia,serif}.ws-faq-item p{color:#ffffff80;font-family:Cormorant Garamond,Georgia,serif}
