@charset "UTF-8";
:root{--ink:#202024;--muted:#737078;--pink:#c60a68;--pale:#fcf3f7;--border:#eae7ea;--surface:#faf9fa;--font:Inter,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font);font-size:14px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button{border:0;background:none;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e26ea7;outline-offset:3px}svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip-link{position:fixed;z-index:100;top:-60px;left:12px;padding:15px;background:#fff}.skip-link:focus{top:10px}.header,main,footer{max-width:1440px;margin:auto;padding-left:56px;padding-right:56px}.header{height:103px;display:flex;align-items:center;gap:52px;border-bottom:1px solid var(--border)}.brand{display:block;width:172px;height:88px;overflow:hidden;flex-shrink:0}.brand img{width:172px;height:172px;max-width:none;object-fit:contain;transform:translateY(-42px)}nav{display:flex;align-items:center;gap:35px;height:100%;font-weight:500;font-size:13px}nav a,nav button{height:100%;display:flex;align-items:center;gap:9px}.nav-active{border-bottom:2px solid var(--pink);padding-top:2px}.nav-button span{font-size:10px;background:var(--pale);color:var(--pink);border-radius:12px;padding:3px 6px}.private-badge{margin-left:auto;display:flex;gap:7px;align-items:center;font-size:11px;color:#69636c;border:1px solid var(--border);border-radius:20px;padding:8px 12px}.private-badge svg{width:13px;height:13px}.hero{height:322px;position:relative;display:flex;align-items:center;border-bottom:1px solid var(--border);overflow:hidden}.hero-copy{z-index:1;width:52%}.eyebrow{font-size:9px;letter-spacing:1.65px;font-weight:650;display:flex;align-items:center;gap:8px}.eyebrow>span{height:5px;width:5px;background:var(--pink);border-radius:50%}.muted{color:var(--muted)}h1{font-weight:500;font-size:48px;line-height:1.08;letter-spacing:-1.9px;margin:20px 0 15px}h2{font-weight:550;letter-spacing:-.7px}.hero p{color:var(--muted);font-size:13px;line-height:1.7;margin:0 0 18px}.text-link{font-size:12px;font-weight:600;display:inline-flex;gap:26px;align-items:center}.text-link span{font-size:20px;color:var(--pink)}.hero-visual{position:absolute;left:51%;right:6%;top:5px;bottom:0;display:flex;align-items:flex-end;justify-content:center}.hero-visual:before{content:"";position:absolute;inset:30px 35px 25px;background:radial-gradient(ellipse,#fbf1f6,transparent 65%);border-radius:50%}.hero-visual img{height:290px;width:220px;object-fit:contain;position:absolute;mix-blend-mode:multiply;bottom:6px}.hero-visual img:nth-child(1){transform:rotate(-9deg);left:0;height:253px;bottom:13px}.hero-visual img:nth-child(2){z-index:2;left:calc(50% - 110px);height:295px}.hero-visual img:nth-child(3){transform:rotate(9deg);right:-6px;height:250px;bottom:10px}.hero-caption{position:absolute;right:0;top:88px;writing-mode:vertical-rl;display:flex;gap:22px;font-size:8px;letter-spacing:1.2px;color:#979299}.hero-caption span:last-child{letter-spacing:.3px}.catalog-section{padding-top:36px;scroll-margin-top:10px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.section-heading h2{font-size:30px;margin:8px 0 0}.section-heading p{font-size:11px;color:var(--muted);margin:0 0 6px}.search-bar{display:flex;gap:12px}.search-field{display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:7px;padding:0 15px;height:49px;flex:1}.search-field svg{color:#8e8890;width:19px}.search-field input{width:100%;border:0;outline:none;font-size:12px;background:transparent}.search-field kbd{border:1px solid var(--border);border-radius:3px;padding:2px 6px;color:#98929b;font-family:inherit;font-size:10px}.filter-select select,.filter-button{height:49px;border:1px solid var(--border);border-radius:7px;background:#fff;padding:0 16px;font-size:12px}.filter-select select{min-width:165px}.filter-button{display:flex;align-items:center;gap:9px}.filter-button svg{width:17px}.extra-filter-panel{display:flex;flex-wrap:wrap;gap:16px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-top:12px;align-items:end}.extra-filter-panel label{font-size:11px;display:grid;gap:7px;color:var(--muted)}.extra-filter-panel select{padding:9px;background:white;border:1px solid var(--border);border-radius:4px;color:var(--ink)}.line-filters{display:flex;gap:7px;padding:19px 0 22px;overflow-x:auto;scrollbar-width:thin}.line-chip{font-size:11px;white-space:nowrap;border:1px solid var(--border);padding:9px 14px;border-radius:5px;color:#6d6770;transition:background .15s}.line-chip[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.line-chip:hover{border-color:#9e959e}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.results-bar{display:flex;align-items:center;justify-content:space-between;margin:1px 0 19px;font-size:11px;color:var(--muted)}.results-bar select{border:0;background:white;font-size:11px;color:#66606a;padding:0 2px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 16px}.product-card{border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:box-shadow .2s,border .2s;background:#fff}.product-card:hover{box-shadow:0 8px 25px #21122209;border-color:#d5cbd2}.product-card.selected{border-color:#d788ad}.product-image{display:block;position:relative;width:100%;height:210px;padding:15px 23px 5px;text-align:left;overflow:hidden}.product-image img{height:100%;width:100%;object-fit:contain;transition:transform .25s}.product-image:hover img{transform:scale(1.05)}.image-badge{position:absolute;top:11px;left:11px;font-size:8px;letter-spacing:.5px;z-index:1;background:#f9f7f8;padding:5px 7px;border-radius:3px;color:#787078}.image-badge.selected-badge{background:var(--pale);color:var(--pink)}.image-placeholder{height:100%;width:100%;background:#faf8f9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:4px;color:#aaa2aa}.image-placeholder svg{width:35px;height:35px;stroke-width:1}.image-placeholder span{font-size:10px}.product-info{padding:15px 16px 16px}.product-meta{font-size:8px;letter-spacing:1.4px;text-transform:uppercase;color:#867c87;display:flex;align-items:center;gap:7px;line-height:1.5}.product-meta i{height:3px;width:3px;background:#c7c0c7;border-radius:50%}.product-name{font-size:16px;font-weight:550;letter-spacing:-.25px;line-height:1.3;text-align:left;padding:0;margin:8px 0 5px;display:block}.product-profile{font-size:10px;color:var(--muted);line-height:1.6;min-height:32px;margin:0 0 10px}.reference{font-size:10px;color:#605963;line-height:1.5;min-height:31px;margin-bottom:14px}.reference span{display:block;font-size:8px;color:#99909a;margin-bottom:2px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;border-top:1px solid #f1eef1;padding-top:12px}.sku{font-size:9px;color:#99909a}.add-button{display:flex;align-items:center;gap:15px;border:1px solid #ddd5dc;font-size:10px;padding:8px 10px;border-radius:4px;font-weight:550}.add-button:hover{background:var(--pale);border-color:#d58bad;color:var(--pink)}.add-button span{font-size:16px;line-height:10px}.stepper{display:flex;border:1px solid var(--border);border-radius:4px;height:31px;background:white;overflow:hidden;flex-shrink:0}.stepper button{width:27px;line-height:1;font-size:16px;padding:0}.stepper button:hover{background:var(--pale);color:var(--pink)}.stepper input{width:34px;border:0;text-align:center;appearance:textfield;-moz-appearance:textfield;font-size:11px;padding:0;background:white;color:var(--ink)}.stepper input::-webkit-inner-spin-button,.stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.selection-panel{position:sticky;top:24px;border:1px solid var(--border);border-radius:8px;padding:22px 20px;background:#fff;margin-top:0;scroll-margin-top:15px}.selection-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:19px}.selection-heading h2{font-size:20px;margin:9px 0 0;display:flex;align-items:center;gap:8px}.selection-heading h2 span{border-radius:12px;font-size:9px;background:var(--pale);padding:4px 7px;color:var(--pink);letter-spacing:0}.selection-heading>svg{width:23px;color:#756c77}.selection-heading .eyebrow{font-size:8px;letter-spacing:1.3px}.cart-empty{padding:29px 8px;text-align:center;color:var(--muted);font-size:11px;line-height:1.65}.cart-empty .empty-icon{width:45px;height:45px;border:1px solid var(--border);border-radius:50%;margin:0 auto 13px;display:grid;place-items:center}.cart-empty strong{font-size:12px;font-weight:550;color:#605963;display:block;margin-bottom:6px}.cart-empty p{margin:0}.cart-row{display:grid;grid-template-columns:44px minmax(0,1fr) 16px;gap:9px;padding:16px 0;border-bottom:1px solid var(--border);align-items:start}.cart-row img{width:44px;height:62px;object-fit:contain}.cart-row .mini-placeholder{height:55px;background:var(--surface);display:grid;place-items:center;color:#b0a6af}.cart-row-name{font-size:11px;line-height:1.4;padding:0;text-align:left;font-weight:550}.cart-row-meta{display:block;font-size:9px;color:var(--muted);margin:3px 0 9px}.remove-item{font-size:18px;color:#a597a3;padding:0}.customer-fields{padding-top:20px}.customer-fields label{display:flex;justify-content:space-between;font-size:10px;font-weight:550;margin-bottom:8px}.customer-fields label span{font-weight:400;color:#a29aa3;font-size:9px}.customer-fields input,.customer-fields textarea{width:100%;border:1px solid var(--border);border-radius:4px;font-size:10px;padding:11px;resize:vertical;background:white;line-height:1.5;margin-bottom:15px}.cart-total{border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:11px}.cart-total strong{font-size:21px;font-weight:550}.primary-button{display:flex;align-items:center;justify-content:center;gap:15px;background:var(--pink);color:white;border-radius:5px;min-height:43px;padding:12px 16px;font-size:11px;font-weight:550}.primary-button:hover:enabled{background:#ae0057}.primary-button span{font-size:17px}.selection-panel>.primary-button{width:100%}.selection-help{font-size:9px;text-align:center;color:#a097a1;line-height:1.65;margin:12px 0 0}.text-button{font-size:11px;color:var(--muted);padding:7px 0;text-decoration:underline;text-underline-offset:3px}.danger{color:#a66b82;width:100%;margin-top:10px;font-size:10px}.load-more{display:block;margin:30px auto 0;border:1px solid var(--border);padding:12px 35px;border-radius:5px;font-size:12px}.catalog-notice{background:#fbf7f9;border-left:2px solid #d688aa;padding:12px 15px;line-height:1.6;font-size:11px;color:#7e5d70;margin-bottom:20px}.empty-results{grid-column:1/-1;text-align:center;padding:65px 20px;background:var(--surface);border-radius:6px;color:var(--muted)}.empty-results h3{color:var(--ink);font-weight:500}.empty-results button{margin-top:15px;text-decoration:underline;color:var(--pink)}footer{border-top:1px solid var(--border);margin-top:60px;display:flex;justify-content:space-between;align-items:center;min-height:94px;font-size:10px;color:#817981}.footer-dot{padding:0 8px}.mobile-cart-bar{display:none}dialog{border:1px solid var(--border);border-radius:11px;box-shadow:0 24px 80px #20101e33;padding:0;width:min(850px,calc(100% - 30px));max-height:90vh;color:var(--ink);background:white;overscroll-behavior:contain}dialog::backdrop{background:#24172166;backdrop-filter:blur(4px)}body:has(dialog[open]){overflow:hidden}.close-dialog{position:absolute;right:16px;top:14px;width:33px;height:33px;border:1px solid var(--border);border-radius:50%;font-size:23px;background:white;z-index:3;color:#756a76}.close-dialog.inline{position:static}.detail-layout{display:grid;grid-template-columns:42% 58%;min-height:500px}.detail-photo{padding:65px 20px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fcfbfc}.detail-photo>img{width:100%;height:330px;object-fit:contain;mix-blend-mode:multiply}.detail-photo>p{font-size:10px;line-height:1.6;color:var(--muted);text-align:center;margin-top:20px}.detail-copy{padding:60px 35px 32px}.detail-copy h2{font-size:30px;line-height:1.2;margin:12px 0}.detail-meta{font-size:11px;color:var(--muted);margin-bottom:20px}.detail-profile{font-size:14px;line-height:1.6}.detail-reference{padding:14px;background:var(--pale);font-size:12px;line-height:1.5;margin:20px 0;border-radius:5px}.detail-reference span{display:block;font-size:9px;letter-spacing:1px;margin-bottom:5px;color:#936a80}.detail-notes{display:grid;gap:13px;margin:20px 0}.detail-notes div{border-bottom:1px solid var(--border);padding-bottom:11px}.detail-notes dt{font-size:9px;text-transform:uppercase;letter-spacing:1px;color:#989099;margin-bottom:6px}.detail-notes dd{font-size:11px;line-height:1.6;margin:0;color:#665a65}.detail-add{display:flex;align-items:center;gap:12px;margin:22px 0}.detail-add .primary-button{flex:1}.detail-actions{display:flex;gap:18px;flex-wrap:wrap}.detail-actions button{font-size:10px;color:#867582;text-decoration:underline;text-underline-offset:3px}.sources{font-size:10px;line-height:1.7;margin-top:22px;color:var(--muted)}.sources summary{cursor:pointer}.sources a{text-decoration:underline;color:#8b5a73;margin-right:10px}.sources p{font-size:10px;line-height:1.65}.order-dialog{width:min(920px,calc(100% - 24px));padding:30px}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:15px}.dialog-top h2{font-size:26px;margin:8px 0 0}.order-toolbar{display:flex;gap:8px;flex-wrap:wrap;padding:24px 0}.secondary-button{border:1px solid var(--border);padding:10px 13px;font-size:11px;border-radius:5px;background:white;min-height:40px}.secondary-button:hover{background:var(--surface)}.paper{background:#fff;border:1px solid var(--border);border-radius:5px;padding:30px}.paper-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:20px;gap:20px}.paper-brand{width:135px;height:72px;overflow:hidden;flex-shrink:0}.paper-brand img{width:135px;height:135px;transform:translateY(-33px)}.paper-heading{text-align:right}.paper-heading h2{font-size:21px;margin:0 0 7px}.paper-heading p{font-size:10px;color:var(--muted);margin:0}.paper-client{margin:23px 0 8px;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.paper-note{font-size:12px;line-height:1.6;color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere}.paper-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:25px}.paper-item{border:1px solid var(--border);padding:15px;border-radius:5px;break-inside:avoid}.paper-item>img{height:125px;width:100%;object-fit:contain}.paper-item .image-placeholder{height:125px}.paper-item h3{font-size:13px;margin:10px 0 5px;font-weight:550}.paper-item p{font-size:9px;line-height:1.6;color:var(--muted);margin:4px 0}.paper-item strong{display:block;font-size:11px;margin-top:12px}.paper-summary{border-top:1px solid var(--border);display:flex;justify-content:space-between;margin-top:25px;padding-top:20px;font-size:13px}.paper-foot{font-size:9px;color:var(--muted);line-height:1.7;margin-top:16px}.info-dialog{padding:45px;max-width:580px}.info-dialog h2{font-size:25px;margin:15px 0 25px}.info-dialog p{font-size:12px;line-height:1.85;color:var(--muted)}.info-dialog .secondary-button{margin-top:15px}.toast{position:fixed;z-index:20;bottom:25px;left:50%;transform:translate(-50%,20px);background:#29222a;color:white;font-size:12px;padding:13px 22px;border-radius:6px;box-shadow:0 6px 30px #2222;opacity:0;pointer-events:none;transition:.2s;max-width:90%;text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}#print-surface{display:none}.qty-hint{font-size:10px;color:var(--muted);line-height:1.5}.no-photo-detail{height:280px!important}.error-box{padding:40px;background:var(--pale);border-radius:7px;grid-column:1/-1}.error-box button{color:var(--pink);text-decoration:underline}
@media(min-width:1600px){.header,main,footer{max-width:1536px}.product-image{height:230px}}
@media(max-width:1190px){.header,main,footer{padding-left:30px;padding-right:30px}.workspace{grid-template-columns:minmax(0,1fr) 270px;gap:20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-panel{padding:18px 16px}.hero-visual{left:48%;right:4%}.hero-visual img{width:180px}.hero-visual img:nth-child(2){left:calc(50% - 90px)}.hero h1{font-size:43px}.line-chip{font-size:10px;padding:8px 12px}}
@media(max-width:800px){.header,main,footer{padding-left:22px;padding-right:22px}.header{height:87px;gap:20px}.brand{width:145px;height:77px}.brand img{width:145px;height:145px;transform:translateY(-35px)}nav{gap:17px;font-size:11px}.private-badge{font-size:0;padding:8px}.private-badge svg{width:13px}.hero{height:292px}.hero-visual{left:46%;right:0;top:32px}.hero-visual img{width:160px;height:210px!important}.hero-visual img:nth-child(1){left:0;height:190px!important;bottom:15px}.hero-visual img:nth-child(2){left:calc(50% - 80px);height:240px!important}.hero-visual img:nth-child(3){right:-10px;height:190px!important}.hero-caption{display:none}.hero h1{font-size:36px}.hero p{font-size:12px}.eyebrow{font-size:8px;letter-spacing:1px}.workspace{grid-template-columns:minmax(0,1fr)}.selection-panel{position:static;margin-top:15px;padding:24px}.selection-heading h2{font-size:24px}.cart-row{grid-template-columns:58px minmax(0,1fr) 25px}.cart-row-name{font-size:13px}.cart-row img{width:58px;height:70px}.customer-fields label,.customer-fields input,.customer-fields textarea{font-size:12px}.cart-empty{padding:35px}.cart-empty strong{font-size:14px}.selection-panel .primary-button{font-size:13px}.selection-help{font-size:10px}.mobile-cart-bar{display:block;position:fixed;z-index:5;bottom:0;left:0;right:0;padding:12px 22px;background:#ffffffed;backdrop-filter:blur(8px);border-top:1px solid var(--border)}.mobile-cart-bar button{width:100%;display:flex;align-items:center;justify-content:space-between;background:var(--pink);color:#fff;padding:14px 17px;border-radius:6px;font-size:12px}.mobile-cart-bar button span:nth-child(1){margin-left:auto;margin-right:18px;color:#ffffffce;font-size:11px}footer{margin-bottom:72px;min-height:95px}.toast{bottom:92px}.section-heading h2{font-size:27px}.section-heading p{font-size:10px}.search-field kbd{display:none}.filter-select select{min-width:150px}.product-image{height:220px}.detail-layout{grid-template-columns:38% 62%}.detail-copy{padding:55px 25px 25px}.detail-photo{padding:45px 10px 20px}}
@media(max-width:540px){.header,main,footer{padding-left:17px;padding-right:17px}.header{height:76px;gap:10px}.brand{width:125px;height:70px}.brand img{width:125px;height:125px;transform:translateY(-29px)}nav{margin-left:auto;gap:15px;font-size:10px}.private-badge{display:none}.hero{height:289px;align-items:flex-start;padding-top:30px}.hero-copy{width:64%}.hero-copy .eyebrow{font-size:6px;letter-spacing:.8px}.hero h1{font-size:32px;letter-spacing:-1.1px;margin-top:16px}.hero p{font-size:11px;max-width:205px;line-height:1.7}.hero .desktop-break{display:none}.text-link{font-size:10px;gap:15px}.hero-visual{left:57%;right:-25px;top:77px}.hero-visual img:nth-child(1){display:none}.hero-visual img:nth-child(2){width:150px;left:-15px;height:193px!important;bottom:0;transform:rotate(-8deg)}.hero-visual img:nth-child(3){width:125px;right:-13px;height:161px!important;bottom:7px}.catalog-section{padding-top:27px}.section-heading{margin-bottom:20px}.section-heading h2{font-size:25px}.section-heading p{font-size:9px;max-width:100px;line-height:1.7;text-align:right}.section-heading .eyebrow{font-size:6px}.search-bar{flex-wrap:wrap;gap:9px}.search-field{flex-basis:100%;height:47px}.search-field input{font-size:11px}.filter-select{flex:1}.filter-select select{width:100%;height:39px;font-size:11px}.filter-button{height:39px;font-size:11px}.extra-filter-panel{padding:14px;display:grid;grid-template-columns:1fr}.line-filters{padding:16px 0;gap:6px}.line-chip{padding:8px 11px;font-size:10px}.product-grid{gap:12px 10px}.product-image{height:171px;padding:12px 8px 2px}.image-badge{font-size:7px;left:7px;top:7px;padding:4px 5px}.product-info{padding:12px 11px}.product-meta{font-size:6px;letter-spacing:.9px;gap:5px}.product-name{font-size:13px;min-height:33px;margin:7px 0 4px}.product-profile{font-size:9px;min-height:30px}.reference{font-size:9px;min-height:40px;margin-bottom:10px}.reference span{font-size:7px}.product-bottom{flex-wrap:wrap;row-gap:9px}.sku{font-size:8px}.add-button{padding:7px 8px;font-size:9px;gap:9px}.stepper button{width:24px}.stepper input{width:27px}.image-placeholder span{font-size:8px;text-align:center}.results-bar{font-size:10px;margin-bottom:16px}.results-bar select{font-size:10px}.detail-layout{display:block}.detail-photo{height:240px;padding:35px 20px 12px}.detail-photo>img{height:175px}.detail-photo>p{font-size:8px;margin:5px 0}.detail-copy{padding:25px}.detail-copy h2{font-size:28px}.detail-meta{margin-bottom:15px}.no-photo-detail{height:180px!important}.order-dialog{padding:18px}.dialog-top h2{font-size:22px}.order-toolbar{gap:7px;padding:18px 0}.order-toolbar button{font-size:10px;flex:1 1 40%;padding:10px}.paper{padding:18px}.paper-header{gap:10px}.paper-brand{width:95px;height:60px}.paper-brand img{width:95px;height:95px;transform:translateY(-18px)}.paper-heading h2{font-size:16px}.paper-heading p{font-size:9px}.paper-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.paper-item{padding:10px}.paper-item>img,.paper-item .image-placeholder{height:95px}.paper-item h3{font-size:11px}.paper-summary{font-size:11px}.info-dialog{padding:40px 25px 25px}.info-dialog h2{font-size:23px}.info-dialog p{font-size:11px}footer{font-size:8px;gap:10px}footer .text-button{font-size:9px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media print{@page{size:A4;margin:13mm}body{font-size:11px;background:white}body>*{display:none!important}body>#print-surface{display:block!important}body:has(dialog[open]){overflow:visible}#print-surface .paper{border:0;padding:0;border-radius:0}#print-surface .paper-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}#print-surface .paper-item{break-inside:avoid;page-break-inside:avoid}#print-surface .paper-item>img{height:110px}#print-surface .paper-item h3{font-size:12px}#print-surface .paper-summary{break-inside:avoid}#print-surface .paper-brand{width:135px;height:70px}#print-surface .paper-brand img{width:135px;height:135px;transform:translateY(-33px)}#print-surface .detail-layout{display:grid;grid-template-columns:40% 60%}#print-surface .detail-photo>img{height:330px}#print-surface .detail-copy{padding:30px}#print-surface .detail-add,#print-surface .detail-actions{display:none}#print-surface .sources{display:block}#print-surface .sources summary{display:none}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/* Commercial rules: catalogue prices, initial stock and a transparent quote. */
.bronze-banner{margin-top:28px;padding:28px 32px;border:1px solid #e2c9b4;background:#faf4ee;display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:4px}.bronze-banner .eyebrow{color:#795132;font-size:11px}.bronze-banner h2{font-size:26px;margin:12px 0}.bronze-banner p{max-width:650px;line-height:1.6;margin:0;font-size:15px}.bronze-example{display:flex;flex-direction:column;gap:8px;flex-shrink:0;border-left:1px solid #dfc6b3;padding-left:30px}.bronze-example>strong{font-size:28px;color:#70452a}.bronze-example>span{font-size:13px;color:#715d50}.shipping-strip{padding:18px 0;border-bottom:1px solid var(--border);font-size:13px;line-height:1.6;color:#5e5760}.product-commerce{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:16px 0;font-size:16px;flex-wrap:wrap}.stock{font-size:12px;color:#436147}.stock.sold-out{color:#8a5360}.cart-row-price{display:block;font-size:12px;margin:8px 0}.bronze-cart{margin:22px 0 14px;border-radius:4px;padding:16px;background:#faf4ee}.bronze-cart .eyebrow{font-size:10px;color:#795132}.bronze-cart progress{display:block;width:100%;height:8px;border:0;border-radius:20px;margin:14px 0;background:#e8d7c8;accent-color:#956441}.bronze-cart progress::-webkit-progress-bar{background:#e8d7c8;border-radius:20px}.bronze-cart progress::-webkit-progress-value{background:#956441;border-radius:20px}.bronze-cart p{font-size:13px;line-height:1.5;margin:0}.quote-totals{font-size:14px;margin:20px 0}.quote-totals>div{display:flex;justify-content:space-between;gap:20px;margin:14px 0}.quote-totals dd{margin:0;font-weight:600}.quote-totals .saving{color:#4d6c40}.quote-totals .grand-total{border-top:1px solid var(--border);padding-top:18px;font-size:19px}.detail-commerce{justify-content:flex-start;gap:22px}.detail-commerce>strong{font-size:27px}.detail-commerce>span{font-size:14px}.selection-help{line-height:1.6!important}.product-meta{font-size:10px}.product-profile{font-size:13px}.reference{font-size:12px}.reference span{font-size:9px}.product-bottom .add-button{min-height:38px;font-size:13px}.stepper button{min-height:36px;min-width:30px}.stepper input{font-size:14px}.product-name{font-size:17px}
@media(max-width:700px){.bronze-banner{display:block;padding:22px;margin-top:20px}.bronze-banner h2{font-size:24px}.bronze-banner p{font-size:14px}.bronze-example{border-left:0;border-top:1px solid #dfc6b3;padding:18px 0 0;margin-top:18px}.bronze-example>strong{font-size:27px}.shipping-strip{font-size:12px}.product-commerce{font-size:16px;margin:12px 0;gap:6px}.stock{font-size:11px}.product-meta{font-size:9px;letter-spacing:.3px}.product-name{font-size:15px}.product-profile{font-size:12px}.reference{font-size:11px}.reference span{font-size:8px}.product-bottom .add-button{font-size:12px;min-height:38px}.stepper input{width:29px}.stepper button{min-width:28px}.hero p{font-size:13px}}

.purchase-mode{display:block;font-size:14px;line-height:1.5;margin:20px 0}.purchase-mode select{display:block;width:100%;margin-top:9px;padding:12px 9px;border:1px solid var(--border);border-radius:4px;background:#fff;font-size:14px}.bronze-banner .primary-button{width:auto;margin-top:18px;font-size:14px}.membership-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0;border-bottom:1px solid var(--border)}.membership-panel h2{font-size:23px;margin:0 0 10px}.membership-panel p{font-size:15px;line-height:1.6;margin:0}.membership-panel>a{flex-shrink:0;font-size:14px;text-align:center;padding:14px}.seller-quote-note{font-size:13px;line-height:1.5;color:var(--muted)}.whatsapp-contact{position:fixed;right:22px;bottom:22px;z-index:10;display:flex;gap:9px;align-items:center;background:#176b43;color:white;padding:14px 18px;border-radius:28px;box-shadow:0 4px 18px #0002;font-size:14px}.whatsapp-contact:hover{background:#105534}.whatsapp-contact svg{width:23px;height:23px}@media(max-width:700px){.membership-panel{display:block}.membership-panel>a{display:block;margin-top:18px}.whatsapp-contact{bottom:86px;right:14px}.header{gap:12px}.header nav{gap:13px;flex-wrap:wrap;align-content:center}.header .private-badge{display:none}.header nav>a,.header nav>button{height:auto;min-height:35px;font-size:12px}.bronze-banner .primary-button{width:100%}}@media print{.whatsapp-contact{display:none!important}}

.category-toolbar{display:flex;gap:18px;align-items:flex-end;flex-wrap:wrap;margin-bottom:18px}.category-toolbar label{display:flex;flex-direction:column;gap:9px;font-size:14px;flex:1;min-width:220px}.category-toolbar select{height:45px;padding:10px;border:1px solid var(--border);border-radius:4px;background:white;font-size:14px}.category-toolbar button,.category-toolbar>a{padding:14px;font-size:14px}.line-filters{flex-wrap:nowrap;overflow-x:auto;max-width:100%;scrollbar-width:thin}.line-chip{flex-shrink:0;white-space:nowrap;font-size:14px}.master-dialog{max-width:1200px;width:95vw;padding:28px;border:0;border-radius:8px}.master-controls{display:flex;gap:16px;align-items:center;margin:20px 0}.master-controls label{flex:1}.master-controls input{width:100%;padding:14px;border:1px solid var(--border);border-radius:4px;font-size:16px}.master-controls button{width:auto;font-size:14px}.table-scroll{max-height:65vh;overflow:auto}.master-dialog table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.master-dialog th{position:sticky;top:0;background:#f5f3f5;z-index:1}.master-dialog td,.master-dialog th{padding:14px 12px;border-bottom:1px solid var(--border);vertical-align:top}.master-dialog td button{text-align:left;padding:0;color:var(--pink);font-weight:600}.master-dialog td:nth-child(6){white-space:nowrap}.product-features h3{font-size:16px;margin:20px 0 10px}.product-features ul{padding-left:20px;font-size:16px;line-height:1.6}.catalog-notice ul{padding-left:20px}.product-meta,.sku,.reference span,.eyebrow{font-size:12px;letter-spacing:.5px}.product-profile,.reference,.results-bar,.results-bar select,.selection-help,.cart-row-meta,.stock{font-size:13px}.hero p,.info-dialog p{font-size:16px}.search-field input,.filter-select select,.filter-button{font-size:14px}.product-card .product-info{display:flex;flex-direction:column}.product-card .product-profile{min-height:0}.product-commerce{margin-top:auto;padding-top:14px}.product-meta{flex-wrap:wrap}.product-name{line-height:1.4;min-height:0}.product-image img{object-fit:contain}.catalog-content{min-width:0}.workspace{min-width:0}.product-grid{align-items:stretch}.product-card{display:flex;flex-direction:column}.product-info{flex:1}.product-bottom{flex-wrap:wrap;gap:12px}.hero{height:280px}.hero-visual img{max-height:250px}.membership-panel .secondary-button{max-width:380px}@media(max-width:700px){.master-dialog{padding:18px}.master-controls{display:block}.master-controls button{width:100%;margin-top:12px}.master-dialog td,.master-dialog th{font-size:13px;padding:11px}.category-toolbar{gap:10px}.category-toolbar label{flex-basis:100%}.category-toolbar button,.category-toolbar>a{font-size:13px;padding:11px}.product-profile{font-size:13px;min-height:0}.product-meta{font-size:12px}.product-name{font-size:16px}.reference{font-size:12px}.reference span{font-size:12px}.sku{font-size:12px}.product-commerce{font-size:16px}.product-info{padding:12px}.line-chip{font-size:13px}.hero p{font-size:14px}.hero .eyebrow{font-size:12px}.hero h1{font-size:32px}.section-heading .eyebrow{font-size:12px}.section-heading p{font-size:12px}.hero-caption{display:none}.header{height:auto;min-height:95px}.private-badge{display:none}}

.sales-paths{max-width:1440px;margin:0 auto;padding:24px 48px 40px}.paths-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.paths-grid article{border:1px solid #e9e0e4;border-radius:16px;padding:26px;display:flex;flex-direction:column;align-items:flex-start;background:#fff}.paths-grid h3{font-size:23px;margin:14px 0 6px}.paths-grid p{line-height:1.65;color:#655d62;margin-bottom:24px}.paths-grid a{margin-top:auto;text-decoration:none}#whatsapp-order{text-decoration:none}@media(max-width:800px){.sales-paths{padding:24px 20px}.paths-grid{grid-template-columns:1fr}.header nav{gap:10px}.header nav a{font-size:12px}}

/* Informacion de compra y privacidad */
.legal-header{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding:1.5rem 5%;border-bottom:1px solid #ddd;font-size:1rem}.legal-page{max-width:850px;margin:0 auto;padding:3rem 1.5rem 5rem;font-size:1rem;line-height:1.75}.legal-page h1{font-size:clamp(2rem,5vw,3rem);line-height:1.2;margin-bottom:1.5rem}.legal-page h2{font-size:1.35rem;margin:2rem 0 .7rem}.legal-page p,.legal-page li{margin-bottom:1rem}.legal-page ol{padding-left:1.5rem}.legal-page a,.selection-help a,.legal-links a{text-decoration:underline;text-underline-offset:3px}.legal-links{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.legal-links a{font-size:.875rem}

.family-heading{grid-column:1 / -1;padding:1.5rem 0 .5rem;border-top:1px solid #ddd;margin-top:1rem}.family-heading:first-child{margin-top:0}.family-heading h3{font-size:1.6rem;margin:.5rem 0}.family-heading p{font-size:1rem;line-height:1.5;color:#555;margin:0}.line-filters[hidden]{display:none}
