*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:#1a1a2e;background-color:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:#0a2540;text-decoration:none;transition:color .25s ease}a:hover{color:#f97316}a:focus-visible{outline:2px solid #f97316;outline-offset:2px}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;line-height:1.25;color:#0a2540}p{margin:0 0 1em}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer}body{font-size:1rem}h1{font-size:clamp(1.75rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}.l-container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1.5rem}.l-main{min-height:50vh;padding-block:2rem 3rem}.l-section{padding-block:4rem}@media(min-width: 768px){.l-section{padding-block:5rem}}.l-section--gray{background-color:#f4f6f8}.l-grid{display:grid;gap:1.5rem}@media(min-width: 768px){.l-grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.l-grid--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.l-grid--3{grid-template-columns:repeat(3, 1fr)}}.l-header{position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.97);border-bottom:1px solid #e2e8f0;padding-block:.875rem;backdrop-filter:blur(8px)}.l-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.l-header__brand{flex-shrink:0}.l-header__logo-wrap .custom-logo-link{display:block;line-height:0}.l-header__logo-wrap .custom-logo{max-height:48px;width:auto}.l-header__logo{font-size:1.125rem;font-weight:700;color:#0a2540;letter-spacing:-0.02em}@media(min-width: 768px){.l-header__logo{font-size:1.25rem}}.l-header__toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;border-radius:12px;transition:background .25s ease}.l-header__toggle:hover{background:#f4f6f8}.l-header__toggle:focus-visible{outline:2px solid #f97316;outline-offset:2px}@media(min-width: 1024px){.l-header__toggle{display:none}}.l-header__toggle-bar{display:block;width:22px;height:2px;margin-inline:auto;background:#0a2540;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.l-header.is-menu-open .l-header__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.l-header.is-menu-open .l-header__toggle-bar:nth-child(2){opacity:0}.l-header.is-menu-open .l-header__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.l-nav{display:none}@media(min-width: 1024px){.l-nav{display:block}}.l-nav__list{display:flex;align-items:center;gap:.25rem}.l-nav__item{list-style:none}.l-nav__link{display:block;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;color:#0a2540;border-radius:999px;transition:color .25s ease,background .25s ease}.l-nav__link:hover,.l-nav__link:focus-visible{color:#f97316;background:rgba(249,115,22,.08)}.l-mobile-nav{position:fixed;inset:0 0 auto 0;top:var(--header-height, 72px);z-index:99;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 24px rgba(10,37,64,.08);transform:translateY(-110%);opacity:0;visibility:hidden;transition:transform .35s ease,opacity .35s ease,visibility .35s ease}@media(min-width: 1024px){.l-mobile-nav{display:none}}.l-mobile-nav.is-open{transform:translateY(0);opacity:1;visibility:visible}.l-mobile-nav__inner{padding:1rem 0 1.5rem}.l-mobile-nav__list{display:flex;flex-direction:column;gap:.25rem;padding-inline:1.5rem}.l-mobile-nav__item{list-style:none}.l-mobile-nav__link{display:block;padding:.875rem 1rem;font-size:1rem;font-weight:500;color:#0a2540;border-radius:12px;transition:background .25s ease,color .25s ease}.l-mobile-nav__link:hover,.l-mobile-nav__link:focus-visible{color:#f97316;background:#f4f6f8}body.is-menu-open{overflow:hidden}.l-contact{padding-block:4rem;background:#f4f6f8}@media(min-width: 768px){.l-contact{padding-block:5rem}}.l-contact__heading{margin-bottom:2.5rem}.l-contact__grid{display:grid;gap:2rem}@media(min-width: 768px){.l-contact__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem}}.l-contact__info{display:grid;gap:1.25rem}.l-contact__item{display:flex;flex-direction:column;gap:.25rem}.l-contact__label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.l-contact__value{font-size:1.0625rem;font-weight:600;color:#0a2540}.l-contact a.l-contact__value:hover{color:#f97316}.l-contact__text{margin:0 0 1.5rem;color:#64748b;line-height:1.7}.l-footer{background:#0a2540;color:#fff;padding-block:2.5rem 1.5rem}.l-footer__top{display:grid;gap:2rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.12)}@media(min-width: 768px){.l-footer__top{grid-template-columns:1.2fr 1fr;align-items:start}}.l-footer__logo{display:inline-block;margin-bottom:.75rem;font-size:1.125rem;font-weight:700;color:#fff}.l-footer__tagline{margin:0;font-size:.9375rem;line-height:1.6;opacity:.8;max-width:28rem}.l-footer__bottom{padding-top:1.5rem}.l-footer__copy{margin:0;font-size:.875rem;opacity:.7;text-align:center}.l-footer-nav__list{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}@media(min-width: 768px){.l-footer-nav__list{justify-content:flex-end}}.l-footer-nav__item{list-style:none}.l-footer-nav__link{font-size:.9375rem;color:hsla(0,0%,100%,.85);transition:color .25s ease}.l-footer-nav__link:hover,.l-footer-nav__link:focus-visible{color:#f97316}.c-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;line-height:1.2;text-align:center;border-radius:999px;border:2px solid rgba(0,0,0,0);transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.c-button:hover{transform:translateY(-2px)}.c-button:focus-visible{outline:2px solid #f97316;outline-offset:2px}.c-button--primary{background:#f97316;color:#fff;box-shadow:0 8px 24px rgba(249,115,22,.35)}.c-button--primary:hover{background:rgb(234.3648535565,99.579916318,6.0351464435);color:#fff}.c-button--secondary{background:#0a2540;color:#fff}.c-button--secondary:hover{background:rgb(15.5135135135,57.4,99.2864864865);color:#fff}.c-button--outline{background:rgba(0,0,0,0);color:#0a2540;border-color:#0a2540}.c-button--outline:hover{background:#0a2540;color:#fff}.c-section-heading{margin-bottom:2rem}.c-section-heading--center{text-align:center}.c-section-heading--center .c-section-heading__subtitle{margin-inline:auto}.c-section-heading--left{text-align:left}.c-section-heading__title{margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#0a2540}.c-section-heading__subtitle{max-width:42rem;margin:0;font-size:1.0625rem;line-height:1.7;color:#64748b}.c-breadcrumb{margin-bottom:1.5rem}.c-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.c-breadcrumb__item{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#64748b}.c-breadcrumb__link{color:#64748b;transition:color .25s ease}.c-breadcrumb__link:hover{color:#f97316}.c-breadcrumb__current{color:#0a2540;font-weight:500}.c-breadcrumb__sep{opacity:.5}.c-scroll-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:90;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:none;border-radius:50%;background:#0a2540;color:#fff;font-size:1.25rem;box-shadow:0 4px 24px rgba(10,37,64,.08);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .25s ease}.c-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.c-scroll-top:hover{background:#f97316}.c-scroll-top:focus-visible{outline:2px solid #f97316;outline-offset:2px}.c-empty-state{padding:3rem 1.5rem;text-align:center;background:#f4f6f8;border-radius:12px}.c-empty-state__text{margin:0 0 1.5rem;font-size:1.0625rem;color:#64748b}.c-post__title{margin-bottom:1rem}.c-post__content{color:#1a1a2e}.c-post__content>*:last-child{margin-bottom:0}.c-product-card{background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(10,37,64,.08);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.c-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(10,37,64,.12)}.c-product-card__media{display:block;overflow:hidden;aspect-ratio:4/3;background:#f4f6f8}.c-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.c-product-card:hover .c-product-card__image{transform:scale(1.05)}.c-product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg, #f4f6f8, rgb(231.5333333333, 235.8, 240.0666666667))}.c-product-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem}.c-product-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.c-product-card__brand,.c-product-card__category{display:inline-block;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:999px}.c-product-card__brand{background:rgba(10,37,64,.08);color:#0a2540}.c-product-card__category{background:rgba(249,115,22,.12);color:rgb(224.4209205021,95.3548117155,5.7790794979)}.c-product-card__title{margin:0 0 .625rem;font-size:1.125rem;line-height:1.35}.c-product-card__title a{color:#0a2540}.c-product-card__title a:hover{color:#f97316}.c-product-card__excerpt{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.6;color:#64748b;flex:1}.c-product-card__btn{align-self:flex-start}.c-category-card{background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(10,37,64,.08);overflow:hidden;height:100%;transition:transform .25s ease,box-shadow .25s ease}.c-category-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(10,37,64,.12)}.c-category-card__media{display:block;overflow:hidden;aspect-ratio:4/3}.c-category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.c-category-card:hover .c-category-card__image{transform:scale(1.06)}.c-category-card__body{padding:1.25rem}.c-category-card__title{margin:0 0 .625rem;font-size:1.25rem}.c-category-card__title a{color:#0a2540}.c-category-card__title a:hover{color:#f97316}.c-category-card__desc{margin:0 0 1rem;font-size:.9375rem;line-height:1.65;color:#64748b}.c-category-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;color:#f97316}.c-category-card__link:hover{color:rgb(224.4209205021,95.3548117155,5.7790794979)}.c-news-card{background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(10,37,64,.08);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.c-news-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(10,37,64,.12)}.c-news-card__media{display:block;overflow:hidden;aspect-ratio:16/10;background:#f4f6f8}.c-news-card__image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.c-news-card:hover .c-news-card__image{transform:scale(1.05)}.c-news-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg, #0a2540, rgb(18.2702702703, 67.6, 116.9297297297))}.c-news-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem}.c-news-card__date{margin-bottom:.5rem;font-size:.8125rem;color:#64748b}.c-news-card__title{margin:0 0 .625rem;font-size:1.0625rem;line-height:1.4}.c-news-card__title a{color:#0a2540}.c-news-card__title a:hover{color:#f97316}.c-news-card__excerpt{margin:0 0 1rem;font-size:.9375rem;line-height:1.6;color:#64748b;flex:1}.c-news-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;color:#f97316}.c-news-card__link:hover{color:rgb(224.4209205021,95.3548117155,5.7790794979)}.l-main--home{padding-block:0}.s-hero{position:relative;display:flex;align-items:center;min-height:clamp(520px,85vh,760px);background:#0a2540 var(--hero-bg) center/cover no-repeat;color:#fff;overflow:hidden}.s-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(10, 37, 64, 0.92) 0%, rgba(10, 37, 64, 0.72) 45%, rgba(10, 37, 64, 0.55) 100%)}.s-hero__inner{position:relative;z-index:1;padding-block:4rem}.s-hero__content{max-width:720px}.s-hero__eyebrow{margin:0 0 1rem;font-size:.875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f97316}.s-hero__title{margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15;color:#fff}.s-hero__desc{margin:0 0 2rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.75;color:hsla(0,0%,100%,.88);max-width:620px}.s-hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.s-hero__btn-outline{color:#fff;border-color:hsla(0,0%,100%,.85)}.s-hero__btn-outline:hover{background:#fff;color:#0a2540;border-color:#fff}.s-featured__footer{margin-top:2.5rem;text-align:center}.c-gallery{columns:1;column-gap:1rem}@media(min-width: 768px){.c-gallery{columns:2}}@media(min-width: 1024px){.c-gallery{columns:3}}.c-gallery__item{break-inside:avoid;margin-bottom:1rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(10,37,64,.08)}.c-gallery__item--small .c-gallery__image{min-height:180px}.c-gallery__item--medium .c-gallery__image{min-height:260px}.c-gallery__item--large .c-gallery__image{min-height:340px}.c-gallery__image{width:100%;height:auto;min-height:220px;object-fit:cover;display:block;transition:transform .4s ease}.c-gallery__item:hover .c-gallery__image{transform:scale(1.04)}.s-archive-product{margin-top:1rem}.c-product-filter{margin-bottom:2rem;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 24px rgba(10,37,64,.08)}.c-product-filter__row{display:grid;gap:1rem}@media(min-width: 768px){.c-product-filter__row{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.c-product-filter__row{grid-template-columns:1fr 1fr 1.4fr}}.c-product-filter__field{display:flex;flex-direction:column;gap:.375rem}@media(min-width: 768px){.c-product-filter__field--search{grid-column:span 2}}@media(min-width: 1024px){.c-product-filter__field--search{grid-column:auto}}.c-product-filter__label{font-size:.8125rem;font-weight:600;color:#0a2540}.c-product-filter__select,.c-product-filter__input{width:100%;min-height:44px;padding:.625rem .875rem;font-size:.9375rem;font-family:inherit;color:#1a1a2e;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .25s ease,box-shadow .25s ease}.c-product-filter__select:focus,.c-product-filter__input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.15)}.c-product-filter__result{margin:1rem 0 0;font-size:.875rem;font-weight:500;color:#64748b}.c-product-grid{position:relative;min-height:200px;transition:opacity .25s ease}.c-product-grid.is-loading{opacity:.45;pointer-events:none}.c-product-grid__items{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width: 768px){.c-product-grid__items{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.c-product-grid__items{grid-template-columns:repeat(3, 1fr)}}.c-product-archive__status{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;font-size:.9375rem;color:#64748b}.c-product-archive__spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top-color:#f97316;border-radius:50%;animation:paint-spin .7s linear infinite}@keyframes paint-spin{to{transform:rotate(360deg)}}.c-pagination{margin-top:2.5rem}.c-pagination__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.375rem}.c-pagination__item{list-style:none}.c-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;font-size:.9375rem;font-weight:500;color:#0a2540;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:background .25s ease,color .25s ease,border-color .25s ease}.c-pagination__link:hover{color:#f97316;border-color:#f97316}.c-pagination__link--current{background:#0a2540;color:#fff;border-color:#0a2540}.c-pagination__link--prev,.c-pagination__link--next{padding-inline:1rem}.c-empty-state--products .c-empty-state__icon{font-size:2rem;margin-bottom:.75rem;opacity:.4}.s-single-product{padding-bottom:2rem}.s-single-product__hero{display:grid;gap:2rem;margin-bottom:3rem}@media(min-width: 1024px){.s-single-product__hero{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:3rem;align-items:start}}@media(min-width: 1024px){.s-single-product__media{position:sticky;top:calc(var(--header-height, 80px) + 1.25rem)}}.s-single-product__figure{margin:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(10,37,64,.08);background:#f4f6f8}.s-single-product__image{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover}.s-single-product__placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg, #f4f6f8, rgb(228.4166666667, 233.25, 238.0833333333))}.s-single-product__intro{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem}.s-single-product__meta{display:flex;flex-wrap:wrap;gap:.5rem}.s-single-product__badge{display:inline-block;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;border-radius:999px}.s-single-product__badge--brand{background:rgba(10,37,64,.08);color:#0a2540}.s-single-product__badge--category{background:rgba(249,115,22,.12);color:rgb(224.4209205021,95.3548117155,5.7790794979)}.s-single-product__title{margin:0;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2;color:#0a2540}.s-single-product__summary{font-size:1.0625rem;line-height:1.75;color:#64748b}.s-single-product__actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:.5rem}.s-single-product__content{display:flex;flex-direction:column;gap:1.25rem;max-width:900px}.c-product-section{padding:1.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 24px rgba(10,37,64,.08)}.c-product-section__title{margin:0 0 1rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;color:#0a2540;border-bottom:2px solid rgba(249,115,22,.25)}.c-product-section__content{font-size:1rem;line-height:1.75;color:#1a1a2e}.c-product-section__content>*:first-child{margin-top:0}.c-product-section__content>*:last-child{margin-bottom:0}.c-product-section__content h2,.c-product-section__content h3,.c-product-section__content h4{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem}.c-product-section__content ul,.c-product-section__content ol{margin:0 0 1rem;padding-left:1.25rem;list-style:disc}.c-product-section__content ol{list-style:decimal}.c-product-section__content table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.9375rem}.c-product-section__content th,.c-product-section__content td{padding:.625rem .75rem;border:1px solid #e2e8f0;text-align:left}.c-product-section__content th{background:#f4f6f8;font-weight:600}.s-single-news{max-width:820px;margin-inline:auto}.s-single-news__header{margin-bottom:1.5rem}.s-single-news__date{display:block;margin-bottom:.75rem;font-size:.875rem;color:#64748b}.s-single-news__title{margin:0;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2;color:#0a2540}.s-single-news__media{margin:0 0 2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(10,37,64,.08)}.s-single-news__image{width:100%;height:auto;display:block}.s-single-news__content{font-size:1.0625rem;line-height:1.8;color:#1a1a2e}.s-single-news__content p{margin-bottom:1.25rem}.s-archive-news__grid,.s-archive-gallery__grid{margin-bottom:2.5rem}.s-archive-news__pagination,.s-archive-gallery__pagination{display:flex;justify-content:center}.s-single-gallery__header{max-width:760px;margin-bottom:2rem}.s-single-gallery__title{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2;color:#0a2540}.s-single-gallery__description{font-size:1.0625rem;line-height:1.75;color:#64748b}.s-single-gallery__description p:last-child{margin-bottom:0}.s-single-gallery__grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:1rem;margin-top:.5rem}@media(min-width: 768px){.s-single-gallery__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 1024px){.s-single-gallery__grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}.s-single-gallery__item{margin:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(10,37,64,.08);background:#f4f6f8}.s-single-gallery__image{width:100%;height:auto;min-height:220px;object-fit:cover;display:block}.s-news__footer,.s-gallery__footer{margin-top:2.5rem;text-align:center}.c-gallery__item{display:block;text-decoration:none;color:inherit}.c-gallery-card{background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(10,37,64,.08);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.c-gallery-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(10,37,64,.12)}.c-gallery-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;background:#f4f6f8}.c-gallery-card__image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.c-gallery-card:hover .c-gallery-card__image{transform:scale(1.05)}.c-gallery-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg, #0a2540, rgb(18.2702702703, 67.6, 116.9297297297))}.c-gallery-card__count{position:absolute;right:.75rem;bottom:.75rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;color:#fff;background:rgba(10,37,64,.82);border-radius:999px}.c-gallery-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem}.c-gallery-card__title{margin:0 0 .625rem;font-size:1.125rem;line-height:1.35}.c-gallery-card__title a{color:#0a2540}.c-gallery-card__title a:hover{color:#f97316}.c-gallery-card__excerpt{margin:0 0 1rem;font-size:.9375rem;line-height:1.6;color:#64748b;flex:1}.c-gallery-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;color:#f97316}.c-gallery-card__link:hover{color:rgb(224.4209205021,95.3548117155,5.7790794979)}.u-skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.75rem 1rem;background:#f97316;color:#fff;border-radius:12px;font-weight:600}.u-skip-link:focus{top:1rem}:focus-visible{outline:2px solid #f97316;outline-offset:2px}@media(max-width: 767px){.l-nav__link,.l-mobile-nav__link,.c-button,.c-pagination__link,.l-header__toggle{min-height:44px}}.c-scroll-top{bottom:max(1.25rem,env(safe-area-inset-bottom));right:max(1.25rem,env(safe-area-inset-right))}@media(prefers-reduced-motion: reduce){.c-gallery__image,.c-product-card,.c-category-card,.c-news-card,.c-button{transition:none !important}.c-product-card:hover,.c-category-card:hover,.c-news-card:hover,.c-button:hover{transform:none !important}}@media print{.l-header,.l-footer,.l-contact,.c-scroll-top,.c-product-filter,.c-pagination,.l-header__toggle,.l-mobile-nav{display:none !important}.l-main{padding:0}a[href]::after{content:" (" attr(href) ")";font-size:.8em}}/*# sourceMappingURL=main.css.map */
