@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--font-family:"Manrope", system-ui, -apple-system, sans-serif;--ink:#11151c;--ink-soft:#1a1f2b;--ink-border:#ffffff1a;--accent:#f59e0b;--accent-hover:#d97706;--accent-muted:#b45309;--accent-foreground:#11151c;--foreground:#11151c;--muted-foreground:#64748b;--steel:#94a3b8;--primary-foreground:#fff;--background:#fff;--secondary:#f8f9fa;--card:#fff;--border:#e5e7eb;--input:#d1d5db;--emerald:#10b981;--emerald-text:#059669;--whatsapp:#25d366;--whatsapp-hover:#1eb857;--primary:var(--ink);--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--transition:all .3s ease;--transition-fast:all .15s ease;--max-w:1280px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none;transition:color .2s}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1rem}@media (width>=640px){.container{padding:0 1.5rem}}@media (width>=1024px){.container{padding:0 2rem}}.site-header{z-index:50;background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;padding-bottom:1rem;display:flex}.site-header__logo{align-items:center;gap:.625rem;display:flex}.site-header__logo-icon{background:var(--accent);border-radius:3px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.site-header__logo-icon img{padding:4px}.site-header__logo-text{line-height:1.1}.site-header__logo-main{letter-spacing:-.01em;color:var(--foreground);font-size:1rem;font-weight:800;display:block}.site-header__logo-sub{letter-spacing:.22em;text-transform:uppercase;color:var(--muted-foreground);font-size:.625rem;font-weight:700;display:block}.site-header__nav{align-items:center;gap:.25rem;display:none}@media (width>=1024px){.site-header__nav{display:flex}}.site-header__nav-link{color:var(--muted-foreground);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;transition:color .2s}.site-header__nav-link:hover{color:var(--foreground)}.site-header__cta{display:none}@media (width>=1024px){.site-header__cta{display:block}}.site-header__hamburger{border:1px solid var(--border);background:0 0;border-radius:.375rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.site-header__hamburger svg{width:1.25rem;height:1.25rem;color:var(--foreground)}@media (width>=1024px){.site-header__hamburger{display:none}}.site-header__mobile-menu{border-top:1px solid var(--border);background:var(--background);padding:1rem}@media (width>=1024px){.site-header__mobile-menu{display:none}}.site-header__mobile-menu nav{flex-direction:column;gap:.25rem;display:flex}.site-header__mobile-link{color:var(--muted-foreground);border-radius:.375rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;display:block}.site-header__mobile-link:hover{color:var(--foreground);background:var(--secondary)}.site-footer{background:var(--ink);color:var(--steel);font-size:.875rem}.site-footer__grid{grid-template-columns:1fr;gap:2.5rem;padding-top:4rem;padding-bottom:4rem;display:grid}@media (width>=640px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr}}.site-footer__logo{align-items:center;gap:.625rem;margin-bottom:1rem;display:flex}.site-footer__logo-icon{background:var(--accent);border-radius:3px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.site-footer__logo-icon svg{width:1.25rem;height:1.25rem;color:var(--accent-foreground)}.site-footer__logo-text{line-height:1.1}.site-footer__logo-main{color:#fff;font-size:1rem;font-weight:800;display:block}.site-footer__logo-sub{letter-spacing:.22em;text-transform:uppercase;color:var(--steel);font-size:.625rem;font-weight:700;display:block}.site-footer__desc{margin-bottom:1.25rem;line-height:1.6}.site-footer__social{gap:.75rem;display:flex}.site-footer__social-link{width:2.25rem;height:2.25rem;color:var(--steel);border:1px solid #ffffff1a;border-radius:.375rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.site-footer__social-link svg{width:1rem;height:1rem}.site-footer__social-link:hover{border-color:var(--accent);color:var(--accent)}.site-footer__heading{letter-spacing:.06em;text-transform:uppercase;color:#fff;margin-bottom:1rem;font-size:.875rem;font-weight:800}.site-footer__links{flex-direction:column;gap:.625rem;display:flex}.site-footer__links a{color:var(--steel);transition:color .2s}.site-footer__links a:hover{color:var(--accent)}.site-footer__contact{flex-direction:column;gap:.625rem;display:flex}.site-footer__contact a{color:var(--steel);transition:color .2s}.site-footer__contact a:hover{color:var(--accent)}.site-footer__bottom{border-top:1px solid #ffffff1a}.site-footer__bottom-inner{text-align:center;color:var(--steel);flex-direction:column;align-items:center;gap:1rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex}@media (width>=768px){.site-footer__bottom-inner{text-align:left;flex-direction:row;justify-content:space-between}}.site-footer__legal{gap:1.5rem;display:flex}.site-footer__legal a{color:var(--steel);transition:color .2s}.site-footer__legal a:hover{color:var(--accent)}.btn{letter-spacing:.01em;white-space:nowrap;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;line-height:1.5;transition:all .2s;display:inline-flex}.btn--full{width:100%}.btn--accent{background:var(--accent);color:var(--accent-foreground)}.btn--accent:hover{background:var(--accent-hover)}.btn--dark{background:var(--ink);color:#fff}.btn--dark:hover{background:var(--ink-soft)}.btn--outline{color:#fff;background:0 0;border:1px solid #ffffff4d}.btn--outline:hover{background:#ffffff1a}.btn--outline-dark{color:var(--foreground);border:1px solid var(--border);background:0 0}.btn--outline-dark:hover{background:var(--secondary)}.btn--whatsapp{background:var(--whatsapp);color:#fff}.btn--whatsapp:hover{background:var(--whatsapp-hover)}.btn--ghost{color:var(--foreground);background:0 0}.btn--ghost:hover{background:var(--secondary)}.btn--white{color:var(--ink);background:#fff}.btn--white:hover{background:#ffffffe6}.section-header{margin-bottom:2.5rem}.section-header--with-link{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.section-header--center{text-align:center}.section-header__subtitle{letter-spacing:.22em;text-transform:uppercase;color:var(--accent-hover);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.section-header__subtitle--dark{color:var(--accent)}.section-header__title{letter-spacing:-.02em;color:var(--foreground);font-size:1.875rem;font-weight:800;line-height:1.15}@media (width>=768px){.section-header__title{font-size:2.25rem}}.section-header__title--dark{color:#fff}.section-header__desc{max-width:42rem;color:var(--muted-foreground);margin-top:1rem;font-size:1rem;line-height:1.6}@media (width>=768px){.section-header__desc{font-size:1.125rem}}.section-header__desc--dark{color:var(--steel)}.section-header__link{color:var(--accent-muted);text-underline-offset:4px;font-size:.875rem;font-weight:700}.section-header__link:hover{text-decoration:underline}.hero{background:var(--ink);position:relative;overflow:hidden}.hero__bg{object-fit:cover;opacity:.55;width:100%;height:100%;position:absolute;inset:0}.hero__gradient{background:linear-gradient(to right, var(--ink), #11151ccc, #11151c4d);position:absolute;inset:0}.hero__inner{padding-top:7rem;padding-bottom:7rem;position:relative}@media (width>=768px){.hero__inner{padding-top:9rem;padding-bottom:9rem}}.hero__content{max-width:42rem}.hero__subtitle{letter-spacing:.25em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-weight:700}.hero__title{letter-spacing:-.02em;color:#fff;margin-top:1rem;font-size:2.25rem;font-weight:800;line-height:1.05}@media (width>=768px){.hero__title{font-size:3.75rem}}.hero__desc{max-width:36rem;color:var(--steel);margin-top:1.5rem;font-size:1.125rem;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero__actions .btn{padding:.875rem 1.75rem}.hero__features{color:var(--steel);flex-wrap:wrap;gap:1rem 2rem;margin-top:2.5rem;font-size:.875rem;display:flex}.hero__features li{align-items:center;gap:.5rem;display:flex}.hero__dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.divisions{background:var(--background);padding:5rem 0}@media (width>=768px){.divisions{padding:7rem 0}}.divisions__grid{gap:1.5rem;display:grid}@media (width>=768px){.divisions__grid{grid-template-columns:1fr 1fr}}.division-card{border-radius:.5rem;position:relative;overflow:hidden}.division-card>img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .5s}.division-card:hover>img{transform:scale(1.05)}.division-card__overlay{background:linear-gradient(to top, var(--ink), #11151c80, #11151c1a);position:absolute;inset:0}.division-card__content{padding:1.75rem;position:absolute;inset:auto 0 0}.division-card__label{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-weight:700}.division-card__title{color:#fff;margin-top:.5rem;font-size:1.5rem;font-weight:800}.division-card__desc{color:#fffc;max-width:28rem;margin-top:.5rem;font-size:.875rem}.division-card__content .btn{margin-top:1.25rem}.featured-equipment{background:var(--secondary);padding:5rem 0}@media (width>=768px){.featured-equipment{padding:7rem 0}}.featured-equipment__grid{gap:1.5rem;display:grid}@media (width>=640px){.featured-equipment__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.featured-equipment__grid{grid-template-columns:repeat(3,1fr)}}.equipment-card{border:1px solid var(--border);background:var(--card);border-radius:.5rem;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.equipment-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.equipment-card__image{aspect-ratio:4/3;display:block;position:relative;overflow:hidden}.equipment-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.equipment-card:hover .equipment-card__image img{transform:scale(1.05)}.equipment-card__badge{position:absolute;top:.75rem;left:.75rem}.badge{border:1px solid var(--border);background:var(--card);border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge__dot{border-radius:50%;width:6px;height:6px}.badge--available .badge__dot{background:var(--emerald)}.badge--available span:last-child{color:var(--emerald-text)}.badge--rented .badge__dot{background:var(--accent)}.badge--rented span:last-child{color:var(--accent-hover)}.equipment-card__body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.equipment-card__category{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-hover);font-size:.75rem;font-weight:700}.equipment-card__name{color:var(--foreground);margin-top:.5rem;font-size:1.25rem;font-weight:800}.equipment-card__name a:hover{color:var(--accent-muted)}.equipment-card__desc{color:var(--muted-foreground);flex:1;margin-top:.5rem;font-size:.875rem;line-height:1.6}.equipment-card__rental-type{letter-spacing:.05em;text-transform:uppercase;color:var(--foreground);margin-top:1rem;font-size:.75rem;font-weight:700}.equipment-card__actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.reliability{background:var(--ink);color:var(--steel);padding:5rem 0}@media (width>=768px){.reliability{padding:7rem 0}}.reliability__grid{gap:1.5rem;display:grid}@media (width>=640px){.reliability__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.reliability__grid{grid-template-columns:repeat(4,1fr)}}.reliability__card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;height:100%;padding:1.5rem;transition:border-color .3s}.reliability__card:hover{border-color:#f59e0b66}.reliability__num{color:var(--accent);font-size:1.875rem;font-weight:800;display:block}.reliability__title{color:#fff;margin-top:1rem;font-size:1.125rem;font-weight:800}.reliability__desc{margin-top:.5rem;font-size:.875rem;line-height:1.6}.products-section{background:var(--background);padding:5rem 0}@media (width>=768px){.products-section{padding:7rem 0}}.products-section__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.tag-pill{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s}.tag-pill:hover{border-color:var(--accent);color:#b45309}.products-section__grid{gap:1.5rem;display:grid}@media (width>=640px){.products-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.products-section__grid{grid-template-columns:repeat(4,1fr)}}.product-card{border:1px solid var(--border);background:var(--card);border-radius:.5rem;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.product-card__image{aspect-ratio:1;background:var(--secondary);display:block;overflow:hidden}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-card__meta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-card__brand{letter-spacing:.05em;text-transform:uppercase;color:var(--accent-hover);font-size:.75rem;font-weight:700}.product-card__category{color:var(--muted-foreground);font-size:.75rem}.product-card__name{color:var(--foreground);flex:1;margin-top:.5rem;font-size:1rem;font-weight:800}.product-card__name a:hover{color:var(--accent-muted)}.product-card__actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.sectors{background:var(--secondary);padding:5rem 0}@media (width>=768px){.sectors{padding:7rem 0}}.sectors__grid{gap:1.5rem;display:grid}@media (width>=640px){.sectors__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.sectors__grid{grid-template-columns:repeat(3,1fr)}}.industry-card{border-radius:.5rem;position:relative;overflow:hidden}.industry-card>img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .5s}.industry-card:hover>img{transform:scale(1.05)}.industry-card__overlay{background:linear-gradient(to top, var(--ink), #11151c66, transparent);position:absolute;inset:0}.industry-card__content{padding:1.25rem;position:absolute;inset:auto 0 0}.industry-card__content h3{color:#fff;font-size:1.125rem;font-weight:800}.industry-card__content p{color:#ffffffbf;margin-top:.25rem;font-size:.875rem;line-height:1.4}.about-section{background:var(--background);padding:5rem 0}@media (width>=768px){.about-section{padding:7rem 0}}.about-section__grid{align-items:center;gap:3rem;display:grid}@media (width>=1024px){.about-section__grid{grid-template-columns:1fr 1fr}}.about-section__image img{box-shadow:var(--shadow-xl);border-radius:.5rem}.about-section__title{letter-spacing:-.02em;margin-top:.75rem;font-size:1.875rem;font-weight:800;line-height:1.15}@media (width>=768px){.about-section__title{font-size:2.25rem}}.about-section__desc{color:var(--muted-foreground);margin-top:1.25rem;line-height:1.6}.about-section__stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;margin-bottom:2rem;padding:1.5rem 0;display:grid}.about-section__stat-value{color:var(--foreground);font-size:1.5rem;font-weight:800}@media (width>=768px){.about-section__stat-value{font-size:1.875rem}}.about-section__stat-label{color:var(--muted-foreground);margin-top:.25rem;font-size:.75rem}.brands-section{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3.5rem 0}.brands-section__grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem;display:grid}@media (width>=640px){.brands-section__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.brands-section__grid{grid-template-columns:repeat(6,1fr)}}.brand-card{border:1px solid var(--border);background:var(--card);text-align:center;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;padding:1rem 1.5rem;transition:border-color .2s;display:flex}.brand-card:hover{border-color:var(--accent)}.brand-card__name{letter-spacing:-.01em;color:var(--foreground);font-size:1.125rem;font-weight:800}.brand-card__desc{color:var(--muted-foreground);margin-top:.25rem;font-size:.75rem}.brands-section__cta{text-align:center;margin-top:2rem}.contact-section{background:var(--ink);padding:5rem 0}@media (width>=768px){.contact-section{padding:7rem 0}}.contact-section__grid{gap:3rem;display:grid}@media (width>=1024px){.contact-section__grid{grid-template-columns:2fr 3fr}}.contact-section__details{color:var(--steel);flex-direction:column;gap:1rem;margin-top:2rem;margin-bottom:2rem;font-size:.875rem;display:flex}.contact-section__details li{align-items:center;gap:.75rem;display:flex}.contact-section__dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.contact-section__highlight{color:#fff;font-weight:700}.contact-section__highlight:hover{color:var(--accent)}.contact-section__form-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;padding:1.5rem}@media (width>=768px){.contact-section__form-wrapper{padding:2rem}}.quote-form,.quote-form__row{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.quote-form__row{grid-template-columns:1fr 1fr}}.quote-form__field label{letter-spacing:.05em;text-transform:uppercase;color:var(--foreground);margin-bottom:.375rem;font-size:.75rem;font-weight:700;display:block}.quote-form__field input,.quote-form__field select,.quote-form__field textarea{border:1px solid var(--input);background:var(--card);width:100%;color:var(--foreground);border-radius:.375rem;padding:.625rem 1rem;font-size:.875rem;transition:border-color .2s}.quote-form__field input::placeholder,.quote-form__field select::placeholder,.quote-form__field textarea::placeholder{color:var(--muted-foreground)}.quote-form__field input:focus,.quote-form__field select:focus,.quote-form__field textarea:focus{border-color:var(--accent);outline:none}@media (width>=640px){.quote-form__field--full{grid-column:1/-1}}.cta-banner{background:var(--accent);padding:3.5rem 0}.cta-banner__inner{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (width>=768px){.cta-banner__inner{text-align:left;flex-direction:row}}.cta-banner__text h2{color:var(--accent-foreground);font-size:1.5rem;font-weight:800}.cta-banner__text p{color:#11151ccc;margin-top:.25rem;font-size:.875rem;font-weight:600}.cta-banner__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cta-banner__actions .btn--outline-dark{border-width:2px;border-color:var(--ink);color:var(--ink)}.cta-banner__actions .btn--outline-dark:hover{background:#11151c1a}.page-hero{padding:4rem 0}@media (width>=768px){.page-hero{padding:6rem 0}}.page-hero--dark{background:var(--ink)}.page-hero--dark .section-header__title{color:var(--primary-foreground)}.page-hero--dark .section-header__desc{color:var(--steel)}.filter-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.filter-pill{border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;border-radius:9999px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;transition:all .2s}.filter-pill:hover{border-color:var(--accent);color:var(--accent-hover)}.filter-pill--active{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.filter-pill--active:hover{background:var(--accent-hover);color:var(--accent-foreground)}.equipment-page{background:var(--background);padding:3.5rem 0}@media (width>=768px){.equipment-page{padding:5rem 0}}.equipment-page__grid{gap:1.5rem;display:grid}@media (width>=640px){.equipment-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.equipment-page__grid{grid-template-columns:repeat(3,1fr)}}.equipment-page__empty{text-align:center;color:var(--muted-foreground);padding:3rem 0;font-size:1rem}.products-page{background:var(--background);padding:3.5rem 0}@media (width>=768px){.products-page{padding:5rem 0}}.products-page__filters{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem;display:grid}@media (width>=640px){.products-page__filters{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.products-page__filters{grid-template-columns:repeat(4,1fr)}}.products-page__filter-field{flex-direction:column;gap:.375rem;display:flex}.products-page__filter-label{letter-spacing:.12em;text-transform:uppercase;color:var(--foreground);font-size:.7rem;font-weight:700}.products-page__filter-input{width:100%;font-size:.875rem;font-family:var(--font-family);border:1px solid var(--input);background:var(--card);color:var(--foreground);appearance:none;border-radius:.375rem;padding:.625rem 1rem;transition:border-color .2s}.products-page__filter-input::placeholder{color:var(--muted-foreground)}.products-page__filter-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f59e0b1f}select.products-page__filter-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;padding-right:2.5rem}.products-page__meta{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.625rem 0;display:flex}.products-page__count{color:var(--muted-foreground);font-size:.875rem}.products-page__clear{color:var(--accent-muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;font-size:.8125rem;font-weight:700;text-decoration:underline;transition:color .2s}.products-page__clear:hover{color:var(--accent-hover)}.products-page__grid{gap:1.5rem;display:grid}@media (width>=480px){.products-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.products-page__grid{grid-template-columns:repeat(4,1fr)}}.products-page__empty{text-align:center;color:var(--muted-foreground);flex-direction:column;align-items:center;gap:1.25rem;padding:4rem 0;display:flex}.products-page__empty p{font-size:1rem}.about-hero{background:var(--ink);padding:4rem 0 6rem}@media (width>=768px){.about-hero{padding:6rem 0 8rem}}.about-who{background:var(--background);padding:3.5rem 0}@media (width>=768px){.about-who{padding:5rem 0}}.about-who__grid{align-items:center;gap:3rem;display:grid}@media (width>=1024px){.about-who__grid{grid-template-columns:1fr 1fr}}.about-who__content h2{letter-spacing:-.02em;color:var(--foreground);text-wrap:balance;font-size:1.875rem;font-weight:800}.about-who__content p{color:var(--muted-foreground);margin-top:1.25rem;line-height:1.6}.about-who__image img{box-shadow:var(--shadow-xl);border-radius:.5rem}.about-values{background:var(--secondary);padding:3.5rem 0}@media (width>=768px){.about-values{padding:5rem 0}}.about-values__grid{gap:1.5rem;margin-top:2.5rem;display:grid}@media (width>=640px){.about-values__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.about-values__grid{grid-template-columns:repeat(4,1fr)}}.value-card{border:1px solid var(--border);background:var(--card);border-radius:.5rem;height:100%;padding:1.5rem}.value-card__num{color:var(--accent);font-size:1.875rem;font-weight:800;display:block}.value-card__title{color:var(--foreground);margin-top:1rem;font-size:1.125rem;font-weight:800}.value-card__desc{color:var(--muted-foreground);margin-top:.5rem;font-size:.875rem;line-height:1.6}.about-visit{background:var(--background);padding:3.5rem 0}@media (width>=768px){.about-visit{padding:5rem 0}}.about-visit__grid{align-items:center;gap:3rem;display:grid}@media (width>=1024px){.about-visit__grid{grid-template-columns:1fr 1fr}}.about-visit__image{order:2}@media (width>=1024px){.about-visit__image{order:1}}.about-visit__image img{box-shadow:var(--shadow-xl);border-radius:.5rem}.about-visit__content{order:1}@media (width>=1024px){.about-visit__content{order:2}}.about-visit__content h2{letter-spacing:-.02em;color:var(--foreground);text-wrap:balance;font-size:1.875rem;font-weight:800}.about-visit__content p{color:var(--muted-foreground);margin-top:1.25rem;line-height:1.6}.about-visit__content a.font-bold{color:var(--foreground);font-weight:700}.about-visit__content a.font-bold:hover{color:var(--accent-muted)}.about-visit__content .btn{margin-top:2rem}.contact-hero{background:var(--ink);padding:4rem 0 6rem}@media (width>=768px){.contact-hero{padding:6rem 0 8rem}}.contact-body{background:var(--background);padding:3.5rem 0}@media (width>=768px){.contact-body{padding:5rem 0}}.contact-body__grid{gap:2.5rem;display:grid}@media (width>=1024px){.contact-body__grid{grid-template-columns:2fr 3fr}}.contact-sidebar{flex-direction:column;gap:1.5rem;display:flex}.contact-info-card{border:1px solid var(--border);background:var(--card);border-radius:.5rem;padding:1.5rem}.contact-info-card h2{letter-spacing:.05em;text-transform:uppercase;color:var(--foreground);font-size:.875rem;font-weight:800}.contact-info-card p{color:var(--foreground);margin-top:.5rem;font-size:1.5rem;font-weight:800}.contact-info-card__actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.contact-info-card__link{color:var(--accent-muted);margin-top:.5rem;font-size:1.125rem;font-weight:700;display:block}.contact-info-card__link:hover{text-decoration:underline}.contact-info-card__text{color:var(--muted-foreground);margin-top:.5rem;font-size:.875rem;line-height:1.6}.contact-info-card__text--small{color:var(--muted-foreground);margin-top:.5rem;font-size:.75rem}.contact-forms{flex-direction:column;gap:2.5rem;display:flex}.contact-form-panel{border:1px solid var(--border);background:var(--card);border-radius:.5rem;padding:1.5rem}@media (width>=768px){.contact-form-panel{padding:2rem}}.contact-form-panel__header h2{color:var(--foreground);font-size:1.25rem;font-weight:800}.contact-form-panel__header p{color:var(--muted-foreground);margin-top:.25rem;margin-bottom:1.5rem;font-size:.875rem}.contact-map{border:1px solid var(--border);border-radius:.5rem;margin-top:3rem;overflow:hidden}.contact-map iframe{border:none;width:100%;height:20rem;display:block}
