.home-hero{width:100%;display:flex;align-items:center;background:linear-gradient(135deg,#1a5718 0,#0d2e0c 100%);overflow:hidden;height:560px;padding-left:max(1rem,calc((100% - var(--max-width))/ 2));padding-right:max(1rem,calc((100% - var(--max-width))/ 2))}.home-hero-content{flex:1}.home-hero-content h1{font-size:4.25rem;font-weight:900;line-height:1.15;color:var(--color-white);letter-spacing:-.02em;margin-bottom:1.5rem}.home-hero-content p{font-size:1.3rem;line-height:1.7;color:rgba(255,255,255,.7);max-width:520px}.home-hero-images{display:flex;gap:1rem;height:100%;padding:0 2rem 0 0;flex-shrink:0}.hero-column{width:220px;height:100%;overflow:hidden;position:relative}.hero-column-inner{display:flex;flex-direction:column;gap:1rem}.hero-column-inner img{width:220px;height:220px;object-fit:contain;border-radius:40px;display:block;flex-shrink:0;background:var(--color-white);padding:12px}@keyframes heroScrollUp{0%{transform:translateY(0)}100%{transform:translateY(calc(-50% - .5rem))}}@keyframes heroScrollDown{0%{transform:translateY(calc(-50% - .5rem))}100%{transform:translateY(0)}}.hero-column-up .hero-column-inner{animation:heroScrollUp 80s linear infinite}.hero-column-down .hero-column-inner{animation:heroScrollDown 55s linear infinite}.hero-column:hover .hero-column-inner{animation-play-state:paused}@media (max-width:1024px){.home-hero{height:420px}.home-hero-content h1{font-size:2.75rem}.hero-column{width:180px}.hero-column-inner img{width:180px;height:180px}}@media (max-width:768px){.home-hero{height:auto;padding:4rem 0}.home-hero-content{text-align:center;max-width:100%}.home-hero-content p{max-width:480px;margin:0 auto}.home-hero-images{display:none}.home-hero-content h1{font-size:2.25rem}}.home-sections{display:flex;flex-direction:column;gap:150px;margin:150px 0}.home-articles{max-width:var(--max-width);margin:0 auto}.home-categories{display:flex;gap:2rem;margin-bottom:2rem}.category-tab{padding:.75rem 0;font-size:1.5rem;font-weight:700;color:var(--color-gray);text-decoration:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .2s,border-color .2s;background:0 0;border-top:none;border-left:none;border-right:none;font-family:inherit}.category-tab:hover{color:var(--color-text)}.category-tab.active{color:var(--color-text);border-bottom-color:var(--color-primary)}.home-featured{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;margin-bottom:2rem;text-decoration:none;color:inherit}.home-featured:hover .featured-title{text-decoration:underline}.featured-image{border-radius:8px;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.featured-info{display:flex;flex-direction:column;justify-content:center}.featured-title{font-size:2.25rem;font-weight:900;line-height:1.12;color:var(--color-text);margin-bottom:1rem}.featured-excerpt{font-size:1.0625rem;line-height:1.6;color:var(--color-gray)}.home-recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.recent-card{text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;background:var(--color-white);box-shadow:0 1px 4px rgba(0,0,0,.08);transition:box-shadow .2s}.recent-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.14)}.recent-card:hover .recent-card-title{text-decoration:underline}.recent-card-image{overflow:hidden}.recent-card-image img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.recent-card-title{font-size:1rem;font-weight:700;line-height:1.35;padding:.875rem 1rem;color:var(--color-text)}.home-compare{max-width:var(--max-width);margin:0 auto}.home-compare-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.home-compare-header h2{font-size:1.75rem;font-weight:900;color:var(--color-text)}.compare-nav{display:flex;gap:.5rem}.compare-arrow{width:40px;height:40px;border-radius:50%;border:1px solid #ddd;background:var(--color-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;color:var(--color-text)}.compare-arrow:hover{background:var(--color-gray-light);border-color:#bbb}.compare-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 0;margin:-.5rem 0}.compare-carousel::-webkit-scrollbar{display:none}.compare-card{flex:0 0 calc(25% - 0.75rem);min-width:240px;background:var(--color-white);border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;border:1px solid #eee;scroll-snap-align:start;display:flex;flex-direction:column;transition:box-shadow .2s}.compare-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.compare-card-title{font-size:1.125rem;font-weight:700;color:var(--color-text);margin-bottom:.375rem}.compare-card-desc{font-size:.875rem;line-height:1.5;color:var(--color-gray);margin-bottom:1.5rem}.compare-card-icon{margin-top:auto;align-self:center;width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center}.compare-icon-svg{width:70px;height:70px;fill:var(--color-white)}.compare-card:first-child .compare-card-icon{background:linear-gradient(135deg,#f7a07a,#e8604c)}.compare-card:nth-child(2) .compare-card-icon{background:linear-gradient(135deg,#a78bfa,#7c3aed)}.compare-card:nth-child(3) .compare-card-icon{background:linear-gradient(135deg,#f472b6,#db2777)}.compare-card:nth-child(4) .compare-card-icon{background:linear-gradient(135deg,#38bdf8,#0284c7)}.compare-card:nth-child(5) .compare-card-icon{background:linear-gradient(135deg,#4ade80,#16a34a)}.compare-card:nth-child(6) .compare-card-icon{background:linear-gradient(135deg,#fbbf24,#d97706)}@media (max-width:1024px){.home-articles{padding:2rem 1.5rem}.home-featured{grid-template-columns:1fr 1fr}.featured-title{font-size:1.625rem}.home-recent-grid{grid-template-columns:repeat(2,1fr)}.home-compare{padding:2rem 1.5rem}.compare-card{flex:0 0 calc(33.333% - 0.667rem)}}@media (max-width:768px){.home-featured{grid-template-columns:1fr}.featured-title{font-size:1.75rem}.home-categories{gap:1.5rem}.category-tab{font-size:1.25rem}}@media (max-width:480px){.home-articles{padding:1.5rem 1rem}.home-recent-grid{grid-template-columns:1fr 1fr;gap:1rem}.featured-title{font-size:1.375rem}.recent-card-title{font-size:.9375rem;padding:.75rem}.home-compare{padding:1.5rem 1rem}.home-compare-header h2{font-size:1.375rem}.compare-card{flex:0 0 75%;min-width:200px}.compare-card-icon{width:100px;height:100px}.compare-icon-svg{width:50px;height:50px}}