.hp-root{--hp-serif:var(--font-playfair),"Playfair Display",Georgia,serif;--hp-sans:var(--font-raleway),"Raleway",system-ui,sans-serif;--hp-ease:cubic-bezier(0.25,0.46,0.45,0.94);--hp-violet:#7c5cbf;--hp-rose:#db2777;--hp-rose-light:#f9a8d4;--hp-rose-accent:#f472b6;--hp-bg:#fdfaf6;--hp-surface:#f5f0ea;--hp-surface-alt:#ece5db;--hp-border:rgba(124,92,191,.12);--hp-text:#3a2e28;--hp-text-muted:#9e9284;--hp-text-heading:#2a211a;--hp-accent:#7c5cbf;--hp-accent2:#6d4dae;--hp-accent-soft:rgba(124,92,191,.08);--hp-accent-border:rgba(124,92,191,.15);--hp-card-bg:#fff;--hp-card-border:rgba(124,92,191,.1);--hp-card-shadow:0 20px 60px rgba(124,92,191,.06);--hp-pill-bg:rgba(124,92,191,.06);--hp-pill-text:#7c5cbf;--hp-pill-border:rgba(124,92,191,.1);--hp-divider-line:rgba(124,92,191,.2);--hp-divider-diamond:#7c5cbf;--hp-ornament-line:rgba(124,92,191,.15);--hp-topline-color:rgba(124,92,191,.15);--hp-stat-color:#7c5cbf;font-family:var(--hp-sans);background:var(--hp-bg);color:var(--hp-text);overflow-x:hidden}:root.dark .hp-root,html.dark .hp-root{--hp-bg:#0c0a09;--hp-surface:#1c1917;--hp-surface-alt:#2a211a;--hp-border:rgba(167,139,250,.12);--hp-text:hsla(34,64%,98%,.88);--hp-text-muted:#9e9284;--hp-text-heading:#fff;--hp-accent:#a78bfa;--hp-accent2:#c4b5fd;--hp-accent-soft:rgba(167,139,250,.1);--hp-accent-border:rgba(167,139,250,.15);--hp-card-bg:#1c1917;--hp-card-border:rgba(167,139,250,.08);--hp-card-shadow:0 20px 60px rgba(124,92,191,.1);--hp-pill-bg:rgba(167,139,250,.1);--hp-pill-text:#c4b5fd;--hp-pill-border:rgba(167,139,250,.15);--hp-divider-line:rgba(167,139,250,.3);--hp-divider-diamond:#a78bfa;--hp-ornament-line:rgba(167,139,250,.15);--hp-topline-color:rgba(167,139,250,.2);--hp-stat-color:#c4b5fd}@keyframes hp-fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-slideRight{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes hp-scrollDown{0%,to{opacity:1;transform:translateX(-50%) translateY(0)}50%{opacity:.3;transform:translateX(-50%) translateY(14px)}}@keyframes hp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes hp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.hp-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--hp-ease),transform .7s var(--hp-ease)}.hp-reveal--show{opacity:1;transform:translateY(0)}.hp-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;text-align:center;margin-top:-64px;padding-top:120px}.hp-hero__bg{position:absolute;inset:0;background:linear-gradient(160deg,#1a1030,#0c0a09 30%,#0a0a12 60%,#12081e)}.hp-hero__texture{position:absolute;inset:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' 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-size:256px}.hp-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,14,.2) 0,rgba(10,8,14,.6))}.hp-hero__frame{position:absolute;width:60px;height:60px;border-color:rgba(167,139,250,.15);border-style:solid;pointer-events:none;z-index:2}.hp-hero__frame--tl{top:3rem;left:3rem;border-width:1px 0 0 1px}.hp-hero__frame--tr{top:3rem;right:3rem;border-width:1px 1px 0 0}.hp-hero__frame--bl{bottom:3rem;left:3rem;border-width:0 0 1px 1px}.hp-hero__frame--br{bottom:3rem;right:3rem;border-width:0 1px 1px 0}.hp-hero__inner{position:relative;z-index:2;padding:2rem;max-width:900px}.hp-hero__overline{font-size:.62rem;font-weight:600;letter-spacing:.45em;text-transform:uppercase;color:#a78bfa;margin-bottom:2rem;display:block;opacity:0;animation:hp-fadeUp 1s var(--hp-ease) .3s forwards}.hp-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.2rem;border-radius:100px;background:rgba(167,139,250,.15);border:1px solid rgba(167,139,250,.25);font-size:.7rem;font-weight:600;letter-spacing:.1em;color:#c4b5fd;margin-bottom:1.5rem;opacity:0;animation:hp-fadeUp 1s var(--hp-ease) .2s forwards}.hp-hero__headline{font-family:var(--hp-serif);font-weight:400;font-size:clamp(3rem,7vw,6rem);line-height:.95;color:#fff;letter-spacing:-.02em;opacity:0;animation:hp-fadeUp 1.2s var(--hp-ease) .5s forwards}.hp-hero__headline-accent{font-style:italic;color:#c4b5fd}.hp-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem auto}.hp-hero .hp-divider__line{width:60px;height:1px;background:rgba(167,139,250,.3)}.hp-hero .hp-divider__diamond{width:7px;height:7px;background:#a78bfa;transform:rotate(45deg)}.hp-hero__divider{opacity:0;animation:hp-fadeUp 1s var(--hp-ease) .7s forwards}.hp-hero__subtitle{font-size:1.1rem;font-weight:400;letter-spacing:.02em;color:hsla(0,0%,100%,.55);max-width:560px;margin:0 auto 2.5rem;line-height:1.7;opacity:0;animation:hp-fadeUp 1s var(--hp-ease) .8s forwards}.hp-hero__subtitle strong{color:hsla(0,0%,100%,.85);font-weight:500}.hp-hero__actions{display:flex;gap:1rem;justify-content:center;opacity:0;animation:hp-fadeUp 1s var(--hp-ease) 1s forwards}.hp-hero__trust{margin-top:2rem;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:hsla(0,0%,100%,.25);opacity:0;animation:hp-fadeUp 1s var(--hp-ease) 1.2s forwards}.hp-hero__resume{margin-top:1.5rem;animation:hp-fadeUp 1s var(--hp-ease) 1.3s forwards}.hp-hero__resume,.hp-scroll-hint{opacity:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hp-scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:3;animation:hp-fadeUp 1s var(--hp-ease) 1.5s forwards}.hp-scroll-mouse{width:22px;height:36px;border:1px solid rgba(167,139,250,.35);border-radius:12px;position:relative}.hp-scroll-mouse:after{content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);width:3px;height:7px;background:#a78bfa;border-radius:2px;animation:hp-scrollDown 2s ease-in-out infinite}.hp-scroll-hint__txt{font-size:.5rem;letter-spacing:.3em;text-transform:uppercase;color:hsla(0,0%,100%,.2)}.hp-root .hp-btn-primary:-moz-any-link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 3rem;background:var(--hp-violet);color:#fff;font-family:var(--hp-sans);font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border:none;border-radius:2px;cursor:pointer;-moz-transition:all .3s var(--hp-ease);transition:all .3s var(--hp-ease);text-decoration:none}.hp-root .hp-btn-primary,.hp-root .hp-btn-primary:any-link,.hp-root .hp-btn-primary:link,.hp-root .hp-btn-primary:visited{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 3rem;background:var(--hp-violet);color:#fff;font-family:var(--hp-sans);font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border:none;border-radius:2px;cursor:pointer;transition:all .3s var(--hp-ease);text-decoration:none}.hp-root .hp-btn-primary:active,.hp-root .hp-btn-primary:hover{filter:brightness(1.15);transform:translateY(-2px);box-shadow:0 14px 40px rgba(124,92,191,.4);color:#fff;text-decoration:none}.hp-root .hp-btn-ghost:-moz-any-link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.8rem;border:1px solid rgba(167,139,250,.35);color:#c4b5fd;background:transparent;font-family:var(--hp-sans);font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border-radius:2px;cursor:pointer;-moz-transition:all .3s var(--hp-ease);transition:all .3s var(--hp-ease);text-decoration:none}.hp-root .hp-btn-ghost,.hp-root .hp-btn-ghost:any-link,.hp-root .hp-btn-ghost:link,.hp-root .hp-btn-ghost:visited{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.8rem;border:1px solid rgba(167,139,250,.35);color:#c4b5fd;background:transparent;font-family:var(--hp-sans);font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border-radius:2px;cursor:pointer;transition:all .3s var(--hp-ease);text-decoration:none}.hp-root .hp-btn-ghost:active,.hp-root .hp-btn-ghost:hover{border-color:#a78bfa;color:#fff;text-decoration:none}.hp-root .hp-btn-primary svg,.hp-root .hp-btn-rose svg{color:#fff;stroke:#fff}.hp-root .hp-btn-rose:-moz-any-link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:transparent;color:#fff;font-family:var(--hp-sans);font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.35);border-radius:0;cursor:pointer;-moz-transition:all .3s var(--hp-ease);transition:all .3s var(--hp-ease);text-decoration:none}.hp-root .hp-btn-rose,.hp-root .hp-btn-rose:any-link,.hp-root .hp-btn-rose:link,.hp-root .hp-btn-rose:visited{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:transparent;color:#fff;font-family:var(--hp-sans);font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.35);border-radius:0;cursor:pointer;transition:all .3s var(--hp-ease);text-decoration:none}.hp-root .hp-btn-rose:active,.hp-root .hp-btn-rose:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.6);transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,0%,100%,.06);color:#fff;text-decoration:none}.hp-section-label{font-size:.58rem;font-weight:600;letter-spacing:.42em;text-transform:uppercase;color:var(--hp-accent);display:block;margin-bottom:.8rem}.hp-section-heading{font-family:var(--hp-serif);font-weight:400;font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:var(--hp-text-heading);margin-bottom:.6rem}.hp-section-heading em{font-style:italic;color:var(--hp-accent2)}.hp-ornament{display:flex;align-items:center;gap:1rem;margin:1.5rem 0 4rem;max-width:300px}.hp-ornament__line{flex:1;height:1px;background:var(--hp-ornament-line)}.hp-ornament__leaf{color:var(--hp-accent);font-size:.8rem}.hp-topline{position:relative}.hp-topline:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--hp-topline-color),transparent)}.hp-divider__line{width:60px;height:1px;background:var(--hp-divider-line)}.hp-divider__diamond{width:7px;height:7px;background:var(--hp-divider-diamond);transform:rotate(45deg)}.hp-showcases-wrap{background:var(--hp-bg);position:relative}.hp-how{background:var(--hp-surface);padding:8rem 4rem;position:relative}.hp-how__inner{max-width:1000px;margin:0 auto}.hp-steps{position:relative;padding-left:3rem}.hp-steps:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--hp-violet),var(--hp-accent-border) 70%,transparent)}.hp-step{position:relative;margin-bottom:4rem}.hp-step:last-child{margin-bottom:0}.hp-step:before{content:"";position:absolute;left:-3.4rem;top:.3rem;width:10px;height:10px;border-radius:50%;background:var(--hp-surface);border:2px solid var(--hp-violet)}.hp-step__number{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--hp-accent);font-weight:600;margin-bottom:.5rem}.hp-step__title{font-family:var(--hp-serif);font-size:1.6rem;color:var(--hp-text-heading);margin-bottom:.6rem;font-weight:400}.hp-step__text{font-size:.95rem;line-height:1.85;color:var(--hp-text-muted);max-width:500px}.hp-step__pills{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.hp-pill{padding:.35rem .8rem;border-radius:100px;font-size:.58rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--hp-pill-bg);color:var(--hp-pill-text);border:1px solid var(--hp-pill-border)}.hp-features{background:var(--hp-bg);padding:8rem 4rem;position:relative}.hp-features__inner{max-width:1100px;margin:0 auto}.hp-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hp-fcard{background:var(--hp-card-bg);border:1px solid var(--hp-card-border);padding:2.5rem 2rem;transition:all .4s var(--hp-ease);position:relative;overflow:hidden;border-radius:2px}.hp-fcard:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--hp-violet),transparent);opacity:0;transition:opacity .4s}.hp-fcard:hover:before{opacity:1}.hp-fcard:hover{border-color:var(--hp-accent-border);transform:translateY(-4px);box-shadow:var(--hp-card-shadow)}.hp-fcard--large{grid-column:1/3;grid-row:1/3;padding:3rem;display:flex;flex-direction:column;justify-content:space-between}.hp-fcard__icon{width:40px;height:40px;border-radius:10px;background:var(--hp-accent-soft);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--hp-accent)}.hp-fcard__title{font-family:var(--hp-serif);font-size:1.2rem;color:var(--hp-text-heading);font-weight:400;margin-bottom:.8rem}.hp-fcard--large .hp-fcard__title{font-size:1.8rem}.hp-fcard__text{font-size:.85rem;line-height:1.8;color:var(--hp-text-muted)}.hp-fcard__stats{display:flex;gap:2rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--hp-card-border)}.hp-fcard__stat-num{font-family:var(--hp-serif);font-size:2rem;color:var(--hp-stat-color);display:block;line-height:1}.hp-fcard__stat-label{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--hp-text-muted);margin-top:.3rem}.hp-quote{background:var(--hp-surface-alt);padding:6rem 4rem;text-align:center;position:relative;overflow:hidden}.hp-quote__deco{position:absolute;font-family:var(--hp-serif);font-size:28rem;color:var(--hp-accent-soft);top:-5rem;left:50%;transform:translateX(-50%);line-height:1;pointer-events:none;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hp-quote__text{font-family:var(--hp-serif);font-style:italic;font-weight:400;font-size:clamp(1.4rem,3vw,2.2rem);color:var(--hp-text-heading);line-height:1.5;max-width:700px;margin:0 auto;position:relative;z-index:1}.hp-quote__author{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;position:relative;z-index:1}.hp-quote__avatar{-o-object-fit:cover;object-fit:cover}.hp-quote__avatar,.hp-quote__avatar-fallback{width:48px;height:48px;border-radius:50%;border:2px solid var(--hp-accent-border)}.hp-quote__avatar-fallback{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;background:linear-gradient(135deg,var(--hp-violet),#a855f7)}.hp-quote__name{font-family:var(--hp-sans);font-size:.8rem;font-weight:600;color:var(--hp-text)}.hp-quote__title{font-size:.6rem;letter-spacing:.2em;margin-top:.2rem}.hp-quote__source,.hp-quote__title{font-family:var(--hp-sans);text-transform:uppercase;color:var(--hp-accent)}.hp-quote__source{font-size:.62rem;letter-spacing:.32em;margin-top:1.8rem;display:block;font-style:normal}.hp-wedding{background:var(--hp-surface);padding:8rem 4rem;position:relative}.hp-wedding:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(244,114,182,.2),transparent)}.hp-wedding__inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hp-wedding__label{font-size:.58rem;font-weight:600;letter-spacing:.42em;text-transform:uppercase;color:var(--hp-rose-accent);margin-bottom:.8rem}.hp-wedding__heading{font-family:var(--hp-serif);font-weight:400;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.2;color:var(--hp-text-heading);margin-bottom:1rem}.hp-wedding__heading em{color:var(--hp-rose-light);font-style:italic}.hp-root .hp-wedding__heading em{color:var(--hp-rose)}:root.dark .hp-root .hp-wedding__heading em,html.dark .hp-root .hp-wedding__heading em{color:var(--hp-rose-light)}.hp-wedding__text{font-size:.92rem;line-height:1.85;color:var(--hp-text-muted);margin-bottom:2rem}.hp-wedding-preview{position:relative;background:linear-gradient(160deg,#2a1f2e,#1c1520 50%,#14101a);border:1px solid rgba(244,114,182,.1);border-radius:16px;padding:3rem 2rem;text-align:center;overflow:hidden}.hp-wedding-preview__frame{position:absolute;width:40px;height:40px;border-color:rgba(244,114,182,.15);border-style:solid;pointer-events:none}.hp-wedding-preview__frame--tl{top:1.5rem;left:1.5rem;border-width:1px 0 0 1px}.hp-wedding-preview__frame--br{bottom:1.5rem;right:1.5rem;border-width:0 1px 1px 0}.hp-wedding-preview__overline{font-size:.5rem;letter-spacing:.4em;text-transform:uppercase;color:#f9a8d4;margin-bottom:1.5rem}.hp-wedding-preview__names{font-family:var(--hp-serif);font-size:2.5rem;font-weight:400;color:#fff;line-height:1;margin-bottom:.3rem}.hp-wedding-preview__amp{font-style:italic;color:#f9a8d4;font-size:.6em;margin:0 .15em}.hp-wedding-preview__date{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:hsla(0,0%,100%,.35);margin-top:1.5rem}.hp-wedding-preview__pills{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.hp-wedding-pill{padding:.3rem .7rem;border-radius:100px;font-size:.5rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;background:rgba(244,114,182,.1);color:#f9a8d4;border:1px solid rgba(244,114,182,.15)}.hp-divider--rose .hp-divider__line{background:rgba(244,114,182,.3)}.hp-divider--rose .hp-divider__diamond{background:#f472b6;width:5px;height:5px}.hp-final{background:var(--hp-bg);padding:8rem 4rem;text-align:center;position:relative;overflow:hidden}.hp-final__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(124,92,191,.08) 0,transparent 70%);pointer-events:none}.hp-final__heading{font-family:var(--hp-serif);font-weight:400;font-size:clamp(2rem,4vw,3rem);color:var(--hp-text-heading);margin-bottom:1rem;position:relative;z-index:1}.hp-final__heading em{color:var(--hp-accent2);font-style:italic}.hp-final__subtext{font-size:.95rem;margin-bottom:2.5rem}.hp-final__note,.hp-final__subtext{color:var(--hp-text-muted);position:relative;z-index:1}.hp-final__note{margin-top:1.5rem;font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;opacity:.5}.hp-footer{background:var(--hp-surface-alt);padding:3rem 4rem;text-align:center}.hp-footer__brand{font-family:var(--hp-serif);font-size:1.6rem;color:var(--hp-text-heading);opacity:.7;margin-bottom:.5rem}.hp-footer__tagline{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--hp-text-muted);opacity:.5;margin-bottom:1.5rem}.hp-footer__links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.hp-footer__links a{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--hp-text-muted);opacity:.6;transition:color .3s,opacity .3s;text-decoration:none}.hp-footer__links a:hover{color:var(--hp-accent);opacity:1}.hp-footer__copy{font-size:.7rem;color:var(--hp-text-muted);opacity:.3}@media (max-width:768px){.hp-hero__frame{display:none}.hp-hero__actions{flex-direction:column;align-items:center}.hp-features,.hp-how{padding:5rem 1.5rem}.hp-features__grid{grid-template-columns:1fr}.hp-fcard--large{grid-column:auto;grid-row:auto}.hp-quote{padding:4rem 1.5rem}.hp-wedding{padding:5rem 1.5rem}.hp-wedding__inner{grid-template-columns:1fr;gap:3rem;text-align:center}.hp-final{padding:5rem 1.5rem}.hp-footer{padding:2rem 1.5rem}.hp-footer__links{gap:1rem}}