@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root{--cream:#fbf8f1;--ink:#393e32;--green:#526346;--muted:#6e7065;--line:#e1dfd3;--gold:#b98a39}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--gold);outline-offset:5px}.notice{background:#e8eddf;text-align:center;padding:8px 15px;font-size:12px;letter-spacing:.08em}.notice span{padding:0 10px}header{height:112px;max-width:1300px;margin:auto;padding:0 55px;display:flex;align-items:center;justify-content:space-between}.brand img{width:116px;height:102px;object-fit:contain;mix-blend-mode:multiply}nav{display:flex;align-items:center;gap:36px;font-size:14px}.navcontact{border:1px solid #bdc2b2;border-radius:40px;padding:11px 22px}.navcontact span{margin-left:20px}.hero{max-width:1300px;margin:15px auto 90px;padding:20px 55px 30px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.15em;color:var(--green)}h1,h2,h3{font-family:'Lora',Georgia,serif;font-weight:400}h1{font-size:clamp(42px,4.65vw,66px);line-height:1.13;letter-spacing:-.045em;margin:22px 0}h1 em{font-weight:400;color:var(--green)}.herotext>p{color:var(--muted);margin:25px 0 32px;line-height:1.8}.primary{background:var(--green);color:white;padding:16px 24px;border-radius:50px;display:inline-flex;align-items:center;gap:30px;font-size:14px}.primary:hover{background:#3d5034}.herofoot{display:flex;gap:28px;font-size:12px;color:var(--muted);margin-top:35px}.herofoot span:before{content:'✧';margin-right:8px;color:var(--gold)}.heroimage{position:relative;padding:0 0 28px 0}.heroimage>img{display:block;width:100%;height:490px;object-fit:cover;border-radius:180px 180px 16px 16px}.imagecaption{position:absolute;left:20px;bottom:54px;font-family:'Lora',serif;font-style:italic;background:#fff9edeb;padding:9px 15px;border-radius:30px;font-size:14px}.floatphoto{position:absolute;right:-22px;bottom:-28px;background:#fffdf7;padding:8px 8px 10px;width:165px;transform:rotate(7deg);box-shadow:0 10px 30px #34352218}.floatphoto img{width:100%;height:140px;object-fit:cover}.floatphoto span{display:block;text-align:center;font-size:10px;margin-top:4px}.catalog{max-width:1300px;margin:auto;padding:0 55px 75px}.sectiontop{display:flex;align-items:end;justify-content:space-between;gap:20px}h2{font-size:36px;line-height:1.25;letter-spacing:-.035em;margin:12px 0 0}.sectiontop p{font-size:14px;color:var(--muted);margin:0}.toolbar{margin:30px 0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.filters{display:flex;gap:7px;flex-wrap:wrap}.filters button{border:1px solid var(--line);background:transparent;color:var(--ink);border-radius:40px;padding:10px 15px;cursor:pointer;font-size:13px}.filters button.active{background:var(--green);color:#fff;border-color:var(--green)}.search{display:flex;gap:8px;border-bottom:1px solid #c5c7b9;align-items:center}.search span{font-size:26px}.search input{border:0;background:transparent;padding:10px 0;width:190px;font-size:14px;color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 20px}.product{padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer;display:block;width:100%}.productphoto{overflow:hidden;border-radius:12px;background:#efe9df;aspect-ratio:1/1.1;position:relative}.productphoto img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product:hover img{transform:scale(1.035)}.productphoto span{position:absolute;bottom:12px;right:12px;background:var(--cream);width:32px;height:32px;border-radius:50%;text-align:center;line-height:32px}.category{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:16px}.product h3{font-size:19px;line-height:1.35;margin:4px 0}.product .desc{font-size:13px;color:var(--muted);margin:4px 0}.catalog-note{text-align:center;font-size:14px;color:var(--muted);margin-top:42px}.story{background:#e9edde;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:55px max(55px,calc((100vw - 1190px)/2));}.storyimage{height:330px;overflow:hidden;border-radius:12px 110px 12px 12px}.storyimage img{width:100%;height:100%;object-fit:cover}.story h2{font-size:37px}.story p{color:#5c6654;max-width:390px}.textlink{display:inline-block;border-bottom:1px solid var(--green);padding-bottom:4px;margin-top:12px;font-size:14px}footer{max-width:1300px;margin:auto;padding:38px 55px;display:flex;align-items:center;justify-content:space-between;gap:25px}footer>span{font:21px 'Lora',serif}footer small{display:block;font:10px 'DM Sans',sans-serif;letter-spacing:.2em;margin-top:6px}footer p,footer a{font-size:13px;color:var(--muted)}dialog{padding:40px;border:0;border-radius:20px;width:min(860px,92vw);background:var(--cream);color:var(--ink)}dialog::backdrop{background:#20271ea8}.close{position:absolute;right:12px;top:8px;background:transparent;border:0;font-size:32px;cursor:pointer;color:var(--ink)}.detailbody{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.detailbody>img{width:100%;max-height:420px;object-fit:cover;border-radius:10px}.detailbody h2{font-size:32px}.availability{font-size:14px;color:var(--muted);padding:15px 0;border-top:1px solid var(--line)}@media(max-width:1000px){header,.catalog{padding-left:28px;padding-right:28px}.hero{padding:20px 28px;gap:30px}.heroimage>img{height:430px}.grid{grid-template-columns:repeat(3,1fr)}.story{padding:40px 28px;gap:35px}}@media(max-width:650px){header{height:92px;padding:0 20px}.brand img{width:91px;height:84px}nav{gap:17px;font-size:13px}.navcontact{padding:8px 12px}.navcontact span{margin-left:6px}.notice{font-size:10px}.hero{grid-template-columns:1fr;margin:0 auto 55px;padding:15px 22px 20px;gap:32px}.herotext{text-align:center}.eyebrow{font-size:10px}h1{font-size:44px;margin:15px 0;line-height:1.13}.herotext>p{font-size:15px;margin:20px 0 24px}.herofoot{justify-content:center;margin-top:22px}.heroimage{margin:0 20px 0 0}.heroimage>img{height:340px;border-radius:140px 140px 12px 12px}.floatphoto{width:125px;right:-18px;bottom:-15px}.floatphoto img{height:105px}.floatphoto span{font-size:8px}.imagecaption{font-size:12px;left:10px;bottom:49px;padding:7px 10px}.catalog{padding:0 20px 40px}.sectiontop{display:block}h2{font-size:29px}.sectiontop p{margin-top:13px}.toolbar{margin:22px 0}.filters{gap:7px}.filters button{font-size:12px;padding:8px 12px}.search{width:100%}.search input{width:100%}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 13px}.product h3{font-size:17px}.product .desc{font-size:12px}.category{font-size:10px}.catalog-note{font-size:12px}.story{grid-template-columns:1fr;padding:30px 22px;gap:26px}.storyimage{height:240px}.story h2{font-size:30px}footer{padding:28px 22px;flex-wrap:wrap}footer p{display:none}.detailbody{grid-template-columns:1fr;gap:20px}dialog{padding:36px 20px 24px}.detailbody>img{height:230px}.detailbody h2{font-size:27px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Catalog expansion: full product photos and model galleries. */
.productphoto{background:#f0ede5}.productphoto img{object-fit:contain}.product .desc{font-size:14px}.filters button{font-size:14px}.resultcount{font-size:14px;color:var(--muted);margin:0 0 20px}.detailgallery>img{width:100%;height:350px;object-fit:contain;border-radius:10px;background:#f0ede5}.detailbody{align-items:start}.thumbnails{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.thumbnails button{width:58px;height:58px;border:2px solid transparent;border-radius:8px;padding:2px;background:#eee8dd;cursor:pointer}.thumbnails button[aria-pressed=true]{border-color:var(--green)}.thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:4px}#detailspecs{font-size:14px}#detailspecs dt{font-weight:600;margin-top:14px}#detailspecs dd{margin:3px 0 0;color:var(--muted)}dialog{max-height:90vh;overflow:auto}.close{position:sticky;float:right;top:0;right:0;background:var(--cream);border-radius:50%;width:36px;height:36px;line-height:1;z-index:1}.detailbody{clear:both}@media(max-width:650px){.detailgallery>img{height:260px}.product .desc{font-size:14px}.filters button{font-size:14px}.thumbnails button{width:50px;height:50px}}
/* Subtle search focus; keep a visible keyboard cue without a rectangle. */
.search input:focus,.search input:focus-visible{outline:none;box-shadow:none}
.search{transition:border-color .18s,box-shadow .18s}
.search:focus-within{border-bottom-color:var(--green);box-shadow:0 1px 0 var(--green)}
/* Trim source-edge artifacts on the rendered image itself, including letterboxed photos. */
.productphoto{display:flex;align-items:center;justify-content:center}
.productphoto img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;clip-path:inset(3px);object-fit:contain}
.thumbnails img{clip-path:inset(2px)}
.detailgallery>img{clip-path:inset(3px)}
.heroimage>img,.storyimage img,.floatphoto img{clip-path:inset(2px);display:block}
.detailstage{height:350px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f0ede5;overflow:hidden}
.detailstage>img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;clip-path:inset(3px)}
@media(max-width:650px){.detailstage{height:260px}}
/* Brand pattern stays inside the introductory section. */
body{background:var(--cream)}
.intro{display:flow-root;background-color:var(--cream);background-image:linear-gradient(to bottom,var(--cream) 0px,var(--cream) 112px,rgba(251,248,241,.70) 220px,rgba(251,248,241,.70) 85%,var(--cream) 100%),url('assets/fondo-arcoiris-original.jpeg');background-size:auto,414px 736px;background-repeat:no-repeat,repeat;background-position:center,calc(50% - 25px) top}
header{background:rgba(251,248,241,.88)}
.hero{position:relative;isolation:isolate}
.herotext{position:relative}
.herotext::before{content:'';position:absolute;inset:-35px -25px;z-index:-1;background:radial-gradient(ellipse,rgba(251,248,241,.98) 0%,rgba(251,248,241,.92) 48%,rgba(251,248,241,0) 75%);pointer-events:none}
.catalog{background:var(--cream)}
.story{background:#e9edde}
footer{background:var(--cream)}
@media(max-width:650px){
.intro{background-size:auto,330px auto;background-position:center,calc(50% - 20px) top}
.hero{padding-top:24px}
.herotext::before{inset:-20px 0;background:radial-gradient(ellipse,rgba(251,248,241,.98) 0%,rgba(251,248,241,.92) 52%,rgba(251,248,241,0) 78%)}
.heroimage{width:calc(100% - 36px);margin-left:auto;margin-right:auto}
}
/* Crop the screenshot margin and blend the original mark into the intro. */
header{background:transparent}
.brand{display:block;flex:0 0 auto;width:132px;height:110px;overflow:hidden;mix-blend-mode:multiply}
.brand img{display:block;width:132px;height:137px;max-width:none;object-fit:fill;margin-top:-27px;clip-path:inset(0 3px 2px);mix-blend-mode:multiply}
@media(max-width:650px){
header{height:106px;gap:16px}
.brand{width:112px;height:94px}
.brand img{width:112px;height:116px;margin-top:-22px}
nav{gap:12px}
}

/* An uninterrupted cream header fades gently into the original pattern. */
header{position:relative;z-index:1}
nav{flex:0 0 auto}
.navcontact{display:inline-flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap;flex-shrink:0;min-height:44px;line-height:1.2;background:var(--cream);border:1px solid #bdc2b2;border-radius:999px;text-decoration:none}
.navcontact span{display:block;margin-left:0;line-height:1}
@media(max-width:650px){
header{padding-left:16px;padding-right:16px;gap:12px}
nav{gap:10px}
.navcontact{padding:10px 12px;gap:8px}
}
@media(max-width:360px){
.brand{width:96px;height:80px}
.brand img{width:96px;height:100px;margin-top:-20px}
}

/* Transparent logo, without screenshot cropping or color blending. */
.brand{display:flex;align-items:center;justify-content:center;mix-blend-mode:normal}
.brand img{width:100%;height:100%;max-width:100%;object-fit:contain;margin:0;clip-path:none;mix-blend-mode:normal}
/* Buttons must start at the top of their grid row regardless of text length. */
.grid{align-items:start}
.product{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;align-self:start;min-width:0;appearance:none;-webkit-appearance:none}
.productphoto{width:100%;flex:none;aspect-ratio:1 / 1.1}
.product h3{min-height:2.7em}
.product .category,.product h3,.product .desc{width:100%;text-align:left}

/* Product inquiry link shares the current product and selected photo. */
.whatsapp-contact{max-width:100%;justify-content:center;text-align:center}
.contact-status{font-size:14px;color:var(--muted);line-height:1.5;margin:12px 0 0}

/* Direct product link shared in messaging apps. */
.shared-product{max-width:620px;margin:0 auto;padding:28px 22px 48px}
.shared-brand{display:block;font-family:'Lora',serif;font-size:22px;margin-bottom:24px}
.shared-photo{display:block;width:100%;height:auto;max-height:60vh;object-fit:contain;border-radius:16px;margin-bottom:24px;background:#f0ede5}
.shared-product h1{font-size:clamp(28px,6vw,40px);letter-spacing:-.025em}

/* A fixed image viewport prevents intrinsic photo dimensions from shifting cards. */
.productphoto{position:relative;display:block;aspect-ratio:1 / 1.1;min-width:0;overflow:hidden}
.productphoto img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;margin:0;object-fit:contain;object-position:50% 50%;transform-origin:center center}
.detailstage{position:relative;display:block;overflow:hidden}
.detailstage>img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;margin:0;object-fit:contain;object-position:50% 50%}
.thumbnails button{display:flex;align-items:center;justify-content:center;overflow:hidden}
.thumbnails img{display:block;object-fit:contain;object-position:50% 50%;margin:auto}
.shared-photo{object-position:50% 50%;margin-left:auto;margin-right:auto}

/* Preserve the full supplier artwork, including tips and ears. */
.productphoto img,.detailstage>img,.thumbnails img{clip-path:none;padding:8px}
.product:hover .productphoto img{transform:none}
html.product-open{overflow:hidden;overscroll-behavior:none}
body.product-open{position:fixed;left:0;right:0;width:100%;overflow:hidden;overscroll-behavior:none}
dialog{overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch}

/* A quiet, touch-scrollable photo ribbon before the catalogue. */
.showcase{padding:24px 0 12px;overflow:hidden}
.showcase-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;cursor:grab}
.showcase-scroll::-webkit-scrollbar{display:none}
.showcase-scroll:active{cursor:grabbing}
.showcase-scroll:focus-visible{outline:2px solid var(--muted);outline-offset:-3px}
.showcase-track,.showcase-set{display:flex;width:max-content;gap:16px}
.showcase-set img{display:block;flex:none;width:280px;height:280px;object-fit:contain;background:#fff;border-radius:20px;user-select:none}
@media(max-width:600px){.showcase{padding:16px 0 4px}.showcase-track,.showcase-set{gap:12px}.showcase-set img{width:240px;height:240px;border-radius:16px}}

/* Fixed vector arrow: identical geometry regardless of emoji fonts. */
.productphoto .product-arrow{display:flex;align-items:center;justify-content:center;color:var(--ink);line-height:1}
.product-arrow svg{display:block;width:14px;height:14px;flex:none}

/* Link arrows share the fixed geometry used on product cards. */
.link-arrow{display:inline-block;width:14px;height:14px;flex:none;vertical-align:-2px}

/* Keep the same two navigation links on mobile and desktop. */
header nav>a:first-child{white-space:nowrap}
@media(max-width:360px){header{padding-left:12px;padding-right:12px;gap:8px}header nav{gap:8px;font-size:12px}.navcontact{padding:10px 9px;gap:6px}}
