.editorial-company-honorees{position:relative;overflow:hidden;width:100%;padding:clamp(180px, 12vw, 220px) clamp(var(--container-padding-min), var(--container-padding-fluid), var(--container-padding-max)) clamp(80px, 8vw, 128px);background:var(--color-white)}.editorial-company-honorees__background{position:absolute;inset:0;z-index:0;background-image:var(--honoree-mountain-desktop);background-position:top left;background-repeat:no-repeat;background-size:100% auto;opacity:.75;pointer-events:none}.editorial-company-honorees__inner{position:relative;z-index:1;width:min(100%, var(--content-max-width));margin:0 auto}.editorial-company-honorees__title{max-width:1200px;margin:0 auto clamp(48px, 5vw, 72px);color:var(--color-obsidian-soft);font-family:var(--font-sans);font-size:52px;font-weight:200;line-height:1.08;text-align:center}.editorial-company-honorees__title strong,.editorial-company-honorees__title b{color:var(--color-obsidian-soft);font-weight:400}@supports (-webkit-background-clip:text) or (background-clip:text){.editorial-company-honorees__title strong,.editorial-company-honorees__title b{background:linear-gradient(90.41deg,#242424 69.85%,rgb(140 140 140 / .9) 91.41%);background-clip:text;color:#fff0;-webkit-background-clip:text;-webkit-text-fill-color:#fff0}}.editorial-company-honorees__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:92px;align-items:start;gap:18px}.editorial-company-honorees__item{position:relative;z-index:1;min-width:0;min-height:92px}.editorial-company-honorees__item.is-active{z-index:100}.editorial-company-honorees__item.is-collapsing{z-index:2}.editorial-company-honorees__card{position:absolute;top:0;right:0;left:0;display:block;width:100%;height:92px;min-height:92px;padding:0;overflow:hidden;border:1px solid rgb(255 255 255 / .82);border-radius:24px;background:rgb(255 255 255 / .76);box-shadow:0 14px 36px rgb(9 0 51 / .08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:height 0.35s ease,min-height 0.35s ease,box-shadow 0.3s ease,background-color 0.3s ease}.editorial-company-honorees__item.is-active .editorial-company-honorees__card{height:202px;min-height:202px;background:rgb(255 255 255 / .9);box-shadow:0 18px 48px rgb(9 0 51 / .12)}.editorial-company-honorees__toggle{display:flex;align-items:center;justify-content:center;width:100%;height:92px;margin:0;padding:24px;border:0;background:#fff0;color:inherit;cursor:pointer;font:inherit}.editorial-company-honorees__toggle:focus-visible{border-radius:8px;outline:3px solid var(--color-red);outline-offset:6px}.editorial-company-honorees__logo{display:flex;align-items:center;justify-content:center;min-width:0;width:100%}.editorial-company-honorees__card>.editorial-company-honorees__logo{height:92px;padding:24px}.editorial-company-honorees__logo img{display:block;width:auto;max-width:min(100%, 240px);height:auto;max-height:var(--honoree-logo-max-height,48px);object-fit:contain}.editorial-company-honorees__featured-content{display:flex;flex-direction:column;align-items:center;gap:14px;max-height:0;padding:0 24px;overflow:hidden;opacity:0;visibility:hidden;transition:max-height 0.35s ease,opacity 0.2s ease,visibility 0s linear 0.35s}.editorial-company-honorees__item.is-active .editorial-company-honorees__featured-content{max-height:110px;opacity:1;visibility:visible;transition-delay:0s}.editorial-company-honorees__item.is-collapsing .editorial-company-honorees__featured-content{opacity:0;visibility:hidden}.editorial-company-honorees__item:not(.is-active):not(.is-collapsing) .editorial-company-honorees__featured-content{display:none}.editorial-company-honorees__badge{display:inline-flex;padding:5px 12px;border-radius:4px;background:var(--color-red);color:var(--color-white);font-size:var(--font-size-link-small);font-weight:700;line-height:var(--line-height-link-small);letter-spacing:.04em;text-transform:uppercase}.editorial-company-honorees__link{color:var(--color-red);font-size:var(--font-size-link-medium);font-weight:700;line-height:var(--line-height-link-medium);letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.editorial-company-honorees__link::after{display:inline-block;width:8px;height:8px;margin-left:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;content:"";transform:rotate(45deg)}.editorial-company-honorees__link:focus-visible{border-radius:3px;outline:3px solid var(--color-red);outline-offset:4px}.editorial-company-honorees__placeholder{margin:0;padding:32px;border:1px dashed var(--color-dark-gray);border-radius:14px;color:var(--color-dark-gray);text-align:center}@media (min-width:768px) and (max-width:1300px){.editorial-company-honorees__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.editorial-company-honorees{padding:112px var(--container-padding-mobile) 72px}.editorial-company-honorees__background{background-image:var(--honoree-mountain-mobile);background-position:top center;background-size:100% auto}.editorial-company-honorees__title{margin-bottom:40px;font-size:clamp(36px, 10vw, 48px)}.editorial-company-honorees__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}.editorial-company-honorees__item{min-height:92px}.editorial-company-honorees__card{position:relative;height:auto}.editorial-company-honorees__item.is-active .editorial-company-honorees__card{min-height:190px}}