.ct-article-hero{position:relative;width:100%;height:100vh;min-height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ct-article-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(20,30,20,0.35) 0%,rgba(20,30,20,0.15) 45%,rgba(20,30,20,0.55) 100%)}.ct-article-hero-content{position:relative;z-index:2;max-width:900px;padding:0 30px}.ct-article-hero-title{font-family:'Playfair Display',Georgia,serif;font-style:italic;font-weight:700;color:#ffffff!important;font-size:clamp(32px,5vw,58px);line-height:1.2;text-shadow:0 2px 20px rgba(0,0,0,0.4);margin-bottom:35px}.ct-hero-cta{display:inline-block;background:#d4af37;color:#1f3d2b;font-family:'Playfair Display',Georgia,serif;font-style:italic;font-weight:700;font-size:18px;padding:16px 42px;border-radius:4px;text-decoration:none;letter-spacing:0.02em;box-shadow:0 6px 20px rgba(0,0,0,0.25);transition:all 0.3s ease}.ct-hero-cta:hover{background:#c49a2a;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.3)}.ct-hero-scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:2}.ct-hero-scroll-indicator span{display:block;width:22px;height:22px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);animation:ct-scroll-bounce 1.8s infinite;opacity:0.85}@keyframes ct-scroll-bounce{0%,100%{transform:rotate(45deg) translate(0,0)}50%{transform:rotate(45deg) translate(6px,6px)}}@media screen and (max-width:900px){.ct-article-hero{height:85vh;min-height:420px}.ct-article-hero-title{font-size:clamp(26px,6vw,38px);margin-bottom:25px}.ct-hero-cta{font-size:16px;padding:14px 32px}}@media screen and (max-width:480px){.ct-article-hero{height:75vh}.ct-hero-scroll-indicator{display:none}}