@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');:root{--primary:#74401f;--secondary:#d7ad58;--ink:#241b16;--cream:#fbf6ef;--white:#fff;--line:#eadfd4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,system-ui,sans-serif;background:var(--cream)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.site-nav{height:74px;display:flex;align-items:center;padding:0 max(24px,6vw);background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.site-nav .brand{font-weight:900;color:var(--primary);font-size:1.25rem}.site-nav nav{margin-left:auto;display:flex;gap:24px;align-items:center}.nav-cta{background:var(--primary);color:#fff;padding:10px 16px;border-radius:999px}.landing-hero{min-height:680px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px;padding:80px max(24px,8vw);background:radial-gradient(circle at 80% 20%,#f0d7b0,transparent 35%),linear-gradient(135deg,#fffaf5,#f4e5d5)}.eyebrow,.section-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800;color:var(--secondary)}.landing-hero h1{font-family:"Cormorant Garamond",serif;font-size:clamp(3.4rem,7vw,6.2rem);line-height:.93;margin:18px 0;max-width:800px}.landing-hero p{font-size:1.15rem;line-height:1.7;max-width:650px;color:#5b4b42}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;border:1px solid transparent;font-weight:800;cursor:pointer}.btn.primary{background:var(--primary);color:#fff}.btn.ghost{border-color:var(--primary);color:var(--primary);background:transparent}.btn.light{background:#fff;color:var(--primary)}.btn.small{padding:10px 15px;font-size:.9rem}.phone-mock{justify-self:center;width:280px;height:550px;border:11px solid #231b17;border-radius:42px;padding:10px;background:#111;box-shadow:0 40px 90px #4f2d1d44;transform:rotate(4deg)}.phone-screen{height:100%;border-radius:25px;background:radial-gradient(circle at 70% 20%,#f6c98b55,transparent 30%),linear-gradient(160deg,#8b4f2c,#2d1911);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:20px}.phone-screen strong{font:700 2.2rem/1 "Cormorant Garamond",serif;margin:15px 0}.section{padding:90px max(24px,8vw)}.section.soft{background:#f3e8dc}.section-title{text-align:center;max-width:760px;margin:0 auto 50px}.section-title h2{font:700 clamp(2.3rem,5vw,4rem)/1 "Cormorant Garamond",serif;margin:12px 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-grid article{background:#fff;padding:28px;border-radius:18px;border:1px solid var(--line)}.feature-grid p,.steps p{color:#6c5c52;line-height:1.6}.steps{max-width:850px;margin:auto;display:grid;gap:18px;list-style:none;padding:0}.steps li{display:flex;gap:20px;background:#fff;padding:22px;border-radius:16px}.steps strong{min-width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff}.steps h3,.steps p{margin:0 0 5px}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.showcase{background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--line);transition:.25s}.showcase:hover{transform:translateY(-5px);box-shadow:0 18px 40px #4f2f1f18}.showcase img,.showcase .placeholder{width:100%;height:240px;object-fit:cover;background:linear-gradient(135deg,#c99e73,#6e3c20)}.showcase>div:last-child{padding:22px}.showcase h3{font:700 1.8rem "Cormorant Garamond",serif;margin:8px 0}.cta{text-align:center;padding:80px 24px;background:var(--primary);color:#fff}.cta h2{font:700 clamp(2.4rem,5vw,4.5rem) "Cormorant Garamond",serif;max-width:800px;margin:0 auto 28px}.site-footer{display:flex;justify-content:space-between;padding:28px max(24px,8vw);background:#1d1714;color:#fff}.site-footer div{display:flex;gap:18px}.event-page{--surface:#fffaf5;background:#efe5dc}.invitation{max-width:820px;margin:auto;background:var(--surface);box-shadow:0 0 70px #3c241824;overflow:hidden}.event-hero{min-height:92vh;background:linear-gradient(145deg,var(--primary),#24150e);background-size:cover;background-position:center;display:grid;place-items:end center;text-align:center;color:#fff;padding:70px 26px}.hero-content{max-width:650px}.event-hero h1{font:700 clamp(3.8rem,10vw,7.5rem)/.9 "Cormorant Garamond",serif;margin:16px 0;text-wrap:balance}.event-hero p{font-size:1.08rem;line-height:1.7}.scroll-cue{display:inline-block;margin-top:30px;font-weight:700}.event-section{padding:74px 34px;text-align:center}.date-block{background:#fff}.date-block h2{font:700 clamp(2.6rem,7vw,4.4rem) "Cormorant Garamond",serif;margin:14px 0 5px;color:var(--primary)}.countdown{display:flex;justify-content:center;gap:12px;margin-top:35px;flex-wrap:wrap}.countdown>div{width:112px;padding:18px 8px;border:1px solid color-mix(in srgb,var(--secondary),#fff 30%);border-radius:14px}.countdown strong{display:block;font-size:2rem;color:var(--primary)}.countdown span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.details-grid article{background:#fff;padding:36px 24px;border-radius:18px}.details-grid article>span{font-size:2rem}.details-grid h3{font:700 2rem "Cormorant Garamond",serif;margin:12px 0}.details-grid p{line-height:1.7}.gallery-section{background:#fff}.gallery-section h2,.schedule-section h2,.gift-section h2,.rsvp-section h2,.share-section h2{font:700 clamp(2.4rem,6vw,4rem) "Cormorant Garamond",serif;margin:10px 0 28px;color:var(--primary)}.event-gallery{columns:2;column-gap:12px}.gallery-item{display:block;width:100%;margin:0 0 12px;padding:0;border:0;background:none;cursor:zoom-in}.gallery-item img{width:100%;border-radius:12px;display:block}.timeline{max-width:560px;margin:auto;text-align:left}.timeline>div{display:grid;grid-template-columns:22px 1fr;gap:16px}.timeline i{width:12px;height:12px;background:var(--secondary);border-radius:50%;margin-top:18px;position:relative}.timeline i:after{content:"";position:absolute;width:1px;height:calc(100% + 32px);background:var(--secondary);left:5px;top:12px}.timeline>div:last-child i:after{display:none}.timeline p{background:#fff;padding:16px 18px;border-radius:12px;margin:0 0 16px;line-height:1.5}.gift-section{background:var(--primary);color:#fff}.gift-section h2{color:#fff}.gift-section p{max-width:600px;margin:auto;line-height:1.8}.rsvp-section{background:#fff}.rsvp-section>p{color:#6d5a50}.public-form{max-width:620px;margin:30px auto;text-align:left}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid label{display:flex;flex-direction:column;gap:7px;font-weight:700}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{padding:13px;border:1px solid #d8cbc0;border-radius:10px;background:#fff}.consent{flex-direction:row!important;align-items:flex-start;font-weight:400!important;line-height:1.45}.consent input{width:auto;margin-top:3px}.whatsapp-link{display:inline-block;margin-top:22px;color:#14833b;font-weight:800}.share-section{background:#f3e7db}.form-message{max-width:620px;margin:18px auto;padding:14px;border-radius:10px}.form-message.success{background:#dcfae6;color:#05603a}.form-message.error{background:#fee4e2;color:#912018}.lightbox{position:fixed;inset:0;background:#000e;z-index:100;display:grid;place-items:center;padding:30px}.lightbox[hidden]{display:none}.lightbox img{max-width:90vw;max-height:85vh}.lightbox button{position:absolute;top:20px;right:25px;background:none;border:0;color:#fff;font-size:3rem}.music-toggle{position:fixed;right:18px;bottom:18px;width:52px;height:52px;border-radius:50%;border:0;background:var(--primary);color:#fff;font-size:1.4rem;z-index:50}.music-toggle.playing{animation:pulse 1.4s infinite}.legal-page main,.not-found main{max-width:800px;margin:60px auto;padding:30px;background:#fff;border-radius:18px;line-height:1.7}.legal-page h1,.legal-page h2{font-family:"Cormorant Garamond",serif;color:var(--primary)}.theme-floral{--surface:#fff7f8}.theme-floral .event-hero{background-color:#6c3448}.theme-kids{--surface:#fffdf0}.theme-kids .event-hero h1{font-family:Inter,sans-serif}.theme-night{--surface:#17151b;color:#eee}.theme-night .event-section,.theme-night .gallery-section,.theme-night .rsvp-section{background:#1f1c24}.theme-night .details-grid article,.theme-night .timeline p{background:#29252f}.theme-night .form-grid input,.theme-night .form-grid select,.theme-night .form-grid textarea{background:#17151b;color:#fff}.theme-minimal .event-hero{min-height:70vh}.theme-minimal .event-hero h1{font-family:Inter,sans-serif;font-weight:800}@keyframes pulse{50%{transform:scale(1.1)}}@media(max-width:900px){.feature-grid{grid-template-columns:repeat(2,1fr)}.showcase-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.site-nav nav a:not(.nav-cta){display:none}.landing-hero{grid-template-columns:1fr;padding-top:60px}.phone-mock{width:240px;height:470px}.feature-grid,.showcase-grid,.details-grid,.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.event-section{padding:58px 20px}.event-hero{min-height:85vh}.countdown>div{width:78px;padding:14px 5px}.countdown strong{font-size:1.55rem}.event-gallery{columns:1}.site-footer{flex-direction:column;gap:15px}.landing-hero h1{font-size:3.6rem}}
.plans-section{background:#fffaf5}.plans-section .section-title p{max-width:720px;margin:12px auto 0;color:#725f54}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.plan-card{position:relative;background:#fff;border:1px solid #ead9ca;border-radius:22px;padding:28px 24px;display:flex;flex-direction:column;box-shadow:0 12px 30px #4f2f1f10}.plan-card.featured{border:2px solid #9b5a2b;transform:translateY(-8px);box-shadow:0 18px 40px #4f2f1f22}.plan-label{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#7a421f;color:#fff;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:800;white-space:nowrap}.plan-card h3{font:700 2rem "Cormorant Garamond",serif;margin:0;color:#4d2a17}.plan-card>p{min-height:68px;line-height:1.55;color:#725f54}.plan-price{font-size:1.45rem;color:#7a421f;margin:10px 0 16px}.plan-card ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px;text-align:left;flex:1}.plan-card li{font-size:.92rem;line-height:1.45}.pricing-note{text-align:center;color:#725f54;margin:28px auto 0;max-width:780px}.preview-banner{position:sticky;top:0;z-index:80;background:#ffefb5;color:#6d4500;padding:12px 20px;text-align:center;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;border-bottom:1px solid #e5c66a}.preview-banner span{font-size:.9rem}.qr-panel{text-align:center;max-width:620px;margin:auto}.qr-panel img{width:min(420px,100%);display:block;margin:24px auto;border:12px solid #fff;box-shadow:0 10px 30px #0002}
@media(max-width:1050px){.plans-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.plans-grid{grid-template-columns:1fr}.plan-card.featured{transform:none}}
