: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-sogan-900: #241610;--color-sogan-800: #3A2217;--color-sogan-700: #4A2C1D;--color-sogan-500: #6B422B;--color-sogan-300: #8B5E34;--color-sogan-100: #B88E65;--color-lawon-50: #FAF6EF;--color-lawon-100: #F5EDE0;--color-lawon-200: #EADBC8;--color-lawon-300: #D8C3AA;--color-emas-300: #E5C87A;--color-emas-500: #C9A24B;--color-emas-700: #9A782E;--color-emas-900: #684F19;--color-lumut-500: #5C6B47;--theme-primary: var(--color-sogan-700);--theme-secondary: var(--color-sogan-300);--theme-accent: var(--color-emas-500);--theme-background: var(--color-lawon-100);--theme-background-dark: var(--color-sogan-900);--theme-text: #3A2A1F;--theme-text-inverse: #F0E4D0;--theme-text-muted: #8C7565;--theme-surface: rgba(74, 44, 29, .55);--theme-surface-light: rgba(255, 252, 245, .65);--theme-overlay-color-rgb: 36, 22, 16;--theme-primary-light: var(--color-sogan-500);--theme-primary-dark: var(--color-sogan-900);--theme-primary-soft: rgba(74, 44, 29, .08);--theme-border: var(--color-sogan-300);--theme-border-gold: rgba(201, 162, 75, .4);--theme-gold-glow: rgba(201, 162, 75, .2);--theme-accent-soft: rgba(201, 162, 75, .1);--theme-sogan-glow: rgba(74, 44, 29, .15);--theme-scrollbar-thumb: rgba(201, 162, 75, .45);--theme-scrollbar-thumb-hover: rgba(201, 162, 75, .75);--theme-glow-gold-rgb: 201, 162, 75;--theme-glow-sogan-rgb: 74, 44, 29;--theme-font-heading: "Cormorant Garamond", Georgia, serif;--theme-font-body: "Instrument Sans", sans-serif;--theme-font-accent: "Marcellus", serif;--theme-font-decorative: "Cormorant Garamond", serif;--theme-radius: .375rem;--theme-radius-sm: .25rem;--theme-radius-lg: .5rem;--theme-radius-xl: .75rem;--theme-shadow-soft: 0 2px 8px rgba(36, 22, 16, .08), 0 1px 3px rgba(36, 22, 16, .04);--theme-shadow-medium: 0 8px 24px rgba(36, 22, 16, .12), 0 0 15px rgba(201, 162, 75, .1);--theme-shadow-premium: 0 20px 48px rgba(36, 22, 16, .25), 0 0 25px rgba(201, 162, 75, .2);--theme-shadow-sm: var(--theme-shadow-soft);--theme-shadow-md: var(--theme-shadow-medium);--theme-shadow-lg: var(--theme-shadow-premium);--theme-card-bg: var(--theme-surface-light);--theme-card-radius: var(--theme-radius-lg);--theme-card-border-color: rgba(201, 162, 75, .35);--theme-card-border: 1px solid var(--theme-card-border-color);--theme-card-shadow: var(--theme-shadow-medium);--theme-section-py: 3.5rem;--theme-section-px: 1.75rem;--theme-section-py-mobile: 2.5rem;--theme-section-px-mobile: 1.25rem}@media(max-width:768px){:root{--theme-section-py: var(--theme-section-py-mobile) !important;--theme-section-px: var(--theme-section-px-mobile) !important}}.theme-javanese-heritage{font-family:var(--theme-font-body);background-color:var(--theme-background);color:var(--theme-text)}.bg-lawon-texture{background-color:var(--theme-background);background-image:radial-gradient(circle at 15% 20%,rgba(201,162,75,.06) 0%,transparent 45%),radial-gradient(circle at 85% 80%,rgba(74,44,29,.05) 0%,transparent 50%),linear-gradient(180deg,#fffcf566,#f5ede0cc);position:relative}.bg-sogan-dark{background-color:var(--theme-background-dark);background-image:radial-gradient(circle at 50% 25%,rgba(201,162,75,.15) 0%,transparent 60%),radial-gradient(circle at 20% 80%,rgba(139,94,52,.12) 0%,transparent 50%),linear-gradient(180deg,#1d110c,#241610,#170e08);color:var(--theme-text-inverse);position:relative}.bg-lawon-texture:before,.bg-sogan-dark: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.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.025}.hero-bg-layer{background-size:cover;background-position:center;background-repeat:no-repeat}.heritage-light-leak{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:32rem;height:18rem;background:radial-gradient(ellipse at 50% 0%,rgba(201,162,75,.18) 0%,transparent 70%);pointer-events:none;z-index:2}.batik-kawung-watermark{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23C9A24B' stroke-width='0.6' stroke-opacity='0.18'%3E%3Cpath d='M20 0 C12 8 12 12 20 20 C28 12 28 8 20 0 Z'/%3E%3Cpath d='M20 20 C12 28 12 32 20 40 C28 32 28 28 20 20 Z'/%3E%3Cpath d='M0 20 C8 12 12 12 20 20 C12 28 8 28 0 20 Z'/%3E%3Cpath d='M20 20 C28 12 32 12 40 20 C32 28 28 28 20 20 Z'/%3E%3Ccircle cx='20' cy='20' r='1.5' fill='%23C9A24B' fill-opacity='0.25'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat}.batik-kawung-border{height:12px;width:100%;background-image:url("data:image/svg+xml,%3Csvg width='30' height='12' viewBox='0 0 30 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0 C10 6 10 6 15 12 C20 6 20 6 15 0 Z M0 6 C6 2 9 2 15 6 C9 10 6 10 0 6 Z M15 6 C21 2 24 2 30 6 C24 10 21 10 15 6 Z' fill='none' stroke='%23C9A24B' stroke-width='0.7' stroke-opacity='0.4'/%3E%3C/svg%3E");background-repeat:repeat-x;opacity:.85}.timeline-parang-spine{background-image:url("data:image/svg+xml,%3Csvg width='16' height='40' viewBox='0 0 16 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40 L16 16 M-4 20 L12 -4 M4 44 L20 20' stroke='%238B5E34' stroke-width='1.2' stroke-opacity='0.35' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='20' r='1' fill='%23C9A24B' fill-opacity='0.5'/%3E%3C/svg%3E");background-repeat:repeat-y;background-position:center}.card-kawung-corner{position:relative}.card-kawung-corner:before,.card-kawung-corner:after{content:"";position:absolute;width:18px;height:18px;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L18 0 L18 2 L2 2 L2 18 L0 18 Z' fill='%23C9A24B' fill-opacity='0.6'/%3E%3Ccircle cx='5' cy='5' r='1.5' fill='%23C9A24B' fill-opacity='0.8'/%3E%3C/svg%3E");background-repeat:no-repeat;z-index:5}.card-kawung-corner:before{top:6px;left:6px}.card-kawung-corner:after{bottom:6px;right:6px;transform:rotate(180deg)}.gapura-frame-container{position:relative;padding:6px;border-radius:6rem 6rem .5rem .5rem;background:linear-gradient(135deg,#c9a24b99,#8b5e3466,#c9a24b99);box-shadow:0 10px 25px #24161033,inset 0 0 12px #c9a24b40}.gapura-frame-inner{position:relative;width:100%;height:100%;border-radius:5.75rem 5.75rem .375rem .375rem;overflow:hidden;background-color:var(--theme-primary)}.theme-photo-javanese{filter:saturate(.92) brightness(1) contrast(1.02) sepia(.08);transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s ease}.theme-photo-javanese:hover{transform:scale(1.03);filter:saturate(.98) brightness(1.03) contrast(1.04) sepia(.05)}.gapura-vignette-overlay{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 40%,transparent 50%,rgba(36,22,16,.55) 100%);z-index:2}.gapura-backdrop-glow{position:absolute;inset:-10px;border-radius:6.5rem 6.5rem 1rem 1rem;background:radial-gradient(circle at 50% 45%,rgba(201,162,75,.22) 0%,transparent 70%);filter:blur(8px);z-index:0}@keyframes fadeUpHeritage{0%{opacity:0;transform:translateY(24px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.animate-fade-up-heritage{animation:fadeUpHeritage 1.2s cubic-bezier(.16,1,.3,1) forwards}@keyframes pulseGold{0%,to{box-shadow:0 0 15px #c9a24b4d,0 0 30px #c9a24b1a}50%{box-shadow:0 0 25px #c9a24b99,0 0 45px #c9a24b40}}.btn-pulse-gold{animation:pulseGold 3s infinite cubic-bezier(.4,0,.6,1)}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spinSlow 8s linear infinite}@keyframes floatHeritage{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(1deg)}}.animate-float-heritage{animation:floatHeritage 6s ease-in-out infinite}@keyframes goldShimmer{0%{background-position:-200% center}to{background-position:200% center}}.text-gold-shimmer{background:linear-gradient(90deg,#c9a24b,#f5ede0,#c9a24b,#9a782e,#c9a24b);background-size:200% auto;color:transparent;-webkit-background-clip:text;background-clip:text;animation:goldShimmer 6s linear infinite}.heritage-section-header{text-align:center;margin-bottom:2.25rem;position:relative}.heritage-subtitle{display:inline-block;font-family:var(--theme-font-accent);font-size:.75rem;text-transform:uppercase;letter-spacing:.25em;font-weight:500;color:var(--theme-accent)}.heritage-title{font-family:var(--theme-font-heading);font-size:clamp(1.65rem,5.5vw,2.25rem);font-weight:600;color:var(--theme-text);margin-top:.25rem;letter-spacing:-.01em}.heritage-title-inverse{color:var(--theme-text-inverse)}.heritage-desc{font-family:var(--theme-font-body);font-size:.8125rem;color:var(--theme-text);opacity:.8;max-width:22rem;margin:.5rem auto 0;line-height:1.65}.hero-cover-javanese{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100dvh;width:100%;position:relative;z-index:10;overflow:hidden}.hero-label-badge{font-family:var(--theme-font-accent);font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--theme-accent)}.hero-names-display{font-family:var(--theme-font-heading);font-size:clamp(2.25rem,7vw,3rem);font-weight:600;line-height:1.15;color:var(--theme-text-inverse);text-shadow:0 2px 10px rgba(0,0,0,.4)}.hero-ampersand{font-family:var(--theme-font-accent);font-size:1.5rem;color:var(--theme-accent);margin:.25rem 0}.hero-date-badge{font-family:var(--theme-font-accent);font-size:.875rem;letter-spacing:.15em;color:var(--theme-text-inverse);opacity:.9}.hero-open-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2.25rem;border-radius:9999px;background:linear-gradient(135deg,#c9a24b,#9a782e);color:#241610;font-family:var(--theme-font-accent);font-size:.875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 4px 20px #c9a24b66;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;border:1px solid rgba(255,252,245,.4)}.hero-open-btn:hover{transform:translateY(-2px) scale(1.03);background:linear-gradient(135deg,#d4af57,#a88435);box-shadow:0 8px 30px #c9a24b99;color:#170e08}.couple-name-title{font-family:var(--theme-font-heading);font-size:1.75rem;font-weight:600;color:var(--theme-primary);margin-top:.75rem}.couple-parents{font-family:var(--theme-font-body);font-size:.8125rem;color:var(--theme-text-muted);line-height:1.5;margin-top:.25rem}.heritage-card{background:var(--theme-surface-light);border:1px solid var(--theme-border-gold);border-radius:var(--theme-radius-md, .5rem);box-shadow:var(--theme-shadow-medium);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .3s ease,box-shadow .3s ease}.heritage-card:hover{transform:translateY(-3px);box-shadow:var(--theme-shadow-premium)}.heritage-card-dark{background:var(--theme-surface);border:1px solid var(--theme-border-gold);border-radius:var(--theme-radius-md, .5rem);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--theme-text-inverse)}.heritage-input{width:100%;background-color:#fffcf5cc;border:1px solid var(--theme-secondary);border-radius:var(--theme-radius);padding:.75rem 1rem;font-family:var(--theme-font-body);font-size:.875rem;color:var(--theme-text);transition:border-color .2s,box-shadow .2s}.heritage-input:focus{outline:none;border-color:var(--theme-accent)!important;box-shadow:0 0 0 3px #c9a24b40!important}.custom-scrollbar-gold{scrollbar-width:thin;scrollbar-color:var(--theme-accent) transparent}.custom-scrollbar-gold::-webkit-scrollbar{width:5px}.custom-scrollbar-gold::-webkit-scrollbar-track{background:transparent}.custom-scrollbar-gold::-webkit-scrollbar-thumb{background-color:var(--theme-accent);border-radius:9999px}[x-cloak]{display:none!important}
