:root{--hero-content-text:#f0ead6;--hero-content-text-secondary:rgba(240,234,214,0.75);--hero-content-accent:#c9a96e;--hero-content-gold:#c9a96e;--hero-content-gold-light:#dfc08a;--hero-content-gradient:linear-gradient(135deg,#c9a96e,#8b6914,#dfc08a);--hero-content-ornament:#c9a96e;--hero-content-focus-outline:3px solid rgba(201,169,110,0.5);--hero-content-body-bg:#0a0a0a}html[data-theme=light]{--hero-content-text:#1a1207;--hero-content-text-secondary:rgba(26,18,7,0.7);--hero-content-accent:#8b6914;--hero-content-gold:#8b6914;--hero-content-gold-light:#a67c1a;--hero-content-gradient:linear-gradient(135deg,#8b6914,#6b4f10,#a67c1a);--hero-content-ornament:#8b6914;--hero-content-focus-outline:3px solid rgba(139,105,20,0.4);--hero-content-body-bg:#f8f5ef}html[data-theme=sunset]{--hero-content-text:#fff5f0;--hero-content-text-secondary:rgba(255,245,240,0.8);--hero-content-accent:#d4a053;--hero-content-gold:#d4a053;--hero-content-gold-light:#e6b76e;--hero-content-gradient:linear-gradient(135deg,#d4a053,#c47a30,#e6b76e);--hero-content-ornament:#d4a053;--hero-content-focus-outline:3px solid rgba(212,160,83,0.5);--hero-content-body-bg:#1a0f0a}html[data-theme=ocean]{--hero-content-text:#e8eef5;--hero-content-text-secondary:rgba(232,238,245,0.8);--hero-content-accent:#b8960c;--hero-content-gold:#b8960c;--hero-content-gold-light:#d4ae2e;--hero-content-gradient:linear-gradient(135deg,#b8960c,#8a7009,#d4ae2e);--hero-content-ornament:#b8960c;--hero-content-focus-outline:3px solid rgba(184,150,12,0.5);--hero-content-body-bg:#0a1419}html[data-theme=forest]{--hero-content-text:#f0f5e8;--hero-content-text-secondary:rgba(240,245,232,0.8);--hero-content-accent:#a8842a;--hero-content-gold:#a8842a;--hero-content-gold-light:#c49e3e;--hero-content-gradient:linear-gradient(135deg,#a8842a,#7a6020,#c49e3e);--hero-content-ornament:#a8842a;--hero-content-focus-outline:3px solid rgba(168,132,42,0.5);--hero-content-body-bg:#0f1a12}@media (prefers-color-scheme:dark){html[data-theme=auto]{--hero-content-text:#f0ead6;--hero-content-text-secondary:rgba(240,234,214,0.75);--hero-content-accent:#c9a96e;--hero-content-gold:#c9a96e;--hero-content-gold-light:#dfc08a;--hero-content-gradient:linear-gradient(135deg,#c9a96e,#8b6914,#dfc08a);--hero-content-ornament:#c9a96e;--hero-content-focus-outline:3px solid rgba(201,169,110,0.5);--hero-content-body-bg:#0a0a0a}}@media (prefers-color-scheme:light){html[data-theme=auto]{--hero-content-text:#1a1207;--hero-content-text-secondary:rgba(26,18,7,0.7);--hero-content-accent:#8b6914;--hero-content-gold:#8b6914;--hero-content-gold-light:#a67c1a;--hero-content-gradient:linear-gradient(135deg,#8b6914,#6b4f10,#a67c1a);--hero-content-ornament:#8b6914;--hero-content-focus-outline:3px solid rgba(139,105,20,0.4);--hero-content-body-bg:#f8f5ef}}.hero-content{width:100%;z-index:2;max-width:800px;margin-left:0;text-align:left}.hero-content,.hero-title{position:relative;color:var(--hero-content-text)}.hero-title{font-size:clamp(2.25rem,2rem + 3vw,4rem);font-weight:700;margin-bottom:32px;line-height:1.15;letter-spacing:.03em;font-family:var(--font-cinzel),"Cinzel","Georgia","Times New Roman",serif;padding-bottom:28px}.hero-title:after{content:"";position:absolute;bottom:0;left:0;width:120px;height:2px;background:linear-gradient(90deg,transparent,var(--hero-content-ornament),var(--hero-content-gold-light),var(--hero-content-ornament),transparent)}.hero-highlight{color:var(--hero-content-gold);position:relative;white-space:nowrap}.hero-typewriter-text{display:inline-block;min-width:280px}.shimmer{background:var(--hero-content-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:shimmer 4s ease-in-out infinite}@keyframes shimmer{0%{background-position:0}50%{background-position:200%}to{background-position:0}}.hero-description{font-size:clamp(1.1rem,1rem + .5vw,1.35rem);font-weight:400;margin-bottom:40px;opacity:.9;line-height:1.7;max-width:560px;font-family:var(--font-cormorant),"Cormorant Garamond","Georgia","Times New Roman",serif;color:var(--hero-content-text-secondary);font-style:italic}.hero-buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:0;margin-top:48px}.reveal{opacity:0;animation:fadeInUp .8s ease-out forwards}.animate-slide-left{animation-delay:.2s}.animate-slide-up{opacity:0;animation:slideUp .6s ease-out forwards}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.3s}.stagger-3{animation-delay:.5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:992px){.hero-content{width:100%;text-align:center;padding:0 30px;max-width:none}.hero-title:after{left:50%;transform:translateX(-50%)}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}}@media screen and (max-width:640px){.hero-content{padding:0 20px}.hero-buttons{flex-direction:column;gap:12px;width:100%}}@media (prefers-reduced-motion:reduce){.animate-slide-up,.hero-content,.reveal,.shimmer{animation:none!important;opacity:1!important;transform:none!important}}@media (prefers-contrast:high){.hero-highlight{color:var(--hero-content-text);text-decoration:underline;text-decoration-color:var(--hero-content-gold)}}@media screen and (max-width:1024px){.hero-content{padding-top:100px}}@media screen and (max-width:768px){.hero-content{text-align:center;align-items:center;max-width:100%;padding-top:120px}.hero-title:after{left:50%;transform:translateX(-50%)}.hero-buttons{flex-direction:column;width:100%;gap:16px}}.hero-content-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}