.topic-tags{--ink:var(--white);--ink-dim:var(--light-gray);--hairline:rgba(195,172,109,.2);border-top:1px solid var(--hairline);font-family:var(--primary-font-family);padding:var(--vertical-spacing) 0}.topic-tags .container{margin:0 auto;max-width:var(--container-width-narrow);padding:0 var(--gap)}.topic-tags__head{margin-bottom:var(--gap-lg)}.topic-tags__eyebrow{align-items:center;color:var(--secondary-color);display:flex;font-family:var(--secondary-font-family);font-size:1.3rem;font-weight:700;gap:1rem;letter-spacing:.14em;margin-bottom:var(--gap-sm);text-transform:uppercase}.topic-tags__eyebrow:before{background:var(--secondary-color-hover);content:"";height:1px;width:2.8rem}.topic-tags__heading{color:var(--ink);font-family:var(--secondary-font-family);font-size:clamp(2.4rem,2.6vw,3.4rem);font-weight:700;line-height:1.25;margin:.5rem 0 1.4rem;max-width:60rem}.topic-tags__note{color:var(--ink-dim);font-size:1.35rem;font-style:italic;max-width:56rem}.topic-tags__note p{margin:0}.topic-tags__cloud{align-items:flex-start;display:flex;flex-wrap:wrap;gap:var(--gap-sm)}.topic-tags__tag{background:var(--secondary-color);color:var(--base-color);display:inline-block;max-width:100%;transition:background-color .2s ease,transform .2s ease}.topic-tags__tag:hover{background:var(--secondary-color-light);transform:translateY(-2px)}.topic-tags__summary{align-items:center;cursor:pointer;display:flex;gap:1.2rem;justify-content:space-between;list-style:none;padding:2.2rem 3.2rem}.topic-tags__summary::-webkit-details-marker{display:none}.topic-tags__title{font-family:var(--secondary-font-family);font-size:2.3rem;font-weight:700;letter-spacing:-.005em}.topic-tags__arrow{flex:none;font-size:1.8rem;line-height:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.topic-tags__tag[open] .topic-tags__arrow{transform:rotate(90deg)}.topic-tags__description{box-sizing:border-box;color:var(--base-color);font-family:var(--primary-font-family);font-size:1.45rem;font-weight:400;line-height:var(--base-line-height);min-width:100%;opacity:.72;padding:0 3.2rem 2.2rem;width:0}.topic-tags__description p{margin:0}@media (max-width:640px){.topic-tags__tag{max-width:100%}.topic-tags__title{font-size:1.5rem}.topic-tags__summary{padding:1.8rem 2.4rem}.topic-tags__description{padding:0 2.4rem 1.8rem}.topic-tags__heading{font-size:2.6rem}}