:root{--dark: #0d0d0d;--dark-secondary: rgb(22, 22, 22);--dark-tertiary: rgb(34, 34, 34);--gray: rgb(85, 85, 85);--dim-gray: rgb(138, 138, 138);--light-gray: rgb(206, 206, 206);--primary: #ff5b5b;--light-primary: #ff9b9b;--white: whitesmoke;--accent: #ff7a00;--gradient-border-primary: linear-gradient(to bottom right, var(--gray), rgb(146, 93, 93), var(--dim-gray));--gradient-border-accent: linear-gradient(to bottom right, var(--gray), #634528, var(--dim-gray));--gradient-border-gray: linear-gradient(to bottom right, var(--gray), rgb(48, 47, 47), var(--gray));--guest-header-offset: 4.25rem}html{scroll-behavior:smooth}.guest-root{font-family:Poppins,system-ui,sans-serif;background:var(--dark);color:var(--white);overflow-x:hidden;min-height:100vh}.guest-main{padding-top:var(--guest-header-offset)}@media (max-width: 768px){:root{--guest-header-offset: 4rem}}.guest-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.guest-reveal.guest-reveal-visible{opacity:1;transform:translateY(0)}.guest-root a{text-decoration:none;color:inherit}.guest-root ul,.guest-root ol{list-style:none}.guest-section-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.guest-section-title{background:linear-gradient(to bottom,var(--primary),#af4040);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:1.5rem;text-transform:uppercase}.guest-section-tagline{font-size:1.5rem;text-transform:capitalize;color:var(--white);margin-top:.25rem}.guest-btn{font-size:.9rem;padding:.75rem 1.5rem;border-radius:100px;text-transform:capitalize;background:var(--primary);color:#fff;border:none;cursor:pointer;transition:opacity .3s}.guest-btn:hover{opacity:.9}.guest-btn-empty{background:var(--gradient-border-primary);color:var(--light-gray);position:relative}.guest-btn-empty:after{content:"";position:absolute;border-radius:100px;top:1px;right:1px;bottom:1px;left:1px;z-index:-1;background:var(--dark-secondary)}.guest-container{max-width:1240px;margin:0 auto;padding-inline:2rem}.guest-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding-top:.6rem;background:transparent}.guest-navbar-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;max-width:1240px;margin:0 auto;padding:.6rem 1.8rem;background:#0d0d0df7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:999px;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 40px #0000008c}.guest-navbar-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;color:var(--white);cursor:pointer;border-radius:4px}.guest-hamburger-bar{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;transition:transform .2s,opacity .2s}.guest-navbar-logo{width:40px;height:40px}.guest-navbar-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.guest-navbar-links{display:flex;gap:1rem;text-transform:capitalize;font-size:.9rem}.guest-navbar-links a:hover{opacity:.9}@media (max-width: 768px){.guest-navbar-hamburger{display:flex}.guest-navbar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:998}.guest-navbar-links{position:fixed;top:0;right:0;width:min(280px,85vw);height:100vh;background:#0d0d0dfa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;align-items:stretch;padding:4rem 1.5rem 2rem;gap:.5rem;transform:translate(100%);transition:transform .25s ease-out;z-index:999;border-left:1px solid rgba(255,255,255,.08)}.guest-navbar-links.guest-navbar-links-open{transform:translate(0)}.guest-navbar-links a{padding:.75rem 0;font-size:1rem}.guest-navbar-cta{margin-top:.5rem}}.guest-hero{position:relative;width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;padding-block:3rem 2.5rem;background:var(--dark)}@media (min-width: 769px){.guest-hero{min-height:520px;padding-block:3.5rem 3rem}}@media (max-width: 768px){.guest-hero{min-height:min(560px,85vh);padding-block:2rem 3rem;align-items:center}.guest-hero-content{width:100%;padding-inline:1rem;padding-bottom:.5rem}.guest-hero-title{margin-bottom:.35rem}.guest-hero-visual{margin-top:.5rem}.guest-hero-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.25rem;width:100%;max-width:100%}.guest-hero-buttons .guest-btn{flex:0 0 auto;width:auto;min-width:0;max-width:100%}}.guest-hero-content{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.guest-hero-visual{margin-top:.75rem;margin-bottom:.5rem;width:100%;max-width:min(720px,92vw);display:flex;justify-content:center;align-items:center}.guest-hero-visual-img{width:100%;height:auto;max-height:min(280px,45vw);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}@media (min-width: 769px){.guest-hero-visual{max-width:min(800px,85%);margin-top:1rem;margin-bottom:.75rem}.guest-hero-visual-img{max-height:320px}}.guest-hero-title{text-align:center;margin-bottom:0;font-size:1.75rem}.guest-hero-tagline{margin:.25rem 0 0;text-align:center;color:var(--light-gray);font-size:1rem;max-width:560px;margin-left:auto;margin-right:auto}@media (min-width: 769px){.guest-hero-tagline{margin-top:.5rem;font-size:1.05rem}}.guest-hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.guest-hero-buttons .guest-btn{flex:0 0 auto;text-align:center}.guest-hero-word-strip{overflow:hidden;width:100%;margin-top:1.5rem;padding:.35rem 0;display:block;text-align:left;white-space:nowrap}.guest-hero-word-strip-inner{display:inline-flex;flex-wrap:nowrap;gap:2.5rem;width:-moz-max-content;width:max-content;animation:guest-hero-word-strip-scroll 30s linear infinite;will-change:transform}.guest-hero-word-strip-item{flex-shrink:0;color:var(--light-gray);font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}@keyframes guest-hero-word-strip-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (min-width: 769px){.guest-hero-word-strip-inner{min-width:200%}}.guest-pinpoints{padding-bottom:2rem}.guest-pinpoints-map-wrap{width:100%;margin:1.5rem 0 2.5rem}.guest-pinpoints-map{position:relative;width:100%;max-width:1280px;margin:0 auto;aspect-ratio:16 / 9;background:#111;overflow:hidden}.guest-pinpoints-map img.map-bg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;opacity:.82;filter:brightness(1.05) contrast(1.02)}.guest-pinpoints-map:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:transparent}.guest-map-fallback{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;align-items:center;justify-content:center;background:#111;color:var(--gray);font-size:1rem}.guest-map-fallback.guest-map-fallback-visible{display:flex}.guest-pinpoint{position:absolute;width:30px;top:calc(var(--top) * 1%);left:calc(var(--left) * 1%);transform:translate(-50%,-100%);z-index:2}.guest-pinpoint-pin-wrap{position:relative;width:100%;height:100%}.guest-pinpoint img.pin-img{filter:drop-shadow(0 0 3px white);width:100%;display:block}@keyframes guest-pinpoint-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}.guest-pinpoint-icon-inner{position:absolute;top:0;left:0;right:0;height:52%;display:flex;align-items:center;justify-content:center;pointer-events:none}.guest-pinpoint-icon-inner img{width:14px;height:14px;-o-object-fit:contain;object-fit:contain}.guest-pinpoint-identifier,.guest-pinpoint-popup{position:absolute;top:100%;left:50%;transform:translate(-50%);width:220px;max-width:90vw;padding:.75rem;border-radius:8px;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;display:none;margin-top:.25rem;font-size:.85rem;pointer-events:none}.guest-pinpoint:hover .guest-pinpoint-identifier,.guest-pinpoint:hover .guest-pinpoint-popup{display:block}.guest-pinpoint-popup{pointer-events:auto}.guest-pinpoint:hover .guest-pinpoint-popup{display:block}.guest-pinpoint-popup-title{font-weight:600;color:var(--white);margin:0 0 .25rem}.guest-pinpoint-popup-title-red{color:var(--primary)!important}.guest-pinpoint-popup-icon-fallback{display:inline-block;width:24px;height:24px;border-radius:4px;background:var(--dark-tertiary);border:1px solid var(--gray)}.guest-pinpoint-popup-description{font-size:.8rem;color:var(--light-gray);margin:.5rem 0 0;line-height:1.4}.guest-pinpoint-popup-icons{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem;justify-content:center}.guest-pinpoint-popup-icon{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;animation:guest-pinpoint-pulse 2.2s ease-in-out infinite}.guest-pinpoint-popup-explore{font-size:.8rem;color:var(--light-gray);margin:.5rem 0 0}.guest-pinpoint-popup-commodity-link{color:var(--primary);font-weight:500}.guest-pinpoint-popup-commodity-link:hover{text-decoration:underline}.guest-pinpoint-identifier .name{font-weight:600;color:var(--white)}.guest-pinpoint-identifier .type{color:var(--light-primary);text-transform:capitalize}.guest-main-section{padding-block:4rem;scroll-margin-top:calc(var(--guest-header-offset, 4.25rem) + .5rem)}.guest-main-section+.guest-main-section{border-top:1px solid var(--gray)}.guest-about-content{display:flex;gap:2rem;align-items:center;flex-wrap:wrap;margin-top:2rem}.guest-about-image-wrap{flex:0 1 360px;min-width:0}.guest-about-image{width:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid var(--gray)}.guest-about-text{flex:1 1 320px;min-width:0}.guest-about-description{color:var(--light-gray);font-weight:300;line-height:1.6}.guest-vision-split{display:flex;gap:2rem;flex-wrap:wrap}.guest-vision-split>*{flex:1 1 280px}.guest-vision-card{position:relative;padding:1rem;border-radius:8px;border:1px solid var(--gray);background:var(--dark-secondary)}.guest-vision-card .vision-title{font-size:1.1rem;margin-bottom:.5rem}.guest-vision-card .vision-desc{font-size:.9rem;color:var(--light-gray)}.guest-vision-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:1rem}.guest-benefit-cards{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.guest-benefit-card{flex:1 1 300px;padding:2rem;border-radius:8px;border:1px solid var(--gray);background:var(--dark-secondary);display:flex;flex-direction:column;align-items:center;text-align:center}.guest-benefit-card .benefit-icon{width:50px;height:50px;-o-object-fit:contain;object-fit:contain;margin-bottom:1rem}.guest-benefit-card .benefit-title{font-size:1.1rem;margin-bottom:.5rem}.guest-benefit-card .benefit-description{font-size:.9rem;color:var(--light-gray)}.guest-product-carousel{position:relative;display:flex;align-items:center;gap:1rem;margin-top:2rem}.guest-carousel-arrows{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.guest-carousel-btn{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:1px solid var(--gray);background:var(--dark-secondary);color:var(--white);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.guest-carousel-btn:hover{opacity:.9;background:var(--dark-tertiary)}.guest-product-cards-carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;flex:1;min-width:0}@media (max-width: 768px){.guest-product-carousel{flex-direction:column;gap:1rem}.guest-product-cards-carousel{grid-template-columns:1fr;width:100%;order:1}.guest-carousel-arrows{order:2;justify-content:center}.guest-product-card{min-width:0;width:100%;max-width:100%}}.guest-product-cards{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.guest-product-card{flex:1 1 300px;height:380px;border-radius:8px;padding:1rem;display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:1;background:var(--gradient-border-accent);overflow:hidden;text-decoration:none;color:inherit}.guest-product-card:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:-1;border-radius:7px;background-image:var(--backgroundImage);background-size:cover;background-position:center;background-repeat:no-repeat}.guest-product-card:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;background:linear-gradient(to top,var(--dark),transparent);z-index:-1;border-radius:7px}.guest-product-card h3{font-size:1rem;position:relative;z-index:1}.guest-product-card p{font-size:.9rem;color:var(--light-gray);position:relative;z-index:1}.guest-comodity-cards{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.guest-comodity-card{display:flex;gap:.5rem;padding:1rem;align-items:center;border-radius:5px;background:var(--gradient-border-gray);position:relative;z-index:1;flex:1 1 250px;cursor:pointer;transition:opacity .2s}.guest-comodity-card:hover{opacity:.9}.guest-comodity-card:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;background:var(--dark-secondary);z-index:-1;border-radius:4px}.guest-comodity-card .comodity-icon{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.guest-clients-wrap{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.guest-client-card{width:120px;height:120px;border-radius:8px;border:1px solid var(--gray);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center;background:var(--dark-secondary)}.guest-client-card .client-logo{width:40px;height:40px}.guest-client-card .client-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.guest-client-card .client-name{font-size:.9rem;font-weight:600;margin-top:.5rem}.guest-cert-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem}.guest-cert-card{border-radius:8px;overflow:hidden;position:relative;z-index:1;background:var(--gradient-border-accent)}.guest-cert-card:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;background:var(--dark-secondary);z-index:-1;border-radius:7px}.guest-cert-card .cert-image{width:100%;height:200px;-o-object-fit:contain;object-fit:contain}.guest-cert-card .cert-content{padding:1rem}.guest-cert-card h3{font-size:1rem}.guest-cert-card p{font-size:.9rem;color:var(--light-gray)}.guest-cert-card-clickable{cursor:pointer;transition:transform .2s,box-shadow .2s}.guest-cert-card-clickable:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.guest-cert-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:auto}.guest-cert-modal{background:var(--dark-secondary);border-radius:12px;padding:1.5rem;max-width:90vw;max-height:90vh;overflow:auto;position:relative}.guest-cert-modal-image{width:100%;max-height:70vh;-o-object-fit:contain;object-fit:contain;display:block;margin-bottom:1rem}.guest-cert-modal-title{font-size:1.1rem;margin:0 0 1rem;color:var(--light-gray)}.guest-cert-modal-close{display:block;width:auto}.guest-location-content{margin-top:2rem}.guest-location-map{height:400px;margin-top:1rem;border-radius:8px;overflow:hidden;background:var(--dark-secondary)}.guest-location-map iframe{width:100%!important;height:100%!important;border:none}.guest-footer{padding:3rem 0 2rem;border-top:1px solid var(--gray);margin-top:4rem}.guest-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem;align-items:start;flex-wrap:wrap}.guest-footer-brand{min-width:0}.guest-footer-logo{width:56px;height:56px;-o-object-fit:contain;object-fit:contain;display:block}.guest-footer-company-name{font-size:1.1rem;margin:1rem 0 .25rem;color:var(--white)}.guest-footer-tagline{font-size:.9rem;color:var(--light-gray);margin:0 0 1rem;max-width:280px}.guest-footer-socials{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.guest-footer-socials a{display:block;width:28px;height:28px;opacity:.9}.guest-footer-socials a:hover{opacity:1}.guest-footer-socials img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.guest-footer-inquiry{display:inline-block;padding:.5rem 1rem;font-size:.85rem}.guest-footer-menu{min-width:0}.guest-footer-heading{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--light-gray);margin:0 0 .75rem}.guest-footer-links{list-style:none;padding:0;margin:0}.guest-footer-links li{margin-bottom:.35rem}.guest-footer-links a{font-size:.9rem;color:var(--light-gray);transition:color .2s}.guest-footer-links a:hover{color:var(--primary)}.guest-footer-contact{min-width:0}.guest-footer-contact-item{font-size:.9rem;color:var(--light-gray);margin:0 0 .5rem;line-height:1.5;display:flex;align-items:flex-start;gap:.5rem}.guest-footer-contact-icon{flex-shrink:0}.guest-footer-contact-item a{color:inherit}.guest-footer-contact-item a:hover{color:var(--primary)}.guest-footer-contact-placeholder{font-style:italic;opacity:.8}.guest-footer-copyright{text-align:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);color:var(--gray);font-size:.85rem}.guest-navbar-cta{padding:.4rem .9rem;font-size:.85rem}@media (max-width: 900px){.guest-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.guest-footer-grid{grid-template-columns:1fr;gap:2rem}.guest-navbar-links{flex-wrap:wrap;justify-content:center}}.guest-catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start;margin-top:2rem}.guest-catalog-main{min-width:0}.guest-catalog-top-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:1rem}.guest-catalog-top-bar .guest-catalog-search{flex:1;min-width:0;max-width:100%}.guest-catalog-sort-select{min-width:140px}.guest-catalog-results-info{font-size:.9rem;color:var(--light-gray);margin:0 0 1rem}.guest-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 1024px){.guest-catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.guest-catalog-layout{grid-template-columns:1fr;overflow-x:hidden}.guest-catalog-main{width:100%;min-width:0;overflow-x:hidden}.guest-catalog-top-bar{width:100%;min-width:0}.guest-catalog-top-bar .guest-catalog-search,.guest-catalog-top-bar .guest-catalog-select{max-width:100%;width:100%}.guest-catalog-grid{grid-template-columns:1fr;min-width:0}.guest-product-card-wrap{min-width:0;width:100%}}.guest-catalog-filters{display:flex;flex-direction:column;gap:1rem;position:sticky;top:5rem}.guest-catalog-search{width:100%;padding:.6rem .75rem;border-radius:8px;border:1px solid var(--gray);background:var(--dark-secondary);color:var(--white);font-size:.9rem}.guest-catalog-search::-moz-placeholder{color:var(--dim-gray)}.guest-catalog-search::placeholder{color:var(--dim-gray)}.guest-catalog-filter-label{font-size:.85rem;color:var(--light-gray);margin-bottom:.25rem}.guest-catalog-filter-group{display:flex;flex-direction:column}.guest-catalog-select{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--gray);background:var(--dark-secondary);color:var(--white);font-size:.9rem}.guest-catalog-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--light-gray);cursor:pointer}.guest-catalog-checkbox-label input{accent-color:var(--primary)}.guest-product-card-wrap{min-height:320px}.guest-product-card-catalog{height:320px;flex:none;display:block;position:relative;transform-style:preserve-3d}.guest-product-card-catalog .guest-product-card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.guest-product-card-catalog .guest-product-card-front,.guest-product-card-catalog .guest-product-card-specs{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:7px;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:opacity .35s ease;overflow:hidden}.guest-product-card-catalog .guest-product-card-front{z-index:1;background:linear-gradient(to top,rgba(0,0,0,.85),transparent)}.guest-product-card-catalog .guest-product-card-catalog-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.guest-product-card-catalog .guest-product-card-catalog-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.guest-product-card-catalog .guest-product-card-front h3,.guest-product-card-catalog .guest-product-card-front p,.guest-product-card-catalog .guest-product-card-front .guest-product-card-view-btn{position:relative;z-index:1}.guest-product-card-catalog .guest-product-card-front .guest-product-card-view-btn{align-self:flex-start}.guest-product-card-catalog .guest-product-card-specs{background:var(--dark-secondary);border:1px solid var(--gray);justify-content:flex-start;opacity:0;pointer-events:none;z-index:3}.guest-product-card-catalog.guest-product-card-show-specs .guest-product-card-front{opacity:0;pointer-events:none}.guest-product-card-catalog.guest-product-card-show-specs .guest-product-card-specs{opacity:1;pointer-events:auto}.guest-product-card-catalog .guest-product-card-specs h3{font-size:1rem;margin-bottom:.5rem}.guest-product-card-catalog .guest-product-card-specs-description{font-size:.9rem;color:var(--light-gray);margin-bottom:.5rem;line-height:1.4}.guest-product-card-catalog .guest-product-card-specs .guest-btn{align-self:flex-start}.guest-product-card-view{display:inline-block;margin-top:.5rem;font-size:.85rem;color:var(--primary)}.guest-product-card-view:hover{opacity:.9}.guest-product-card-view-btn{display:inline-flex;width:auto;padding:10px 18px;border-radius:999px;font-size:14px;margin-top:.75rem;background:var(--primary);color:#fff;text-decoration:none;transition:opacity .2s}.guest-product-card-view-btn:hover{opacity:.9;color:#fff}.guest-article-card{display:block;background:var(--dark-secondary);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.guest-article-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.guest-article-card-image{height:180px;overflow:hidden;background:#111}.guest-article-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.guest-article-card-body{padding:1.25rem}.guest-article-card-title{font-size:1.1rem;margin-bottom:.5rem;color:var(--light-gray)}.guest-article-card-preview{font-size:.9rem;color:var(--gray);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guest-article-card-date{font-size:.85rem;color:var(--gray)}.guest-article-category-tag{display:inline-block;padding:.25rem .5rem;font-size:.75rem;text-transform:uppercase;color:var(--light-gray);background:var(--dark-tertiary);border-radius:4px}.guest-article-body{color:var(--light-gray);line-height:1.6}.guest-article-body p{margin-bottom:1rem}.guest-articles-more-search{width:100%;max-width:400px;margin:0 auto 1rem;padding:.6rem 1rem;border-radius:8px;border:1px solid var(--gray);background:var(--dark-secondary);color:var(--white);font-size:.95rem;display:block}.guest-articles-more-search::-moz-placeholder{color:var(--dim-gray)}.guest-articles-more-search::placeholder{color:var(--dim-gray)}@media (max-width: 768px){.guest-articles-latest-grid,.guest-article-detail-layout{grid-template-columns:1fr!important}}.guest-whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:transform .2s,box-shadow .2s}.guest-whatsapp-float:hover{transform:scale(1.05);box-shadow:0 6px 16px #0006}.guest-whatsapp-float svg{width:28px;height:28px}.guest-hero .guest-hero-title{animation:guest-hero-title-in .9s cubic-bezier(.22,1,.36,1) forwards}@keyframes guest-hero-title-in{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.guest-pinpoint-icon-rotating{-o-object-fit:contain;object-fit:contain;animation:guest-pin-fade .4s ease-in-out}@keyframes guest-pin-fade{0%{opacity:0}to{opacity:1}}.guest-pinpoints-map{display:block}@media (max-width: 768px){.guest-hero-title{font-size:1.35rem}.guest-section-tagline{font-size:1.25rem}.guest-product-card{height:320px;flex:1 1 250px}.guest-catalog-layout{grid-template-columns:1fr}.guest-catalog-filters{position:static}.guest-pinpoints-map-desktop{display:none!important}.guest-pinpoints-cards-mobile{display:block!important}}@media (min-width: 769px){.guest-pinpoints-cards-mobile{display:none!important}}.guest-pinpoints-mobile-list{display:flex;flex-direction:column;gap:1rem}.guest-pinpoint-mobile-card{padding:1.25rem;border-radius:8px;border:1px solid var(--gray);background:var(--dark-secondary)}.guest-pinpoint-mobile-title{font-size:1.1rem;margin-bottom:.25rem}.guest-pinpoint-mobile-province{color:#22c55e;text-transform:capitalize;font-size:.9rem;margin-bottom:.5rem}.guest-pinpoint-mobile-province.guest-pinpoint-mobile-harbor{color:var(--primary)}.guest-pinpoint-mobile-commodities{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.guest-pinpoint-mobile-commodity-link{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border-radius:4px;background:var(--dark-tertiary);color:var(--light-gray);font-size:.85rem;transition:background .2s,color .2s}.guest-pinpoint-mobile-commodity-link:hover{background:var(--primary);color:#fff}.guest-pinpoint-mobile-commodity-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}
