.stock-page{padding-top:88px;background:#f7f7f5;color:#111}.stock-hero{padding:100px 0 80px;background:#111;color:#fff}.stock-hero__container,.stock-catalog__container{width:min(100% - 48px,1440px);margin:0 auto}.stock-hero__eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;color:#888}.stock-hero h1{max-width:800px;margin:18px 0 0;font-size:clamp(46px,6vw,78px);font-weight:500;line-height:.98;letter-spacing:-.055em}.stock-hero p{margin:25px 0 0;color:#999;font-size:15px}.stock-catalog{padding:70px 0 110px}.stock-catalog__container{display:grid;grid-template-columns:240px 1fr;gap:55px}.stock-filters{align-self:start;position:sticky;top:100px}.stock-filters__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid #ddd;font-size:10px;font-weight:700;letter-spacing:.15em}.stock-filters__header button{border:0;background:none;color:#777;font-size:11px;cursor:pointer}.stock-filter{padding:22px 0;border-bottom:1px solid #ddd}.stock-filter label{display:block;margin-bottom:9px;font-size:11px;font-weight:700;color:#777}.stock-filter select,.stock-results__top select{width:100%;height:45px;padding:0 12px;border:1px solid #ddd;background:#fff;color:#222;font-size:12px;outline:none}.stock-results__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:12px;color:#777}.stock-results__top select{width:170px}.stock-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.stock-card{background:#fff;border:1px solid #e5e5e2;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.stock-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.08)}.stock-card__image{display:block;aspect-ratio:16/10;background:#ddd;overflow:hidden}.stock-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.stock-card:hover .stock-card__image img{transform:scale(1.04)}.stock-card__content{padding:22px}.stock-card__meta{display:flex;justify-content:space-between;margin-bottom:10px;font-size:9px;font-weight:700;letter-spacing:.14em;color:#888;text-transform:uppercase}.stock-card h2{margin:0;font-size:23px;font-weight:600;letter-spacing:-.03em}.stock-card h3{margin:5px 0 0;font-size:12px;font-weight:500;color:#777}.stock-card p{margin:15px 0 20px;font-size:11px;color:#888}.stock-card__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:17px;border-top:1px solid #e5e5e2}.stock-card__bottom strong{font-size:17px}.stock-card__bottom a{font-size:11px;font-weight:600;text-decoration:none}.stock-card__bottom a:hover{text-decoration:underline}@media(max-width:900px){.stock-catalog__container{grid-template-columns:1fr}.stock-filters{position:static}.stock-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.stock-page{padding-top:76px}.stock-hero{padding:75px 0 65px}.stock-hero__container,.stock-catalog__container{width:calc(100% - 32px)}.stock-catalog{padding:50px 0 80px}.stock-grid{grid-template-columns:1fr}.stock-results__top{align-items:flex-start;flex-direction:column;gap:12px}.stock-results__top select{width:100%}}@media(max-width:420px){.stock-hero__container,.stock-catalog__container{width:calc(100% - 24px)}.stock-hero h1{font-size:43px}}