.storytelling-section{margin:0 auto;max-width:1200px;padding:60px 20px}.story-block{align-items:center;background:#fff;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:80px}.story-block:last-child{margin-bottom:0}.story-block.reverse{direction:rtl}.story-block.reverse>*{direction:ltr}.story-image{border-radius:8px;height:400px;overflow:hidden;width:100%}.story-image img{height:100%;object-fit:cover;width:100%}.story-content h2{color:#1a1a1a;font-size:2rem;font-weight:700;margin-bottom:20px}.story-content p{color:#666;font-size:1.05rem;line-height:1.7;margin-bottom:25px}.accordion{border-top:1px solid #e0e0e0;margin-top:30px}.accordion-item{border-bottom:1px solid #e0e0e0}.accordion-toggle{align-items:center;background:none;border:none;color:#1a1a1a;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:20px 0;text-align:left;transition:color .3s ease;width:100%}.accordion-toggle:hover{color:#ccd24b}.accordion-icon{height:20px;transition:transform .3s ease;width:20px}.accordion-icon svg{height:100%;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:100%}.accordion-item.active .accordion-icon{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.accordion-item.active .accordion-content{max-height:500px;padding-bottom:20px}.accordion-content-inner{color:#666;font-size:.95rem;line-height:1.6}.accordion-content-inner ul{list-style:none;padding-left:0}.accordion-content-inner li{padding:8px 0 8px 20px;position:relative}.accordion-content-inner li:before{color:#ccd24b;content:"•";font-weight:700;left:0;position:absolute}@media (max-width:968px){.story-block{gap:30px;grid-template-columns:1fr;margin-bottom:40px;padding:30px}.story-block.reverse{direction:ltr}.story-image{height:300px}.story-content h2{font-size:1.5rem}}