/* Product-first landing pages; scoped separately from the management UI. */
.catalog-body{--paper:#faf8f5;--ink:#30243c;--muted:#786f7f;--line:#e7e0e9;--accent:#69507b;background:var(--paper)}
.catalog-body a:focus-visible,.catalog-body button:focus-visible{outline:3px solid #82609c;outline-offset:4px}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}.skip-link:focus{top:8px}.catalog-body .store-header{height:82px;padding:0 max(5%,calc((100vw - 1320px)/2));gap:24px;background:#faf8f5;border-bottom:1px solid var(--line)}.catalog-body .wordmark{font-size:27px;letter-spacing:2px}.catalog-body .wordmark .brand-dot{display:inline;color:#9e81b1;font-size:38px;margin:0;letter-spacing:0}.header-caption{margin-right:auto;color:var(--muted);font-size:12px;letter-spacing:2px}.catalog-body .store-header nav a{color:var(--ink);font-size:13px;display:flex;gap:22px}.catalog-intro{max-width:1320px;margin:28px auto 0;padding:36px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#e9e2ef;border-radius:16px;position:relative;overflow:hidden}.catalog-intro .eyebrow{font-size:10px;letter-spacing:2.3px;margin:0 0 14px;color:#705883}.catalog-intro h1{font-size:clamp(28px,3.2vw,44px);letter-spacing:-1.5px;line-height:1.3;margin:0 0 14px;font-weight:600}.catalog-intro p{margin:0;color:#73667c;font-size:13px;max-width:700px;overflow-wrap:anywhere}.intro-stamp{font-family:Georgia,serif;font-size:23px;line-height:1.05;letter-spacing:1px;transform:rotate(-7deg);padding-right:30px;color:#80628f;flex-shrink:0}.intro-stamp em{font-weight:400;font-size:27px;line-height:1.5}.catalog-body .store-section{max-width:1320px;margin:auto;padding:32px 0 60px}.catalog-body .listing{min-height:55vh}.catalog-body .catalog-filter{padding:0 0 26px;border-top:0;border-bottom:1px solid var(--line);gap:24px;align-items:start}.catalog-body .pills{gap:8px;align-items:center;min-width:0;flex:1}.catalog-body .pills a{display:flex;align-items:center;gap:9px;background:transparent;padding:10px 17px;font-size:12px;border:1px solid #ddd3e3;white-space:nowrap}.catalog-body .pills a.active{background:var(--ink);border-color:var(--ink);color:#fff}.catalog-body .pills small{color:inherit;opacity:.7;font-size:10px}.catalog-body .search{min-width:240px;flex-shrink:0}.catalog-body .search input{width:190px;background:#fffdfa;border-radius:30px 0 0 30px;padding-left:18px;border-color:#ddd3e3}.catalog-body .search button{border-radius:0 30px 30px 0;background:#ede6f0;border-color:#ddd3e3;color:var(--ink)}.collection-heading{display:flex;align-items:center;justify-content:space-between;margin:26px 0 22px;gap:20px}.catalog-body .collection-heading h2{font-size:19px;letter-spacing:0;margin:0}.collection-heading h2 span{font-size:12px;color:var(--muted);font-weight:400;margin-left:10px}.collection-heading>span{color:var(--muted);font-size:11px}.search-summary{font-size:13px;color:var(--muted)}.search-summary a{margin-left:14px;text-decoration:underline}.catalog-body .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px}.catalog-body .product-card{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fffdfa;transition:box-shadow .2s,transform .2s;min-width:0}.catalog-body .product-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px #3821430a}.catalog-body .product-image{aspect-ratio:1/1.06;background:#eee8f2}.catalog-body .product-card:nth-child(4n+2) .product-image{background:#f3e7df}.catalog-body .product-card:nth-child(4n+3) .product-image{background:#e8eae1}.catalog-body .product-card:nth-child(4n+4) .product-image{background:#e4eaf0}.catalog-body .product-image>img{object-fit:contain;padding:10px}.catalog-body .card-arrow{bottom:14px;right:14px;background:#fffdfa;height:32px;width:32px;border:1px solid #e5dfe9}.product-label{position:absolute;left:14px;top:14px;background:#fffdf9e8;padding:4px 12px;border-radius:20px;font-size:10px;letter-spacing:1px}.card-body{padding:17px 18px 0}.catalog-body .card-category{margin:0 0 7px;color:#8a718f;font-size:10px;letter-spacing:1px}.catalog-body .product-card h3{font-size:16px;margin:0 0 8px;overflow-wrap:anywhere;line-height:1.5}.catalog-body .product-card p{font-size:12px;line-height:1.8;margin:0 0 14px;min-height:22px;overflow-wrap:anywhere}.card-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:12px 0;font-size:11px;color:#64516f}.catalog-body .image-placeholder{color:#b8a9c3}.catalog-body .image-placeholder>span{font:40px Georgia,serif}.catalog-body .image-placeholder>small{color:#89758f;letter-spacing:1px}.catalog-body .catalog-empty{border:1px dashed #d8ccdf;background:#f2edf5;border-radius:14px;padding:58px 20px}.empty-symbol{display:block;font-size:40px;color:#aa90bb;margin-bottom:16px}.catalog-body .catalog-empty h2{font-size:23px;color:var(--ink)}.catalog-contact{max-width:1320px;margin:0 auto 32px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#eee8f2;border-radius:12px}.catalog-contact .eyebrow{margin-bottom:8px}.catalog-contact h2{font-size:21px;margin:0}.catalog-contact p{margin:0;color:#695871;font-size:14px}.catalog-footer{border-top:1px solid var(--line);padding:24px max(5%,calc((100vw - 1320px)/2));display:flex;align-items:center;gap:26px;font-size:11px;color:var(--muted)}.catalog-footer>a{margin-left:auto}.catalog-body .breadcrumbs{margin:0 0 25px}.catalog-body .detail-grid{gap:6%;grid-template-columns:1.06fr 1fr;align-items:start}.catalog-body .gallery-main{background:#eee8f2;border-radius:16px;overflow:hidden;aspect-ratio:1/1}.catalog-body .gallery-main>img{padding:18px}.catalog-body .gallery-thumbs button{border-radius:8px;overflow:hidden;background:#f0ebf3}.catalog-body .detail-copy{padding-top:12px;position:sticky;top:24px}.detail-kicker{display:block;font-size:10px;letter-spacing:2px;color:#8b7396;margin-bottom:25px}.catalog-body .detail-copy .eyebrow{font-size:12px;letter-spacing:0;margin-bottom:14px}.catalog-body .detail-copy h1{font-size:clamp(26px,3vw,42px);line-height:1.3}.catalog-body .detail-summary{margin:20px 0;font-size:14px}.catalog-body .parameters{background:#f0ebf3;border:0;border-radius:12px;padding:8px 22px;margin:25px 0}.catalog-body .parameters>div{grid-template-columns:minmax(70px,35%) 1fr;padding:14px 0}.catalog-body .parameters>div:last-child{border-bottom:0}.detail-actions{display:flex;gap:12px;flex-wrap:wrap}.catalog-body .button{border-radius:30px;background:var(--ink);border-color:var(--ink)}.catalog-body .button.secondary{background:transparent;color:var(--ink);border-color:#d7cadf}.catalog-body .detail-section{margin-top:50px;padding-top:30px;scroll-margin-top:24px}.catalog-body .detail-section h2{font-size:24px}.catalog-body .prose{color:#74657b}.catalog-body .product-video{border-radius:12px;background:#2b2132}.detail-mobile-bar{display:none}#specifications,#description,#contact{scroll-margin-top:24px}
@media(max-width:1450px){.catalog-intro,.catalog-body .store-section,.catalog-contact{margin-left:5%;margin-right:5%}}
@media(max-width:1000px){.catalog-body .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-body .catalog-filter{flex-direction:column;gap:18px}.catalog-body .pills{width:100%}.catalog-body .search{align-self:flex-end}.catalog-intro{padding:30px}.catalog-body .detail-grid{gap:30px}}
@media(max-width:760px){.catalog-body .store-header{height:66px;padding:0 5%;flex-wrap:nowrap;gap:12px}.catalog-body .wordmark{font-size:23px}.header-caption{display:none}.catalog-body .store-header nav{margin-left:auto}.catalog-intro{margin-top:18px;padding:24px;border-radius:12px;gap:10px}.catalog-intro h1{font-size:28px;letter-spacing:-1px;margin-bottom:10px}.catalog-intro .eyebrow{font-size:8px;letter-spacing:1.4px;margin-bottom:12px}.catalog-intro p{font-size:11px;max-width:270px;line-height:1.8}.intro-stamp{display:none}.catalog-body .store-section{padding:22px 0 40px}.catalog-body .catalog-filter{gap:14px;padding-bottom:18px;display:flex}.catalog-body .pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;gap:7px}.catalog-body .pills a{padding:8px 14px;font-size:11px;min-height:38px}.catalog-body .search{width:100%;min-width:0}.catalog-body .search input{flex:1;width:0;padding:9px 16px;font-size:12px}.catalog-body .search button{font-size:12px;padding:9px 16px}.collection-heading{margin:20px 0 16px}.catalog-body .collection-heading h2{font-size:17px}.collection-heading>span{font-size:9px}.catalog-body .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.catalog-body .product-card{border-radius:10px}.card-body{padding:13px 12px 0}.catalog-body .product-card h3{font-size:14px}.catalog-body .product-card p{font-size:11px;margin-bottom:10px}.catalog-body .card-category{font-size:9px}.card-bottom{font-size:10px;padding:10px 0}.catalog-body .card-arrow{width:26px;height:26px;bottom:10px;right:10px}.product-label{top:10px;left:10px;padding:3px 10px;font-size:9px}.catalog-body .product-image>img{padding:5px}.catalog-body .catalog-empty{padding:38px 18px}.catalog-contact{padding:24px;display:block;margin-bottom:24px}.catalog-contact p{margin-top:18px}.catalog-footer{gap:12px;flex-wrap:wrap;padding:20px 5% 86px;font-size:10px}.catalog-body .detail-grid{grid-template-columns:1fr;gap:22px}.catalog-body .detail-copy{position:static;padding-top:0}.detail-kicker{margin-bottom:14px;font-size:9px}.catalog-body .detail-copy h1{font-size:28px}.catalog-body .gallery-main{border-radius:12px}.catalog-body .detail-summary{font-size:13px}.catalog-body .detail-section h2{font-size:21px}.detail-mobile-bar{display:flex;position:fixed;z-index:10;bottom:0;left:0;right:0;background:#fffcf9f5;backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:12px 5% calc(12px + env(safe-area-inset-bottom));gap:12px;align-items:center;justify-content:space-between;box-shadow:0 -5px 20px #30243c05}.detail-mobile-bar a{font-size:12px;padding:8px 12px}.detail-mobile-bar a:last-child{background:var(--ink);color:white;border-radius:24px}.detail-actions .button{font-size:12px;padding:10px 18px}}
/* Warm white catalog, plum hierarchy, berry actions. */
.catalog-body{--paper:#faf8f5;--ink:#35263f;--muted:#746d7a;--accent:#c83f78}.catalog-intro{background:#f0ebf3}.catalog-body .product-image,.catalog-body .product-card:nth-child(n) .product-image{background:#f0ebf3}.catalog-body .product-card{display:flex;flex-direction:column}.product-card-main{display:block;flex:1}.catalog-body .product-card h3{min-height:48px}.product-price{font-size:18px;font-weight:650;color:#35263f;margin:12px 0 16px}.detail-price{font-size:28px;margin:20px 0}.card-buy{padding:0 18px 16px}.add-selection{background:#c83f78;color:white;border:1px solid #c83f78;border-radius:24px;padding:10px 16px;font-size:12px;min-height:42px}.card-buy .add-selection{width:100%}.catalog-body .button.add-selection,.inquiry-summary>.button:not(.secondary),#inquiry-open{background:#c83f78;border-color:#c83f78}.add-selection:hover{background:#ad3064;border-color:#ad3064}.selection-link{border:1px solid #ded5e3;border-radius:24px;padding:9px 14px}.selection-link span{background:#35263f;color:white;border-radius:20px;padding:0 6px;min-width:20px;text-align:center}.selection-toast{position:fixed;z-index:50;top:90px;left:50%;transform:translateX(-50%);background:#35263f;color:white;padding:13px 22px;border-radius:12px;box-shadow:0 6px 30px #35263f25;width:max-content;max-width:90vw}.inquiry-page h1{font-size:34px}.inquiry-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;margin-top:26px}.inquiry-summary{background:white;border:1px solid var(--line);border-radius:14px;padding:25px;align-self:start;position:sticky;top:20px}.inquiry-summary>strong{font-size:29px;display:block;margin-bottom:10px;overflow-wrap:anywhere}.inquiry-summary button{margin-bottom:12px}.inquiry-summary>p{margin-top:8px}.inquiry-summary textarea{font-size:12px;margin-top:10px}.inquiry-row{display:grid;grid-template-columns:82px minmax(0,1fr) 85px;gap:18px;background:#fffdfa;border:1px solid var(--line);border-radius:12px;padding:20px;margin-bottom:14px;align-items:center}.inquiry-row>img{width:82px;height:90px;object-fit:contain;border-radius:8px;background:#f0ebf3}.inquiry-info{grid-column:2;overflow-wrap:anywhere}.inquiry-info>a{font-weight:550}.inquiry-info p{margin:8px 0 0}.inquiry-quantity label{font-size:11px;margin-bottom:8px}.inquiry-quantity input{margin:3px 0;padding:7px}.inquiry-quantity button{font-size:11px;color:var(--muted)}.line-total{grid-column:2/4;text-align:right}.detail-mobile-bar{flex-wrap:wrap}.catalog-body [hidden]{display:none!important}
@media(max-width:760px){.catalog-body .store-header nav{gap:9px}.catalog-body .store-header nav a{font-size:11px;gap:6px}.selection-link{padding:7px 10px}.catalog-body .store-header .wordmark{font-size:19px}.card-buy{padding:0 12px 12px}.product-price{font-size:15px;margin:10px 0}.detail-price{font-size:25px}.card-buy .add-selection{padding:8px 10px;font-size:11px}.inquiry-layout{grid-template-columns:1fr;gap:18px}.inquiry-summary{position:static;padding:22px}.inquiry-row{grid-template-columns:58px minmax(0,1fr) 62px;gap:12px;padding:14px}.inquiry-row>img{width:58px;height:70px}.inquiry-info>a{font-size:12px}.line-total{font-size:13px}.inquiry-page h1{font-size:27px}.catalog-body .product-card h3{min-height:42px}.catalog-body .detail-mobile-bar a{font-size:11px;padding:6px 9px}}
