/* Product showcases and detail workbench, inheriting each LAFYM identity. */
.product-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 24px}.product-filters button{font:inherit;font-size:12px;min-height:44px;padding:10px 16px;border:1px solid var(--p-line);border-radius:var(--p-radius);color:var(--p-ink);background:transparent;cursor:pointer}.product-filters [aria-pressed=true]{background:var(--p-accent);color:var(--on-accent,#f8e5d3)}.product-card[hidden]{display:none}.product-results{font-size:11px;color:var(--p-muted);margin:0 0 16px!important}
.product-showcase,.product-page{--p-bg:var(--bg,#fbf6ef);--p-ink:var(--ink,#061426);--p-muted:var(--muted,var(--ink-soft,#53616e));--p-accent:var(--accent,#10263a);--p-line:var(--line,#dcd9d2);--p-surface:var(--surface,var(--bg-card,#fffaf4));--p-radius:var(--radius,0px);color:var(--p-ink)}
.product-showcase{background:var(--p-bg);border-top:1px solid var(--p-line);padding:75px 0}
.product-section-head{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:32px}.product-section-head h2{max-width:650px}.product-section-head p:not(.eyebrow){font-size:15px;max-width:345px;margin:0;color:var(--p-muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{display:flex;flex-direction:column;background:var(--p-surface);border:1px solid var(--p-line);border-radius:var(--p-radius);overflow:hidden;min-width:0}.product-card-visual{position:relative;background:#e8e9e3;aspect-ratio:4/3;overflow:hidden}.product-card canvas{display:block;width:100%;height:100%;position:absolute;inset:0}.product-card-visual>img{width:100%;height:100%;object-fit:contain;position:absolute;inset:0;background:#f5f5f5}.product-card-badge{position:absolute;bottom:12px;left:14px;font-size:9px;background:#fffaf0ed;color:#47544f;padding:4px 8px;border-radius:4px;z-index:1}.product-card-body{padding:24px;display:flex;flex:1;flex-direction:column}.product-card-body>span{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--p-muted)}.product-card h3{font-size:25px;margin:12px 0;line-height:1.15}.product-card p{font-size:14px;color:var(--p-muted);margin:0 0 22px}.product-card-link{display:flex;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px;border-top:1px solid var(--p-line);font-size:12px}.product-card:hover .product-card-link{text-decoration:underline;text-underline-offset:4px}.product-note{font-size:12px;color:var(--p-muted);margin:23px 0 0}.geek .product-card-visual{background:#d0d8d5}.kids .product-card-visual{background:#e5efdf}.personalizados .product-card-visual{background:#eae3d9}
.product-page{display:block!important;background:var(--p-bg)}.product-breadcrumb{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:22px var(--pad,var(--container-pad,28px));max-width:1440px;margin:auto;font-size:12px;color:var(--p-muted)}.product-breadcrumb a{min-height:32px;display:inline-flex;align-items:center}.product-breadcrumb span[aria-current]{color:var(--p-ink)}
.product-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,1fr);max-width:1440px;margin:auto;border-top:1px solid var(--p-line);align-items:start}.piece-workbench{position:sticky;top:92px;min-width:0;background:var(--p-surface);border-bottom:1px solid var(--p-line)}.piece-workbench:fullscreen{width:100vw;height:100dvh;overflow:auto;background:var(--p-surface);padding:20px;display:flex;flex-direction:column}.piece-workbench:fullscreen .piece-stage{height:calc(100dvh - 170px)}
.piece-tabs{display:flex;gap:5px;align-items:center;padding:17px 22px;border-bottom:1px solid var(--p-line)}.piece-tabs button{font:inherit;font-size:12px;min-height:44px;padding:10px 16px;border:1px solid transparent;background:transparent;color:var(--p-muted);border-radius:var(--p-radius);cursor:pointer}.piece-tabs [aria-selected=true]{background:var(--p-accent);color:var(--on-accent,#f8e5d3)}.piece-stage{position:relative;height:clamp(390px,45vw,620px);background:radial-gradient(ellipse at 50% 45%,#fafbf4 0%,#e4e8e0 85%);overflow:hidden}.piece-stage::before{content:'';position:absolute;inset:9%;border:1px solid #65776520;border-radius:50%;pointer-events:none}.piece-stage canvas{position:absolute;inset:0;display:block;width:100%;height:100%;touch-action:pan-y;cursor:grab;outline-offset:-5px}.piece-stage canvas:active{cursor:grabbing}.piece-stage canvas[hidden],.piece-photo[hidden],.piece-panel[hidden],.piece-message[hidden],[data-product-detail] [hidden]{display:none!important}.piece-photo{position:absolute;width:100%;height:100%;object-fit:contain;background:#f5f5f5}.viewer-hint{position:absolute;top:20px;left:22px;right:22px;font-size:10px;letter-spacing:.04em;color:#53635e;pointer-events:none}.viewer-controls{position:absolute;bottom:17px;left:50%;transform:translateX(-50%);display:flex;gap:4px;padding:5px;border:1px solid #a8b1a8;background:#fffaf2f0;border-radius:8px}.viewer-controls button{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:0;background:transparent;color:#28483f;font-size:20px;cursor:pointer;border-radius:5px}.viewer-controls button:hover{background:#dae6d8}.viewer-controls button:focus-visible{outline:2px solid #167e69;outline-offset:1px}.piece-caption{padding:16px 22px;font-size:11px;color:var(--p-muted);border-top:1px solid var(--p-line);display:flex;justify-content:space-between;gap:18px;align-items:center}.piece-caption p{margin:0;font-size:11px}.piece-caption button{min-height:38px;background:transparent;border:1px solid var(--p-line);color:var(--p-ink);padding:8px 12px;cursor:pointer;flex-shrink:0}.media-switch{display:flex;gap:8px;padding:12px 22px;border-bottom:1px solid var(--p-line);flex-wrap:wrap}.media-switch button{font:inherit;font-size:11px;padding:8px 12px;min-height:40px;color:var(--p-ink);background:transparent;border:1px solid var(--p-line);cursor:pointer}.media-switch [aria-pressed=true]{border-color:var(--p-accent);background:var(--p-bg)}
.piece-info{padding:32px;border-left:1px solid var(--p-line);min-width:0}.piece-info .eyebrow{margin:0 0 15px;color:var(--p-accent);font-size:10px}.piece-info h1{font-size:clamp(30px,3vw,43px);line-height:1.08;color:var(--p-ink);margin:0 0 18px}.piece-lead{font-size:15px;color:var(--p-muted);margin:0 0 22px}.piece-availability{font-size:12px;color:var(--p-ink);border-top:1px solid var(--p-line);border-bottom:1px solid var(--p-line);padding:15px 0;display:flex;justify-content:space-between;gap:15px}.piece-info h2{font-size:19px;letter-spacing:-.02em;line-height:1.2;margin:0 0 12px;color:var(--p-ink)}.piece-story{padding:25px 0;border-bottom:1px solid var(--p-line)}.piece-story p{font-size:14px;line-height:1.7;color:var(--p-muted);margin:0}.piece-order{padding:25px 0 0!important;border:none!important;background:transparent!important;border-radius:0!important;max-width:none!important}.piece-order fieldset{border:0;margin:0 0 22px;padding:0;min-width:0}.piece-order legend{font-size:13px;font-weight:600;padding:0;margin-bottom:12px}.color-swatches{display:flex;gap:10px;flex-wrap:wrap}.color-swatches button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;padding:4px;background:transparent;border:1px solid var(--p-line);cursor:pointer}.color-swatches button::before{content:'';width:30px;height:30px;background:var(--swatch);border-radius:50%;border:1px solid #0002}.color-swatches [aria-pressed=true]{outline:2px solid var(--p-accent);outline-offset:2px}.selected-color{font-size:12px;margin:13px 0 5px;color:var(--p-ink)}.piece-info .fine-print{font-size:11px;line-height:1.6;color:var(--p-muted);margin:7px 0 18px}.piece-order label{font-size:13px;display:flex;flex-direction:column;gap:8px;margin:0 0 20px;color:var(--p-ink)}.piece-order input{font:inherit;font-size:16px;width:100%;padding:12px;border:1px solid var(--p-line);background:var(--p-surface);color:var(--p-ink);border-radius:var(--p-radius);min-width:0}.piece-order button[type=submit],.piece-message a{font:inherit;font-size:13px;display:flex;align-items:center;justify-content:center;min-height:49px;width:100%;padding:13px 18px;border:0;border-radius:var(--p-radius);background:var(--p-accent);color:var(--on-accent,#f8e5d3);cursor:pointer;text-align:center}.piece-message{border-top:1px solid var(--p-line);margin-top:23px;padding-top:23px}.piece-message h3{font-size:18px}.piece-message p{font-size:12px}.piece-message pre{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--p-surface);font:13px/1.7 var(--sans);padding:15px}.piece-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.piece-process,.piece-dimensions{padding:35px;min-height:470px;color:var(--p-ink)}.piece-process h2,.piece-dimensions h2{font-size:30px;margin:0 0 18px;color:var(--p-ink)}.piece-process>p,.piece-dimensions>p{font-size:14px;color:var(--p-muted)}.fabrication-steps{list-style:none;counter-reset:steps;padding:0;margin:25px 0}.fabrication-steps li{counter-increment:steps;position:relative;border-top:1px solid var(--p-line);padding:20px 0 20px 50px}.fabrication-steps li::before{content:'0' counter(steps);position:absolute;left:0;top:22px;color:var(--p-accent);font-size:12px}.fabrication-steps h3{font-size:18px;margin:0 0 8px;color:var(--p-ink)}.fabrication-steps p{font-size:13px;margin:0;color:var(--p-muted)}.dimension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin:25px 0}.dimension-grid div{border-top:2px solid var(--p-line);padding-top:14px}.dimension-grid dt{font-size:12px;color:var(--p-muted)}.dimension-grid dd{font-size:17px;margin:9px 0;color:var(--p-ink)}.piece-specs{margin:24px 0 0}.piece-specs div{display:grid;grid-template-columns:1fr 1.3fr;gap:20px;padding:17px 0;border-top:1px solid var(--p-line);font-size:13px}.piece-specs dt{color:var(--p-muted)}.piece-specs dd{margin:0;color:var(--p-ink)}.product-more{padding:55px var(--pad,var(--container-pad,28px));max-width:1440px;margin:auto}.product-more h2{font-size:30px;margin:0 0 20px;color:var(--p-ink)}.product-more a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;border-bottom:1px solid var(--p-line)}
@media(min-width:901px) and (max-width:1120px){.collection-nav{gap:12px!important;font-size:12px}.header-inner{gap:12px!important}.collection-nav .nav-cta{padding:10px 12px}}
@media(max-width:1000px){.product-layout{grid-template-columns:minmax(0,1.3fr) minmax(300px,1fr)}.piece-info{padding:26px}.piece-tabs{padding:12px;gap:0}.piece-tabs button{padding:10px 12px}.product-section-head{display:block}.product-section-head>p{margin-top:22px!important}.product-grid{gap:16px}.product-card-body{padding:20px}}
@media(max-width:760px){.product-layout{grid-template-columns:1fr}.piece-workbench{position:relative;top:auto}.piece-info{border-left:0;padding:30px var(--pad,var(--container-pad,22px))}.piece-stage{height:400px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card h3{font-size:23px}.product-showcase{padding:55px 0}.piece-process,.piece-dimensions{padding:25px;min-height:0}.product-breadcrumb{font-size:11px;padding-top:12px;padding-bottom:12px}.piece-caption{padding:14px 20px}.piece-workbench:fullscreen .piece-stage{min-height:280px}.piece-workbench:fullscreen{padding:0}}
@media(max-width:500px){.product-grid{grid-template-columns:1fr}.product-card-visual{aspect-ratio:4/3}.piece-stage{height:350px}.piece-tabs{justify-content:center}.piece-tabs button{flex:1;font-size:12px}.dimension-grid{gap:10px}.dimension-grid dd{font-size:14px}.piece-specs div{grid-template-columns:1fr;gap:6px}.viewer-controls{gap:0}.viewer-controls button{width:38px}.piece-caption{align-items:start}.piece-caption button{font-size:10px}.piece-info h1{font-size:35px}.product-card-body{padding:24px}}
@media(prefers-reduced-motion:reduce){.product-page *,.product-showcase *{scroll-behavior:auto!important}}

/* Static product photography and illustrations. */
.piece-stage .product-still{display:block;width:100%;height:100%;object-fit:contain;position:relative;touch-action:auto}.product-reference{padding:16px 24px;border-top:1px solid var(--line,#ddd)}.product-reference summary{cursor:pointer;font-size:13px}.product-reference img{display:block;max-width:100%;max-height:480px;object-fit:contain;margin:20px auto}.piece-stage{cursor:default}

/* Product carousel */
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid var(--line,#ddd);background:var(--surface,#fffaf3);color:var(--ink,#102638);font-size:30px;line-height:1;cursor:pointer;z-index:2}.gallery-prev{left:16px}.gallery-next{right:16px}.gallery-navigation{display:flex;align-items:center;gap:16px;padding:18px 24px;border-top:1px solid var(--line,#ddd)}.gallery-thumbs{display:flex;gap:10px;min-width:0;overflow-x:auto;padding:3px}.gallery-thumbs button{flex:0 0 64px;width:64px;height:64px;padding:3px;border:1px solid var(--line,#ddd);border-radius:10px;background:var(--surface,#fffaf3);cursor:pointer}.gallery-thumbs button[aria-pressed=true]{border:2px solid var(--accent,#102638)}.gallery-thumbs img{width:100%;height:100%;object-fit:contain;border-radius:6px}.gallery-count{margin-left:auto;white-space:nowrap;font-size:12px;color:var(--muted,#506070)}[data-gallery]:focus-visible,.gallery-arrow:focus-visible,.gallery-thumbs button:focus-visible{outline:2px solid var(--accent,#102638);outline-offset:3px}@media(max-width:600px){.gallery-navigation{padding:12px}.gallery-prev{left:8px}.gallery-next{right:8px}.gallery-thumbs button{flex-basis:56px;width:56px;height:56px}}

/* Full catalog and homepage link */
.catalog-intro{padding-top:55px;padding-bottom:12px}.catalog-intro h1{font-size:clamp(36px,5vw,66px);line-height:1.08;max-width:800px}.catalog-intro>p:last-child{max-width:610px;margin-top:24px;color:var(--muted,var(--ink-soft))}.product-see-more{display:flex;justify-content:center;margin:32px auto 0;padding:0 20px}.product-see-more a{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:48px;padding:12px 28px;border:1px solid var(--line,#d5ccbe);border-radius:99px;background:var(--accent,#102638);color:var(--on-accent,#fff8ed);font-size:14px;font-weight:600}.product-see-more a:hover{filter:brightness(.92)}.product-see-more a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
