*,*:before,*:after{box-sizing:border-box}.lp-container{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.lp-section{position:relative;z-index:1;padding:var(--space-16, 4rem) 0}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:3rem;padding:0 1.75rem;border-radius:var(--radius-pill, 9999px);font-weight:700;font-size:var(--text-sm, .875rem);text-decoration:none;border:none;cursor:pointer;transition:background var(--duration-fast, .15s) var(--ease-out-quart, ease),color var(--duration-fast, .15s) var(--ease-out-quart, ease),box-shadow var(--duration-fast, .15s) var(--ease-out-quart, ease),transform var(--duration-fast, .15s) var(--ease-out-quart, ease);white-space:nowrap}.lp-btn--primary{background:var(--theme-primary);color:#fff;box-shadow:var(--shadow-button)}.lp-btn--primary:hover{box-shadow:0 6px 20px color-mix(in oklch,var(--theme-primary) 45%,transparent);transform:translateY(-1px)}.lp-btn--primary:active{transform:translateY(0)}.lp-btn--ghost{background:transparent;color:var(--color-text);border:1.5px solid var(--color-border)}.lp-btn--ghost:hover{background:color-mix(in oklch,var(--color-text) 6%,transparent);border-color:color-mix(in oklch,var(--color-text) 15%,transparent)}.lp-btn--ghost:hover .lp-btn__icon{transform:translate(3px)}.lp-btn__icon{width:16px;height:16px;display:inline-flex;transition:transform var(--duration-fast, .15s) var(--ease-out-quart, ease)}.lp-btn__icon svg{width:100%;height:100%}.glass-card{background:var(--glass-surface-strong);backdrop-filter:blur(var(--glass-blur, 24px)) saturate(var(--glass-saturate, 180%));-webkit-backdrop-filter:blur(var(--glass-blur, 24px)) saturate(var(--glass-saturate, 180%));border:1px solid var(--glass-border);border-radius:var(--radius-2xl, 1.5rem);box-shadow:var(--shadow-card)}.section-title{font-size:var(--text-3xl, 2rem);font-weight:800;letter-spacing:-.03em;color:var(--color-text);text-align:center;margin-block-end:var(--space-10, 2.5rem)}.ambient-orbs{position:fixed;inset:0;overflow:hidden;overflow:clip;pointer-events:none;z-index:0}.orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0;will-change:transform}.orb--1{width:600px;height:600px;top:-200px;right:-150px;background:color-mix(in oklch,var(--theme-primary) 18%,transparent);animation:orb-drift-1 20s ease-in-out infinite alternate}.orb--2{width:500px;height:500px;bottom:20%;left:-200px;background:color-mix(in oklch,var(--theme-secondary) 15%,transparent);animation:orb-drift-2 25s ease-in-out infinite alternate}.orb--3{width:400px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%);background:color-mix(in oklch,var(--theme-accent) 10%,transparent);animation:orb-drift-3 18s ease-in-out infinite alternate}@keyframes orb-drift-1{0%{transform:translate(0)}to{transform:translate(-40px,60px)}}@keyframes orb-drift-2{0%{transform:translate(0)}to{transform:translate(50px,-40px)}}@keyframes orb-drift-3{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1.15)}}.rsvp-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:var(--radius-pill, 9999px);font-size:.75rem;font-weight:700;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border)}.rsvp-pill em{font-style:normal;font-weight:500;color:var(--color-text-2)}.rsvp-pill__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.rsvp-pill--yes .rsvp-pill__dot{background:var(--color-success);box-shadow:0 0 0 3px color-mix(in oklch,var(--color-success) 20%,transparent);animation:pulse-dot 2.2s ease-in-out infinite}.rsvp-pill--maybe .rsvp-pill__dot{background:var(--color-warning)}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px color-mix(in oklch,var(--color-success) 20%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in oklch,var(--color-success) 10%,transparent)}}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){.animate-on-scroll{animation:fade-in-up linear both;animation-timeline:view();animation-range:entry 0% entry 30%;animation-delay:var(--d, 0s)}}}@media(prefers-reduced-motion:no-preference){html.js-ready[data-reveal-fallback] .animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease-out-quart, ease),transform .6s var(--ease-out-quart, ease);transition-delay:var(--d, 0s)}html.js-ready[data-reveal-fallback] .animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.animate-on-scroll,.orb,.rsvp-pill--yes .rsvp-pill__dot{animation:none!important}.lp-btn--primary:hover{transform:none}}@media(max-width:480px){.lp-section{padding-block:2rem}.lp-btn{justify-content:center}}
