.home-hero{width:100%;height:calc(100vh - 180px);display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;padding:0 6vw 32px;position:relative;z-index:0;overflow:hidden}.home-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:-1}.home-hero-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-hero:before{content:"";position:absolute;inset:0;z-index:-1}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-hero-title{font-family:Poppins,sans-serif;font-size:clamp(40px,6.5vw,160px);font-weight:200;letter-spacing:clamp(8px,3vw,34px);color:var(--color-text);line-height:1.1;margin-bottom:42px;opacity:0;animation:heroFadeIn .8s ease .3s forwards}.home-hero-subtitle{font-size:clamp(12px,2vw,48px);font-weight:500;letter-spacing:clamp(2px,.5vw,6px);color:var(--color-text);line-height:1.2;text-transform:uppercase;opacity:0;animation:heroFadeIn .8s ease 1.1s forwards}.home-hero-scroll{font-size:12px;font-weight:400;letter-spacing:4px;color:var(--color-text);text-transform:uppercase;opacity:0;animation:heroFadeIn .8s ease 1.9s forwards,pulse 3s ease-in-out 2.7s infinite}@keyframes pulse{0%,to{opacity:.8}50%{opacity:.2}}.home-primo-piano{padding:64px 6vw;max-width:1200px;margin:0 auto}.home-primo-piano-card{display:block;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;transition:background-color .3s ease}.home-primo-piano-image{width:100%;height:400px;overflow:hidden}.home-primo-piano-content{display:flex;align-items:center;justify-content:space-between;padding:32px;background-color:var(--color-text);gap:32px}.home-primo-piano-text{flex:1}.home-primo-piano-title{font-size:clamp(20px,2.5vw,28px);font-weight:400;line-height:1.2;color:var(--color-text-dark);margin-bottom:8px;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-primo-piano-subtitle{font-size:14px;font-weight:300;line-height:1.4;color:var(--color-text-dark);margin-bottom:16px;transition:color .3s ease}.home-primo-piano-reading-time{font-family:var(--font-secondary),sans-serif;font-size:13px;font-weight:400;color:var(--color-text-dark);margin-bottom:4px;transition:color .3s ease}.home-primo-piano-author{font-size:14px;font-weight:700;color:var(--color-text-dark);transition:color .3s ease}.home-primo-piano-arrow{width:48px;height:auto;object-fit:contain;flex-shrink:0;transition:transform .3s ease,filter .3s ease}.home-primo-piano-card:hover .home-primo-piano-content{background-color:var(--color-green)}.home-primo-piano-card:hover .home-primo-piano-title,.home-primo-piano-card:hover .home-primo-piano-subtitle,.home-primo-piano-card:hover .home-primo-piano-reading-time,.home-primo-piano-card:hover .home-primo-piano-author{color:var(--color-text)}.home-primo-piano-card:hover .home-primo-piano-arrow{transform:translate(8px);filter:brightness(0) invert(1)}.home-section{padding:64px 6vw;max-width:1200px;margin:0 auto}.home-section-header{text-align:center;margin-bottom:64px}.home-section-header.home-section-primo-piano{margin-bottom:40px}.home-section-title{font-size:20px;font-weight:400;text-transform:uppercase;color:var(--color-text);margin-bottom:16px}.home-section-divider{width:200px;height:3px;margin:0 auto 24px;background:linear-gradient(to right,var(--color-green) 33.33%,var(--color-white) 33.33% 66.66%,var(--color-red) 66.66%)}.home-section-description{font-size:16px;font-weight:300;line-height:1.6;color:var(--color-text);margin-bottom:16px}.home-section-link{font-size:14px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--color-text);text-decoration:underline;text-underline-offset:12px;text-decoration-thickness:1px;transition:text-shadow .3s ease}.home-section-link:hover{text-shadow:0 0 2px white;text-decoration-thickness:1px}.home-featured-card{display:grid;grid-template-columns:1fr 1fr;height:460px;background-color:var(--color-text);overflow:hidden;cursor:pointer;margin-bottom:24px;transition:background-color .3s ease;text-decoration:none;color:inherit}.home-featured-image{width:100%;height:100%;overflow:hidden}.home-featured-content{padding:40px;display:flex;flex-direction:column;justify-content:center}.home-featured-title{font-size:clamp(22px,2.5vw,32px);font-weight:400;line-height:1.2;color:var(--color-text-dark);margin-bottom:16px;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-featured-card:hover{background-color:var(--color-green)}.home-featured-card:hover .home-featured-title,.home-featured-card:hover .home-featured-subtitle,.home-featured-card:hover .home-featured-reading-time,.home-featured-card:hover .home-featured-author{color:var(--color-text)}.home-featured-subtitle{font-size:14px;font-weight:300;line-height:1.4;margin-bottom:32px;color:var(--color-text-dark);transition:color .3s ease}.home-featured-meta{display:flex;justify-content:space-between;align-items:center}.home-featured-reading-time{font-family:var(--font-secondary),sans-serif;font-size:13px;font-weight:400;margin-bottom:4px;color:var(--color-text-dark);transition:color .3s ease}.home-featured-author{font-size:14px;font-weight:700;color:var(--color-text-dark);transition:color .3s ease}.home-featured-arrow{width:48px;height:auto;object-fit:contain;transition:transform .3s ease,filter .3s ease}.home-featured-card:hover .home-featured-arrow{transform:translate(8px);filter:brightness(0) invert(1)}.home-small-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.home-small-card{background-color:var(--color-text);text-decoration:none;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:background-color .3s ease;color:var(--color-text-dark)}.home-small-card:hover{background-color:var(--color-green)}.home-small-card-top{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 20px;gap:16px;height:140px}.home-small-card-text{flex:1}.home-small-card-title{font-size:clamp(16px,1.5vw,20px);font-weight:400;line-height:1.3;color:var(--color-text-dark);margin-bottom:8px;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-small-card:hover .home-small-card-title,.home-small-card:hover .home-small-card-author,.home-small-card:hover .home-small-card-date{color:var(--color-text)}.home-small-card-author{font-size:13px;font-weight:700;color:var(--color-text-dark);margin-bottom:2px;transition:color .3s ease}.home-small-card-date{font-family:var(--font-secondary),sans-serif;font-size:16px;font-weight:400;color:var(--color-text-dark);transition:color .3s ease}.home-small-card-arrow{width:40px;height:auto;object-fit:contain;flex-shrink:0;transition:transform .3s ease,filter .3s ease}.home-small-card:hover .home-small-card-arrow{transform:translate(8px);filter:brightness(0) invert(1)}.home-small-card-image{width:100%;height:200px;overflow:hidden}.home-mission{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 6vw 120px;position:relative;margin-top:40px}.home-mission-image{width:40vw;height:auto;display:block;object-fit:contain;margin-bottom:32px}.home-mission-text-primary{font-size:clamp(18px,2.5vw,24px);font-weight:400;line-height:1.5;color:var(--color-text);max-width:800px;margin-bottom:32px}.home-mission-text-secondary{font-size:clamp(14px,1.5vw,16px);font-family:var(--font-secondary),sans-serif;font-weight:400;line-height:1.7;letter-spacing:.03em;color:var(--color-text);max-width:650px}.skeleton-line--section-title{width:200px;height:20px;margin:0 auto 16px}.skeleton-line--section-desc{width:80%;height:16px;margin:0 auto 16px}.skeleton-line--section-link{width:220px;height:14px;margin:0 auto}@media(max-width:768px){.home-primo-piano{padding:48px 6vw}.home-primo-piano-image{height:250px}.home-primo-piano-content{padding:24px}.home-section{padding:48px 6vw}.home-section-title{letter-spacing:6px}.home-section-divider{width:auto}.home-section-description{line-height:1.4}.home-featured-card{grid-template-columns:1fr;height:auto}.home-featured-image{height:250px}.home-featured-content{padding:24px}.home-small-cards{grid-template-columns:1fr}.home-small-card{flex-direction:column-reverse}.home-small-card-top{height:auto;padding:20px 24px}.home-small-card-author,.home-small-card-date{display:none}.home-small-card-title{font-size:18px;margin-bottom:0}.home-hero{height:calc(100vh - 112px);padding:0 21px 40px}.home-hero-title{font-size:clamp(32px,10vw,48px);letter-spacing:20px;margin-bottom:200px}.home-hero-subtitle{font-size:clamp(11px,3.5vw,16px);letter-spacing:3px}.home-hero-scroll{animation:heroFadeIn .8s ease 1.9s forwards,pulse 3s ease-in-out 2.7s infinite}.home-mission-image{width:80vw;height:auto}}
