.category-landing__header{background-color:var(--color-dark);padding:.875rem 0;position:relative}@media(min-width:768px){.category-landing__header{padding:1rem 0}}.category-landing__header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--color-yellow) 0,transparent 60%);opacity:.4}.category-landing__header h1{font-family:var(--font-oswald);font-size:1rem;font-weight:600;color:var(--color-white);letter-spacing:.03em;text-transform:uppercase;margin-bottom:0}@media(min-width:768px){.category-landing__header h1{font-size:1.125rem}}.category-landing__header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.category-landing__toggle{background:none;border:1px solid hsla(0,0%,100%,.15);border-radius:2px;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;transition:border-color .15s}.category-landing__toggle:hover{border-color:hsla(0,0%,100%,.35)}.category-landing__chevron{display:block;width:8px;height:8px;border-right:1.5px solid hsla(0,0%,100%,.5);border-bottom:1.5px solid hsla(0,0%,100%,.5);transform:rotate(45deg) translateY(-2px);transition:transform .2s}.category-landing__chevron--up{transform:rotate(-135deg) translateY(-2px)}.category-landing__description{font-size:var(--special-xs-font-size);line-height:var(--special-xs-line-height);color:hsla(0,0%,100%,.45);max-width:600px;margin-top:0;max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s ease,margin-top .25s ease}.category-landing__description--visible{max-height:6rem;opacity:1;margin-top:.25rem}