.page-hero{min-height:clamp(240px,32vw,320px);padding:calc(var(--header-total) + 2rem) 0 2.75rem;color:var(--on-primary);align-items:flex-end;display:flex;position:relative;overflow:hidden}.page-hero__bg{z-index:0;position:absolute;inset:0}.page-hero__bg-image{background-position:50%;background-size:cover;width:100%;height:100%;transform:scale(1.05)}.page-hero__overlay{background:linear-gradient(105deg,#191a1af0 0%,#454647d1 38%,#4546478c 68%,#45464759 100%),linear-gradient(#0000 45%,#191a1aa6 100%),linear-gradient(160deg,#d100002e 0%,#0000 42%);position:absolute;inset:0}.page-hero__inner{z-index:1;max-width:var(--container-max);padding:0 var(--gutter);margin:0 auto;position:relative}.page-hero__breadcrumb{margin-bottom:1rem}.page-hero__breadcrumb-list{letter-spacing:.02em;flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;font-size:.8125rem;font-weight:500;list-style:none;display:flex}.page-hero__breadcrumb-item{align-items:center;display:inline-flex}.page-hero__breadcrumb-item+.page-hero__breadcrumb-item:before{content:"";border-top:1.5px solid #ffffff73;border-right:1.5px solid #ffffff73;flex-shrink:0;width:.3125rem;height:.3125rem;margin-inline:.625rem;display:inline-block;transform:rotate(45deg)}.page-hero__breadcrumb-link{color:#ffffffc7;transition:color var(--transition);text-decoration:none}.page-hero__breadcrumb-link:hover,.page-hero__breadcrumb-current{color:#fff}.page-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--secondary-container);margin-bottom:.625rem;font-size:.6875rem;font-weight:700;display:inline-block}.page-hero__title{letter-spacing:-.02em;max-width:48rem;margin-bottom:.875rem;font-size:clamp(1.875rem,4.5vw,2.75rem);font-weight:800;line-height:1.15}.page-hero__divider{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--secondary-container), #d1000059);width:3rem;height:3px;margin-bottom:1rem;display:block}.page-hero__desc{color:#ffffffd1;max-width:40rem;font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.7}@media (width>=768px){.page-hero{padding-bottom:3.25rem}.page-hero__breadcrumb-list{font-size:.875rem}}.breadcrumb{color:var(--on-surface-variant);padding:1rem 0;font-size:.875rem}.breadcrumb .container{max-width:var(--container-max);padding:0 var(--gutter);margin:0 auto}.breadcrumb__list{flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.breadcrumb__item{align-items:center;display:inline-flex}.breadcrumb__item+.breadcrumb__item:before{content:"";border-top:1.5px solid var(--outline);border-right:1.5px solid var(--outline);flex-shrink:0;width:.3125rem;height:.3125rem;margin-inline:.625rem;display:inline-block;transform:rotate(45deg)}.breadcrumb__link{color:var(--primary);transition:color var(--transition);text-decoration:none}.breadcrumb__link:hover{color:var(--secondary)}.breadcrumb__current{color:var(--on-surface-variant);font-weight:500}.inner-content{padding:var(--stack-lg) 0}.inner-content .container{max-width:var(--container-max);padding:0 var(--gutter);margin:0 auto}.inner-grid{gap:var(--stack-md);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.inner-card{background:var(--surface);border:1px solid var(--outline-variant);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition);overflow:hidden}.inner-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.inner-card__image{aspect-ratio:16/10;display:block;overflow:hidden}.inner-card__image img{object-fit:cover;width:100%;height:100%}.inner-card__body{padding:1.25rem}.inner-card__title{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.inner-card__title a{color:inherit;text-decoration:none}.inner-card__title a:hover{color:var(--primary)}.inner-card__excerpt{color:var(--on-surface-variant);font-size:.9375rem;line-height:1.6}.inner-card__link{color:var(--primary);align-items:center;gap:.25rem;margin-top:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.inner-card__link:hover{text-decoration:underline}.inner-detail{padding:var(--stack-lg) 0}.inner-detail .container{max-width:var(--container-max);padding:0 var(--gutter);margin:0 auto}.inner-detail__layout{gap:var(--stack-md);display:grid}@media (width>=992px){.inner-detail__layout{grid-template-columns:1fr 360px;align-items:start}}.inner-detail__cover{border-radius:var(--radius-xl);margin-bottom:var(--stack-md);overflow:hidden}.inner-detail__cover img{width:100%;height:auto;display:block}.inner-detail__lead{color:var(--on-surface-variant);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.inner-detail__category{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.inner-detail__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.inner-detail__footer{margin-top:var(--stack-md);padding-top:var(--stack-md);border-top:1px solid var(--outline-variant)}.inner-specs{background:var(--surface-container-low);border-radius:var(--radius-xl);margin-bottom:1.5rem;padding:1.25rem}.inner-specs__title{margin-bottom:1rem;font-size:1rem;font-weight:700}.inner-specs__list{gap:.75rem;display:grid}.inner-specs__row{border-bottom:1px solid var(--outline-variant);justify-content:space-between;gap:1rem;padding-bottom:.75rem;font-size:.9375rem;display:flex}.inner-specs__row:last-child{border-bottom:0;padding-bottom:0}.inner-specs__label{color:var(--on-surface-variant)}.inner-specs__value{text-align:right;font-weight:600}.prose{color:var(--on-surface);line-height:1.8}.prose h2,.prose h3{color:var(--primary);margin:1.5rem 0 .75rem}.prose p{margin-bottom:1rem}.prose ul{margin:0 0 1rem 1.25rem}.about-page__stats{background:var(--primary);color:var(--on-primary);padding:var(--stack-md) 0}.about-page__stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.about-page__stats-grid{grid-template-columns:repeat(4,1fr)}}.about-page__stat-value{margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1;display:block}.about-page__stat-label{opacity:.85;font-size:.875rem}.about-page__cta{padding:var(--stack-lg) 0;text-align:center}.contact-page{padding:var(--stack-lg) 0}.contact-page__form-wrap{background:var(--surface);border:1px solid var(--outline-variant);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);padding:2rem}.contact-page__form-title{margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form__row{gap:1rem;display:grid}@media (width>=640px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__group label{margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.contact-form__group input,.contact-form__group textarea,.contact-form__group select{border:1px solid var(--outline-variant);border-radius:var(--radius-lg);width:100%;font:inherit;background:var(--surface);color:var(--on-surface);padding:.75rem 1rem}.contact-form__group input:focus,.contact-form__group textarea:focus,.contact-form__group select:focus{outline:2px solid var(--primary);outline-offset:1px}.contact-form__success{border-radius:var(--radius-lg);color:#0a6b0a;background:#00800014;padding:.75rem 1rem}.contact-form__error-summary{border-radius:var(--radius-lg);color:#a00;background:#c8000014;padding:.75rem 1rem}.contact-form__field-error{color:#c00;margin-top:.25rem;font-size:.8125rem;display:block}.article-detail{padding:var(--stack-md) 0 var(--stack-lg)}.article-detail .container{max-width:720px;padding:0 var(--gutter);margin:0 auto}.article-detail__date{color:var(--on-surface-variant);margin-bottom:.75rem;font-size:.875rem;display:block}.article-detail__title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.2}.article-detail__excerpt{color:var(--on-surface-variant);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.article-detail__meta{border-bottom:1px solid var(--outline-variant);color:var(--on-surface-variant);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:.875rem;display:flex}.article-detail__author{align-items:center;gap:.75rem;display:flex}.article-detail__author-photo{border-radius:var(--radius-full);object-fit:cover;width:48px;height:48px}.article-detail__author-name{color:var(--on-surface);font-weight:700;display:block}.article-detail__cover{border-radius:var(--radius-xl);margin-bottom:2rem;overflow:hidden}.article-detail__cover img{width:100%;height:auto;display:block}.article-detail__author-box{background:var(--surface-container-low);border-radius:var(--radius-xl);gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.article-detail__author-box-photo{border-radius:var(--radius-full);object-fit:cover;flex-shrink:0;width:72px;height:72px}.article-detail__related{padding:var(--stack-lg) 0;background:var(--surface-container-lowest)}.inner-empty{text-align:center;padding:var(--stack-md) 0}.inner-empty__title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.inner-empty__text{color:var(--on-surface-variant);margin-bottom:1.5rem}.error-page{text-align:center;min-height:50vh;padding:var(--stack-lg) var(--gutter);justify-content:center;align-items:center;display:flex}.error-page__code{color:var(--primary);font-size:4rem;font-weight:800;line-height:1}.error-page__title{margin:1rem 0;font-size:1.5rem;font-weight:700}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-catalog-section{position:relative}.product-catalog{grid-template-columns:minmax(220px,250px) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.product-catalog__mobile-toggle{border:1px solid var(--outline-variant);border-radius:var(--radius-lg);background:var(--surface);color:var(--on-surface);font:inherit;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-weight:600;display:none}.product-catalog__sidebar{background:var(--surface);border:1px solid var(--outline-variant);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);top:calc(var(--header-total) + 1rem);padding:1rem;position:sticky}.product-catalog__sidebar-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.product-catalog__sidebar-title{margin:0;font-size:1.0625rem;font-weight:700}.product-catalog__sidebar-close{border-radius:var(--radius-full);color:inherit;background:0;border:0;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:none}.product-catalog__form{flex-direction:column;gap:1rem;display:flex}.product-catalog__filter-group{border-bottom:1px solid var(--outline-variant);padding-bottom:.875rem}.product-catalog__filter-group:last-of-type{border-bottom:0;padding-bottom:0}.product-catalog__filter-group-toggle{text-align:left;color:var(--on-surface);cursor:pointer;width:100%;font:inherit;background:0;border:0;margin-bottom:.625rem;padding:0;font-size:.875rem;font-weight:700}.product-catalog__filter-group-body{display:block}.product-catalog__filter-group.is-collapsed .product-catalog__filter-group-body{display:none}.product-catalog__input,.product-catalog__select{border:1px solid var(--outline-variant);border-radius:var(--radius-lg);width:100%;font:inherit;background:var(--surface);color:var(--on-surface);padding:.625rem .875rem}.product-catalog__input:focus,.product-catalog__select:focus{outline:2px solid var(--primary);outline-offset:1px}.product-catalog__checkbox-list{flex-direction:column;gap:.5rem;max-height:220px;display:flex;overflow:auto}.product-catalog__checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.product-catalog__checkbox input{accent-color:var(--primary);flex-shrink:0}.product-catalog__checkbox-label{flex:1;min-width:0}.product-catalog__count{color:var(--on-surface-variant);font-size:.75rem;font-weight:600}.product-catalog__checkbox--featured{margin-top:.25rem}.product-catalog__actions{flex-direction:column;gap:.625rem;margin-top:.25rem;display:flex}.product-catalog__submit,.product-catalog__clear{justify-content:center;width:100%}.product-catalog__backdrop{display:none}.product-catalog__toolbar{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.product-catalog__results{margin:0;font-size:1.125rem;font-weight:700}.product-catalog__chips{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.product-catalog__chip{border:1px solid var(--outline-variant);background:var(--surface-container-low);color:var(--on-surface);border-radius:999px;align-items:center;gap:.375rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.product-catalog__chip:hover{border-color:var(--primary);color:var(--primary)}.product-catalog__chip-remove{opacity:.7;font-size:1rem;line-height:1}.product-catalog__grid{margin-bottom:1.25rem}.product-catalog__empty{padding:2.5rem 0 3rem}.product-catalog__empty-card{text-align:center;border:1px dashed var(--outline-variant);border-radius:var(--radius-xl);background:linear-gradient(180deg,var(--surface-container-lowest) 0%,var(--surface) 100%);max-width:32rem;margin:0 auto;padding:clamp(2rem,5vw,3rem) clamp(1.25rem,4vw,2.5rem)}.product-catalog__empty-icon{border:1px solid var(--outline-variant);border-radius:var(--radius-full);background:var(--surface-container-low);color:var(--secondary);justify-content:center;align-items:center;width:4.5rem;height:4.5rem;margin:0 auto 1.25rem;display:flex}.product-catalog__empty-icon .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300;font-size:2.25rem}.product-catalog__empty-title{color:var(--on-surface);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.product-catalog__empty-text{color:var(--on-surface-variant);max-width:26rem;margin:0 auto 1.5rem;font-size:.9375rem;line-height:1.55}.product-catalog__empty-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.inner-card__meta{color:var(--on-surface-variant);margin-bottom:.375rem;font-size:.8125rem;font-weight:600}.pagination-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;margin-top:2rem;display:flex}.pagination-nav__item{border:1px solid var(--outline-variant);border-radius:var(--radius-lg);color:var(--on-surface);justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.pagination-nav__item:hover:not(.is-disabled):not(.is-active){border-color:var(--primary);color:var(--primary)}.pagination-nav__item.is-active{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}.pagination-nav__item.is-disabled{opacity:.45;cursor:default}.pagination-nav__ellipsis{color:var(--on-surface-variant);padding:0 .25rem}@media (width<992px){.product-catalog{grid-template-columns:1fr}.product-catalog__mobile-toggle{display:inline-flex}.product-catalog__sidebar{z-index:1100;opacity:0;visibility:hidden;border-radius:0;width:min(100%,360px);max-height:100dvh;padding:1rem;transition:transform .25s,opacity .25s,visibility .25s;position:fixed;top:0;bottom:0;left:0;overflow:auto;transform:translate(-105%)}.product-catalog__sidebar.is-open{opacity:1;visibility:visible;transform:translate(0)}.product-catalog__sidebar-close{display:inline-flex}.product-catalog__backdrop{z-index:1090;background:#00000080;position:fixed;inset:0}.product-catalog__backdrop:not([hidden]){display:block}}@media (width>=992px){.product-catalog__filter-group-toggle{pointer-events:none}.product-catalog__filter-group-toggle:after{content:none}}body.product-catalog-drawer-open{overflow:hidden}.page--product-detail .inner-detail__layout{gap:clamp(1.5rem,3vw,2.5rem)}@media (width>=992px){.page--product-detail .inner-detail__layout{grid-template-columns:minmax(0,1fr) minmax(300px,380px)}}.page--product-detail .inner-detail__aside{align-self:start}@media (width>=992px){.page--product-detail .inner-detail__aside{top:calc(var(--header-total) + 1.5rem);position:sticky}}.inner-detail__panel{background:var(--surface);border:1px solid var(--outline-variant);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:1.5rem}.inner-detail__panel .inner-detail__lead{margin-bottom:1.25rem}.inner-detail__panel .inner-detail__category{margin-bottom:.5rem}.inner-detail__panel .inner-detail__actions{flex-direction:column;gap:.75rem;margin-bottom:0}.inner-detail__panel .inner-detail__actions .btn{padding:1rem 1.25rem;font-size:1rem}.inner-detail__panel .inner-specs{margin-top:1.5rem;margin-bottom:0}.inner-detail__cover{background:var(--surface-container-low);border:1px solid var(--outline-variant)}.inner-detail__cover img{object-fit:contain;max-height:min(70vh,520px)}.product-gallery{flex-direction:column;gap:.75rem;display:flex}.product-gallery__stage{background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:var(--radius-xl);overflow:hidden}.product-gallery__main{aspect-ratio:4/3;background:#fff;margin:0;display:block;overflow:hidden}.product-gallery__main img{object-fit:contain;width:100%;height:100%;display:block}@media (width<768px){.product-gallery__main img{object-fit:cover}.page--product-detail .inner-detail__cover{aspect-ratio:4/3}.page--product-detail .inner-detail__cover img{object-fit:cover;height:100%;max-height:none}}.product-gallery__thumbs{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.product-gallery__thumb{aspect-ratio:1;cursor:pointer;background:var(--surface-container-low);border-radius:var(--radius);width:calc(25% - .375rem);max-width:5.5rem;transition:border-color var(--transition),box-shadow var(--transition);border:2px solid #0000;flex:0 0 calc(25% - .375rem);padding:0;overflow:hidden}.product-gallery__thumb:hover{border-color:var(--outline-variant)}.product-gallery__thumb.is-active{border-color:var(--secondary-container);box-shadow:0 0 0 1px var(--secondary-container)}.product-gallery__thumb img{object-fit:cover;width:100%;height:100%;display:block}@media (width<480px){.product-gallery__thumb{flex-basis:calc(33.333% - .334rem);width:calc(33.333% - .334rem)}}.about__title-accent{color:var(--secondary);display:block}.about-page__values{background:linear-gradient(135deg,var(--primary) 0%,#454747 100%);color:var(--on-primary);padding:clamp(2.5rem,5vw,3.5rem) 0}.about-page__values-inner{text-align:center;max-width:48rem;padding:0 var(--gutter);margin:0 auto}.about-page__values-title{margin:0 0 1rem;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:800;line-height:1.25}.about-page__values-text{opacity:.9;margin:0;font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.7}.about-page__stat-item{text-align:center;border-radius:var(--radius-xl);transition:background var(--transition);background:#ffffff0d;padding:1rem}.about-page__stat-item:hover{background:#ffffff1a}.about-page__section-header{text-align:center;max-width:40rem;margin:0 auto 2.5rem}.about-page__section-desc{color:var(--on-surface-variant);margin:1rem 0 0;font-size:1rem;line-height:1.7}.about-page__process-grid{grid-template-columns:1fr;gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.about-page__process-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.about-page__process-grid{grid-template-columns:repeat(4,1fr)}}.about-page__process-step{background:var(--surface);border:1px solid var(--outline-variant);border-radius:var(--radius-xl);height:100%;transition:box-shadow var(--transition),transform var(--transition);padding:1.5rem;position:relative}.about-page__process-step:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.about-page__process-step-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.about-page__process-number{color:var(--secondary);letter-spacing:.08em;font-size:.8125rem;font-weight:800}.about-page__process-icon{background:var(--surface-container-low);border-radius:var(--radius-full);color:var(--secondary);justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.about-page__process-icon .material-symbols-outlined{font-size:1.375rem}.about-page__process-step-title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:700;line-height:1.3}.about-page__process-step-desc{color:var(--on-surface-variant);margin:0;font-size:.9375rem;line-height:1.6}.about-page__areas-grid{gap:1.25rem}.about-page__area-card{border-top:3px solid #0000}.about-page__area-card:hover{border-top-color:var(--secondary)}.about-page__area-icon{border-radius:var(--radius-lg);color:var(--secondary);background:linear-gradient(135deg,#a8000014 0%,#d100000a 100%);justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:flex}.about-page__area-icon .material-symbols-outlined{font-size:1.5rem}.about-page__cta{background:linear-gradient(160deg,#191a1a 0%,var(--primary) 45%,#454747 100%);color:var(--on-primary);text-align:center;padding:clamp(3rem,6vw,5rem) 0;position:relative;overflow:hidden}.about-page__cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#d1000033 0%,#0000 55%);position:absolute;inset:0}.about-page__cta .container{z-index:1;position:relative}.about-page__cta-label{color:var(--secondary-container)}.about-page__cta-title{color:var(--on-primary);max-width:36rem;margin:0 auto}.about-page__cta-desc{color:#ffffffd1;max-width:36rem;margin:1rem auto 0;font-size:1.0625rem;line-height:1.7}.about-page__cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.75rem;display:flex}