.ma-col-header{padding-top:var(--ma-space-4);padding-bottom:0}.ma-col-header__kicker{display:block;font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--warm-500);margin-bottom:var(--ma-space-2)}.ma-col-header__title-row{display:flex;align-items:center;gap:var(--ma-space-2);margin-bottom:var(--ma-space-2)}.ma-col-header__title-btn{display:inline-flex;align-items:center;gap:var(--ma-space-2);background:none;border:none;padding:0;cursor:pointer;color:var(--text-primary);text-align:left;-webkit-tap-highlight-color:transparent}.ma-col-header__emoji{font-size:2.8rem;line-height:1;display:inline-block;flex-shrink:0}.ma-col-header__title{font-family:var(--font-display);font-size:3.6rem;font-weight:800;line-height:1.05;letter-spacing:-.02em}.ma-col-header__desc{font-size:var(--ma-text-body);color:var(--warm-500);margin-top:var(--ma-space-2);margin-bottom:0;max-width:56rem;line-height:1.55}.ma-col-header__chevron{width:1.2rem;height:1.2rem;flex-shrink:0;transition:transform var(--dur-fast) var(--ease);color:var(--text-secondary);margin-top:var(--ma-space-1)}.ma-col-header__title-btn[aria-expanded=true] .ma-col-header__chevron{transform:rotate(180deg)}.ma-col-header__badges-wrap{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:var(--ma-space-3)}@media screen and (max-width:749px){.ma-col-header__badges-wrap{padding-left:var(--ma-space-4);padding-right:var(--ma-space-4)}}.ma-col-header__badges-wrap::-webkit-scrollbar{display:none}.ma-col-header__badges{display:flex;gap:var(--ma-space-2);width:max-content}.ma-col-header__badge{display:inline-flex;align-items:center;gap:var(--ma-space-1);height:3.6rem;padding:0 var(--ma-space-4);border-radius:var(--ma-radius-full);border:1.5px solid var(--warm-200);background:var(--surface-default);color:var(--text-primary);font-size:var(--ma-text-body);font-weight:500;white-space:nowrap;cursor:pointer;text-decoration:none;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease);-webkit-tap-highlight-color:transparent}.ma-col-header__badge:hover{background:var(--warm-50);border-color:var(--warm-300)}.ma-col-header__badge--active{background:var(--warm-900);border-color:var(--warm-900);color:#fff}.ma-col-sheet{position:fixed;inset:auto 0 0 0;margin:0;width:100%;max-width:100%;max-height:70dvh;border:none;border-radius:var(--ma-radius-md) var(--ma-radius-md) 0 0;padding:0;background:var(--surface-default);box-shadow:0 -.4rem 3.2rem #140e042e;overflow:hidden;transform:translateY(100%);transition:transform var(--dur) var(--ease)}.ma-col-sheet[open]{transform:translateY(0)}.ma-col-sheet::backdrop{background:var(--overlay-modal);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;transition:opacity var(--dur) var(--ease)}.ma-col-sheet[open]::backdrop{opacity:1}.ma-col-sheet__handle{width:4rem;height:.4rem;border-radius:var(--ma-radius-full);background:var(--warm-200);margin:var(--ma-space-3) auto 0}.ma-col-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:var(--ma-space-4) var(--ma-space-5) var(--ma-space-2)}.ma-col-sheet__heading{font-size:var(--ma-text-body-lg);font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.ma-col-sheet__close{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border:none;border-radius:50%;background:var(--warm-100);color:var(--text-primary);cursor:pointer;padding:0;flex-shrink:0}.ma-col-sheet__close svg{width:1.4rem;height:1.4rem}.ma-col-sheet__list{list-style:none;margin:0;padding:var(--ma-space-1) 0 var(--ma-space-5);overflow-y:auto;max-height:calc(70dvh - 9rem)}.ma-col-sheet__item{display:flex;align-items:center;gap:var(--ma-space-3);padding:var(--ma-space-4) var(--ma-space-5);text-decoration:none;color:var(--text-primary);font-size:var(--ma-text-h3);font-weight:500;transition:background var(--dur-fast) var(--ease)}.ma-col-sheet__item:hover{background:var(--warm-50)}.ma-col-sheet__item--active{color:var(--brand-primary);font-weight:700}.ma-col-sheet__item-emoji{font-size:var(--ma-text-h2);line-height:1;width:3.2rem;text-align:center;flex-shrink:0}.ma-col-sheet__item-name{flex:1}.ma-col-sheet__item-check{width:1.8rem;height:1.8rem;flex-shrink:0;color:var(--brand-primary)}@media screen and (min-width:750px){.ma-col-header{padding-top:var(--ma-space-6)}.ma-col-header__title{font-size:clamp(3.6rem,5.5vw,6.4rem)}.ma-col-sheet{max-width:48rem;left:50%;right:auto;transform:translate(-50%) translateY(100%);border-radius:var(--ma-radius-md) var(--ma-radius-md) 0 0}.ma-col-sheet[open]{transform:translate(-50%) translateY(0)}}.ma-col-hero{padding-top:var(--ma-space-4)}.ma-col-hero__img-wrap{position:relative;height:24rem;border-radius:var(--ma-radius-lg);overflow:hidden}.ma-col-hero__img{width:100%;height:100%;object-fit:cover;display:block}.ma-col-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:3.6rem 2.4rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(20,14,4,.6) 0%,transparent 60%);color:#fff}.ma-col-hero__kicker{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.85;margin-bottom:var(--ma-space-1)}.ma-col-hero__title-wrap{display:flex;align-items:center;gap:var(--ma-space-2)}.ma-col-hero__title-wrap .ma-col-header__title-btn{color:#fff}.ma-col-hero__title-wrap .ma-col-header__chevron{color:#fffc}.ma-col-hero__heading{font-family:var(--font-display);font-size:3.6rem;font-weight:800;line-height:1.05;letter-spacing:-.02em;color:#fff}.ma-col-hero__desc{font-size:1.4rem;opacity:.9;margin-top:var(--ma-space-2);max-width:56rem;line-height:1.55}@media screen and (min-width:750px){.ma-col-hero{padding-top:var(--ma-space-6)}.ma-col-hero__img-wrap{height:26rem}.ma-col-hero__overlay{padding:3.6rem 4rem}.ma-col-hero__heading{font-size:clamp(3.6rem,5.5vw,6.4rem)}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/ma-collection-header.css.map */
