:root{--color-primary: #36196D;--color-accent: #EBBA14;--color-complement: #E7DDF4;--color-white: #FFFFFF;--color-black: #000000;--font-heading: "Poppins", Arial, sans-serif;--font-body: var(--font-body-family, "Poppins", sans-serif);--page-width: 1280px;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 48px;--space-xl: 80px;--radius: 2px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--color-white);color:var(--color-black);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}.container{max-width:var(--page-width);margin:0 auto;padding:0 var(--space-md)}h1,h2,h3,.h1,.h2,.h3{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.02em;font-weight:800;line-height:1.1;margin:0 0 var(--space-sm);color:var(--color-primary)}h1,.h1{font-size:clamp(2rem,4vw,3.25rem)}h2,.h2{font-size:clamp(1.5rem,2.6vw,2.25rem);font-family:var(--font-body);font-weight:700;text-transform:none}h3,.h3{font-size:1.25rem;font-family:var(--font-body);font-weight:700;text-transform:none}p{margin:0 0 var(--space-sm)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:14px 28px;font-family:var(--font-body);font-weight:700;font-size:.95rem;letter-spacing:.01em;border:2px solid transparent;border-radius:var(--radius);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn--primary{background:var(--color-primary);color:var(--color-white)}.btn--primary:hover{background:#2a1354;text-decoration:none}.btn--accent{background:var(--color-accent);color:var(--color-black)}.btn--accent:hover{background:#d1a611;text-decoration:none}.btn--outline{background:transparent;border-color:var(--color-primary);color:var(--color-primary)}.btn--outline:hover{background:var(--color-primary);color:var(--color-white);text-decoration:none}.site-header{border-bottom:2px solid var(--color-black);background:var(--color-white)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-sm) 0}.site-header__logo img{height:88px;width:auto;display:block}.site-nav{display:flex;gap:var(--space-md);list-style:none;margin:0;padding:0}.site-nav a{color:var(--color-black);font-weight:600;font-size:.95rem}.site-header__actions{display:flex;align-items:center;gap:var(--space-sm)}.site-header__actions a{color:var(--color-black)}.site-footer{background:var(--color-primary);color:var(--color-white);padding:var(--space-xl) 0 var(--space-lg);margin-top:var(--space-xl)}.site-footer a{color:var(--color-complement)}.site-footer h3{color:var(--color-white);text-transform:uppercase;font-family:var(--font-heading);font-size:1rem}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-lg);margin-bottom:var(--space-lg)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.25);padding-top:var(--space-md);font-size:.85rem;opacity:.85}.hero{position:relative;background:var(--color-primary);color:var(--color-white);overflow:hidden}.hero__inner{padding:var(--space-xl) 0;display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-lg);align-items:center}.hero__eyebrow{display:inline-block;background:var(--color-accent);color:var(--color-black);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding:6px 12px;margin-bottom:var(--space-sm)}.hero h1{color:var(--color-white)}.hero p{color:var(--color-complement);font-size:1.1rem;max-width:46ch}.hero__media img{width:100%;height:100%;object-fit:cover}@media(max-width:780px){.hero__inner{grid-template-columns:1fr}.site-nav{display:none}}.value-props{padding:var(--space-xl) 0}.value-props__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-lg)}.value-prop__marker{width:32px;height:4px;background:var(--color-accent);margin-bottom:var(--space-sm)}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-md)}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product-card{border:2px solid var(--color-black)}.product-card__media{aspect-ratio:1 / 1;overflow:hidden;background:var(--color-complement)}.product-card__body{padding:var(--space-sm)}.product-card__title{font-weight:700;font-size:.95rem;margin:0 0 4px}.product-card__price{color:var(--color-primary);font-weight:700}.page-section{padding:var(--space-xl) 0}.page-section--tight{max-width:760px}.page-section blockquote{border-left:4px solid var(--color-accent);margin:var(--space-md) 0;padding:var(--space-xs) var(--space-md);font-style:italic;color:var(--color-primary)}.checklist{list-style:none;padding:0;margin:0}.checklist li{padding-left:28px;position:relative;margin-bottom:var(--space-xs)}.checklist li:before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;background:var(--color-accent)}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-xl);padding:var(--space-xl) 0}.product__gallery img{border:2px solid var(--color-black)}.product__title{margin-bottom:4px}.product__summary{color:#333;font-size:1.05rem;margin-bottom:var(--space-md)}.product__quick-specs{background:var(--color-complement);padding:var(--space-md);margin-bottom:var(--space-md)}.product__quick-specs dl{display:grid;grid-template-columns:max-content 1fr;gap:4px var(--space-sm);margin:0}.product__quick-specs dt{font-weight:700;color:var(--color-primary)}.product__quick-specs dd{margin:0}.product__price{font-size:1.5rem;font-weight:800;color:var(--color-primary);margin:var(--space-sm) 0}.product__section{margin-top:var(--space-lg)}.product__section h2{border-bottom:2px solid var(--color-black);padding-bottom:var(--space-xs)}.includes-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.includes-grid__col h3{font-size:.95rem;text-transform:uppercase;letter-spacing:.04em}.includes-grid__col--yes{border-left:4px solid var(--color-accent);padding-left:var(--space-sm)}.includes-grid__col--no{border-left:4px solid var(--color-black);padding-left:var(--space-sm);opacity:.85}.faq-item{border-bottom:1px solid #ddd;padding:var(--space-sm) 0}.faq-item summary{cursor:pointer;font-weight:700;color:var(--color-primary);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:before{content:"+ ";color:var(--color-accent);font-weight:800}.faq-item[open] summary:before{content:"\2013  "}@media(max-width:780px){.product,.includes-grid{grid-template-columns:1fr}}.site-header__top{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) 0}.site-header__search{flex:1;display:flex;max-width:480px}.site-header__search input{flex:1;padding:10px 14px;border:2px solid var(--color-black);border-right:none;font-family:var(--font-body)}.site-header__search button{background:var(--color-primary);color:var(--color-white);border:2px solid var(--color-black);padding:0 16px;cursor:pointer}.site-header__icons{display:flex;gap:var(--space-md);align-items:center}.site-header__icons a{color:var(--color-black);font-size:.9rem}.site-header__bottom{border-top:1px solid #e5e5e5;background:var(--color-white)}.site-header__bottom .container{display:flex;align-items:center;gap:var(--space-lg)}.category-toggle{display:flex;align-items:center;gap:8px;font-weight:700;padding:12px 0;color:var(--color-primary)}.site-header__bottom .site-nav{padding:12px 0}.site-header__bottom .site-nav a{font-weight:600;color:var(--color-black)}.hero--accent{background:var(--color-accent);color:var(--color-black)}.hero--accent .hero__eyebrow{background:var(--color-primary);color:var(--color-white)}.hero--accent h1{color:var(--color-black)}.hero--accent p{color:#2a2a2a}.hero--accent .hero__media{position:relative;aspect-ratio:4/3;background:var(--color-white);border:2px solid var(--color-black);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero--accent .hero__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(135deg,var(--color-primary) 0 2px,transparent 2px 28px);opacity:.12}.hero--accent .hero__media img{position:relative;width:78%;height:78%;object-fit:contain}.icon-row{padding:var(--space-lg) 0;border-bottom:1px solid #eee}.icon-row__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.icon-row__item{display:flex;align-items:center;gap:10px}.icon-row__badge{width:36px;height:36px;flex-shrink:0;background:var(--color-primary);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--font-heading)}.icon-row__item span{font-weight:700;font-size:.9rem}.category-grid{padding:var(--space-xl) 0}.category-grid__list{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.category-card{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--color-complement);display:flex;align-items:flex-end}.category-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary) 42%,transparent 42.5%)}.category-card__image-wrap{position:absolute;top:8%;right:8%;width:56%;height:56%;overflow:hidden;background:var(--color-white);border:2px solid var(--color-black)}.category-card__image-wrap img{width:100%;height:100%;object-fit:contain;display:block}.category-card__label{position:relative;z-index:1;color:var(--color-white);font-weight:800;font-family:var(--font-heading);text-transform:uppercase;font-size:.95rem;padding:var(--space-sm);line-height:1.15}.product-card--v2{display:flex;flex-direction:column}.product-card--v2 .product-card__body{display:flex;flex-direction:column;gap:6px;flex:1}.product-card--v2 .product-card__price{font-size:1.1rem}.product-card--v2 .product-card__desc{font-size:.82rem;color:#555;flex:1}.product-card--v2 form{margin-top:8px}.product-card--v2 .btn{width:100%;padding:10px;font-size:.85rem}.cta-panel{background:var(--color-primary);color:var(--color-white);position:relative;overflow:hidden}.cta-panel__inner{padding:var(--space-xl) 0;display:grid;grid-template-columns:1.2fr .8fr;gap:var(--space-lg);align-items:center;position:relative;z-index:1}.cta-panel h2{color:var(--color-white);font-family:var(--font-heading);text-transform:uppercase;font-size:clamp(1.5rem,3vw,2.5rem);max-width:18ch}.cta-panel__graphic{position:relative;aspect-ratio:1/1}.cta-panel__graphic:before,.cta-panel__graphic:after{content:"";position:absolute;background:var(--color-accent)}.cta-panel__graphic:before{top:10%;right:20%;bottom:10%;left:20%;transform:rotate(8deg)}.cta-panel__graphic:after{top:30%;right:0;bottom:30%;left:45%;background:var(--color-complement);transform:rotate(-6deg)}@media(max-width:900px){.icon-row__grid,.category-grid__list{grid-template-columns:repeat(2,1fr)}.cta-panel__inner{grid-template-columns:1fr}.site-header__bottom .site-nav{display:none}}.slideshow{position:relative;overflow:hidden}.slideshow__track{display:flex;transition:transform .5s ease}.slideshow__slide{flex:0 0 100%;min-height:480px;display:flex;align-items:center;color:var(--color-white);position:relative}.slideshow__slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--slide-bg, var(--color-primary))}.slideshow__slide-inner{position:relative;z-index:1;padding:var(--space-xl) 0}.slideshow__slide .hero__eyebrow{display:inline-block;background:var(--color-accent);color:var(--color-black);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding:6px 12px;margin-bottom:var(--space-sm)}.slideshow__slide h2{color:inherit;font-family:var(--font-heading);text-transform:uppercase;font-size:clamp(2rem,4vw,3.25rem);max-width:16ch}.slideshow__slide p{max-width:46ch;font-size:1.1rem;opacity:.9}.slideshow__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:2px solid var(--color-white);background:#00000026;color:var(--color-white);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.slideshow__nav--prev{left:20px}.slideshow__nav--next{right:20px}.slideshow__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:8px}.slideshow__dot{width:10px;height:10px;background:#ffffff80;cursor:pointer;border:none;padding:0}.slideshow__dot.is-active{background:var(--color-accent)}@media(max-width:780px){.slideshow__slide{min-height:400px}.slideshow__nav{display:none}}.brand-story{padding:var(--space-xl) 0}.brand-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center}.brand-story__media{aspect-ratio:4/3;background:var(--color-white);overflow:hidden;position:relative}.brand-story__media img{width:100%;height:100%;object-fit:cover}.brand-story__media--graphic{background:var(--color-white)}.brand-story__media--graphic:before{content:"";position:absolute;top:12%;right:22%;bottom:12%;left:22%;background:var(--color-primary);transform:rotate(6deg)}.brand-story__media--graphic:after{content:"";position:absolute;top:32%;right:8%;bottom:8%;left:42%;background:var(--color-accent);transform:rotate(-8deg)}.brand-story__eyebrow{display:inline-block;width:32px;height:4px;background:var(--color-accent);margin-bottom:var(--space-sm)}.brand-story blockquote{border-left:4px solid var(--color-accent);padding-left:var(--space-md);font-style:italic;color:var(--color-primary);margin:var(--space-md) 0}@media(max-width:780px){.brand-story__grid{grid-template-columns:1fr}}.newsletter{background:var(--color-complement);padding:var(--space-lg) 0}.newsletter__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);flex-wrap:wrap}.newsletter__text{max-width:46ch}.newsletter__text h2{font-family:var(--font-body);text-transform:none;font-size:1.4rem}.newsletter form{display:flex;gap:8px}.newsletter input[type=email]{padding:12px 14px;border:2px solid var(--color-black);min-width:260px}:root{--ferrok-purple: var(--color-primary, #36196D);--ferrok-yellow: var(--color-accent, #EBBA14);--ferrok-lilac: var(--color-complement, #E7DDF4);--ferrok-ink: #211434;--ferrok-muted: #6f667d;--ferrok-surface: #f8f6fb;--ferrok-border: rgba(54, 25, 109, .14);--ferrok-radius-sm: 8px;--ferrok-radius-md: 14px;--ferrok-radius-lg: 24px;--ferrok-shadow: 0 14px 38px rgba(54, 25, 109, .1)}html{scroll-behavior:smooth}body{overflow-x:hidden;color:var(--ferrok-ink)}body,button,input,select,textarea{font-family:var(--font-body)}main{overflow:hidden}.skip-to-content{position:fixed;left:12px;top:-100px;z-index:9999;padding:10px 14px;color:#fff;background:var(--ferrok-purple)}.skip-to-content:focus{top:12px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.container{width:min(var(--page-width),calc(100% - 48px));max-width:none;margin-inline:auto;padding:0}.ferrok-section-heading{margin-bottom:24px}.ferrok-section-heading>span,.ferrok-section-heading>div>span{display:block;margin-bottom:6px;color:var(--ferrok-yellow);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ferrok-section-heading h2{margin:0;color:var(--ferrok-purple);font-family:var(--font-heading);font-size:clamp(28px,3vw,42px);font-weight:900;letter-spacing:-.04em;line-height:1;text-transform:uppercase}.ferrok-section-heading--center{text-align:center}.ferrok-section-heading--row{display:flex;align-items:end;justify-content:space-between;gap:24px}.ferrok-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border:2px solid var(--ferrok-purple);border-radius:var(--ferrok-radius-sm);font-size:13px;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.ferrok-button:hover{transform:translateY(-2px);text-decoration:none}.ferrok-button--primary{color:#fff;background:var(--ferrok-purple);box-shadow:0 10px 24px #36196d33}.ferrok-button--primary:hover{color:#fff;background:#2b125d}.ferrok-button--outline{color:var(--ferrok-purple);background:transparent}.ferrok-button--outline:hover{color:#fff;background:var(--ferrok-purple)}.ferrok-inline-link{color:var(--ferrok-purple);font-size:13px;font-weight:800;text-decoration:none}.ferrok-inline-link:hover{text-decoration:underline}.announcement-bar{position:relative;z-index:61;color:var(--ferrok-purple);background:var(--ferrok-yellow);border-bottom:1px solid rgba(54,25,109,.14)}.announcement-bar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.announcement-bar__items{display:flex;align-items:center;gap:clamp(22px,4vw,62px)}.announcement-bar__item,.announcement-bar__help{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:var(--ferrok-purple);font-size:11px;font-weight:800;text-decoration:none}.announcement-bar__icon{width:17px;height:17px;flex:0 0 17px;display:inline-grid;place-items:center}.announcement-bar__icon svg,.announcement-bar__help svg{display:block;width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.announcement-bar__help:hover{text-decoration:underline}.site-header--ferrok{position:sticky;top:0;z-index:60;border:0;background:var(--ferrok-purple);box-shadow:0 7px 20px #190a381f}.site-header--ferrok .site-header__inner{min-height:78px;padding:10px 0;display:grid;grid-template-columns:138px minmax(0,1fr) auto;gap:clamp(24px,4vw,64px);align-items:center}.site-header--ferrok .site-header__logo{display:inline-flex;width:126px;align-items:center}.site-header--ferrok .site-header__logo img{width:100%;height:70px;object-fit:contain}.site-header__nav{min-width:0}.site-nav{display:flex;justify-content:center;align-items:center;gap:clamp(18px,2.4vw,38px);padding:0;margin:0;list-style:none}.site-nav a{position:relative;color:#fff;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--ferrok-yellow);transition:right .18s ease}.site-nav a:hover{color:var(--ferrok-yellow);text-decoration:none}.site-nav a:hover:after{right:0}.site-header__actions{display:flex;align-items:center;gap:5px}.site-header__action,.site-header__menu-button,.site-header__drawer-close{position:relative;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#fff;background:transparent;cursor:pointer}.site-header__action:hover,.site-header__menu-button:hover{color:var(--ferrok-yellow);background:#ffffff14;text-decoration:none}.site-header__action svg,.site-header__menu-button svg,.site-header__drawer-close svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.site-header__cart-count{position:absolute;top:0;right:-1px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:99px;color:var(--ferrok-purple);background:var(--ferrok-yellow);font-size:9px;font-weight:900}.site-header__menu-button,.site-header__drawer-close,.site-header__overlay{display:none}.ferrok-hero{min-height:600px;color:var(--ferrok-purple);background:var(--hero-yellow, var(--ferrok-yellow));overflow:hidden}.ferrok-hero__grid{min-height:inherit;display:grid;grid-template-columns:minmax(0,1.01fr) minmax(0,.99fr)}.ferrok-hero__copy{position:relative;z-index:3;min-width:0;padding:clamp(62px,6vw,100px) clamp(34px,4.8vw,82px);display:flex;flex-direction:column;justify-content:center}.ferrok-hero__title{max-width:780px;margin:0;color:var(--hero-purple, var(--ferrok-purple));font-family:var(--font-heading);font-size:clamp(46px,4.35vw,68px);font-weight:900;letter-spacing:-.055em;line-height:.92;text-transform:uppercase}.ferrok-hero__title span{display:block;margin-top:12px;color:#fff}.ferrok-hero__text{max-width:560px;margin:25px 0 30px;color:#281940;font-size:clamp(16px,1.25vw,20px);font-weight:600;line-height:1.5}.ferrok-hero__actions{display:flex;flex-wrap:wrap;gap:13px}.ferrok-hero__visual{position:relative;min-height:inherit;overflow:hidden;background:var(--hero-purple, var(--ferrok-purple));clip-path:polygon(19% 0,100% 0,100% 100%,0 100%,0 29%)}.ferrok-hero__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(23,8,50,.16),transparent 42%);pointer-events:none}.ferrok-hero__image{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center}.ferrok-hero__mark{position:absolute;top:38px;left:27%;z-index:3;width:clamp(48px,4.7vw,78px);height:auto;object-fit:contain;filter:brightness(0) saturate(100%) invert(84%) sepia(89%) saturate(952%) hue-rotate(347deg) brightness(100%) contrast(87%)}.ferrok-hero__yellow-corner{position:absolute;left:-1px;bottom:-1px;z-index:2;width:43%;height:19%;background:var(--hero-yellow, var(--ferrok-yellow));clip-path:polygon(0 100%,100% 100%,64% 0)}.project-finder{position:relative;z-index:5;padding:0 0 36px;margin-top:-30px;background:transparent}.project-finder__panel{padding:clamp(26px,3vw,42px);display:grid;grid-template-columns:.76fr 1.65fr;gap:clamp(32px,5vw,72px);align-items:center;border:1px solid var(--ferrok-border);border-radius:var(--ferrok-radius-lg);background:linear-gradient(105deg,#f8f5ff,#eee7fa);box-shadow:var(--ferrok-shadow)}.project-finder__mini-label{color:var(--ferrok-yellow);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.project-finder h2{margin:7px 0 13px;color:var(--ferrok-purple);font-family:var(--font-heading);font-size:clamp(28px,3vw,43px);font-weight:900;letter-spacing:-.045em;line-height:1;text-transform:uppercase}.project-finder__intro p{max-width:420px;margin:0;color:#554a67;font-size:14px;line-height:1.55}.project-finder__form{display:grid;grid-template-columns:1fr auto;gap:9px}.project-finder__form input{width:100%;min-height:54px;padding:0 17px;border:1px solid var(--ferrok-border);border-radius:9px;outline:0;color:var(--ferrok-ink);background:#fff;font-size:14px}.project-finder__form input:focus{border-color:var(--ferrok-purple);box-shadow:0 0 0 3px #36196d1a}.project-finder__form button{min-width:116px;border:0;border-radius:9px;color:#fff;background:var(--ferrok-purple);font-weight:800;cursor:pointer}.project-finder__label{margin:14px 0 8px;color:#655b73;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.project-finder__chips{display:flex;flex-wrap:wrap;gap:8px}.project-finder__chip{min-height:40px;padding:8px 11px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(54,25,109,.1);border-radius:8px;color:var(--ferrok-purple);background:#ffffffd6;font-size:11px;font-weight:700;cursor:pointer}.project-finder__chip span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--ferrok-purple);font-size:8px}.project-finder__chip:hover{border-color:var(--ferrok-yellow);background:#fff8dc}.project-finder__result{display:none;margin-top:15px;padding:17px 19px;border-left:4px solid var(--ferrok-yellow);border-radius:8px;background:#fff;box-shadow:0 9px 24px #36196d14}.project-finder__result.is-visible{display:block}.project-finder__result h3{margin:0 0 8px;color:var(--ferrok-purple);font-size:15px;font-weight:800}.project-finder__result p,.project-finder__result li{font-size:13px}.project-finder__result ul{margin:0;padding-left:20px}.category-icons{padding:32px 0 54px;background:#fff}.category-icons__row{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:11px}.category-icons__item{position:relative;min-height:132px;padding:18px 10px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid var(--ferrok-border);border-radius:13px;color:var(--ferrok-purple);background:#fff;text-align:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-icons__item:hover{transform:translateY(-4px);border-color:#36196d47;box-shadow:var(--ferrok-shadow);text-decoration:none}.category-icons__symbol{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;background:var(--ferrok-lilac)}.category-icons__symbol svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.category-icons__label{min-height:31px;display:grid;place-items:center;color:var(--ferrok-ink);font-size:11px;font-weight:800;line-height:1.25}.category-icons__arrow{position:absolute;right:10px;bottom:8px;opacity:0;color:var(--ferrok-yellow);font-weight:900;transition:opacity .18s ease}.category-icons__item:hover .category-icons__arrow{opacity:1}.advisor-panels{padding:56px 0 62px;background:var(--ferrok-surface)}.advisor-panels__grid{display:grid;grid-template-columns:1.12fr .88fr;grid-template-rows:1fr 1fr;gap:16px}.advisor-card{position:relative;overflow:hidden;border:1px solid var(--ferrok-border);border-radius:var(--ferrok-radius-md);background:linear-gradient(135deg,#f7f2ff,#ece4f8)}.advisor-card--wide{grid-row:span 2;min-height:480px;padding:clamp(28px,3vw,42px);display:grid;grid-template-columns:.88fr 1.12fr;gap:30px;align-items:center}.advisor-card--compact{min-height:230px;padding:clamp(24px,2.5vw,34px);display:grid;grid-template-columns:1fr 150px;gap:20px;align-items:center}.advisor-card__copy{display:flex;flex-direction:column;align-items:flex-start}.advisor-card__label{display:inline-flex;margin-bottom:9px;color:var(--ferrok-yellow);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.advisor-card h3{margin:0;color:var(--ferrok-purple);font-family:var(--font-heading);font-size:clamp(25px,2.5vw,40px);font-weight:900;letter-spacing:-.045em;line-height:1;text-transform:uppercase}.advisor-card--compact h3{font-size:clamp(23px,2vw,31px)}.advisor-card p{margin:15px 0 22px;color:#51475e;font-size:13px;line-height:1.55}.chat-mock{padding:16px;display:flex;flex-direction:column;gap:10px;border:1px solid rgba(54,25,109,.13);border-radius:15px;background:#fff;box-shadow:0 18px 35px #36196d1f;transform:rotate(1deg)}.chat-mock__header{display:flex;align-items:center;gap:9px}.chat-mock__header img{width:31px;height:31px;object-fit:contain;background:var(--ferrok-purple);border-radius:50%;padding:5px;filter:brightness(0) saturate(100%) invert(84%) sepia(89%) saturate(952%) hue-rotate(347deg) brightness(100%) contrast(87%)}.chat-mock__header strong{display:block;color:var(--ferrok-purple);font-size:11px}.chat-mock__header small{display:block;color:var(--ferrok-muted);font-size:9px}.chat-mock__status{margin-left:auto;color:#3b9d5d;font-size:9px;font-weight:700}.chat-mock__bubble{max-width:88%;padding:9px 11px;border-radius:9px;color:var(--ferrok-ink);background:var(--ferrok-lilac);font-size:10px;line-height:1.4}.chat-mock__bubble--user{align-self:flex-end;color:#fff;background:var(--ferrok-purple)}.chat-mock__bubble--reply{max-width:100%;background:#f6f4f8}.chat-mock__bubble--reply ul{margin:5px 0 0;padding-left:16px}.chat-mock__cta{padding:9px;border-radius:7px;color:#fff;background:var(--ferrok-purple);font-size:9px;font-weight:800;text-align:center;text-decoration:none;text-transform:uppercase}.advisor-card__comparison{min-height:130px;display:flex;align-items:center;justify-content:center;gap:8px}.advisor-card__comparison span{width:60px;height:76px;display:grid;place-items:center;border:2px solid var(--ferrok-purple);border-radius:8px;color:var(--ferrok-purple);background:#fff;font-family:var(--font-heading);font-size:16px;font-weight:900}.advisor-card__comparison strong{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--ferrok-yellow);font-size:10px}.calc-tool{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.calc-tool label{margin-bottom:6px;color:var(--ferrok-purple);font-size:9px;font-weight:900;text-transform:uppercase}.calc-tool select{width:100%;min-height:43px;padding:0 10px;border:1px solid var(--ferrok-border);border-radius:8px;color:var(--ferrok-ink);background:#fff;font-size:11px}.calc-tool__result{display:none;margin-top:8px;padding:10px;border-radius:8px;color:#4f4658;background:#fff;font-size:10px;line-height:1.45}.calc-tool__result.is-visible{display:block}.featured-products{padding:58px 0 68px;background:#fff}.product-grid--featured{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.product-card--ferrok{position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--ferrok-border);border-radius:13px;background:#fff;box-shadow:0 6px 18px #36196d0d;transition:transform .18s ease,box-shadow .18s ease}.product-card--ferrok:hover{transform:translateY(-4px);box-shadow:var(--ferrok-shadow)}.product-card--ferrok .product-card__media{aspect-ratio:1/ .9;display:grid;place-items:center;overflow:hidden;background:#fff}.product-card--ferrok .product-card__media img{width:100%;height:100%;padding:17px;object-fit:contain;transition:transform .22s ease}.product-card--ferrok:hover .product-card__media img{transform:scale(1.035)}.product-card--ferrok .product-card__body{flex:1;padding:13px 14px 15px;display:flex;flex-direction:column}.product-card__badge{position:absolute;top:9px;left:9px;z-index:2;padding:5px 8px;border-radius:99px;color:var(--ferrok-purple);background:var(--ferrok-yellow);font-size:8px;font-weight:900;text-transform:uppercase}.product-card__vendor{margin-bottom:4px;color:var(--ferrok-muted);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-card--ferrok .product-card__title{min-height:47px;margin:0;color:var(--ferrok-ink);font-size:12px;font-weight:750;line-height:1.35}.product-card--ferrok .product-card__title a{color:inherit;text-decoration:none}.product-card__availability{margin:8px 0 9px;display:flex;align-items:center;gap:5px;color:#52715c;font-size:9px;font-weight:700}.product-card__availability span{width:7px;height:7px;border-radius:50%;background:#4ca36c}.product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card--ferrok .product-card__price{margin:0;color:var(--ferrok-purple);font-size:18px;font-weight:900}.product-card--ferrok form{margin:0}.product-card__add{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:8px;color:#fff;background:var(--ferrok-purple);cursor:pointer}.product-card__add:hover{background:#2b125d}.product-card__add svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.product-card--placeholder{min-height:320px}.learn-section{padding:60px 0 68px;background:var(--ferrok-surface)}.learn-section__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.learn-card{display:block;color:var(--ferrok-ink);text-decoration:none}.learn-card:hover{text-decoration:none}.learn-card__media{position:relative;aspect-ratio:1.45/1;overflow:hidden;border-radius:11px;background:var(--ferrok-purple)}.learn-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(22,9,47,.42))}.learn-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.learn-card:nth-child(2) .learn-card__media img{object-position:64% center}.learn-card:nth-child(3) .learn-card__media img{object-position:36% center}.learn-card:hover .learn-card__media img{transform:scale(1.045)}.learn-card__play{position:absolute;z-index:2;top:50%;left:50%;width:38px;height:38px;display:grid;place-items:center;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;color:#fff;background:#36196d8c;font-size:11px}.learn-card__duration{position:absolute;z-index:2;right:7px;bottom:7px;padding:3px 6px;border-radius:5px;color:#fff;background:#16092fb8;font-size:8px;font-weight:700}.learn-card__title{margin:9px 0 0;color:var(--ferrok-ink);font-size:11px;font-weight:750;line-height:1.35}.compare-strip{padding:28px 0;border-top:1px solid var(--ferrok-border);border-bottom:1px solid var(--ferrok-border);background:linear-gradient(90deg,#f0e9fb,#fbf9ff)}.compare-strip__inner{display:grid;grid-template-columns:210px 1fr;gap:20px;align-items:center}.compare-strip__title-wrap span{color:var(--ferrok-yellow);font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.compare-strip__title-wrap h2{margin:4px 0 0;color:var(--ferrok-purple);font-family:var(--font-heading);font-size:25px;font-weight:900;letter-spacing:-.04em;line-height:1;text-transform:uppercase}.compare-strip__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.compare-strip__pill{min-height:90px;padding:11px;display:grid;grid-template-columns:86px 1fr auto;gap:10px;align-items:center;border:1px solid var(--ferrok-border);border-radius:10px;color:var(--ferrok-ink);background:#fff;text-decoration:none}.compare-strip__pill:hover{box-shadow:0 9px 24px #36196d17;text-decoration:none}.compare-strip__products{position:relative;width:86px;height:62px;display:flex;align-items:center}.compare-strip__products img,.compare-strip__placeholder{width:52px;height:52px;display:grid;place-items:center;object-fit:contain;border:1px solid var(--ferrok-border);border-radius:8px;background:#fff}.compare-strip__products img+img,.compare-strip__products>:nth-child(2){margin-left:-17px}.compare-strip__copy strong{display:block;color:var(--ferrok-purple);font-size:10px;text-transform:uppercase}.compare-strip__copy small{display:block;margin-top:3px;color:var(--ferrok-muted);font-size:8px;line-height:1.35}.compare-strip__arrow{color:var(--ferrok-purple);font-weight:900}.brand-strip{padding:27px 0 31px;background:var(--ferrok-purple)}.brand-strip__label{margin:0 0 18px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-align:center;text-transform:uppercase;opacity:.72}.brand-strip__row{display:flex;align-items:center;justify-content:center;gap:clamp(45px,8vw,120px)}.brand-strip__brand{min-width:150px;height:46px;display:grid;place-items:center;color:#fff;text-decoration:none}.brand-strip__brand:hover{color:var(--ferrok-yellow);text-decoration:none}.brand-strip__brand span{font-family:var(--font-heading);font-size:clamp(22px,3vw,35px);font-weight:900;letter-spacing:-.04em;text-transform:uppercase}.brand-strip__brand img{max-width:160px;max-height:42px;object-fit:contain;filter:brightness(0) invert(1)}.trust-strip{padding:34px 0;background:#fff}.trust-strip__grid{padding:20px 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;border:1px solid var(--ferrok-border);border-radius:14px;background:#f8f5fc}.trust-strip__item{padding:7px 18px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--ferrok-border)}.trust-strip__item:last-child{border-right:0}.trust-strip__icon{width:45px;height:45px;flex:0 0 auto;display:grid;place-items:center;border:2px solid var(--ferrok-purple);border-radius:12px;color:var(--ferrok-purple);background:#fff}.trust-strip__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.trust-strip__item h3{margin:0;color:var(--ferrok-purple);font-size:10px;font-weight:900;text-transform:uppercase}.trust-strip__item p{margin:3px 0 0;color:var(--ferrok-muted);font-size:9px;line-height:1.35}.newsletter{position:relative;z-index:2;padding:0;background:var(--ferrok-purple)}.newsletter .container{transform:translateY(1px)}.newsletter__inner{padding:20px 24px;display:grid;grid-template-columns:1fr 1.25fr;gap:28px;align-items:center;border-radius:13px 13px 0 0;color:var(--ferrok-purple);background:var(--ferrok-yellow)}.newsletter__text{max-width:none;display:flex;align-items:center;gap:15px}.newsletter__icon{width:45px;height:45px;flex:0 0 auto;display:grid;place-items:center;border:2px solid var(--ferrok-purple);border-radius:10px}.newsletter__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.newsletter__text h2{margin:0;color:var(--ferrok-purple);font-family:var(--font-heading);font-size:20px;font-weight:900;letter-spacing:-.03em;text-transform:uppercase}.newsletter__text p{margin:3px 0 0;color:#4b366c;font-size:10px}.newsletter__form{display:grid!important;grid-template-columns:1fr auto;gap:8px!important}.newsletter input[type=email]{min-width:0;min-height:46px;padding:0 14px;border:0;border-radius:8px;background:#fff}.newsletter button{min-width:140px;border:0;border-radius:8px;color:#fff;background:var(--ferrok-purple);font-weight:800;text-transform:uppercase;cursor:pointer}.newsletter__success{margin:0;font-weight:800}.site-footer--ferrok{margin:0;padding:50px 0 24px;color:#fff;background:var(--ferrok-purple)}.site-footer--ferrok .site-footer__grid{display:grid;grid-template-columns:1.35fr repeat(4,minmax(0,1fr));gap:clamp(28px,4vw,60px);margin-bottom:34px}.site-footer__brand img{width:126px;height:88px;margin-bottom:14px;object-fit:contain}.site-footer__brand p{max-width:310px;margin:0 0 12px;color:#ffffffb8;font-size:11px;line-height:1.6}.site-footer__brand>strong{color:var(--ferrok-yellow);font-size:12px}.site-footer--ferrok h3{margin:0 0 15px;color:var(--ferrok-yellow);font-family:var(--font-body);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.site-footer--ferrok ul{margin:0;padding:0;list-style:none}.site-footer--ferrok li{margin-bottom:8px}.site-footer--ferrok a{color:#ffffffbd;font-size:10px;text-decoration:none}.site-footer--ferrok a:hover{color:var(--ferrok-yellow);text-decoration:none}.site-footer--ferrok p{color:#ffffffb8;font-size:10px}.site-footer__social{display:flex;gap:8px;margin-top:14px}.site-footer__social a{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:50%;color:#fff;font-size:8px}.site-footer__bottom{padding-top:17px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.14);color:#ffffff85;font-size:9px}@media(max-width:1180px){.site-nav{gap:17px}.site-nav a{font-size:11px}.category-icons__row{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--featured,.learn-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer--ferrok .site-footer__grid{grid-template-columns:1.4fr repeat(2,minmax(0,1fr))}.site-footer__brand{grid-row:span 2}}@media(max-width:900px){.container{width:min(100% - 32px,var(--page-width))}.announcement-bar__inner{min-height:36px;overflow:hidden}.announcement-bar__items{width:100%;justify-content:space-between;gap:12px}.announcement-bar__item{font-size:9px}.announcement-bar__item:nth-child(n+3),.announcement-bar__help{display:none}.site-header--ferrok .site-header__inner{min-height:68px;grid-template-columns:90px 1fr;gap:16px}.site-header--ferrok .site-header__logo{width:82px}.site-header--ferrok .site-header__logo img{height:52px}.site-header__actions{justify-content:flex-end}.site-header__menu-button{display:grid}.site-header__action--account{display:none}.site-header__nav{position:fixed;top:0;right:0;bottom:0;z-index:81;width:min(86vw,360px);padding:82px 28px 35px;overflow-y:auto;background:var(--ferrok-purple);transform:translate(105%);transition:transform .24s ease}.site-nav{flex-direction:column;align-items:flex-start;gap:0}.site-nav li{width:100%;border-bottom:1px solid rgba(255,255,255,.13)}.site-nav a{display:block;padding:16px 0;font-size:14px}.site-nav a:after{display:none}.site-header__drawer-close{position:absolute;top:20px;right:20px;display:grid;background:#ffffff1a}.site-header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:block;visibility:hidden;opacity:0;background:#180a328c;transition:opacity .24s ease,visibility .24s ease}.site-header--ferrok.is-menu-open .site-header__nav{transform:translate(0)}.site-header--ferrok.is-menu-open .site-header__overlay{visibility:visible;opacity:1}html.ferrok-menu-open{overflow:hidden}.ferrok-hero{min-height:auto}.ferrok-hero__grid{grid-template-columns:1fr}.ferrok-hero__copy{padding:46px 24px 38px}.ferrok-hero__title{max-width:650px;font-size:clamp(39px,9vw,57px);line-height:.94}.ferrok-hero__text{margin:22px 0 25px;font-size:15px}.ferrok-hero__visual{height:360px;min-height:0;clip-path:polygon(0 9%,100% 0,100% 100%,0 100%)}.ferrok-hero__image{height:100%;min-height:0;object-position:center}.ferrok-hero__mark{top:48px;left:25px;width:58px}.project-finder{margin-top:0;padding:0 0 34px;background:var(--ferrok-surface)}.project-finder .container{width:100%}.project-finder__panel{grid-template-columns:1fr;gap:25px;padding:38px 24px;border:0;border-radius:0;box-shadow:none}.project-finder__intro p{max-width:none}.advisor-panels__grid{grid-template-columns:1fr;grid-template-rows:auto}.advisor-card--wide{grid-row:auto;min-height:0;grid-template-columns:1fr}.advisor-card--compact{grid-template-columns:1fr 130px}.compare-strip__inner,.compare-strip__row{grid-template-columns:1fr}.brand-strip__row{gap:30px}.brand-strip__brand{min-width:100px}.trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-strip__item:nth-child(2){border-right:0}.newsletter__inner{grid-template-columns:1fr}}@media(max-width:620px){.container{width:min(100% - 24px,var(--page-width))}.announcement-bar__items{justify-content:center}.announcement-bar__item:nth-child(n+2){display:none}.ferrok-section-heading--row{align-items:flex-start}.ferrok-section-heading--row .ferrok-inline-link{display:none}.ferrok-hero__copy{padding:39px 20px 32px}.ferrok-hero__title{font-size:38px}.ferrok-hero__actions{flex-direction:column}.ferrok-button{width:100%}.ferrok-hero__visual{height:330px}.project-finder__form{grid-template-columns:1fr}.project-finder__form button{min-height:48px}.project-finder__chips{display:grid;grid-template-columns:1fr 1fr}.category-icons{padding:39px 0}.category-icons__row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:3px 2px 15px}.category-icons__item{flex:0 0 142px;scroll-snap-align:start}.advisor-panels{padding:43px 0}.advisor-card--wide,.advisor-card--compact{display:grid;grid-template-columns:1fr;padding:24px}.advisor-card__comparison{min-height:90px}.featured-products{padding:46px 0 54px}.product-grid--featured{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding:2px 2px 16px}.product-card--ferrok{flex:0 0 78%;scroll-snap-align:start}.learn-section{padding:46px 0 52px}.learn-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-strip__row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.brand-strip__brand{min-width:0}.brand-strip__brand span{font-size:19px}.trust-strip__grid{grid-template-columns:1fr;padding:16px}.trust-strip__item{border-right:0;border-bottom:1px solid var(--ferrok-border)}.trust-strip__item:last-child{border-bottom:0}.newsletter .container{width:100%}.newsletter__inner{padding:22px 20px;border-radius:0}.newsletter__form{grid-template-columns:1fr!important}.newsletter button{min-height:46px}.site-footer--ferrok{padding-top:42px}.site-footer--ferrok .site-footer__grid{grid-template-columns:1fr 1fr;gap:30px 20px}.site-footer__brand{grid-column:1/-1;grid-row:auto}.site-footer__bottom{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
