/* Compact page-based storefront. Loaded last to preserve the existing checkout. */
[hidden]{display:none!important}
body.compact-store{padding-bottom:0!important;background:var(--bg);font-size:14px}
.compact-store .site-shell{width:100%;max-width:none;overflow:visible;padding:0}
.compact-store .ambient-orb,.compact-store .noise-overlay,.compact-store .bg-glow{display:none}
.compact-header{height:68px;padding:0 max(18px,calc((100vw - 1120px)/2));display:grid;grid-template-columns:44px 1fr 44px;gap:12px;align-items:center;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line-soft);background:var(--bg)}
.menu-trigger,.compact-cart{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;color:var(--text);border:0;border-radius:8px;cursor:pointer}
.compact-logo{justify-self:center;display:flex;align-items:center}.compact-logo img{width:124px;height:40px;object-fit:contain}
[data-theme=light] .compact-logo img{filter:invert(1)}
.compact-cart{position:relative}.compact-cart span{position:absolute;top:1px;right:-2px;font-size:10px;background:var(--text);color:var(--bg);height:17px;min-width:17px;padding:0 3px;border-radius:50%;display:grid;place-items:center;font-weight:700}
.compact-main{max-width:1120px;min-height:calc(100svh - 137px);margin:0 auto;padding:34px 24px 40px}
.page-intro{margin-bottom:24px;max-width:680px}.page-intro .eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:12px}.page-intro h1{font-size:clamp(30px,4.5vw,52px);line-height:1.07;letter-spacing:-1.5px;margin:0 0 12px;font-weight:750}.page-intro>p:last-child{color:var(--muted);font-size:14px;line-height:1.6;margin:0}
.home-brands{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.brand-entry{position:relative;display:flex;flex-direction:column;min-height:320px;overflow:hidden;border:1px solid var(--line);background:var(--bg-2);border-radius:15px;color:var(--text);text-decoration:none;padding:22px;transition:border-color .2s}
.brand-entry:hover{border-color:var(--text)}.brand-index{font-size:9px;letter-spacing:1.8px;color:var(--muted)}.brand-entry h2{font-size:28px;letter-spacing:-1px;margin:12px 0 6px}.brand-entry p{font-size:12px;color:var(--muted);margin:0}.brand-entry-art{display:flex;align-items:center;justify-content:center;height:175px;margin:20px -5px -10px}.brand-entry-art img{height:100%;width:100%;object-fit:contain;border-radius:8px}.brand-arrow{position:absolute;right:18px;top:20px;font-size:22px}.brand-lettering{font-weight:900;font-size:52px;letter-spacing:-4px;color:var(--muted);font-style:italic}
.home-policy{font-size:12px;color:var(--muted);padding:16px 0;margin:0}.home-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-shortcuts>a{display:flex;flex-direction:column;gap:7px;padding:16px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.home-shortcuts strong{font-size:13px;color:var(--text)}
.compact-footer{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;padding:24px 18px;border-top:1px solid var(--line-soft);font-size:11px;color:var(--muted)}.compact-footer a{color:inherit}
.compact-menu{position:fixed;left:0;top:0;bottom:0;width:min(350px,88vw);max-height:100dvh;background:var(--bg-2);border-right:1px solid var(--line);padding:22px;z-index:121;overflow-y:auto;overscroll-behavior:contain;box-shadow:20px 0 80px #0005}.menu-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.menu-heading>span{font-size:11px;letter-spacing:1.4px;font-weight:700}.menu-heading button{width:44px;height:44px;background:none;color:var(--text);border:1px solid var(--line);border-radius:50%;font-size:25px;cursor:pointer}.compact-menu nav>a{display:flex;justify-content:space-between;align-items:center;min-height:49px;padding:12px 0;font-size:15px;color:var(--text);border-bottom:1px solid var(--line-soft)}.compact-menu nav>a[aria-current=page]{font-weight:800}.compact-menu nav span{font-size:14px;color:var(--soft)}.menu-utilities{margin:20px 0;display:grid;gap:4px}.menu-utilities>a,.menu-utilities>button{display:block;background:none;border:0;color:var(--muted);font:inherit;font-size:13px;min-height:40px;text-align:left;padding:8px 0;cursor:pointer}.menu-note{font-size:12px;line-height:1.7;color:var(--soft)}.menu-backdrop{position:fixed;inset:0;background:#0009;z-index:120}.store-menu-open{overflow:hidden!important}
.skip-link{position:fixed;top:-100px;left:12px;z-index:999;background:var(--text);color:var(--bg);padding:12px}.skip-link:focus{top:8px}.compact-store :focus-visible{outline:2px solid var(--yellow);outline-offset:3px}
.compact-filters{margin:18px 0 14px;padding:0!important}.compact-filters .browse-top{display:block}.compact-filters .filter-bar{display:grid;grid-template-columns:1fr 190px;gap:10px;width:100%}.compact-filters .search-field{min-width:0;width:auto;margin:0;border-radius:10px;min-height:44px}.compact-filters .search-field input{font-size:16px;width:100%;min-width:0}.compact-filters select{font-size:12px;max-width:100%;border-radius:10px;min-height:44px;padding:8px;background:var(--bg-2);color:var(--text);border:1px solid var(--line)}.compact-filters .category-scroll-shell{margin-top:12px;padding-bottom:0}.compact-filters .category-chip{padding:7px 11px;font-size:11px;min-height:34px}.category-scroll-hint{display:none!important}.collection-policy,.results-summary{font-size:11px;color:var(--muted);line-height:1.6}.collection-policy{margin-top:-10px}.results-summary{margin-bottom:12px}
.compact-collection .product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.compact-store .product-card{min-width:0;border-radius:12px!important;background:var(--bg-2)!important;box-shadow:none!important}.compact-store .product-image{height:auto!important;aspect-ratio:1/1.15;border-radius:11px 11px 0 0!important}.compact-store .product-image img{object-fit:cover}.compact-store .product-info{padding:12px!important}.compact-store .product-meta{font-size:9px;gap:4px;line-height:1.4}.compact-store .product-meta span:last-child{display:none}.compact-store .product-info h3{font-size:13px!important;line-height:1.4!important;min-height:36px;margin:7px 0!important;letter-spacing:0!important}.compact-store .product-colors{font-size:10px!important;min-height:17px;margin:3px 0!important}.compact-store .product-colors span:not(.color-dot){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.compact-store .color-dot{width:9px;height:9px;min-width:9px}.compact-store .demand-label{font-size:10px!important;margin:7px 0 3px!important;font-weight:500}.compact-store .product-info .shipping-caption{font-size:10px!important;margin:0 0 8px!important}.compact-store .size-preview{gap:4px;flex-wrap:wrap;margin:6px 0 10px}.compact-store .size-preview>span{font-size:9px;padding:2px 5px;min-width:0}.compact-store .product-bottom{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap}.compact-store .product-bottom strong{font-size:14px}.compact-store .add-btn{font-size:10px;padding:10px 9px;min-height:36px;border-radius:8px}.compact-store .availability-link{font-size:10px;margin-top:8px;padding:9px 3px;min-height:36px;line-height:1.3}.compact-store .wish-heart{width:33px;height:33px;top:8px;right:8px}.compact-store .stock-badge{font-size:9px;padding:5px 8px;left:8px;top:8px}.compact-store .collection-controls{margin-top:18px}.empty-state{grid-column:1/-1!important;padding:32px 12px!important;font-size:14px}
.compact-request{margin:0;border:0;padding:0;max-width:none;background:none;gap:32px}.compact-request h1{font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-1px;margin:14px 0}.compact-request>div>p{font-size:14px;line-height:1.6}.compact-store .checkout-form{gap:14px}.compact-store .checkout-form label{font-size:12px}.compact-store .checkout-form .form-row-2{gap:12px}.compact-store .checkout-form input,.compact-store .checkout-form textarea,.compact-store .checkout-form select{font-size:16px!important}.checkout-details>summary{font-size:12px;cursor:pointer;padding:10px 0}.checkout-details>p{padding-top:8px}.compact-store .cart-line .shipping-caption{font-size:11px!important}.compact-store .cart-line-info h4{font-size:13px}.compact-store .cart-drawer{top:0!important;bottom:0!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}
.size-brand-picker{display:grid;gap:12px}.size-brand-picker>a{display:flex;align-items:center;justify-content:space-between;padding:24px 20px;border:1px solid var(--line);border-radius:12px;color:var(--text)}.size-brand-picker strong{font-size:20px}.size-brand-picker span{font-size:12px;color:var(--muted)}
.chart-disclosure{border:1px solid var(--line);border-radius:12px;margin:12px 0;background:var(--bg-2);overflow:hidden}.chart-disclosure>summary{font-size:14px;font-weight:650;padding:18px;cursor:pointer}.chart-disclosure>p{font-size:12px;line-height:1.7;padding:0 18px 16px}.chart-disclosure .size-table-scroll{margin:0 16px 16px}.size-table-scroll{overflow-x:auto;max-width:100%;border:1px solid var(--line-soft);border-radius:8px}.official-table{width:100%;border-collapse:collapse;font-size:12px;text-align:left;font-variant-numeric:tabular-nums}.official-table caption{text-align:left;padding:10px;font-size:11px;color:var(--muted)}.official-table th,.official-table td{padding:11px 10px;border-bottom:1px solid var(--line-soft);white-space:nowrap}.official-table thead{background:var(--panel)}.official-table tbody tr:last-child>*{border:0}.source-note{font-size:11px!important;line-height:1.7!important;color:var(--muted)}.source-note a{text-decoration:underline;color:var(--text)}.sizing-help{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.sizing-help h2{font-size:20px;margin:0 0 8px;letter-spacing:-.4px}.sizing-help p{max-width:580px;font-size:13px;color:var(--muted);line-height:1.6;margin:0 0 16px}.sizing-help .btn,.help-panel .btn{min-height:44px;font-size:12px;padding:12px 18px}.yla-selector{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 18px}.yla-selector label{display:grid;gap:8px;font-size:12px}.yla-selector select{width:100%;min-width:0;font:inherit;font-size:16px;padding:10px 6px;background:var(--bg);color:var(--text);border:1px solid var(--line);border-radius:8px}.chart-result{margin:16px 18px;padding:12px!important;background:var(--panel);border-radius:8px;color:var(--text);font-weight:600}
.help-panel{padding:24px;border:1px solid var(--line);border-radius:14px;margin-bottom:24px}.help-panel h2{font-size:22px;margin:0 0 8px}.help-panel p{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:18px}.help-panel .help-number{font-size:12px;margin:14px 0 0}.help-request{display:block;font-size:13px;margin:22px 0;text-decoration:underline;color:var(--text)}
body[data-page^=sizes-] .compact-main,body[data-page=help] .compact-main,body[data-page=size-charts] .compact-main{max-width:780px}
@media(max-width:700px){.compact-header{height:60px;padding:0 12px}.compact-logo img{width:108px;height:36px}.compact-main{padding:24px 14px 28px;min-height:calc(100svh - 130px)}.page-intro{margin-bottom:20px}.page-intro h1{font-size:31px;letter-spacing:-1px}.page-intro .eyebrow{font-size:9px;margin-bottom:9px}.page-intro>p:last-child{font-size:12px}.home-brands{grid-template-columns:1fr;gap:10px}.brand-entry{min-height:120px;height:120px;display:block;padding:17px 18px;border-radius:12px}.brand-entry h2{font-size:25px;margin:8px 0 5px}.brand-entry p{font-size:11px}.brand-index{font-size:8px}.brand-entry-art{position:absolute;right:37px;top:0;height:120px;width:120px;margin:0;opacity:.92}.brand-entry-art img{padding:6px;object-fit:contain}.brand-entry-copy{position:relative;z-index:1}.brand-arrow{top:48px;right:13px;font-size:19px}.brand-lettering{font-size:34px;letter-spacing:-2px}.home-policy{font-size:10px;padding:13px 0}.home-shortcuts{gap:8px}.home-shortcuts>a{padding:12px 3px;font-size:10px}.home-shortcuts strong{font-size:12px}.compact-footer{padding:20px 12px;gap:14px;font-size:10px}.compact-collection .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compact-store .product-info{padding:9px!important}.compact-store .product-info h3{font-size:12px!important;min-height:34px}.compact-filters .filter-bar{grid-template-columns:minmax(0,1fr) 115px;gap:8px}.compact-filters .search-field{padding:0 9px}.compact-filters .search-field svg{display:none}.compact-filters .search-field input{padding:9px 0;font-size:16px}.compact-filters select{font-size:10px;padding:6px 3px}.compact-request{grid-template-columns:1fr;gap:20px;margin:0;padding:0}.compact-request>div .demand-note{margin-bottom:0}.compact-store .modal-copy{padding:20px!important}.compact-store .modal-copy h3{font-size:23px}.compact-store .demand-note{font-size:12px;padding:11px}.size-brand-picker>a{padding:20px 16px}.size-brand-picker strong{font-size:18px}.official-table{font-size:11px}.official-table th,.official-table td{padding:10px 8px}.chart-disclosure>summary{font-size:13px;padding:16px}.sizing-help{margin-top:22px;padding-top:20px}}
@media(prefers-reduced-motion:reduce){.compact-store *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.compact-wordmark{font-size:12px;font-weight:850;line-height:1.1;letter-spacing:2px;text-align:center;color:var(--text)}.compact-wordmark>span{display:block;letter-spacing:3px}
.compact-store .cart-drawer:not(.is-open),.compact-store .wish-drawer:not(.is-open),.compact-store .orders-drawer:not(.is-open){visibility:hidden!important;pointer-events:none!important}
.compact-store .compact-filters .filter-bar{display:grid!important;grid-template-columns:minmax(0,1fr) 155px!important;gap:8px!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important}
.compact-store .compact-filters .filter-bar .search-field{grid-column:auto!important;flex:none!important;min-height:44px!important;border-radius:9px!important}
.compact-store .compact-filters .filter-bar select{width:100%!important;min-height:44px!important;border-radius:9px!important}
@media(max-width:700px){.compact-store .compact-filters .filter-bar{grid-template-columns:minmax(0,1fr) 115px!important}.compact-store .compact-filters .filter-bar input{font-size:14px!important}.compact-store .product-grid .stock-badge{max-width:calc(100% - 52px)!important;font-size:8px!important}.compact-store .product-grid .wish-heart{width:30px!important;height:30px!important}.compact-store .product-grid .wish-heart svg{width:15px!important;height:15px!important}}
.compact-header{z-index:50}
.compact-store .product-card{opacity:1!important;transform:none!important;animation:none!important;transition:border-color .15s!important}
.compact-store .product-info .product-bottom{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;margin-top:4px!important}
.compact-store .product-bottom .add-btn{width:auto!important;min-width:0!important;flex:0 0 auto}
.compact-store .product-grid .size-preview{margin:5px 0!important}
.compact-store .product-grid .product-colors{display:none}
.compact-store .cart-drawer,.compact-store .wish-drawer,.compact-store .orders-drawer{background:var(--bg-2)!important;backdrop-filter:none!important}
.compact-store .cart-head{background:var(--bg-2)!important}
@media(max-width:700px){
.compact-store[data-brand]:not([data-brand=""]) .product-meta{display:none!important}
.compact-store .product-grid .size-preview{display:none!important}
.compact-store .product-grid .product-image{aspect-ratio:1/1.05!important}
.compact-store .product-grid .product-info h3{margin:4px 0 7px!important}
.compact-store[data-brand]:not([data-brand=""]) .page-intro .eyebrow{display:none}
.compact-store[data-brand]:not([data-brand=""]) .page-intro{margin-bottom:18px}
.compact-store[data-brand]:not([data-brand=""]) .page-intro h1{font-size:28px}
}
@media(max-width:700px){
.compact-store .compact-collection .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.compact-store .compact-filters .filter-bar input{font-size:16px!important}
}
@media(min-width:701px){.compact-store .compact-collection .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
.skip-link:not(:focus){clip-path:inset(50%);width:1px;height:1px;overflow:hidden;padding:0;white-space:nowrap}

/* Header identity and compact ordering guide */
.compact-logo{gap:9px}.compact-logo img.compact-logo-mark{width:46px;height:28px;object-fit:contain}
.home-ordering{margin:8px 0 20px;padding:20px 0;border-top:1px solid var(--line)}
.home-ordering>h2{font-size:19px;letter-spacing:-.5px;margin:0 0 18px}
.home-ordering ol{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:0;margin:0}
.home-ordering li{display:flex;gap:12px}.order-step{font-size:10px;color:var(--muted);padding-top:3px;letter-spacing:1px}
.home-ordering h3{font-size:13px;margin:0 0 6px}.home-ordering p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}
.home-ordering details{margin-top:18px;font-size:12px;color:var(--muted)}.home-ordering summary{cursor:pointer;color:var(--text)}.home-ordering details p{margin-top:10px;max-width:760px}
@media(max-width:700px){.compact-logo{gap:7px}.compact-logo img.compact-logo-mark{width:39px;height:24px}.home-ordering{padding:17px 0;margin:4px 0 8px}.home-ordering>h2{font-size:17px;margin-bottom:15px}.home-ordering ol{grid-template-columns:1fr;gap:14px}.home-ordering li{gap:10px}.home-ordering h3{font-size:12px;margin-bottom:3px}.home-ordering p{font-size:11px}.home-ordering details{font-size:11px;margin-top:14px}}
