.stories-page{background-color:var(--primary-white);min-height:100vh}.featured-story-section{padding:8rem 0 4rem}.featured-story-container{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.featured-image-container{border-radius:30px;height:600px;position:relative;overflow:hidden;box-shadow:0 25px 50px #0000001a}.featured-image{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.featured-story-container:hover .featured-image{filter:grayscale(0%);transform:scale(1.05)}.featured-content{padding:2rem 0}.featured-tag{background-color:var(--primary-yellow);color:var(--primary-blue);text-transform:uppercase;letter-spacing:2px;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.featured-title{color:var(--primary-blue);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.featured-quote{color:var(--gray-600);border-left:4px solid var(--primary-yellow);margin-bottom:2rem;padding-left:1.5rem;font-size:1.5rem;font-style:italic;line-height:1.5}.featured-desc{color:var(--gray-600);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.stories-grid-section{background-color:var(--gray-100);padding:4rem 0 8rem}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{color:var(--primary-blue);font-size:3rem;font-weight:800}.stories-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.story-card{cursor:pointer;background:var(--primary-blue);border-radius:24px;height:380px;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000000d}.story-card:hover{transform:translateY(-10px);box-shadow:0 25px 45px #00000026}.story-info{color:#fff;background:0 0;flex-direction:column;justify-content:flex-end;width:100%;padding:3rem 2rem 2.5rem;display:flex}.story-category{color:var(--primary-yellow);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.story-title{margin-bottom:1rem;font-size:1.5rem;font-weight:800;line-height:1.2}.story-excerpt{color:#fffc;opacity:0;max-height:0;font-size:.95rem;line-height:1.5;transition:max-height .5s,opacity .5s,margin-top .5s;overflow:hidden}.story-card:hover .story-excerpt{opacity:1;max-height:150px;margin-top:.5rem}.read-more-wrapper{color:var(--primary-yellow);opacity:0;align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:600;transition:all .4s;display:flex;transform:translateY(10px)}.story-card:hover .read-more-wrapper{opacity:1;transform:translateY(0)}.arrow-circle{background-color:var(--primary-yellow);width:36px;height:36px;color:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex}.story-card:hover .arrow-circle{transform:scale(1.1)rotate(45deg)}@media (max-width:1024px){.featured-story-container{grid-template-columns:1fr;gap:3rem}.featured-image-container{height:450px}.stories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.featured-title{font-size:1.8rem}.featured-image-container{height:350px}.stories-grid{grid-template-columns:1fr}.story-card{height:350px}.story-excerpt{display:none}.read-more-wrapper{opacity:1;transform:translateY(0)}}
