:root{--hero-content-text:#f0ead6;--hero-content-text-secondary:#f0ead6bf;--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 #c9a96e80;--hero-content-body-bg:#0a0a0a}html[data-theme=light]{--hero-content-text:#1a1207;--hero-content-text-secondary:#1a1207b3;--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 #8b691466;--hero-content-body-bg:#f8f5ef}html[data-theme=sunset]{--hero-content-text:#fff5f0;--hero-content-text-secondary:#fff5f0cc;--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 #d4a05380;--hero-content-body-bg:#1a0f0a}html[data-theme=ocean]{--hero-content-text:#e8eef5;--hero-content-text-secondary:#e8eef5cc;--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 #b8960c80;--hero-content-body-bg:#0a1419}html[data-theme=forest]{--hero-content-text:#f0f5e8;--hero-content-text-secondary:#f0f5e8cc;--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 #a8842a80;--hero-content-body-bg:#0f1a12}html[data-theme=auto][data-effective-theme=dark]{--hero-content-text:#f0ead6;--hero-content-text-secondary:#f0ead6bf;--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 #c9a96e80;--hero-content-body-bg:#0a0a0a}html[data-theme=auto][data-effective-theme=light]{--hero-content-text:#1a1207;--hero-content-text-secondary:#1a1207b3;--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 #8b691466;--hero-content-body-bg:#f8f5ef}.hero-content{z-index:2;text-align:left;width:100%;max-width:800px;color:var(--hero-content-text);margin-left:0;position:relative}.hero-title{letter-spacing:.03em;font-size:clamp(2.25rem,2rem + 3vw,4rem);font-weight:700;line-height:1.15;font-family:var(--font-cinzel),"Cinzel","Georgia","Times New Roman",serif;color:var(--hero-content-text);margin-bottom:32px;padding-bottom:28px;position:relative}.hero-title:after{content:"";background:linear-gradient(90deg,transparent,var(--hero-content-ornament),var(--hero-content-gold-light),var(--hero-content-ornament),transparent);width:120px;height:2px;position:absolute;bottom:0;left:0}.hero-highlight{color:var(--hero-content-gold);white-space:nowrap;position:relative}.hero-typewriter-text{min-width:280px;display:inline-block}.shimmer{background:var(--hero-content-gradient);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:0%}50%{background-position:200%}to{background-position:0%}}.hero-description{opacity:.9;max-width:560px;font-size:clamp(1.1rem,1rem + .5vw,1.35rem);font-weight:400;line-height:1.7;font-family:var(--font-cormorant),"Cormorant Garamond","Georgia","Times New Roman",serif;color:var(--hero-content-text-secondary);margin-bottom:40px;font-style:italic}.hero-buttons{flex-wrap:wrap;align-items:center;gap:16px;margin-top:48px;margin-bottom:0;display:flex}.reveal{opacity:0;animation:.8s ease-out forwards fadeInUp}.animate-slide-left{animation-delay:.2s}.animate-slide-up{opacity:0;animation:.6s ease-out forwards slideUp}.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{text-align:center;width:100%;max-width:none;padding:0 30px}.hero-title:after{left:50%;transform:translate(-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){.hero-content,.reveal,.animate-slide-up,.shimmer{opacity:1!important;animation:none!important;transform:none!important}}@media (prefers-contrast:high){.hero-highlight{color:var(--hero-content-text);text-decoration:underline;-webkit-text-decoration-color:var(--hero-content-gold);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:translate(-50%)}.hero-buttons{flex-direction:column;gap:16px;width:100%}}.hero-content-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
