:root{--home-feature2-sectionheader-title-color:#f8fafc;--home-feature2-sectionheader-subtitle-color:rgba(248,250,252,0.7);--home-feature2-sectionheader-title-size:2.25rem;--home-feature2-sectionheader-subtitle-size:1.125rem;--home-feature2-sectionheader-focus-outline:#c8a24e;--home-feature2-sectionheader-body-bg:#0a0a0a;--home-feature2-sectionheader-gold:#c9a96e}html[data-theme=light]{--home-feature2-sectionheader-title-color:#0f172a;--home-feature2-sectionheader-subtitle-color:rgba(15,23,42,0.7);--home-feature2-sectionheader-title-size:2.25rem;--home-feature2-sectionheader-subtitle-size:1.125rem;--home-feature2-sectionheader-focus-outline:#8b6914;--home-feature2-sectionheader-body-bg:#ffffff;--home-feature2-sectionheader-gold:#8b6914}html[data-theme=sunset]{--home-feature2-sectionheader-title-color:#fff5f5;--home-feature2-sectionheader-subtitle-color:rgba(255,245,245,0.8);--home-feature2-sectionheader-title-size:2.25rem;--home-feature2-sectionheader-subtitle-size:1.125rem;--home-feature2-sectionheader-focus-outline:#ff9068;--home-feature2-sectionheader-body-bg:#1a0f0f;--home-feature2-sectionheader-gold:#d4a053}html[data-theme=ocean]{--home-feature2-sectionheader-title-color:#e0f2fe;--home-feature2-sectionheader-subtitle-color:rgba(224,242,254,0.8);--home-feature2-sectionheader-title-size:2.25rem;--home-feature2-sectionheader-subtitle-size:1.125rem;--home-feature2-sectionheader-focus-outline:#c8a24e;--home-feature2-sectionheader-body-bg:#0a1a2e;--home-feature2-sectionheader-gold:#b8960c}html[data-theme=forest]{--home-feature2-sectionheader-title-color:#f0fdf4;--home-feature2-sectionheader-subtitle-color:rgba(240,253,244,0.8);--home-feature2-sectionheader-title-size:2.25rem;--home-feature2-sectionheader-subtitle-size:1.125rem;--home-feature2-sectionheader-focus-outline:#c8a24e;--home-feature2-sectionheader-body-bg:#0a1a0a;--home-feature2-sectionheader-gold:#a8842a}@media (prefers-color-scheme:dark){html[data-theme=auto]{--home-feature2-sectionheader-title-color:#f8fafc;--home-feature2-sectionheader-subtitle-color:rgba(248,250,252,0.7);--home-feature2-sectionheader-focus-outline:#c8a24e;--home-feature2-sectionheader-body-bg:#0a0a0a;--home-feature2-sectionheader-gold:#c9a96e}}@media (prefers-color-scheme:light){html[data-theme=auto]{--home-feature2-sectionheader-title-color:#0f172a;--home-feature2-sectionheader-subtitle-color:rgba(15,23,42,0.7);--home-feature2-sectionheader-focus-outline:#8b6914;--home-feature2-sectionheader-body-bg:#ffffff;--home-feature2-sectionheader-gold:#8b6914}}body{background-color:var(--home-feature2-sectionheader-body-bg);transition:background-color .3s cubic-bezier(.4,0,.2,1)}.home-feature2-sectionheader{text-align:center;margin-bottom:48px}.home-feature2-sectiontitle{font-size:var(--home-feature2-sectionheader-title-size);font-weight:700;text-align:center;margin-bottom:24px;padding-bottom:20px;position:relative;font-family:var(--font-cinzel),"Cinzel",serif;line-height:1.25;letter-spacing:.03em;color:var(--home-feature2-sectionheader-title-color);transition:color .3s cubic-bezier(.4,0,.2,1)}.home-feature2-sectiontitle:after{content:"";display:block;width:80px;height:2px;margin:16px auto 0;background:linear-gradient(90deg,transparent 0,var(--home-feature2-sectionheader-gold) 20%,var(--home-feature2-sectionheader-gold) 80%,transparent 100%);border-radius:1px}.home-feature2-sectionsubtitle{font-size:var(--home-feature2-sectionheader-subtitle-size);font-weight:300;text-align:center;margin-bottom:0;max-width:640px;margin-left:auto;margin-right:auto;opacity:.8;font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-style:italic;line-height:1.625;color:var(--home-feature2-sectionheader-subtitle-color);transition:color .3s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{opacity:0;animation:fadeIn .8s cubic-bezier(.19,1,.22,1) forwards}.animate-slide-down{animation:slideDown .8s cubic-bezier(.19,1,.22,1) forwards}.animate-slide-up{animation:slideUp .8s cubic-bezier(.19,1,.22,1) forwards}.stagger-1{animation-delay:.1s}@media (min-width:480px){.home-feature2-sectiontitle{font-size:clamp(1.8rem,5vw,2.25rem)}}@media (min-width:768px){.home-feature2-sectionheader{margin-bottom:56px}.home-feature2-sectionsubtitle{font-size:1.125rem}}@media (min-width:1024px){.home-feature2-sectionheader{margin-bottom:64px}}@media (min-width:1440px){.home-feature2-sectiontitle{font-size:2.5rem}.home-feature2-sectionsubtitle{font-size:1.25rem}}@media (min-width:2560px){.home-feature2-sectiontitle{font-size:3rem}.home-feature2-sectionsubtitle{font-size:1.5rem;max-width:800px}}@media (prefers-reduced-motion:reduce){.animate-slide-down,.animate-slide-up,.fade-in,.home-feature2-sectionsubtitle,.home-feature2-sectiontitle{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html[dir=rtl] .home-feature2-sectionsubtitle{text-align:center}