@font-face{font-family:PortalGilroy;src:url('/Gilroy-Bold.ttf') format('truetype');font-weight:700;font-display:swap}

body.customer-catalog-page{
    --portal-teal:#153f3c;
    --portal-teal-2:#286862;
    --portal-teal-3:#204f4b;
    --portal-gold:#caaa67;
    --portal-paper:#f7f7f2;
    --portal-card:#fffefb;
    --portal-line:#deddd4;
    --portal-muted:#777b76;
    --portal-faint:#a8aaa2;
    --portal-mono:'Courier New',Consolas,monospace;
    --bg:var(--portal-paper);
    --surface:var(--portal-card);
    --surface-2:#ecece6;
    --text:#253f3c;
    --text-muted:var(--portal-muted);
    --text-light:var(--portal-faint);
    --border:var(--portal-line);
    --border-light:#e8e7df;
    --accent:var(--portal-teal);
    --accent-2:var(--portal-teal-2);
    margin:0;
    background:#0d1817;
    color:var(--text);
}

.customer-catalog-page .portal-header{
    position:relative;
    top:auto;
    z-index:100;
    border:0;
    background:var(--portal-teal);
    color:#fff;
    backdrop-filter:none;
}
.customer-catalog-page .portal-header .header-inner{
    min-height:82px;
    padding:12px clamp(30px,4vw,48px);
    display:flex;
    align-items:center;
    gap:28px;
}
.customer-catalog-page .portal-brand{
    display:flex;
    align-items:center;
    gap:20px;
    margin-right:auto;
    color:#fff;
    text-decoration:none;
}
.customer-catalog-page .portal-logo{
    display:block;
    width:48px;
    height:48px;
    flex:0 0 48px;
    border-radius:50%;
    object-fit:cover;
    background:#fff;
    box-shadow:0 0 0 2px rgba(255,255,255,.12);
}
.customer-catalog-page .portal-brand strong{
    display:block;
    color:#fff;
    font:400 28px/1.05 var(--portal-mono);
    letter-spacing:.015em;
}
.customer-catalog-page .portal-brand small{
    display:block;
    margin-top:4px;
    color:#8fa5a2;
    font:11px/1.2 var(--portal-mono);
    letter-spacing:.24em;
    text-transform:uppercase;
}
.customer-catalog-page .portal-user{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
}
.customer-catalog-page .portal-avatar{
    width:36px;
    height:36px;
    flex:0 0 36px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--portal-gold);
    color:var(--portal-teal);
    font:700 16px/1 PortalGilroy,Arial,sans-serif;
}
.customer-catalog-page .portal-user strong{display:block;font:700 13px/1.15 PortalGilroy,Arial,sans-serif}
.customer-catalog-page .portal-user small{display:block;margin-top:4px;color:#849b98;font:11px/1.1 var(--portal-mono)}
.customer-catalog-page .portal-links{
    display:flex!important;
    align-items:center;
    gap:28px;
    padding:0;
    border:0;
    background:transparent;
    position:static;
    box-shadow:none;
}
.customer-catalog-page .portal-links a,
.customer-catalog-page .portal-links button{
    min-height:0;
    padding:8px 0;
    border:0;
    background:transparent;
    color:#b5c1bf;
    text-decoration:none;
    font:700 13px/1 PortalGilroy,Arial,sans-serif;
    cursor:pointer;
    white-space:nowrap;
}
.customer-catalog-page .portal-links a:hover{color:#fff}
.customer-catalog-page .portal-links form{margin:0}
.customer-catalog-page .portal-links form button{
    padding:12px 18px;
    border-radius:9px;
    background:var(--portal-gold);
    color:var(--portal-teal);
}
.customer-catalog-page .portal-menu-toggle,
.customer-catalog-page .portal-mobile-meta{display:none}
.customer-catalog-page > nav{display:none!important}

.customer-catalog-page main.container{
    max-width:none;
    margin:0 1px 1px;
    padding:0 clamp(30px,4vw,48px) 64px;
    border-radius:0 0 20px 20px;
    background:var(--portal-paper);
}
.customer-catalog-page .page-head{padding:34px 0 30px;border:0}
.customer-catalog-page .page-head-top{margin:0 0 24px}
.customer-catalog-page .page-crumb,
.customer-catalog-page .page-label,
.customer-catalog-page .browse-picker-title,
.customer-catalog-page .catalog-tools-label,
.customer-catalog-page .category-header .soft{
    font-family:var(--portal-mono);
    text-transform:uppercase;
    letter-spacing:.17em;
}
.customer-catalog-page .page-crumb{color:#83847f;font-size:12px;gap:12px}
.customer-catalog-page .page-crumb a{color:#83847f}
.customer-catalog-page .page-label{font-size:11px;color:#a6a79f}
.customer-catalog-page .browse-hero{
    display:grid;
    grid-template-columns:minmax(0,1fr) 290px;
    gap:54px;
    align-items:center;
    margin:0;
}
.customer-catalog-page .browse-hero .page-heading-row{display:block;margin:0}
.customer-catalog-page .page-title{
    max-width:620px;
    color:var(--portal-teal);
    font:700 clamp(42px,4vw,58px)/.98 PortalGilroy,Arial,sans-serif;
    letter-spacing:-.035em;
}
.customer-catalog-page .browse-subtitle{margin-top:20px;color:#646d69;font-size:15px;line-height:1.55}
.customer-catalog-page .catalog-notice{
    margin-top:16px;
    padding:13px 15px;
    border:1px solid #ded7c7;
    border-left:3px solid var(--portal-gold);
    border-radius:10px;
    background:#fffefa;
    color:#646d69;
}
.customer-catalog-page .catalog-notice strong{
    display:block;
    margin-bottom:4px;
    color:var(--portal-teal);
    font:700 12px/1.2 PortalGilroy,Arial,sans-serif;
}
.customer-catalog-page .catalog-notice p{margin:0;font-size:12px;line-height:1.5}
.customer-catalog-page .browse-steps{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    padding:8px;
    border:0;
    border-radius:12px;
    background:var(--portal-teal);
    box-shadow:none;
}
.customer-catalog-page .browse-step{
    min-height:51px;
    display:grid;
    grid-template-columns:28px 1fr;
    align-items:center;
    gap:12px;
    padding:8px 14px;
    border:0!important;
    border-radius:8px;
    opacity:.58;
}
.customer-catalog-page .browse-step:first-child{background:var(--portal-teal-3);opacity:1}
.customer-catalog-page .browse-step-number{width:27px;height:27px;background:#235b57;color:#8ca19e;font-size:12px}
.customer-catalog-page .browse-step:first-child .browse-step-number{background:var(--portal-gold);color:var(--portal-teal)}
.customer-catalog-page .browse-step strong{color:#fff;font:700 13px/1.15 PortalGilroy,Arial,sans-serif}
.customer-catalog-page .browse-step small{margin-top:3px;color:#9aaba8;font:10px/1.2 var(--portal-mono)}
.customer-catalog-page .browse-search-row{
    display:flex;
    align-items:center;
    gap:18px;
    min-height:52px;
    margin-top:28px;
    padding:0 18px;
    border:1px solid var(--portal-line);
    border-radius:12px;
    background:#fffefa;
}
.customer-catalog-page .catalog-search{flex:1;max-width:none}
.customer-catalog-page .catalog-search-input{
    height:50px;
    padding-left:28px;
    border:0;
    border-radius:0;
    box-shadow:none;
    background-color:transparent;
    background-position:0 50%;
    font-size:15px;
}
.customer-catalog-page .catalog-search-input:focus{box-shadow:none;border:0}
.customer-catalog-page .browse-tip{
    flex:0 0 auto;
    margin:0;
    padding-left:18px;
    border-left:1px solid var(--portal-line);
    color:#aaa99f;
    font:11px/1.2 var(--portal-mono);
}
.customer-catalog-page .browse-tip strong{display:none}
.customer-catalog-page .browse-pickers{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px;margin-bottom:34px}
.customer-catalog-page .browse-picker{margin:0}
.customer-catalog-page .browse-picker-title{margin:0 0 12px;color:#858680;font-size:11px;font-weight:400}
.customer-catalog-page .browse-picker-title span{color:inherit;font:inherit}
.customer-catalog-page .brand-picker .browse-choice-grid,
.customer-catalog-page .brand-picker-more-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:9px}
.customer-catalog-page .category-picker .browse-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.customer-catalog-page .browse-choice{
    min-height:58px;
    gap:13px;
    padding:11px 14px;
    border:1px solid var(--portal-line);
    border-radius:11px;
    background:#fffefa;
    color:var(--portal-teal);
    box-shadow:none;
}
.customer-catalog-page .browse-choice:hover{border-color:#8ba6a1;background:#fff}
.customer-catalog-page .browse-choice-icon{
    width:43px;
    height:43px;
    flex:0 0 43px;
    border:0;
    border-radius:10px;
    background:#ecece6;
    color:#879794;
    font:700 13px/1 var(--portal-mono);
}
.customer-catalog-page .browse-choice-name{font:700 14px/1.2 PortalGilroy,Arial,sans-serif}
.customer-catalog-page .browse-choice-meta{font:11px/1.3 var(--portal-mono);color:#898b85}
.customer-catalog-page .brand-picker .browse-choice{position:relative;min-height:52px;gap:10px;padding:8px 10px}
.customer-catalog-page .brand-picker .browse-choice-icon{width:36px;height:36px;flex-basis:36px;border-radius:9px;font-size:11px}
.customer-catalog-page .brand-picker .browse-choice-name{font-size:13px}
.customer-catalog-page .brand-picker .browse-choice-meta{font-size:9px;line-height:1.35}
.customer-catalog-page .brand-picker .browse-choice.active{position:relative;background:var(--portal-teal);border-color:var(--portal-teal);color:#fff}
.customer-catalog-page .brand-picker .browse-choice.active::after{content:'✓';margin-left:auto;color:var(--portal-gold);font-size:16px}
.customer-catalog-page .brand-picker .browse-choice.active .browse-choice-icon{background:var(--portal-gold);color:var(--portal-teal)}
.customer-catalog-page .brand-picker .browse-choice.active .browse-choice-meta{color:#879c99}
.customer-catalog-page .brand-picker-more{grid-column:1/-1;margin-top:1px}
.customer-catalog-page .brand-picker-more>summary{
    min-height:40px;
    padding:9px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border:1px dashed #c9c8bd;
    border-radius:10px;
    background:#f4f3ed;
    color:var(--portal-teal);
    font:700 12px/1.2 PortalGilroy,Arial,sans-serif;
    cursor:pointer;
    list-style:none;
}
.customer-catalog-page .brand-picker-more>summary::-webkit-details-marker{display:none}
.customer-catalog-page .brand-picker-more>summary::after{content:'+';margin-left:auto;color:#8c8c83;font:400 18px/1 Arial,sans-serif}
.customer-catalog-page .brand-picker-more[open]>summary::after{content:'−'}
.customer-catalog-page .brand-picker-more>summary small{order:2;color:#8d8e86;font:10px/1 var(--portal-mono)}
.customer-catalog-page .brand-picker-more>summary::after{order:3}
.customer-catalog-page .brand-picker-more-grid{display:grid;margin-top:9px}
.customer-catalog-page .category-picker .browse-choice{min-height:46px;padding:10px 14px}
.customer-catalog-page .category-picker .browse-choice-icon{
    width:12px;height:12px;flex:0 0 12px;border-radius:3px;background:#b79b73;color:transparent;font-size:0
}
.customer-catalog-page .category-picker .browse-choice-copy{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}
.customer-catalog-page .category-picker .browse-choice-meta{margin:0;white-space:nowrap}
.customer-catalog-page .category-picker .browse-choice.active{background:var(--portal-teal-2);border-color:var(--portal-teal-2);color:#fff}
.customer-catalog-page .category-picker .browse-choice.active .browse-choice-icon{background:#dfc58a}
.customer-catalog-page .category-picker .browse-choice.active .browse-choice-meta{color:#d8e3e1}
.customer-catalog-page .sample-stage-head{display:none}
.customer-catalog-page .catalog-tools{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    gap:16px;
    margin:0 0 38px;
    padding:11px 14px;
    border:0;
    border-radius:12px;
    background:var(--portal-teal);
    color:#fff;
}
.customer-catalog-page .catalog-tools-label{color:#8ea29f;font-size:11px;white-space:nowrap}
.customer-catalog-page .chip-row{padding:3px;border-radius:8px;background:var(--portal-teal-3);gap:2px}
.customer-catalog-page .catalog-tools .chip{
    min-height:34px;
    padding:7px 16px;
    color:#aabbb8;
    font:700 12px/1 PortalGilroy,Arial,sans-serif;
    border-radius:7px;
}
.customer-catalog-page .catalog-tools .chip.active,
.customer-catalog-page .catalog-tools #saveBoardBtn{background:var(--portal-gold);color:var(--portal-teal)}
.customer-catalog-page .catalog-search-meta{margin-left:auto;color:#849b98;font:11px/1 var(--portal-mono);white-space:nowrap}
.customer-catalog-page .boards-row{gap:8px}
.customer-catalog-page .board-select{
    min-height:36px;
    padding:7px 12px;
    border:1px solid #316762;
    border-radius:8px;
    background:var(--portal-teal);
    color:#fff;
}
.customer-catalog-page .brand-header{display:none}
.customer-catalog-page .brand-section{margin-bottom:42px}
.customer-catalog-page .category{margin-bottom:40px}
.customer-catalog-page .category-header{
    align-items:center;
    margin:0 0 22px;
    padding-bottom:18px;
    border-bottom:1px solid #d8d3c6;
}
.customer-catalog-page .category-header h3{display:flex;align-items:baseline;gap:16px;color:var(--portal-teal);font-weight:400}
.customer-catalog-page .category-brand{font:400 31px/1 var(--portal-mono);letter-spacing:.06em;text-transform:uppercase}
.customer-catalog-page .category-header h3 a{font:12px/1 var(--portal-mono);letter-spacing:.2em;text-transform:uppercase}
.customer-catalog-page .category-header .category-desc{display:none}
.customer-catalog-page .category-header .soft{font-size:11px;color:#aaa99f}
.customer-catalog-page .sample-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.customer-catalog-page .sample-card{
    position:relative;
    border:1px solid var(--portal-line);
    border-radius:13px;
    background:#fffefa;
    box-shadow:none;
}
.customer-catalog-page .sample-card:hover{border-color:#9aafa9;box-shadow:0 12px 30px rgba(20,63,60,.10);transform:translateY(-2px)}
.customer-catalog-page .sample-image{aspect-ratio:4/3;background:#e9e9e3}
.customer-catalog-page .sample-image-placeholder{
    color:#9aaba9;
    background:repeating-linear-gradient(135deg,#efefe9 0,#efefe9 12px,#e4e4de 12px,#e4e4de 24px);
    font:10px/1 var(--portal-mono);
    letter-spacing:.14em;
    text-transform:uppercase;
}
.customer-catalog-page .sample-image .wm-overlay{
    inset:auto auto 9px 9px;
    display:block;
    max-width:calc(100% - 18px);
    padding:4px 8px;
    overflow:hidden;
    border-radius:999px;
    background:rgba(37,76,72,.68);
    color:#fff;
    text-align:left;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-shadow:none;
    font:9px/1 var(--portal-mono);
    letter-spacing:.02em;
    z-index:2;
}
.customer-catalog-page .sample-content{padding:14px;gap:10px}
.customer-catalog-page .sample-name-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.customer-catalog-page .sample-name{font:400 20px/1.15 var(--portal-mono);color:var(--portal-teal)}
.customer-catalog-page .sample-category-chip{padding:5px 8px;border-radius:999px;background:#ecece6;color:#65706e;font:9px/1 var(--portal-mono);white-space:nowrap}
.customer-catalog-page .catalog-number{
    display:flex;
    align-items:center;
    width:100%;
    padding:10px 0 0;
    border:0;
    border-top:1px solid #e4e2da;
    border-radius:0;
    background:transparent;
    color:#7d807a;
    font:11px/1 var(--portal-mono);
    letter-spacing:.04em;
}
.customer-catalog-page .catalog-number::after{
    content:'';
    width:12px;
    height:12px;
    margin-left:auto;
    border-radius:3px;
    background:#b99c71;
    box-shadow:16px 0 #9a8563,32px 0 #75664f,48px 0 #3e3529;
    margin-right:48px;
}
.customer-catalog-page .card-actions{margin:0}
.customer-catalog-page .card-badges,
.customer-catalog-page .cta{display:none!important}
.customer-catalog-page .compare-btn{
    position:absolute;
    top:10px;
    right:10px;
    z-index:3;
    padding:7px 11px;
    border:0;
    border-radius:999px;
    background:#315b57;
    color:#fff;
    font:700 10px/1 PortalGilroy,Arial,sans-serif;
}
.customer-catalog-page .compare-btn:hover,
.customer-catalog-page .compare-btn.active{background:var(--portal-gold);color:var(--portal-teal)}
.customer-catalog-page .image-count{top:10px;left:10px;right:auto;border-radius:999px;background:rgba(21,63,60,.8)}
.customer-catalog-page footer{color:#849b98}

@media(max-width:1500px){
    .customer-catalog-page .sample-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(max-width:1050px){
    .customer-catalog-page .sample-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:920px){
    .customer-catalog-page .portal-header .header-inner{gap:16px}
    .customer-catalog-page .portal-links{gap:16px}
    .customer-catalog-page .portal-user>span:last-child{display:none}
    .customer-catalog-page .browse-hero{grid-template-columns:minmax(0,1fr) 250px;gap:28px}
    .customer-catalog-page .catalog-tools{flex-wrap:wrap}
}

@media(max-width:680px){
    body.customer-catalog-page{background:#0d1817}
    .customer-catalog-page .portal-header .header-inner{min-height:98px;padding:18px 22px;gap:12px}
    .customer-catalog-page .portal-brand{gap:16px;margin-right:auto}
    .customer-catalog-page .portal-logo{width:42px;height:42px;flex-basis:42px}
    .customer-catalog-page .portal-brand strong{font-size:25px}
    .customer-catalog-page .portal-brand small{display:none}
    .customer-catalog-page .portal-user{order:3}
    .customer-catalog-page .portal-user>span:last-child{display:none}
    .customer-catalog-page .portal-avatar{width:44px;height:44px;flex-basis:44px;font-size:18px}
    .customer-catalog-page .portal-menu-toggle{
        order:2;
        width:44px;
        height:44px;
        display:grid;
        place-content:center;
        gap:5px;
        padding:0;
        border:0;
        border-radius:12px;
        background:var(--portal-teal-3);
        cursor:pointer;
    }
    .customer-catalog-page .portal-menu-toggle>span:not(.sr-only){display:block;width:19px;height:2px;border-radius:2px;background:#fff}
    .customer-catalog-page .portal-links{
        position:absolute;
        top:100%;
        left:0;
        right:0;
        display:none!important;
        padding:14px 22px;
        background:var(--portal-teal-3);
        box-shadow:0 16px 30px rgba(0,0,0,.2);
    }
    .customer-catalog-page .portal-header.menu-open .portal-links{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}
    .customer-catalog-page .portal-links a,
    .customer-catalog-page .portal-links button{display:flex;justify-content:center;padding:12px;border:1px solid #356762;border-radius:8px}
    .customer-catalog-page .portal-links form button{width:100%;background:var(--portal-gold);border-color:var(--portal-gold)}
    .customer-catalog-page .portal-mobile-meta{
        min-height:34px;
        padding:7px 22px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        border-top:1px solid rgba(255,255,255,.05);
        background:var(--portal-teal-3);
        color:#b7c4c2;
        font:11px/1 var(--portal-mono);
    }
    .customer-catalog-page .portal-mobile-meta form{margin:0}
    .customer-catalog-page .portal-mobile-meta button{padding:0;border:0;background:transparent;color:var(--portal-gold);font:700 12px/1 PortalGilroy,Arial,sans-serif}
    .customer-catalog-page main.container{margin:0 12px 12px;padding:0 20px 46px;border-radius:0 0 24px 24px}
    .customer-catalog-page .page-head{padding:22px 0 24px}
    .customer-catalog-page .page-head-top{margin:0 0 12px}
    .customer-catalog-page .page-crumb a,
    .customer-catalog-page .page-crumb span[aria-hidden="true"]{display:none}
    .customer-catalog-page .page-crumb span:last-child{font-size:0}
    .customer-catalog-page .page-crumb span:last-child::before{content:'Catalog · All Collections';font-size:11px}
    .customer-catalog-page .page-label{display:none}
    .customer-catalog-page .browse-hero{display:block;margin:0}
    .customer-catalog-page .page-title{max-width:330px;font-size:43px;line-height:.98}
    .customer-catalog-page .browse-subtitle{margin-top:16px;font-size:15px;line-height:1.45}
    .customer-catalog-page .catalog-notice{margin-top:14px;padding:12px 13px}
    .customer-catalog-page .catalog-notice p{font-size:11px;line-height:1.5}
    .customer-catalog-page .browse-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:22px;padding:0;background:transparent}
    .customer-catalog-page .browse-step{min-height:48px;grid-template-columns:27px 1fr;gap:8px;padding:9px 10px;border:1px solid var(--portal-line)!important;border-radius:11px;background:#fffefa;opacity:1}
    .customer-catalog-page .browse-step:first-child{background:var(--portal-teal);border-color:var(--portal-teal)!important}
    .customer-catalog-page .browse-step:not(:first-child) .browse-step-number{background:#ecece6;color:#83857f}
    .customer-catalog-page .browse-step:not(:first-child) strong{color:#646d69}
    .customer-catalog-page .browse-step small{display:none}
    .customer-catalog-page .browse-step strong{font-size:11px}
    .customer-catalog-page .browse-search-row{min-height:52px;margin-top:18px;padding:0 14px}
    .customer-catalog-page .catalog-search-input{font-size:14px}
    .customer-catalog-page .browse-tip{display:none}
    .customer-catalog-page .browse-pickers{grid-template-columns:1fr;gap:24px;margin-bottom:24px}
    .customer-catalog-page .browse-picker-title{margin-bottom:10px}
    .customer-catalog-page .brand-picker .browse-choice-grid,
    .customer-catalog-page .brand-picker-more-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .customer-catalog-page .category-picker .browse-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .customer-catalog-page .browse-choice{min-height:70px;padding:11px 14px}
    .customer-catalog-page .browse-choice-icon{width:45px;height:45px;flex-basis:45px}
    .customer-catalog-page .browse-choice-name{font-size:14px}
    .customer-catalog-page .brand-picker .browse-choice{min-height:58px;gap:8px;padding:8px 9px}
    .customer-catalog-page .brand-picker .browse-choice-icon{width:32px;height:32px;flex-basis:32px;border-radius:8px;font-size:10px}
    .customer-catalog-page .brand-picker .browse-choice-copy{min-width:0}
    .customer-catalog-page .brand-picker .browse-choice-name{font-size:12px}
    .customer-catalog-page .brand-picker .browse-choice-meta{font-size:8px;line-height:1.35}
    .customer-catalog-page .brand-picker .browse-choice.active{padding-right:26px}
    .customer-catalog-page .brand-picker .browse-choice.active::after{position:absolute;top:7px;right:8px;font-size:13px}
    .customer-catalog-page .brand-picker-more>summary{min-height:42px}
    .customer-catalog-page .category-picker .browse-choice{min-height:48px;padding:10px 12px}
    .customer-catalog-page .category-picker .browse-choice-copy{display:block}
    .customer-catalog-page .category-picker .browse-choice-meta{display:none}
    .customer-catalog-page .catalog-tools{margin:0 0 22px;padding:5px;border-radius:12px}
    .customer-catalog-page .catalog-tools-label,
    .customer-catalog-page .catalog-search-meta,
    .customer-catalog-page .boards-row{display:none}
    .customer-catalog-page .chip-row{width:100%;display:grid;grid-template-columns:repeat(3,1fr);padding:0;background:transparent}
    .customer-catalog-page .catalog-tools .chip{min-height:40px;padding:8px 4px;font-size:11px}
    .customer-catalog-page .brand-section{margin-bottom:30px}
    .customer-catalog-page .category{margin-bottom:26px}
    .customer-catalog-page .category-header{margin-bottom:16px;padding-bottom:14px}
    .customer-catalog-page .category-header h3{gap:10px}
    .customer-catalog-page .category-brand{font-size:23px}
    .customer-catalog-page .category-header h3 a{font-size:9px}
    .customer-catalog-page .category-header .soft{font-size:9px}
    .customer-catalog-page .sample-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
    .customer-catalog-page .sample-card{border-radius:14px}
    .customer-catalog-page .sample-image{aspect-ratio:1/1}
    .customer-catalog-page .sample-content{padding:12px;gap:9px}
    .customer-catalog-page .sample-name{font-size:17px}
    .customer-catalog-page .sample-category-chip{display:none}
    .customer-catalog-page .catalog-number{padding-top:0;border-top:0;font-size:10px}
    .customer-catalog-page .catalog-number::after{width:11px;height:11px;margin-right:32px;box-shadow:14px 0 #9a8563,28px 0 #3e3529}
    .customer-catalog-page .compare-btn{width:44px;height:44px;padding:0;border-radius:50%;font-size:0}
    .customer-catalog-page .compare-btn::after{content:'+';font:400 26px/1 Arial,sans-serif}
    .customer-catalog-page .compare-btn.active::after{content:'✓';font-size:18px}
    .customer-catalog-page .sample-image .wm-overlay{font-size:8px}
    .customer-catalog-page .compare-bar{left:12px;right:12px;transform:none;bottom:12px}
}

@media(max-width:390px){
    .customer-catalog-page .portal-brand strong{font-size:22px}
    .customer-catalog-page .portal-logo{width:38px;height:38px;flex-basis:38px}
    .customer-catalog-page .portal-menu-toggle{width:40px;height:40px}
    .customer-catalog-page .portal-avatar{width:40px;height:40px;flex-basis:40px}
    .customer-catalog-page main.container{margin-left:8px;margin-right:8px;padding-left:16px;padding-right:16px}
    .customer-catalog-page .page-title{font-size:39px}
    .customer-catalog-page .browse-step{padding:8px 6px;gap:5px}
    .customer-catalog-page .browse-step strong{font-size:10px}
    .customer-catalog-page .sample-grid{gap:9px}
    .customer-catalog-page .sample-name{font-size:15px}
}

/* Shared styling for customer login and related authenticated pages. */
body.customer-login-page,
body.customer-manual-page,
body.customer-account-page,
body.customer-sample-page{
    --customer-teal:#153f3c;
    --customer-teal-2:#286862;
    --customer-gold:#caaa67;
    --customer-paper:#f7f7f2;
    --customer-line:#deddd4;
    --customer-muted:#727a76;
    --customer-mono:'Courier New',Consolas,monospace;
}

body.customer-login-page{
    padding:30px;
    background:
        radial-gradient(700px 460px at 8% 0%,rgba(42,104,98,.48),transparent 70%),
        #0d1817;
}
.customer-login-page .shell{max-width:1040px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:0}
.customer-login-page .intro-panel,
.customer-login-page .card{border-color:rgba(202,170,103,.24);box-shadow:0 28px 70px rgba(0,0,0,.25);backdrop-filter:none}
.customer-login-page .intro-panel{
    min-height:560px;
    padding:48px;
    border-radius:24px 0 0 24px;
    background:var(--customer-teal);
    color:#fff;
}
.customer-login-page .intro-brand img{
    display:block;
    width:56px;
    height:56px;
    flex:0 0 56px;
    border-radius:50%;
    object-fit:cover;
    background:#fff;
    box-shadow:0 0 0 2px rgba(255,255,255,.12);
}
.customer-login-page .intro-name{font:400 31px/1 var(--customer-mono);letter-spacing:.015em}
.customer-login-page .intro-tagline{color:#93a8a5;font:11px/1.4 var(--customer-mono);letter-spacing:.16em;text-transform:uppercase}
.customer-login-page .intro-copy h1{max-width:520px;color:#fff;font:700 49px/.98 PortalGilroy,Arial,sans-serif}
.customer-login-page .intro-copy p,.customer-login-page .intro-points{color:#b7c5c2}
.customer-login-page .intro-point svg{stroke:var(--customer-gold)}
.customer-login-page .card{
    align-self:stretch;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:44px 38px;
    border-radius:0 24px 24px 0;
    background:var(--customer-paper);
}
.customer-login-page .brand-lockup{gap:16px;border-color:var(--customer-line)}
.customer-login-page .brand-lockup .brand-logo{
    display:block;
    width:38px;
    height:38px;
    flex:0 0 38px;
    border-radius:50%;
    object-fit:cover;
    background:#fff;
    box-shadow:0 0 0 1px rgba(21,63,60,.12);
}
.customer-login-page .brand-name{color:var(--customer-teal);font:700 17px/1 PortalGilroy,Arial,sans-serif}
.customer-login-page .brand-sub{color:var(--customer-muted);font:11px/1.3 var(--customer-mono)}
.customer-login-page .card>h1{color:var(--customer-teal);font:700 30px/1 PortalGilroy,Arial,sans-serif}
.customer-login-page .sub{color:var(--customer-muted)}
.customer-login-page label{color:var(--customer-teal);font-family:var(--customer-mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em}
.customer-login-page input[type="text"],
.customer-login-page input[type="password"]{min-height:50px;border-color:var(--customer-line);border-radius:10px;background:#fffefa}
.customer-login-page input:focus{border-color:var(--customer-teal-2);box-shadow:0 0 0 3px rgba(40,104,98,.12)}
.customer-login-page .btn{border-radius:10px;background:var(--customer-gold);color:var(--customer-teal);font-family:PortalGilroy,Arial,sans-serif}
.customer-login-page .btn:hover{background:#b99857}
.customer-login-page .notice{color:var(--customer-muted);border-color:var(--customer-line)}

body.customer-manual-page{background:#0d1817;color:var(--customer-teal);font-family:Inter,Segoe UI,Arial,sans-serif}
.customer-manual-page .header{padding:0;background:var(--customer-teal)}
.customer-manual-page .header-inner{max-width:none;min-height:82px;padding:12px clamp(28px,4vw,48px);gap:24px}
.customer-manual-page .brand{position:relative;padding-left:58px;margin-right:auto}
.customer-manual-page .brand::before{content:'';position:absolute;left:5px;top:8px;width:34px;height:34px;border-radius:7px;background:var(--customer-gold);transform:rotate(45deg)}
.customer-manual-page .brand strong{color:#fff;font:400 27px/1.1 var(--customer-mono)}
.customer-manual-page .brand span{margin-top:4px;color:#8fa5a2;font:10px/1.2 var(--customer-mono);letter-spacing:.18em;text-transform:uppercase}
.customer-manual-page .actions{gap:10px}
.customer-manual-page .btn{border-color:#376b66;border-radius:9px;color:#c0cecb}
.customer-manual-page .btn:hover{background:#204f4b;color:#fff}
.customer-manual-page .btn.primary{border-color:var(--customer-gold);background:var(--customer-gold);color:var(--customer-teal)}
.customer-manual-page .wrap{max-width:none;margin:0 1px 1px;padding:34px clamp(28px,4vw,48px) 64px;border-radius:0 0 20px 20px;background:var(--customer-paper)}
.customer-manual-page .intro{padding:28px;border-color:var(--customer-line);border-radius:14px;background:#fffefa;box-shadow:none}
.customer-manual-page .eyebrow{color:#92948d;font:11px/1 var(--customer-mono);letter-spacing:.18em}
.customer-manual-page .intro h1{margin:10px 0;color:var(--customer-teal);font:700 46px/.98 PortalGilroy,Arial,sans-serif}
.customer-manual-page .intro p{color:var(--customer-muted);font-size:15px}
.customer-manual-page .steps{gap:7px;margin-top:22px}
.customer-manual-page .step{padding:9px 14px;border:1px solid var(--customer-line);border-radius:10px;background:#fff;color:var(--customer-muted);font:11px/1 var(--customer-mono)}
.customer-manual-page .step.active{border-color:var(--customer-teal);background:var(--customer-teal);color:#fff}
.customer-manual-page .section{margin:34px 0}
.customer-manual-page .section h2{color:var(--customer-teal);font:700 24px/1 PortalGilroy,Arial,sans-serif}
.customer-manual-page .section-head span{color:#999b95;font:11px/1 var(--customer-mono)}
.customer-manual-page .picker{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:11px}
.customer-manual-page .choice{min-height:82px;padding:17px;border-color:var(--customer-line);border-radius:12px;background:#fffefa}
.customer-manual-page .choice:hover{border-color:#8ba6a1;box-shadow:none}
.customer-manual-page .choice.active{border-color:var(--customer-teal);background:var(--customer-teal);color:#fff}
.customer-manual-page .choice strong{font-family:PortalGilroy,Arial,sans-serif}
.customer-manual-page .choice small{font-family:var(--customer-mono)}
.customer-manual-page .products{grid-template-columns:repeat(auto-fill,minmax(265px,1fr));gap:16px}
.customer-manual-page .product{border-color:var(--customer-line);border-radius:14px;background:#fffefa}
.customer-manual-page .image{height:210px;background:repeating-linear-gradient(135deg,#efefe9 0,#efefe9 12px,#e4e4de 12px,#e4e4de 24px);color:#94a5a2;font-family:var(--customer-mono)}
.customer-manual-page .image img{object-fit:contain;background:#ecece6}
.customer-manual-page .catalog-no{color:#898c85;font-family:var(--customer-mono)}
.customer-manual-page .body h3{color:var(--customer-teal);font:400 23px/1.1 var(--customer-mono)}
.customer-manual-page .path,.customer-manual-page .specs{color:var(--customer-muted)}
.customer-manual-page .catalogs{border-color:var(--customer-line)}
.customer-manual-page .catalogs .btn{border-color:var(--customer-teal);background:var(--customer-teal);color:#fff}
.customer-manual-page .footer{color:#8fa5a2;background:#0d1817}

body.customer-account-page{padding:36px 20px 60px;background:#0d1817;color:var(--customer-teal);font-family:Inter,Segoe UI,Arial,sans-serif}
.customer-account-page .account-header{max-width:900px;min-height:76px;margin:0 auto 12px;padding:12px 22px;display:flex;align-items:center;gap:20px;border:0;border-radius:18px;background:var(--customer-teal);color:#fff}
.customer-account-page .account-brand{display:flex;align-items:center;gap:15px;margin-right:auto;color:#fff;text-decoration:none}
.customer-account-page .account-mark{width:32px;height:32px;border-radius:7px;background:var(--customer-gold);transform:rotate(45deg)}
.customer-account-page .account-brand strong{font:400 22px/1 var(--customer-mono)}
.customer-account-page .account-header nav{display:flex;align-items:center;gap:16px}
.customer-account-page .account-header nav a,.customer-account-page .account-header nav button{padding:8px 0;border:0;background:transparent;color:#bdcac8;text-decoration:none;font:700 12px/1 PortalGilroy,Arial,sans-serif;cursor:pointer}
.customer-account-page .account-header nav form{margin:0}
.customer-account-page .account-header nav button{padding:10px 14px;border-radius:8px;background:var(--customer-gold);color:var(--customer-teal)}
.customer-account-page .account-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--customer-gold);color:var(--customer-teal);font-family:PortalGilroy,Arial,sans-serif}
.customer-account-page .container{max-width:900px;padding:32px;border-radius:20px;background:var(--customer-paper);box-shadow:0 24px 70px rgba(0,0,0,.22)}
.customer-account-page .back-link{color:var(--customer-teal-2);font:11px/1 var(--customer-mono);letter-spacing:.08em;text-transform:uppercase}
.customer-account-page h1{color:var(--customer-teal);font:700 42px/1 PortalGilroy,Arial,sans-serif}
.customer-account-page .sub{color:var(--customer-muted);line-height:1.55}
.customer-account-page .card{padding:22px;border-color:var(--customer-line);border-radius:14px;background:#fffefa;box-shadow:none}
.customer-account-page .card h2{color:var(--customer-teal);font-family:PortalGilroy,Arial,sans-serif}
.customer-account-page .session-item,.customer-account-page .history-table th,.customer-account-page .history-table td{border-color:var(--customer-line)}
.customer-account-page .session-device{color:var(--customer-teal)}
.customer-account-page .session-meta,.customer-account-page .history-table th{color:var(--customer-muted);font-family:var(--customer-mono)}
.customer-account-page .btn{border-color:var(--customer-line);border-radius:8px}

body.customer-sample-page{--accent:var(--customer-teal);--accent-2:var(--customer-teal-2);--bg:var(--customer-paper);--border:var(--customer-line);background:#0d1817}
.customer-sample-page>header{position:relative;top:auto;border:0;background:var(--customer-teal);backdrop-filter:none}
.customer-sample-page>header>.container{max-width:none;padding:0 clamp(28px,4vw,48px)}
.customer-sample-page>header .header-inner{min-height:82px;padding:12px 0}
.customer-sample-page>header .brand{color:#fff;text-decoration:none}
.customer-sample-page>header .brand-row{gap:18px}
.customer-sample-page>header .sample-portal-mark{display:block;width:38px;height:38px;flex:0 0 38px;border-radius:8px;background:var(--customer-gold);transform:rotate(45deg)}
.customer-sample-page>header .brand h1{color:#fff;font:400 27px/1 var(--customer-mono)}
.customer-sample-page>header .tagline{color:#8fa5a2;font:10px/1.2 var(--customer-mono);letter-spacing:.16em;text-transform:uppercase}
.customer-sample-page>header .top-actions{gap:8px;flex-wrap:wrap}
.customer-sample-page>header .top-actions .btn{border-color:#376b66;border-radius:9px;background:transparent;color:#c0cecb}
.customer-sample-page>header .top-actions form .btn{border-color:var(--customer-gold);background:var(--customer-gold);color:var(--customer-teal)}
.customer-sample-page>nav{background:#204f4b;border:0}
.customer-sample-page>nav a{color:#c0cecb}
.customer-sample-page main.container{max-width:none;margin:0 1px 1px;padding-left:clamp(28px,4vw,48px);padding-right:clamp(28px,4vw,48px);padding-bottom:60px;border-radius:0 0 20px 20px;background:var(--customer-paper)}
.customer-sample-page .product-card,.customer-sample-page .section{border-color:var(--customer-line)}
.customer-sample-page .product-title,.customer-sample-page .section-title{color:var(--customer-teal);font-family:PortalGilroy,Arial,sans-serif}
.customer-sample-page .btn.primary{background:var(--customer-teal);border-color:var(--customer-teal)}

@media(max-width:820px){
    body.customer-login-page{padding:18px}
    .customer-login-page .shell{max-width:500px;grid-template-columns:1fr}
    .customer-login-page .intro-panel{min-height:auto;padding:28px;border-radius:22px 22px 0 0;gap:28px}
    .customer-login-page .intro-copy h1{font-size:38px}
    .customer-login-page .card{padding:30px 24px;border-radius:0 0 22px 22px}
    .customer-manual-page .header-inner{align-items:center;padding:15px 22px}
    .customer-manual-page .actions{width:100%;overflow:auto;flex-wrap:nowrap}
    .customer-manual-page .wrap{margin:0 10px 10px;padding:24px 18px 44px}
    .customer-manual-page .intro h1{font-size:38px}
    .customer-manual-page .picker{grid-template-columns:repeat(2,minmax(0,1fr))}
    .customer-manual-page .products{grid-template-columns:repeat(2,minmax(0,1fr))}
    .customer-account-page{padding:16px 10px 30px}
    .customer-account-page .account-header{padding:12px 16px;align-items:flex-start;flex-direction:column}
    .customer-account-page .account-header nav{width:100%;overflow:auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}
    .customer-account-page .account-header nav a{white-space:nowrap}
    .customer-account-page .container{padding:22px 16px}
    .customer-account-page h1{font-size:36px}
    .customer-sample-page>header .header-inner{align-items:flex-start;flex-direction:column}
    .customer-sample-page>header .top-actions{display:grid;width:100%;grid-template-columns:1fr 1fr;overflow:visible;flex-wrap:nowrap;padding-bottom:4px}
    .customer-sample-page>header .top-actions .btn{white-space:nowrap}
    .customer-sample-page>header .top-actions form,.customer-sample-page>header .top-actions form .btn{width:100%}
    .customer-sample-page main.container{margin:0 10px 10px;padding-left:18px;padding-right:18px}
}

@media(max-width:520px){
    .customer-login-page .intro-points{display:none}
    .customer-manual-page .picker,.customer-manual-page .products{grid-template-columns:1fr}
    .customer-manual-page .intro h1{font-size:34px}
    .customer-account-page .history-table{min-width:650px}
}
