/* Notes branding is deliberately scoped to Notes, leaving MicroSolution intact. */
.notes-banner img{display:block;width:100%;height:auto}.notes-banner a{display:block}
.notes-splash{position:fixed;inset:0;background:#132b22;z-index:999;display:grid;place-items:center;pointer-events:none;animation:notes-reveal .7s ease-out forwards}
.notes-splash img{width:220px;height:170px;object-fit:contain}
@keyframes notes-reveal{0%,40%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}
body.notes-store{--brand:#173d31;--brand-d:#0e2c23;--brand-l:#edf2ed;--dark:#132b22;--dark2:#213f32;--bg:#fcfbf8;--card:#fff;--border:#e7e4dc;--text:#203229;--muted:#716e65;--primary:#173d31;background:#fcfbf8;color:#203229;height:auto;min-height:100vh}
.notes-store :focus-visible{outline:2px solid #87714b;outline-offset:4px}
.notes-store a{color:inherit}
.notes-store svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5}
.notes-sr-only,.notes-skip:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.notes-skip:focus{position:fixed;top:10px;inset-inline-start:12px;z-index:1000;background:#fff;padding:12px}
.notes-announcement{background:#b3a087;color:#fff;display:flex;justify-content:space-between;padding:9px max(4vw,18px);font-size:11px;letter-spacing:.5px}
.notes-announcement a{text-decoration:none}
.notes-header{display:flex;align-items:center;gap:40px;padding:18px max(4vw,18px);background:#fff;min-height:110px}
.notes-wordmark{text-decoration:none;text-align:center;min-width:115px;color:#173d31!important}
.notes-wordmark img{width:115px;height:80px;object-fit:contain;background:#16342a;border-radius:2px}
.notes-wordmark>span{font:28px Georgia,serif;letter-spacing:5px}
.notes-wordmark small{display:block;font:9px Arial,sans-serif;letter-spacing:5px;margin-top:7px}
.notes-search{display:flex;align-items:center;flex:1;background:#f2efe8;border:1px solid #eee9df;border-radius:30px;max-width:900px;margin-inline:auto;padding:4px 18px}
.notes-search input{width:100%;min-width:0;background:transparent;border:0;padding:12px 4px;font:inherit;font-size:13px;color:#203229;outline:0}
.notes-search button{background:transparent;border:0;padding:7px;color:#827b6f;display:flex}
.notes-bag{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:12px;white-space:nowrap}
.notes-nav{display:flex;align-items:center;justify-content:center;gap:36px;padding:16px 24px;background:#fff;border-block:1px solid #f0eee8;overflow-x:auto;scrollbar-width:thin}
.notes-nav a{flex-shrink:0;text-decoration:none;font-size:12px;font-weight:700}
.notes-nav a:hover{color:#9d8157}
.notes-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#101915;color:#f7f3e9;min-height:490px;overflow:hidden;padding-inline:7vw;position:relative}
.notes-hero-copy{position:relative;z-index:1;padding-block:50px}
.notes-eyebrow{font:11px Arial,sans-serif;letter-spacing:4px;margin-bottom:24px;color:#baaa8b}
.notes-hero h1{font-size:clamp(30px,4vw,62px);font-weight:600;line-height:1.6;letter-spacing:-1px}
.notes-hero-copy>p:not(.notes-eyebrow){font-size:14px;color:#c8cec6;line-height:2.3;margin-top:12px;max-width:430px}
.notes-hero-cta{display:inline-flex;align-items:center;gap:50px;padding:14px 22px;border:1px solid #b6aa91;margin-top:32px;font-size:13px;text-decoration:none}
.notes-hero-cta:hover{background:#eee8db;color:#132b22}
.notes-hero-art{display:flex;align-items:center;justify-content:center;min-height:390px}
.notes-hero-art img{width:100%;max-width:480px;height:auto;object-fit:contain}
.notes-hero-type{font:clamp(45px,7vw,105px) Georgia,serif;letter-spacing:10px;color:#d5cebb}
.notes-hero-type small{font:12px Arial,sans-serif;letter-spacing:12px;display:block;text-align:center;margin-top:20px}
.notes-store .hero{display:none}
.notes-store .sticky-bar{position:relative;top:auto;background:#fcfbf8;box-shadow:none;padding:25px max(4vw,18px) 0}
.notes-store .search-wrap{display:none}
.notes-store .cat-scroll{padding:8px 0 18px;gap:10px;border-bottom:1px solid var(--border)}
.notes-store .chip{border-radius:0;border:0;background:transparent;padding:9px 16px;color:#6e746b;font-size:12px}
.notes-store .chip.active{background:#173d31;color:#fff}
.notes-store .listing-area{max-width:1440px;margin:auto;padding:10px max(4vw,18px) 50px}
.notes-store .sec-title{font-size:24px;text-transform:none;letter-spacing:0;color:#203229;padding:24px 0;font-weight:600}
.notes-store .products{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 20px}
.notes-store .product-card{border-radius:0;box-shadow:none;background:transparent}
.notes-store .product-card.soldout{opacity:1}
.notes-store .thumb-wrap{background:#f1efe9;aspect-ratio:1/1.1}
.notes-store .thumb{object-fit:contain;mix-blend-mode:multiply;padding:20px}
.notes-store .name{font-size:14px;text-align:center;padding:16px 4px 4px}
.notes-store .price{text-align:center;font-size:16px;color:#263b2e;font-weight:600;padding:5px}
.notes-store .meta{justify-content:center;text-align:center;font-size:11px;padding:2px 4px 14px}
.notes-store .open-btn{border:1px solid #c5cbbf;border-radius:0;background:transparent;color:#203229;box-shadow:none;margin:0;padding:11px;font-weight:500;font-size:12px}
.notes-store .open-btn:hover{background:#173d31;color:#fff}
.notes-store .out-badge{background:#e6e1d7;color:#675f50;border-radius:0;top:10px;font-size:10px;font-weight:500}
.notes-store .fav-btn{box-shadow:none;background:#fff;border-radius:50%;width:32px;height:32px;color:#847e73}
.notes-store .fav-btn.active{color:#173d31}
.notes-story{text-align:center;padding:75px 24px;background:#ede9df;margin-top:35px}
.notes-story h2{font-size:clamp(23px,3vw,38px);font-weight:500;color:#23392c}
.notes-story>p:last-child{font-size:13px;line-height:2.2;color:#706d60;margin:18px auto 0;max-width:550px}
.notes-footer{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:40px;background:#142c22;color:#f1eee5;padding:60px max(4vw,18px) 25px}
.notes-footer-brand{font:32px Georgia,serif;letter-spacing:5px}
.notes-footer-brand small{display:block;font:9px Arial,sans-serif;letter-spacing:6px;margin-top:10px}
.notes-footer h2{font-size:14px;font-weight:500;margin-bottom:17px}
.notes-footer p,.notes-footer a{font-size:12px;line-height:2.3;color:#b9c0b2;text-decoration:none}
.notes-footer a{display:block}
.notes-copyright{grid-column:1/-1;border-top:1px solid #34473a;padding-top:20px;margin-top:15px;text-align:center;font-size:10px!important}
.notes-store .bottom-nav{box-shadow:none;border-top:1px solid #e4e0d6}
.notes-store .bottom-cart{background:#173d31;border-radius:0}
.notes-store .topbar{box-shadow:none;border-bottom:1px solid var(--border);position:relative}
.notes-store .card{border:1px solid var(--border);border-radius:2px;box-shadow:none}
@media(min-width:1000px){.notes-store .bottom-nav{display:none}.notes-store{padding-bottom:0}.notes-store>.card{max-width:920px;margin:22px auto}.notes-store>.topbar{padding-inline:max(4vw,18px)}}
@media(max-width:700px){.notes-announcement{font-size:10px;padding-block:8px}.notes-header{gap:18px;padding:14px 18px;flex-wrap:wrap;min-height:0}.notes-wordmark{order:0;min-width:0}.notes-wordmark img{width:80px;height:60px}.notes-wordmark>span{font-size:23px}.notes-bag{margin-inline-start:auto}.notes-search{order:2;flex-basis:100%;max-width:none}.notes-nav{justify-content:flex-start;gap:25px;padding:14px 18px}.notes-nav a{font-size:11px}.notes-hero{min-height:0;padding:24px;grid-template-columns:1fr 1fr;gap:8px}.notes-hero-copy{padding:20px 0}.notes-hero h1{font-size:25px;line-height:1.8}.notes-eyebrow{font-size:8px;letter-spacing:2px;margin-bottom:16px}.notes-hero-copy>p:not(.notes-eyebrow){font-size:11px;line-height:2}.notes-hero-art{min-height:180px}.notes-hero-type{font-size:27px;letter-spacing:3px}.notes-hero-type small{font-size:7px;letter-spacing:3px}.notes-hero-cta{font-size:10px;gap:15px;padding:10px 13px;margin-top:20px}.notes-store .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 12px}.notes-store .sec-title{font-size:20px}.notes-store .name{font-size:12px}.notes-store .price{font-size:14px}.notes-store .thumb{padding:12px}.notes-store .open-btn{font-size:11px}.notes-store .sticky-bar{padding-top:14px}.notes-footer{grid-template-columns:1fr;gap:28px;padding:40px 24px 95px}.notes-story{padding:48px 24px}.notes-copyright{margin-top:0}.notes-store .card{margin:12px}}
@media(prefers-reduced-motion:reduce){.notes-store *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media(prefers-reduced-motion:reduce){.notes-splash{display:none}}

/* Notes silver / black identity and progressively enhanced product rail. */
body.notes-store{--brand:#DEDEDE;--brand-d:#AFAFAF;--brand-l:#343434;--dark:#040404;--dark2:#101010;--bg:#040404;--card:#101010;--border:#343434;--text:#F3F3F3;--muted:#AFAFAF;--primary:#DEDEDE;background:#040404;color:#F3F3F3;color-scheme:dark}
.notes-store :focus-visible{outline-color:#DEDEDE}
.notes-store .notes-header,.notes-store .notes-nav,.notes-store .sticky-bar,.notes-store .bottom-nav,.notes-store .topbar,.notes-store .card{background:#101010;border-color:#343434;color:#F3F3F3}
.notes-store .notes-announcement{background:#343434;color:#F3F3F3}
.notes-store .notes-wordmark{color:#DEDEDE!important}
.notes-store .notes-wordmark img{background:transparent}
.notes-store .notes-search{background:#101010;border-color:#5D5D5D}
.notes-store .notes-search input,.notes-store .notes-search button{color:#DEDEDE}
.notes-store .notes-search input::placeholder{color:#AFAFAF}
.notes-store .notes-nav a:hover{color:#AFAFAF}
.notes-store .notes-hero{background:radial-gradient(ellipse at 20% 70%,#343434 0, #101010 45%,#040404 80%);color:#F3F3F3}
.notes-store .notes-eyebrow,.notes-store .notes-hero-type{color:#DEDEDE}
.notes-store .notes-hero-cta{border-color:#AFAFAF;color:#F3F3F3}
.notes-store .notes-hero-cta:hover{background:#DEDEDE;color:#040404}
.notes-store .sec-title,.notes-store .price,.notes-store .notes-story h2{color:#F3F3F3}
.notes-store .chip{color:#AFAFAF}
.notes-store .chip.active,.notes-store .open-btn,.notes-store .bottom-cart{background:#DEDEDE;color:#040404;border-color:#DEDEDE}
.notes-store .open-btn:hover{background:#F3F3F3;color:#040404}
.notes-store .thumb-wrap{background:#101010;border:1px solid #343434}
.notes-store .thumb{mix-blend-mode:normal;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.notes-store .product-card{background:#101010;border:1px solid #343434;border-radius:4px}
.notes-store .out-badge{background:#343434;color:#F3F3F3}
.notes-store .fav-btn{background:#101010;color:#DEDEDE;border:1px solid #5D5D5D}
.notes-store .fav-btn.active{background:#DEDEDE;color:#040404}
.notes-store .notes-story,.notes-store .notes-footer{background:#101010;color:#F3F3F3}
.notes-store .notes-story>p:last-child,.notes-store .notes-footer a,.notes-store .notes-footer p{color:#AFAFAF}
.notes-store .notes-copyright{border-color:#343434}
.notes-store .notes-splash{background:#040404}
.notes-store .notes-rail-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0 0 18px;color:#AFAFAF;font-size:12px}
.notes-store .notes-rail-controls[hidden]{display:none}
.notes-store .notes-rail-controls span{margin-inline-end:auto}
.notes-store .notes-rail-controls button{width:46px;height:46px;flex-shrink:0;border:1px solid #5D5D5D;border-radius:50%;background:#101010;color:#F3F3F3;font-size:23px;transition:background .2s,transform .2s}
.notes-store .notes-rail-controls button:hover:not(:disabled){background:#343434;transform:scale(1.05)}
.notes-store .notes-rail-controls button:disabled{opacity:.3;cursor:default}
.notes-store .products.notes-rail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding-block:4px 18px;scrollbar-width:thin;scrollbar-color:#757575 #101010;overscroll-behavior-x:contain}
.notes-store .notes-rail .product-card{flex:0 0 calc((100% - 60px)/4);scroll-snap-align:start;min-width:0;animation:notes-card-enter .6s ease both}
.notes-store .notes-rail .open-btn{margin-top:auto;min-height:44px}
@keyframes notes-card-enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(hover:hover){.notes-store .product-card:hover .thumb{transform:scale(1.045)}}
@media(max-width:900px){.notes-store .notes-rail .product-card{flex-basis:calc((100% - 40px)/3)}}
@media(max-width:600px){.notes-store .products.notes-rail{gap:12px}.notes-store .notes-rail .product-card{flex-basis:76%}.notes-store .listing-area{padding-bottom:28px}}
@media(prefers-reduced-motion:reduce){.notes-store .notes-rail .product-card{animation:none}.notes-store .thumb,.notes-store .notes-rail-controls button{transition:none;transform:none!important}}

/* Product detail and checkout share the same readable silver controls. */
.notes-store .notes-product-hero{display:block;padding:24px}
.notes-store .hero-stage{background:#101010;aspect-ratio:1;max-height:620px;border:1px solid #343434;border-radius:6px;overflow:hidden}
.notes-store .hero-stage-media{width:100%;height:100%;object-fit:contain}
.notes-store .hero-stage-media[hidden]{display:none}
.notes-store .notes-product-hero .name{font-size:clamp(22px,3vw,34px);line-height:1.6;text-align:start;padding:22px 0 8px}
.notes-store .hero-thumb-chip{background:#101010;border-color:#343434;min-width:56px;min-height:56px}
.notes-store .hero-thumb-chip.active{border-color:#DEDEDE}
.notes-store .notes-gallery-controls{display:flex;justify-content:center;gap:16px;padding:12px}
.notes-store .notes-gallery-controls[hidden]{display:none}
.notes-store .notes-gallery-controls button,.notes-store .notes-zoom,.notes-store .notes-image-dialog button{border:1px solid #757575;background:#101010;color:#F3F3F3;min-width:44px;min-height:44px;padding:8px 16px;border-radius:4px}
.notes-store .notes-zoom{display:block;margin:12px auto}
.notes-store .notes-image-dialog{margin:auto;max-width:95vw;max-height:92vh;background:#101010;border:1px solid #757575;color:#F3F3F3;padding:16px}
.notes-store .notes-image-dialog::backdrop{background:rgba(0,0,0,.9)}
.notes-store .notes-image-dialog img{max-width:85vw;max-height:75vh;object-fit:contain}
.notes-store .notes-product-description p{white-space:pre-line;line-height:2.2;color:#DEDEDE}
.notes-store .size-card{flex:0 1 180px;min-width:130px;min-height:70px}
.notes-store .size-card:has(input:focus-visible){outline:2px solid #DEDEDE;outline-offset:4px}
.notes-store .size-card:has(input:checked){background:#343434;border-color:#DEDEDE}
.notes-store .bottom{background:#101010;border-top:1px solid #343434;padding-bottom:calc(14px + env(safe-area-inset-bottom))}
.notes-store .add-btn,.notes-store .submit,.notes-store .qty button{background:#DEDEDE;color:#040404;box-shadow:none;min-height:44px}
.notes-store .qty button{min-width:44px}.notes-store .qty{background:#343434;color:#F3F3F3}
.notes-store input:not([type=radio]):not([type=checkbox]),.notes-store select,.notes-store textarea{background:#101010;color:#F3F3F3;border-color:#5D5D5D}
.notes-store .quick-menu-panel,.notes-store .fav-toggle{background:#101010;color:#DEDEDE;border-color:#5D5D5D}
.notes-store .quick-action.active{background:#343434;color:#F3F3F3}
.notes-store .empty{padding:36px 20px;font-weight:400;line-height:2}
.notes-store .notes-hero-copy{animation:notes-card-enter .8s ease both}
@media(max-width:600px){.notes-store .notes-product-hero{padding:16px}.notes-store .notes-hero{grid-template-columns:1fr;padding:32px 24px}.notes-store .notes-hero-copy{text-align:center;order:1}.notes-store .notes-hero-art{min-height:0}.notes-store .notes-hero-art img{max-width:220px}.notes-store .notes-hero h1{font-size:32px}.notes-store .notes-hero-copy>p:not(.notes-eyebrow){font-size:13px}.notes-store .notes-hero-cta{font-size:13px;min-height:44px}}
@media(prefers-reduced-motion:reduce){.notes-store .notes-hero-copy{animation:none}}

/* Approved light storefront: neutral surfaces with black and silver accents. */
.notes-store .thumb[src*="/brand/notes/logo.png"],.notes-store .hero-stage-media[src*="/brand/notes/logo.png"],.notes-store .hero-thumb-chip img[src*="/brand/notes/logo.png"],.notes-store .notes-image-dialog img[src*="/brand/notes/logo.png"]{background:#101010;object-fit:contain;padding:20px;mix-blend-mode:normal}
.notes-store .notes-wordmark>span{display:block;font:32px Georgia,serif;letter-spacing:5px;line-height:1.2;color:#101010}
.notes-store .notes-wordmark small{display:block;font:9px Arial,sans-serif;letter-spacing:6px;margin-top:10px;color:#343434}
body.notes-store{--brand:#101010;--brand-d:#040404;--brand-l:#F3F3F3;--dark:#101010;--dark2:#343434;--bg:#FAFAF9;--card:#FFFFFF;--border:#DEDEDE;--text:#101010;--muted:#5D5D5D;--primary:#101010;background:#FAFAF9;color:#101010;color-scheme:light}
.notes-store :focus-visible{outline-color:#343434}
.notes-store .notes-header,.notes-store .notes-nav,.notes-store .sticky-bar,.notes-store .bottom-nav,.notes-store .topbar,.notes-store .card,.notes-store .bottom{background:#FFFFFF;color:#101010;border-color:#DEDEDE}
.notes-store .notes-announcement{background:#101010;color:#F3F3F3}
.notes-store .notes-wordmark img{background:#101010}
.notes-store .notes-wordmark{color:#101010!important}
.notes-store .notes-search{background:#F3F3F3;border-color:#DEDEDE}
.notes-store .notes-search input,.notes-store .notes-search button{color:#343434}
.notes-store .notes-search input::placeholder{color:#5D5D5D}
.notes-store .sec-title,.notes-store .price,.notes-store .notes-story h2{color:#101010}
.notes-store .chip{color:#5D5D5D}
.notes-store .chip.active,.notes-store .open-btn,.notes-store .bottom-cart,.notes-store .add-btn,.notes-store .submit,.notes-store .qty button{background:#101010;color:#F3F3F3;border-color:#101010}
.notes-store .open-btn:hover{background:#343434;color:#FFFFFF}
.notes-store .product-card,.notes-store .thumb-wrap,.notes-store .hero-stage{background:#FFFFFF;border-color:#DEDEDE}
.notes-store .out-badge{background:#F3F3F3;color:#343434}
.notes-store .fav-btn,.notes-store .fav-toggle,.notes-store .quick-menu-panel{background:#FFFFFF;color:#343434;border-color:#DEDEDE}
.notes-store .fav-btn.active,.notes-store .quick-action.active{background:#101010;color:#FFFFFF}
.notes-store .notes-story{background:#F3F3F3;color:#101010}
.notes-store .notes-story>p:last-child{color:#5D5D5D}
.notes-store .notes-rail-controls{color:#5D5D5D}
.notes-store .notes-rail-controls button,.notes-store .notes-gallery-controls button,.notes-store .notes-zoom{background:#FFFFFF;color:#101010;border-color:#AFAFAF}
.notes-store .notes-rail-controls button:hover:not(:disabled){background:#F3F3F3}
.notes-store .products.notes-rail{scrollbar-color:#AFAFAF #F3F3F3}
.notes-store .notes-product-description p{color:#343434}
.notes-store .hero-thumb-chip{background:#FFFFFF;border-color:#DEDEDE}
.notes-store .hero-thumb-chip.active{border-color:#101010}
.notes-store .size-card:has(input:checked){background:#F3F3F3;border-color:#101010}
.notes-store .size-card:has(input:focus-visible){outline-color:#343434}
.notes-store .qty{background:#F3F3F3;color:#101010}
.notes-store input:not([type=radio]):not([type=checkbox]),.notes-store select,.notes-store textarea{background:#FFFFFF;color:#101010;border-color:#AFAFAF}
.notes-store .notes-search input{background:transparent!important}
.notes-store .empty{color:#5D5D5D}

.notes-home-sections{max-width:1440px;margin:auto;padding:42px max(4vw,18px) 0}
.notes-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.notes-section-heading h2{font-size:clamp(22px,3vw,34px);font-weight:600;line-height:1.6;margin:0;color:#101010}
.notes-kicker{font-size:10px;letter-spacing:2px;color:#5D5D5D;margin:0 0 8px}
.notes-section-heading>a{font-size:12px;color:#343434;text-decoration:none;white-space:nowrap;border-bottom:1px solid #AFAFAF;padding:8px 0}
.notes-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.notes-category-grid>a{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#FFFFFF;border:1px solid #DEDEDE;padding:24px 18px;text-decoration:none;color:#101010;font-size:14px;min-height:80px;transition:background .2s}
.notes-category-grid>a:hover{background:#F3F3F3}
.notes-collection{padding-top:52px;scroll-margin-top:24px}
.notes-collection .product-card{display:flex;flex-direction:column;overflow:hidden}
.notes-collection .product-card-link{display:block;text-decoration:none;color:inherit}
.notes-collection .thumb-wrap{aspect-ratio:1/1.12;overflow:hidden}
.notes-collection .thumb{width:100%;height:100%;object-fit:contain}
.notes-collection .name{line-height:1.6;min-height:60px;margin:0}
.notes-collection .meta{min-height:35px;margin:0;color:#5D5D5D}
.notes-collection .open-btn{display:block;text-align:center;text-decoration:none;margin-top:auto}
.notes-collection .products{display:grid}
.notes-previous-price{text-align:center;color:#5D5D5D;font-size:12px;margin:0 0 8px}
.notes-section-empty{background:#F3F3F3;padding:28px;text-align:center;border:1px solid #DEDEDE;line-height:2;color:#5D5D5D;font-size:14px}
.notes-section-empty a{display:inline-block;color:#101010;margin-top:8px;text-underline-offset:6px}
.notes-language{font-size:12px;color:#343434;text-decoration:none;padding:10px;border:1px solid #DEDEDE;border-radius:3px;white-space:nowrap}
@media(max-width:700px){.notes-home-sections{padding-top:28px}.notes-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.notes-category-grid>a{font-size:12px;min-height:65px;padding:16px 12px}.notes-collection{padding-top:34px}.notes-section-heading{gap:12px;margin-bottom:18px}.notes-section-heading>a{font-size:10px}.notes-section-heading h2{font-size:23px}.notes-language{margin-inline-start:auto}.notes-bag{margin-inline-start:0}}

/* Compact editorial layout: light surfaces, centered wordmark, product-first spacing. */
.notes-store .notes-header{display:grid;grid-template-columns:1fr auto 1fr;position:relative;gap:16px;min-height:82px;padding:14px max(4vw,18px)}
.notes-store .notes-header-tools{display:flex;align-items:center;gap:4px}
.notes-store .notes-wordmark{min-width:0;order:initial}
.notes-store .notes-wordmark>span{font-size:28px;letter-spacing:4px}
.notes-store .notes-wordmark small{font-size:7px;letter-spacing:4px;margin-top:6px}
.notes-store .notes-bag{justify-self:end;margin:0;min-height:44px}
.notes-store summary{cursor:pointer;list-style:none;width:44px;height:44px;display:grid;place-items:center}
.notes-store summary::-webkit-details-marker{display:none}
.notes-store .notes-menu-panel{position:absolute;top:100%;inset-inline-start:0;background:#FFFFFF;border:1px solid #DEDEDE;box-shadow:0 12px 25px #0000000d;padding:16px;min-width:240px;z-index:120}
.notes-store .notes-menu-panel a{display:block;padding:12px 16px;text-decoration:none;font-size:14px}
.notes-store .notes-search-toggle .notes-search{position:absolute;top:100%;left:14px;right:14px;max-width:none;margin:0;width:auto;padding:12px;background:#FFFFFF;border:1px solid #DEDEDE;border-radius:0;z-index:125}
.notes-store .notes-search button{min-width:48px;min-height:44px;color:#101010}
.notes-store .notes-nav{padding:10px 24px;gap:26px}
.notes-store .notes-hero{display:block;min-height:0;background:#F0EFEB;color:#101010;padding:42px 7vw;text-align:center}
.notes-store .notes-hero-copy{padding:0;max-width:680px;margin:auto}
.notes-store .notes-hero h1{font-size:clamp(28px,4vw,46px);line-height:1.5;margin:0}
.notes-store .notes-hero .notes-eyebrow{color:#5D5D5D;margin-bottom:10px;font-size:10px}
.notes-store .notes-hero-copy>p:not(.notes-eyebrow){font-size:14px;line-height:1.8;color:#5D5D5D;margin-top:12px}
.notes-store .notes-hero-cta{background:#101010;color:#FFFFFF;border:1px solid #101010;min-height:44px;margin-top:20px;padding:10px 22px;font-size:12px;gap:24px}
.notes-store .notes-banner img{width:100%;max-height:420px;object-fit:cover}
.notes-store .notes-home-sections{padding-top:24px}
.notes-store .notes-category-section .notes-section-heading{display:none}
.notes-store .notes-category-grid{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;padding-bottom:6px}
.notes-store .notes-category-grid>a{flex:0 0 92px;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;min-height:0;padding:0;border:0;background:transparent;text-align:center;font-size:11px}
.notes-store .notes-category-grid img{width:72px;height:72px;object-fit:contain;background:#F3F3F3;border-radius:50%;padding:10px;border:1px solid #DEDEDE}
.notes-store .notes-category-grid img[src*="/brand/notes/logo"]{background:#101010}
.notes-store .notes-collection{padding-top:28px}
.notes-store .notes-section-heading{margin-bottom:12px;align-items:baseline}
.notes-store .notes-section-heading h2{font-size:25px;line-height:1.5}
.notes-store .notes-section-heading .notes-kicker{display:none}
.notes-store .notes-rail-controls{gap:6px;margin:0 0 10px}
.notes-store .notes-rail-controls>span{font-size:10px}
.notes-store .notes-rail-controls button{width:36px;height:36px;font-size:17px}
.notes-store .product-card{border:1px solid #E7E7E5;border-radius:6px;overflow:hidden}
.notes-store .thumb-wrap{border:0;aspect-ratio:1/1.05}
.notes-store .name{padding:12px 10px 4px!important;font-size:13px;min-height:0;line-height:1.5;text-align:start;font-weight:600}
.notes-store .price{text-align:start;font-size:14px;padding:4px 10px}
.notes-store .meta{font-size:10px;justify-content:flex-start;padding:2px 10px 10px;min-height:0}
.notes-store .open-btn{margin:0 10px 10px!important;border-radius:3px;min-height:40px;font-size:11px;padding:10px 6px}
.notes-store .thumb[src*="/brand/notes/logo"],.notes-store .hero-stage-media[src*="/brand/notes/logo"],.notes-store .hero-thumb-chip img[src*="/brand/notes/logo"],.notes-store .notes-image-dialog img[src*="/brand/notes/logo"]{background:#101010;object-fit:contain;padding:20px;mix-blend-mode:normal}
.notes-store .notes-product-hero{padding:16px;border:0}
.notes-store .hero-gallery{position:relative}
.notes-store .notes-product-hero .hero-stage{max-height:420px;border:0;border-radius:4px}
.notes-store .notes-product-hero .notes-zoom{position:absolute;top:10px;inset-inline-end:10px;width:40px;height:40px;min-width:40px;min-height:40px;padding:0;margin:0;border:1px solid #DEDEDE;border-radius:50%;background:#FFFFFF;color:#101010;font-size:24px;z-index:3}
.notes-store .notes-product-hero .name{font-size:24px;padding:16px 0 4px!important}
.notes-store .notes-product-hero .meta{padding:0;text-align:start}
.notes-store .notes-gallery-controls{padding:8px;gap:8px}
.notes-store .notes-gallery-controls button{min-width:36px;min-height:36px;padding:4px 10px}
.notes-store .hero-thumbs{margin-top:8px}
.notes-store .hero-thumbs[hidden]{display:none}
.notes-store .notes-story{padding:36px 24px;margin-top:30px}
.notes-store .notes-footer{padding-top:32px}
@media(max-width:700px){.notes-store .notes-announcement{font-size:9px;padding-block:6px}.notes-store .notes-header{min-height:72px;padding:10px 14px;gap:8px}.notes-store .notes-bag span{display:none}.notes-store .notes-nav{display:none}.notes-store .notes-wordmark>span{font-size:25px}.notes-store .notes-hero{padding:26px 20px}.notes-store .notes-hero h1{font-size:28px}.notes-store .notes-hero-copy>p:not(.notes-eyebrow){font-size:12px;margin-top:8px}.notes-store .notes-home-sections{padding:18px 14px 0}.notes-store .notes-section-heading h2{font-size:21px}.notes-store .notes-rail .product-card{flex-basis:44%}.notes-store .notes-collection .name{font-size:12px;min-height:0}.notes-store .notes-collection .thumb-wrap{aspect-ratio:1/1.05}.notes-store .notes-product-hero .hero-stage{max-height:290px}.notes-store .notes-product-hero{margin:0!important}.notes-store .size-card{min-width:115px;min-height:64px}.notes-store .notes-collection .meta{min-height:0}.notes-store .listing-area{padding-inline:14px}}

.notes-store .notes-product-hero .hero-stage{width:100%;height:420px;aspect-ratio:auto}
.notes-store .notes-product-hero .hero-gallery{margin:0 0 12px}
.notes-store .notes-product-hero .hero-actions{margin:8px 0}
@media(max-width:700px){.notes-store .notes-product-hero .hero-stage{height:280px;max-height:280px}}

.notes-store .notes-search-results{position:absolute;top:100%;left:0;right:0;background:#FFFFFF;border:1px solid #DEDEDE;box-shadow:0 10px 24px #00000014;max-height:320px;overflow-y:auto;padding:6px;z-index:140}
.notes-store .notes-search-results[hidden]{display:none}
.notes-store .notes-search-results [role=option]{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 10px;min-height:44px;cursor:pointer;color:#101010;font-size:13px}
.notes-store .notes-search-results [aria-selected=true],.notes-store .notes-search-results [role=option]:hover{background:#F3F3F3}
.notes-store .notes-search-results small{color:#5D5D5D;font-size:10px}
.notes-store #listing-area{scroll-margin-top:16px}
