:root{--theme-primary: #b86b70;--theme-secondary: #ebdcd7;--theme-accent: #8fa89b;--theme-background: #faf6f0;--theme-text: #4e3e3b;--theme-surface: #ffffff;--theme-primary-light: color-mix(in srgb, var(--theme-primary) 80%, white);--theme-primary-dark: color-mix(in srgb, var(--theme-primary) 80%, black);--theme-primary-soft: rgba(0, 0, 0, .05);--theme-background-warm: color-mix(in srgb, var(--theme-background) 95%, black);--theme-border: var(--theme-secondary);--theme-text-secondary: color-mix(in srgb, var(--theme-text) 70%, var(--theme-background));--theme-text-muted: color-mix(in srgb, var(--theme-text) 50%, var(--theme-background));--theme-scrim-strong: rgba(0, 0, 0, .95);--theme-scrim-control: rgba(0, 0, 0, .4);--theme-scrim-control-hover: rgba(0, 0, 0, .6);--theme-scrim-soft: rgba(0, 0, 0, .3);--theme-scrim-photo-strong: rgba(0, 0, 0, .35);--theme-scrim-photo-soft: rgba(0, 0, 0, .05);--theme-scrim-border: rgba(255, 255, 255, .12);--theme-scrim-border-soft: rgba(255, 255, 255, .18);--theme-scrim-text: rgba(255, 255, 255, .82);--theme-scrim-text-soft: rgba(255, 255, 255, .9);--theme-scrim-text-strong: rgba(255, 255, 255, .98);--theme-ease: cubic-bezier(.4, 0, .2, 1);--theme-ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--theme-ease-cinematic: cubic-bezier(.25, .1, .25, 1);--theme-duration-fast: .2s;--theme-duration: .4s;--theme-duration-slow: .8s;--theme-duration-cinematic: 1.2s;--theme-glass-bg: rgba(255, 255, 255, .42);--theme-glass-border: rgba(255, 255, 255, .6);--theme-glass-blur: 10px;--theme-glass-bg-heavy: rgba(255, 255, 255, .55);--theme-radius: 1rem;--theme-radius-sm: .75rem;--theme-radius-lg: 1.5rem;--theme-radius-xl: 2rem;--theme-radius-full: 9999px}:root{--theme-font-heading: "Playfair Display", Georgia, serif;--theme-font-body: "Instrument Sans", "Inter", sans-serif;--theme-font-accent: "Great Vibes", cursive;--theme-font-decorative: "Cinzel", serif}.font-heading{font-family:var(--theme-font-heading)}.font-body{font-family:var(--theme-font-body)}.font-accent{font-family:var(--theme-font-accent)}.font-decorative{font-family:var(--theme-font-decorative)}:root{--theme-space-3xs: .125rem;--theme-space-2xs: .25rem;--theme-space-xs: .5rem;--theme-space-sm: 1rem;--theme-space-md: 1.5rem;--theme-space-lg: 2rem;--theme-space-xl: 2.5rem;--theme-space-2xl: 3rem;--theme-space-3xl: 4rem;--theme-space-4xl: 5rem;--theme-space-5xl: 6rem;--theme-section-py: 4rem;--theme-section-px: 2rem;--theme-section-py-mobile: 3rem;--theme-section-px-mobile: 1.5rem}@media(max-width:768px){:root{--theme-section-py: var(--theme-section-py-mobile);--theme-section-px: var(--theme-section-px-mobile)}}@media(max-width:480px){:root{--theme-section-py: 2.25rem}}:root{--theme-shadow-color-sm: rgba(0, 0, 0, .05);--theme-shadow-color-md: rgba(0, 0, 0, .07);--theme-shadow-color-lg: rgba(0, 0, 0, .09);--theme-shadow-color-glow: rgba(0, 0, 0, .15);--theme-shadow-color-accent: rgba(0, 0, 0, .12);--theme-shadow-sm: 0 2px 8px var(--theme-shadow-color-sm);--theme-shadow-md: 0 8px 24px var(--theme-shadow-color-md);--theme-shadow-lg: 0 16px 48px var(--theme-shadow-color-lg);--theme-shadow-glow: 0 0 20px var(--theme-shadow-color-glow);--theme-shadow-accent: 0 4px 20px var(--theme-shadow-color-accent)}.theme-gradient-linear{background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-primary-dark) 100%)}.theme-gradient-soft{background:linear-gradient(180deg,#fff0,#ffffff80,#fffc)}.theme-gradient-radial-glow{background:radial-gradient(circle,var(--theme-primary-soft) 0%,transparent 70%)}.theme-gradient-gold-glow{background:radial-gradient(circle,var(--theme-gold-glow) 0%,transparent 70%)}.theme-gradient-accent-radial{background:radial-gradient(circle at center,var(--theme-accent-soft) 0%,transparent 75%)}.theme-gradient-overlay-cinematic{background:linear-gradient(180deg,rgba(var(--theme-overlay-color-rgb, 251, 243, 233),.15),rgba(var(--theme-overlay-color-rgb, 251, 243, 233),.05) 30% 60%,rgba(var(--theme-overlay-color-rgb, 251, 243, 233),.4) 85%,rgba(var(--theme-overlay-color-rgb, 251, 243, 233),.7))}.theme-bg-paper{background-color:var(--theme-background);background-image:var(--theme-background-texture, none);background-repeat:repeat;background-size:auto}.theme-bg-paper-overlay{position:absolute;inset:0;background-image:var(--theme-background-texture, none);background-repeat:repeat;background-size:auto;mix-blend-mode:multiply;pointer-events:none;z-index:1;opacity:.85}.theme-card-paper{background-color:var(--theme-surface, #ffffff);background-image:var(--theme-background-texture, none);background-repeat:repeat;background-size:auto;background-blend-mode:multiply}.theme-glass{background:var(--theme-glass-bg);border:1px solid var(--theme-glass-border);backdrop-filter:blur(var(--theme-glass-blur));-webkit-backdrop-filter:blur(var(--theme-glass-blur))}.theme-glass-heavy{background:var(--theme-glass-bg-heavy);border:1px solid var(--theme-glass-border);backdrop-filter:blur(var(--theme-glass-blur));-webkit-backdrop-filter:blur(var(--theme-glass-blur))}.theme-inner-highlight{position:relative}.theme-inner-highlight:after{content:"";position:absolute;inset:1px;border:1px solid rgba(255,255,255,.45);pointer-events:none;border-radius:inherit;z-index:2}.theme-noise-overlay{position:relative}.theme-noise-overlay:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.015}.theme-photo-matting{padding:10px;background:var(--theme-background);border:1px solid var(--theme-secondary);box-shadow:var(--theme-shadow-md)}.theme-photo-vignette{-webkit-mask-image:radial-gradient(circle,#000 62%,transparent 100%);mask-image:radial-gradient(circle,#000 62%,transparent 100%)}.theme-light-leak{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 20% 30%,rgba(255,230,200,.06) 0%,rgba(255,210,180,.02) 40%,transparent 70%);pointer-events:none;z-index:1;contain:strict;animation:lightLeakGlow 18s ease-in-out infinite alternate}@keyframes lightLeakGlow{0%{transform:scale(1) rotate(0);opacity:.5}50%{transform:scale(1.03) rotate(3deg);opacity:.7}to{transform:scale(1) rotate(-3deg);opacity:.5}}:root{--color-rosegold-500: #9C4A52;--color-gold-500: #D4AF37;--color-gold-dark: #B8860B;--theme-primary: #9C4A52;--theme-secondary: #B8860B;--theme-accent: #D4AF37;--theme-background: #1A0E12;--theme-text: #F3E7E2;--theme-surface: rgba(58, 25, 32, .55);--theme-overlay-color-rgb: 26, 14, 18;--theme-primary-light: #b56069;--theme-primary-dark: #7a353c;--theme-primary-soft: rgba(156, 74, 82, .15);--theme-border: rgba(184, 134, 11, .35);--theme-text-secondary: #B7A6A2;--theme-text-muted: rgba(243, 231, 226, .5);--theme-font-heading: "Playfair Display", serif;--theme-font-body: "Inter", sans-serif;--theme-font-accent: "Great Vibes", cursive;--theme-font-decorative: "Cinzel", serif;--theme-radius: .75rem;--theme-radius-sm: .5rem;--theme-radius-lg: 1rem;--theme-radius-xl: 1.25rem;--theme-shadow-soft: 0 10px 20px rgba(0, 0, 0, .03);--theme-shadow-medium: 0 20px 40px rgba(0, 0, 0, .05);--theme-shadow-premium: 0 30px 60px rgba(0, 0, 0, .08);--theme-shadow-sm: var(--theme-shadow-soft);--theme-shadow-md: var(--theme-shadow-medium);--theme-shadow-lg: var(--theme-shadow-premium);--theme-section-py: 4rem;--theme-section-px: 1.5rem;--hero-gap-lg: 2.5rem;--hero-gap-md: 1.5rem;--hero-gap-sm: .75rem;--theme-duration: .4s;--theme-duration-slow: .8s;--theme-ease: cubic-bezier(.165, .84, .44, 1)}.theme-premium-cinematic{color:var(--theme-text)}.theme-premium-cinematic .hero-section{background:radial-gradient(ellipse at top center,#3a1920,#240f14 40%,#14080a 75%,#0a0405);color:#fff;position:relative;overflow:hidden}.film-grain-overlay{position:absolute;inset:0;pointer-events:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.05;animation:film-grain 8s steps(10) infinite}.hero-photo-frame{aspect-ratio:3 / 4;width:68%;max-width:260px;margin:0 auto;padding:6px;background:#fff8f014;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(212,175,55,.4);border-radius:var(--theme-radius-xl, 1.25rem);box-shadow:0 20px 40px #0006,inset 0 0 15px #d4af371a;position:relative;overflow:hidden;transition:transform var(--theme-duration, .4s) var(--theme-ease)}.hero-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center 22%;border-radius:calc(var(--theme-radius-xl, 1.25rem) - 4px);filter:saturate(1.03) contrast(1.05) brightness(.98)}.theme-premium-cinematic .cinematic-card,.theme-premium-cinematic .event-card,.theme-premium-cinematic .story-card,.theme-premium-cinematic .countdown-card,.theme-premium-cinematic .gift-card,.theme-premium-cinematic .guest-wish-card{background-color:var(--theme-surface);border:1px solid rgba(212,175,55,.25);box-shadow:var(--theme-shadow-soft);border-radius:var(--theme-radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .5s cubic-bezier(.165,.84,.44,1)}.theme-premium-cinematic .cinematic-card:hover,.theme-premium-cinematic .event-card:hover,.theme-premium-cinematic .story-card:hover,.theme-premium-cinematic .countdown-card:hover,.theme-premium-cinematic .gift-card:hover,.theme-premium-cinematic .guest-wish-card:hover{transform:translateY(-2px);border-color:#d4af3766;box-shadow:var(--theme-shadow-medium)}.theme-premium-cinematic{font-family:var(--theme-font-body)}.theme-premium-cinematic .font-heading,.theme-premium-cinematic h1,.theme-premium-cinematic h2,.theme-premium-cinematic h3,.theme-premium-cinematic .section-title,.theme-premium-cinematic .hero-names{font-family:var(--theme-font-heading);color:var(--theme-primary)}.theme-premium-cinematic .font-accent{font-family:var(--theme-font-accent)}.theme-premium-cinematic .hero-subtitle{color:var(--theme-accent);letter-spacing:.4em;text-transform:uppercase}.theme-premium-cinematic .hero-names{font-family:var(--theme-font-accent);color:#fff;font-size:clamp(2.2rem,10vw,4.5rem);line-height:1.15;text-shadow:0 4px 20px rgba(0,0,0,.5)}.theme-premium-cinematic .section-divider-wrapper{min-height:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;position:relative}.theme-premium-cinematic .story-line{background-color:var(--theme-secondary);width:1px}.theme-premium-cinematic .event-map-btn{background:transparent;border:1px solid var(--theme-primary);color:var(--theme-primary);text-transform:uppercase;letter-spacing:.1em;border-radius:0;transition:all .4s ease}.theme-premium-cinematic .event-map-btn:hover{background:var(--theme-primary);color:#fff}.theme-premium-cinematic input,.theme-premium-cinematic textarea,.theme-premium-cinematic select{border-radius:var(--theme-radius, .75rem);border:1px solid rgba(183,110,121,.35);background:var(--theme-surface);transition:all .3s ease}.theme-premium-cinematic input:focus,.theme-premium-cinematic textarea:focus,.theme-premium-cinematic select:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #b76e7926;outline:none}.theme-premium-cinematic .theme-light-leak{position:fixed;inset:0;z-index:1;pointer-events:none;background-image:radial-gradient(circle at 10% 20%,rgba(183,110,121,.05) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(212,175,55,.04) 0%,transparent 55%);opacity:.8}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cinematic-fade{0%{opacity:0;filter:blur(10px);transform:scale(1.05)}to{opacity:1;filter:blur(0);transform:scale(1)}}@keyframes film-grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-5%)}20%{transform:translate(-10%,5%)}30%{transform:translate(5%,-10%)}40%{transform:translate(-5%,15%)}50%{transform:translate(-10%,5%)}60%{transform:translate(15%)}70%{transform:translateY(10%)}80%{transform:translate(-15%)}90%{transform:translate(10%,5%)}}.animate-spin-slow{animation:spin-slow 6s linear infinite}.theme-premium-cinematic .event-name{color:var(--theme-primary);font-family:var(--theme-font-heading);letter-spacing:.05em}.theme-premium-cinematic .story-dot{border-radius:9999px;border-color:var(--theme-primary);background:var(--theme-surface);box-shadow:0 0 10px #b76e794d}.theme-premium-cinematic .story-dot span{color:var(--theme-primary)}.photo-matting-cinematic{background-color:var(--theme-surface);padding:6px;border:1px solid rgba(212,175,55,.3);border-radius:1rem;box-shadow:0 10px 25px #00000014;position:relative;overflow:hidden}.theme-photo{filter:saturate(1.02) contrast(1.05) brightness(.98);transition:filter .5s ease,transform .5s ease}.theme-photo:hover{filter:saturate(1.08) contrast(1.08) brightness(1)}.cinematic-photo-frame{border:1px solid rgba(183,110,121,.3);outline:1px solid rgba(212,175,55,.2);outline-offset:4px;border-radius:9999px;padding:4px;background:var(--theme-surface)}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#1a0e1299;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--theme-primary),var(--theme-accent));border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--theme-primary)}[x-cloak]{display:none!important}
