.featured-items-section{margin:0 auto 3rem;padding:0 3rem;width:100%;max-width:1180px}.featured-items-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:2rem;align-items:stretch}.featured-item-card,.featured-item-card-wrapper{position:relative;display:flex;flex-direction:column}.featured-item-card{text-decoration:none;color:inherit;transition:all .3s ease;height:100%;flex:1}.featured-item-card:hover{transform:translateY(-2px)}.featured-item-card:hover .item-display{border-color:#4a7c59;background:rgba(74,124,89,.04)}html[data-theme=dark] .featured-item-card:hover .item-display{border-color:#87a07d;background:rgba(135,160,125,.12)}.item-click-hint{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;animation:fadeIn .2s ease;pointer-events:none;z-index:10}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hint-text-primary{font-size:1.1rem;font-weight:600;color:#fff;text-align:center}.hint-text-secondary{font-size:.95rem;color:#e0e0e0;text-align:center}.item-display{display:flex;flex-direction:column;height:100%;flex:1;gap:1rem;padding:1.5rem;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:#fff;transition:all .3s ease}html[data-theme=dark] .item-display{border-color:hsla(36,46%,86%,.12);background:rgba(18,23,22,.84);color:#f3ebdc}.item-image-container{display:flex;align-items:center;justify-content:center;background:rgba(74,124,89,.05);border-radius:12px;padding:1rem;min-height:200px;margin:-1.5rem -1.5rem .5rem}html[data-theme=dark] .item-image-container{background:rgba(135,160,125,.08)}.item-image{max-width:100%;max-height:200px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.item-info{flex-direction:column;gap:1rem;flex:1}.item-header,.item-info{display:flex;align-items:flex-start;width:100%}.item-header{justify-content:space-between;gap:.75rem;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:.75rem}html[data-theme=dark] .item-header{border-bottom-color:hsla(36,46%,86%,.12)}.item-header h3{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:-.02em;color:#1a1a1a;flex:1;line-height:1.3}html[data-theme=dark] .item-header h3{color:#f3ebdc}.item-type{white-space:nowrap;flex-shrink:0;margin-top:.25rem}.item-attributes{display:flex;flex-direction:column;gap:.5rem;font-size:.85rem;color:#666;width:100%;flex:1}html[data-theme=dark] .item-attributes{color:#b3a89b}.attribute-row{display:grid;grid-template-columns:auto 1fr;gap:1rem;text-align:left;align-items:flex-start}.attribute-label{font-weight:500;color:#666;white-space:nowrap}html[data-theme=dark] .attribute-label{color:#b3a89b}.attribute-value{text-align:right;color:#4a7c59;font-weight:600;word-break:break-word;overflow-wrap:break-word;flex-shrink:1}html[data-theme=dark] .attribute-value{color:#87a07d}.attribute-row:has(.attribute-label:contains("Note")){font-style:italic;color:#999;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.08)}.item-cta{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.08);font-size:.9rem;color:#4a7c59;font-weight:500;line-height:1.5}html[data-theme=dark] .item-cta{border-top-color:hsla(36,46%,86%,.12);color:#87a07d}@media (max-width:1024px){.featured-items-section{padding:0 2rem}.featured-items-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.item-display{padding:1.25rem}}@media (max-width:768px){.featured-items-section{padding:0 1rem}.featured-items-grid{grid-template-columns:1fr;gap:1rem}.item-header{flex-direction:column;align-items:flex-start}.item-type{align-self:flex-start}.attribute-row{grid-template-columns:auto 1fr}.attribute-value{text-align:right;word-break:break-word;overflow-wrap:break-word}}