:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.pg-hero{text-align:center;background:linear-gradient(135deg,#2a0a0a 0%,#3d0c0c 40%,#4a1515 100%);flex-direction:column;justify-content:center;align-items:center;padding:6rem 5% 5rem;display:flex;position:relative;overflow:hidden}.pg-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6b10102e,#0000 70%);border-radius:50%;width:560px;height:560px;position:absolute;top:-200px;right:-150px}.pg-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4a0550f,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-120px;left:-120px}.pg-hero__pattern{opacity:.04;pointer-events:none;background-image:repeating-linear-gradient(45deg,wheat 0,#0000 0 50%);background-size:20px 20px;position:absolute;inset:0}.pg-hero__content{z-index:1;max-width:52rem;position:relative}.pg-hero__breadcrumb{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.pg-hero__breadcrumb a{color:#ffffff8c;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s}.pg-hero__breadcrumb a:hover{color:wheat}.pg-hero__breadcrumb svg{color:#ffffff4d;flex-shrink:0;width:14px;height:14px}.pg-hero__breadcrumb span{color:wheat;font-size:.8125rem;font-weight:500}.pg-hero__pre{color:wheat;letter-spacing:2.5px;text-transform:uppercase;opacity:.85;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.6875rem;font-weight:700;display:flex}.pg-hero__pre:before,.pg-hero__pre:after{content:"";opacity:.5;background:wheat;width:20px;height:1px}.pg-hero h1{color:#fff;letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.125rem,5vw,3.5rem);font-weight:800;line-height:1.15}.pg-hero__sub{color:#fff9;max-width:38rem;margin:0 auto;font-size:1rem;line-height:1.7}.pg-hero__scroll{z-index:1;border:2px solid #fff3;border-radius:12px;justify-content:center;align-items:flex-start;width:24px;height:40px;padding-top:6px;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.pg-hero__scroll-dot{opacity:.7;background:wheat;border-radius:2px;width:4px;height:8px;animation:1.6s ease-in-out infinite scrollBounce}@keyframes scrollBounce{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:.2;transform:translateY(10px)}}@media (max-width:600px){.pg-hero{padding:5rem 5% 4rem}}
