:root{--red:#d7332f;--red-dark:#b52320;--ink:#151515;--ink-2:#222220;--paper:#ffffff;--warm:#f7f5f1;--warm-2:#efece6;--line:#dedbd5;--muted:#6e6b66;--soft:#97938d;--shell:1440px;--radius:12px;--radius-lg:12px;--shadow:0 24px 70px rgba(20,20,20,.12);--ease:cubic-bezier(.2,.72,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Poppins,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}::selection{background:var(--red);color:#fff}.shell{width:min(calc(100% - 56px),var(--shell));margin-inline:auto}.skip-link{position:fixed;z-index:9999;left:16px;top:10px;padding:10px 14px;background:var(--ink);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.eyebrow{margin:0;color:var(--red);font-size:13px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.54fr);gap:64px;align-items:end;margin-bottom:40px}.section-heading>*{min-width:0}.section-heading h2{max-width:850px;overflow-wrap:anywhere;hyphens:auto;margin:10px 0 0;font-size:clamp(38px,4vw,62px);line-height:.98;letter-spacing:-.055em}.section-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.arrow-link{display:inline-flex;align-items:center;gap:9px;color:var(--red);font-size:13px;font-weight:800}.arrow-link svg{width:17px;height:17px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:1px solid #fff0;border-radius:12px;font-weight:820;font-size:13px;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-1px)}.button svg{width:17px;height:17px}.button--red{background:var(--red);color:#fff;box-shadow:0 12px 28px rgb(215 51 47 / .22)}.button--red:hover{background:var(--red-dark);box-shadow:0 16px 32px rgb(215 51 47 / .28)}.button--outline{background:#fff;border-color:var(--line)}.button--outline:hover{border-color:var(--ink);background:var(--ink);color:#fff}.button--dark{background:var(--ink);color:#fff}.button--white{background:#fff;color:var(--ink)}.topbar{position:relative;z-index:110;background:var(--red);color:#fff;font-size:13px}.topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar p{margin:0;font-weight:700;letter-spacing:.005em}.topbar a{display:inline-flex;align-items:center;gap:8px;color:rgb(255 255 255 / .9);white-space:nowrap}.topbar a strong{color:#fff}.topbar svg{width:15px;height:15px}.site-header{position:sticky;z-index:100;top:0;background:rgb(255 255 255 / .97);border-bottom:1px solid var(--line);backdrop-filter:blur(18px);transition:box-shadow .22s ease}.site-header.is-scrolled{box-shadow:0 14px 34px rgb(20 20 20 / .08)}.header__inner{min-height:86px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:224px;height:auto}.desktop-nav{display:flex;align-items:center;gap:clamp(20px,2.2vw,38px);margin-left:auto;font-size:13px;font-weight:720}.desktop-nav a{position:relative;padding:32px 0}.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:23px;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:8px}.icon-button,.menu-button{border:0;background:#fff0;cursor:pointer}.icon-button{width:42px;height:42px;display:grid;place-items:center;border-radius:50%}.icon-button:hover{background:var(--warm)}.icon-button svg{width:20px;height:20px}.header-cta{min-height:46px;padding-inline:17px;font-size:13px}.menu-button{display:none;position:relative;width:42px;height:42px}.menu-button span{position:absolute;left:10px;right:10px;top:50%;height:2px;background:var(--ink);transition:transform .2s ease}.menu-button span:first-child{transform:translateY(-4px)}.menu-button span:last-child{transform:translateY(4px)}.menu-button[aria-expanded="true"] span:first-child{transform:rotate(45deg)}.menu-button[aria-expanded="true"] span:last-child{transform:rotate(-45deg)}.mobile-menu{display:none}.request-menu{position:fixed;z-index:210;top:124px;right:max(28px,calc((100vw - var(--shell))/2 + 28px));width:min(720px,calc(100vw - 56px));padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.request-menu.is-open{opacity:1;visibility:visible;transform:none}.request-menu__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:3px 4px 17px;border-bottom:1px solid var(--line)}.request-menu__head span{display:block;color:var(--red);font-size:13px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.request-menu__head strong{display:block;margin-top:4px;font-size:19px;letter-spacing:-.025em}.request-close{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.request-close svg{width:16px;height:16px}.request-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.request-option{min-height:185px;display:flex;flex-direction:column;padding:18px;border:1px solid var(--line);border-radius:15px;background:var(--warm);transition:transform .2s ease,border-color .2s ease,background .2s ease}.request-option:hover{transform:translateY(-2px);border-color:var(--ink);background:#fff}.request-option__icon{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:var(--ink);color:#fff}.request-option__icon svg{width:22px;height:22px}.request-option h3{margin:28px 0 6px;font-size:17px;line-height:1.15}.request-option p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.request-option b{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:14px;color:var(--red);font-size:13px}.request-menu__foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:13px;padding:13px 4px 0;color:var(--muted);font-size:13px}.request-menu__foot a{color:var(--ink);font-weight:800}.page-overlay{position:fixed;z-index:190;inset:0;background:rgb(15 15 15 / .38);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.page-overlay.is-visible{opacity:1;visibility:visible}.hero{position:relative;overflow:hidden;background:var(--warm);padding:76px 0 48px;border-bottom:1px solid var(--line)}.hero::before{content:"";position:absolute;width:660px;height:660px;border:1px solid rgb(21 21 21 / .06);border-radius:50%;right:-260px;top:-300px}.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:clamp(54px,6vw,96px);align-items:center}.hero__copy{padding:18px 0 10px}.hero h1{max-width:680px;margin:18px 0 0;font-size:clamp(50px,4.7vw,70px);line-height:.96;letter-spacing:-.058em;font-weight:850}.hero__intro{max-width:635px;margin:24px 0 0;color:var(--muted);font-size:15px;line-height:1.8}.hero__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:29px}.hero__visual{position:relative;min-height:520px}.hero-photo{position:absolute;inset:0;overflow:hidden;border-radius:var(--radius-lg);background:#ddd;box-shadow:0 32px 78px rgb(20 20 20 / .16)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgb(0 0 0 / .24))}.project-card{position:absolute;z-index:3;right:18px;bottom:18px;width:238px;padding:16px;border-radius:15px;background:rgb(255 255 255 / .96);box-shadow:0 13px 35px rgb(0 0 0 / .12);backdrop-filter:blur(12px)}.project-card__kicker{color:var(--red);font-size:13px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.project-card h2{margin:6px 0 12px;font-size:16px;line-height:1.15}.project-card dl{display:grid;grid-template-columns:1fr auto;gap:7px 14px;margin:0;padding-top:11px;border-top:1px solid var(--line);font-size:13px}.project-card dt{color:var(--muted)}.project-card dd{margin:0;font-weight:750;text-align:right}.availability{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.availability span{padding:6px 8px;border-radius:99px;background:var(--warm);font-size:13px;font-weight:760}.trustbar{position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);margin-top:52px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgb(20 20 20 / .05)}.trust-item{min-height:101px;display:flex;align-items:center;gap:14px;padding:20px 24px;border-left:1px solid var(--line)}.trust-item:first-child{border-left:0}.trust-number{font-size:27px;line-height:1;font-weight:870;letter-spacing:-.045em}.trust-label{color:var(--muted);font-size:13px;line-height:1.45}.trust-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;flex:0 0 auto}.trust-icon svg{width:17px;height:17px}.inspiration{padding:112px 0;background:#fff}.mood-grid{display:grid;grid-template-columns:1.22fr .78fr;grid-template-rows:290px 290px;gap:14px}.mood-card{position:relative;overflow:hidden;border-radius:24px;background:#ddd;color:#fff;isolation:isolate}.mood-card--large{grid-row:1/3}.mood-card img{width:100%;height:100%;object-fit:cover;transition:transform .75s var(--ease)}.mood-card:hover img{transform:scale(1.035)}.mood-card::after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 42%,rgb(0 0 0 / .68))}.mood-card__body{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:25px}.mood-card__body span{display:block;color:rgb(255 255 255 / .7);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mood-card h3{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:7px 0 0;font-size:clamp(24px,2.3vw,36px);line-height:1;letter-spacing:-.045em}.mood-card h3 i{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgb(255 255 255 / .95);color:var(--ink);font-style:normal}.mood-card h3 svg{width:17px;height:17px}.collections{padding:110px 0;background:var(--warm)}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.collection-card{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:#fff;transition:transform .23s ease,box-shadow .23s ease}.collection-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgb(20 20 20 / .09)}.collection-image{position:relative;aspect-ratio:1.28/1;overflow:hidden;background:#ddd}.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}.collection-card:hover img{transform:scale(1.035)}.collection-tag{position:absolute;top:14px;left:14px;padding:7px 9px;border-radius:99px;background:rgb(255 255 255 / .94);font-size:13px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.collection-body{display:grid;grid-template-columns:1fr 42px;gap:15px;align-items:center;padding:20px}.collection-body h3{margin:0;font-size:21px;letter-spacing:-.035em}.collection-body p{margin:5px 0 0;color:var(--muted);font-size:13px}.round-arrow{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff}.round-arrow svg{width:17px;height:17px}.routes{padding:105px 0;background:#fff}.routes .section-heading{margin-bottom:31px}.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.route-card{position:relative;min-height:275px;display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.route-card:hover{transform:translateY(-3px);border-color:var(--ink);box-shadow:0 16px 38px rgb(20 20 20 / .08)}.route-card::before{content:"";position:absolute;top:0;left:22px;right:22px;height:4px;background:var(--red)}.route-card__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.route-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--warm)}.route-icon svg{width:21px;height:21px}.route-price{text-align:right}.route-price strong{display:block;font-size:22px;line-height:1;letter-spacing:-.035em}.route-price span{display:block;margin-top:4px;color:var(--muted);font-size:13px}.route-card h3{margin:34px 0 8px;font-size:21px;line-height:1.08;letter-spacing:-.03em}.route-card>p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.route-list{display:grid;gap:8px;margin:18px 0 0;padding:15px 0 0;border-top:1px solid var(--line)}.route-list span{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.45}.route-list svg{width:14px;height:14px;color:var(--red);flex:0 0 auto;margin-top:1px}.route-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;color:var(--red);font-size:13px;font-weight:850}.route-foot{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:13px;padding:18px 21px;border-radius:15px;background:var(--warm);color:var(--muted);font-size:13px}.route-foot strong{color:var(--ink)}.advisors{padding:76px 0;background:var(--ink);color:#fff}.advisors__layout{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);gap:58px;align-items:center}.advisors h2{max-width:420px;margin:13px 0 0;font-size:clamp(34px,3.3vw,50px);line-height:.98;letter-spacing:-.05em}.advisors__copy>p:not(.eyebrow){margin:21px 0 0;color:rgb(255 255 255 / .59);font-size:13px;line-height:1.75}.advisors__copy .button{margin-top:24px}.advisor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.advisor-card{min-width:0;padding:14px;border:1px solid rgb(255 255 255 / .13);border-radius:16px;background:#1d1d1d;transition:transform .2s ease,border-color .2s ease}.advisor-card:hover{transform:translateY(-3px);border-color:rgb(255 255 255 / .34)}.advisor-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;background:#eee}.advisor-card h3{margin:13px 0 3px;font-size:14px;line-height:1.2}.advisor-card p{margin:0;color:rgb(255 255 255 / .52);font-size:13px;line-height:1.45}.sample-types{padding:112px 0;background:var(--warm)}.sample-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sample-card{position:relative;min-height:410px;display:flex;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:23px;background:#fff;overflow:hidden}.sample-card--dark{background:var(--ink);color:#fff;border-color:var(--ink)}.sample-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:25px}.sample-card__number{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:13px;font-weight:850}.sample-card__visual{position:relative;width:150px;height:125px;flex:0 0 auto}.tile-piece{position:absolute;width:100px;height:100px;right:16px;top:3px;border-radius:9px;background-image:url(../../../../plugins/tm-tegelonderhoud-world/assets/v9/cr-pisa-gold.jpg);background-size:cover;box-shadow:0 16px 30px rgb(20 20 20 / .15);transform:rotate(7deg)}.tile-piece::after{content:"10 × 10";position:absolute;right:7px;bottom:7px;padding:4px 6px;border-radius:5px;background:rgb(255 255 255 / .9);font-size:13px;font-weight:850}.folder-art{position:absolute;right:8px;top:8px;width:130px;height:95px;border-radius:8px 8px 14px 14px;background:var(--red);box-shadow:0 17px 34px rgb(0 0 0 / .23);transform:rotate(-4deg)}.folder-art::before{content:"";position:absolute;left:0;top:-12px;width:58px;height:20px;border-radius:7px 7px 0 0;background:var(--red)}.folder-art::after{content:"FABRIEKSMAP";position:absolute;left:15px;bottom:14px;color:#fff;font-size:13px;font-weight:850;letter-spacing:.1em}.sample-card h3{margin:58px 0 9px;font-size:30px;line-height:1;letter-spacing:-.045em}.sample-card>p{max-width:540px;margin:0;color:var(--muted);font-size:13px;line-height:1.75}.sample-card--dark>p{color:rgb(255 255 255 / .6)}.sample-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto;padding-top:28px}.sample-spec{padding:12px;border-radius:11px;background:var(--warm)}.sample-card--dark .sample-spec{background:#242424}.sample-spec span{display:block;color:var(--muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.sample-card--dark .sample-spec span{color:rgb(255 255 255 / .4)}.sample-spec strong{display:block;margin-top:5px;font-size:13px;line-height:1.35}.sample-card .route-link{padding-top:18px}.fila{padding:110px 0;background:#fff}.fila__grid{display:grid;grid-template-columns:minmax(0,.76fr) minmax(520px,1.24fr);gap:65px;align-items:center}.fila__copy h2{max-width:560px;margin:13px 0 0;font-size:clamp(38px,4vw,60px);line-height:.98;letter-spacing:-.055em}.fila__copy>p:not(.eyebrow){max-width:530px;margin:22px 0 0;color:var(--muted);font-size:13px;line-height:1.8}.fila__copy .button{margin-top:26px}.fila-tool{padding:26px;border-radius:23px;background:var(--ink);color:#fff;box-shadow:var(--shadow)}.fila-tool__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:19px;border-bottom:1px solid rgb(255 255 255 / .12)}.fila-wordmark{font-size:25px;font-weight:900;letter-spacing:.08em}.fila-wordmark span{color:var(--red)}.fila-tool__head small{color:rgb(255 255 255 / .48);font-size:13px}.fila-tool h3{margin:21px 0 14px;font-size:17px}.fila-choices{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.fila-choice{min-height:64px;padding:11px;border:1px solid rgb(255 255 255 / .13);border-radius:11px;background:#202020;color:rgb(255 255 255 / .72);cursor:pointer;text-align:left;font-size:13px;transition:border-color .2s ease,background .2s ease,color .2s ease}.fila-choice:hover,.fila-choice[aria-pressed="true"]{border-color:var(--red);background:#292929;color:#fff}.fila-result{display:grid;grid-template-columns:42px 1fr auto;gap:13px;align-items:center;margin-top:12px;padding:14px;border-radius:12px;background:#fff;color:var(--ink)}.fila-result__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--red);color:#fff}.fila-result__icon svg{width:20px;height:20px}.fila-result span{display:block;color:var(--red);font-size:13px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.fila-result strong{display:block;margin-top:3px;font-size:13px}.fila-result a{font-size:13px;font-weight:850}.knowledge{padding:108px 0;background:var(--warm)}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.knowledge-card{min-height:250px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.knowledge-card__top{display:flex;align-items:center;justify-content:space-between;gap:20px}.knowledge-card__top span{color:var(--red);font-size:13px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.knowledge-card__top svg{width:22px;height:22px;color:var(--soft)}.knowledge-card h3{margin:52px 0 8px;font-size:21px;line-height:1.15;letter-spacing:-.03em}.knowledge-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.knowledge-card .route-link{padding-top:20px}.final-cta{padding:66px 0;background:var(--red);color:#fff}.final-cta__inner{display:grid;grid-template-columns:1.08fr .72fr auto;gap:54px;align-items:center}.final-cta h2{max-width:620px;margin:7px 0 0;font-size:clamp(34px,3.5vw,52px);line-height:1;letter-spacing:-.045em}.final-cta p{margin:0;color:rgb(255 255 255 / .76);font-size:13px;line-height:1.7}.site-footer{padding:72px 0 24px;background:var(--ink);color:#fff}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,.65fr);gap:60px;padding-bottom:54px}.footer-brand img{width:224px;filter:none}.footer-brand p{max-width:380px;margin:22px 0 0;color:rgb(255 255 255 / .48);font-size:13px;line-height:1.75}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column strong{margin-bottom:7px;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.footer-column a,.footer-column span{color:rgb(255 255 255 / .54);font-size:13px;line-height:1.6}.footer-column a:hover{color:#fff}.footer-note{margin-top:5px;color:#fff!important}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgb(255 255 255 / .12);color:rgb(255 255 255 / .38);font-size:13px}.reveal{opacity:1;transform:none}html.tm-js .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s var(--ease)}html.tm-js .reveal.is-visible{opacity:1;transform:none}@media(max-width:1240px){.brand img{width:190px}.desktop-nav{gap:19px}.header-cta{padding-inline:14px}.hero__grid{grid-template-columns:minmax(0,.84fr) minmax(470px,1.16fr);gap:48px}.hero h1{font-size:62px}.advisor-grid{grid-template-columns:repeat(2,1fr)}.advisor-card{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center}.advisor-card img{width:72px}.advisor-card h3{margin:0}.fila__grid{grid-template-columns:minmax(0,.8fr) minmax(470px,1.2fr);gap:45px}.final-cta__inner{gap:34px}}@media(max-width:1060px){.desktop-nav{display:none}.header-actions{margin-left:auto}.menu-button{display:block}.header-cta{display:none}.mobile-menu{position:absolute;left:0;right:0;top:100%;display:grid;padding:18px 28px 26px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 36px rgb(0 0 0 / .09)}.mobile-menu[hidden]{display:none}.mobile-menu a{padding:13px 3px;border-bottom:1px solid var(--line);font-weight:750}.mobile-menu .mobile-cta{margin-top:14px;border:0;background:var(--red);color:#fff;border-radius:11px;text-align:center}.request-menu{top:124px;right:28px}.hero__grid{grid-template-columns:1fr}.hero__copy{max-width:780px}.hero__visual{min-height:610px}.trustbar{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}.trust-item:nth-child(4){border-top:1px solid var(--line)}.mood-grid{grid-template-columns:1fr 1fr;grid-template-rows:430px 300px}.mood-card--large{grid-column:1/3;grid-row:auto}.collection-grid{grid-template-columns:repeat(2,1fr)}.collection-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.collection-card:last-child .collection-image{aspect-ratio:auto}.route-grid{grid-template-columns:1fr}.route-card{min-height:0}.route-card h3{margin-top:26px}.advisors__layout{grid-template-columns:1fr;gap:36px}.advisors__copy{max-width:730px}.advisor-grid{grid-template-columns:repeat(4,1fr)}.advisor-card{display:block}.advisor-card img{width:100%}.advisor-card h3{margin:13px 0 3px}.fila__grid{grid-template-columns:1fr}.fila__copy{max-width:740px}.knowledge-grid{grid-template-columns:1fr 1fr}.knowledge-card:last-child{grid-column:1/-1}.final-cta__inner{grid-template-columns:1fr 1fr}.final-cta .button{grid-column:1/-1;justify-self:start}.footer-grid{grid-template-columns:1.2fr repeat(3,.8fr);gap:28px}}@media(max-width:760px){#monstertypen .section-heading h2{font-size:34px;overflow-wrap:normal;hyphens:none;letter-spacing:-.04em}.shell{width:min(calc(100% - 28px),var(--shell))}.topbar__inner{min-height:34px;justify-content:center}.topbar p{font-size:13px;text-align:center}.topbar a{display:none}.header__inner{min-height:68px;gap:8px}.brand img{width:171px}.icon-button{display:none}.menu-button{width:38px;height:38px}.mobile-menu{padding-inline:14px}.request-menu{top:auto;right:14px;left:14px;bottom:14px;width:auto;max-height:calc(100dvh - 28px);overflow:auto;border-radius:22px}.request-options{grid-template-columns:1fr}.request-option{min-height:145px}.request-menu__foot{align-items:flex-start;flex-direction:column;gap:5px}.hero{padding:55px 0 35px}.hero h1{font-size:clamp(42px,12vw,57px)}.hero__intro{font-size:13px}.hero__actions{display:grid;grid-template-columns:1fr}.hero .button{width:100%}.hero__visual{min-height:0;aspect-ratio:.9/1;margin-top:36px}.project-card{right:11px;bottom:11px;width:210px;padding:13px}.trustbar{grid-template-columns:1fr 1fr;margin-top:35px}.trust-item{min-height:91px;padding:15px;gap:10px}.trust-item:nth-child(odd){border-left:0}.trust-item:nth-child(3),.trust-item:nth-child(4){border-top:1px solid var(--line)}.trust-number{font-size:22px}.trust-label{font-size:13px}.trust-icon{width:29px;height:29px}.section-heading{grid-template-columns:1fr;gap:18px;margin-bottom:29px}.section-heading h2{font-size:40px}.section-heading p{font-size:13px}.inspiration,.collections,.routes,.sample-types,.fila,.knowledge{padding:78px 0}.mood-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.mood-card,.mood-card--large{grid-column:auto;grid-row:auto;min-height:330px}.collection-grid{grid-template-columns:1fr}.collection-card:last-child{grid-column:auto;display:block}.collection-card:last-child .collection-image{aspect-ratio:1.28/1}.route-foot{align-items:flex-start;flex-direction:column}.advisors{padding:70px 0}.advisor-grid{grid-template-columns:1fr 1fr}.advisor-card{display:grid;grid-template-columns:62px 1fr;gap:10px;align-items:center;padding:10px}.advisor-card img{width:62px}.advisor-card h3{margin:0;font-size:13px}.advisor-card p{font-size:13px}.sample-grid{grid-template-columns:1fr}.sample-card{min-height:385px;padding:23px}.sample-card__visual{width:125px}.sample-card h3{font-size:27px}.sample-specs{grid-template-columns:1fr}.fila-tool{padding:19px}.fila-choices{grid-template-columns:1fr}.fila-result{grid-template-columns:38px 1fr}.fila-result a{grid-column:2}.knowledge-grid{grid-template-columns:1fr}.knowledge-card:last-child{grid-column:auto}.final-cta{padding:57px 0}.final-cta__inner{grid-template-columns:1fr;gap:20px}.final-cta .button{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr;gap:36px 22px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}}@media(max-width:430px){.brand img{width:158px}.advisor-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}.topbar{background:var(--ink)}.site-header{background:#fff0;border-bottom:0;backdrop-filter:none}.header__brand-row{background:var(--red);color:#fff}.header__brand-row .header__inner{min-height:72px}.brand--red img{width:260px;height:auto}.header-actions--red{margin-left:auto}.icon-button--light{color:#fff}.icon-button--light:hover{background:rgb(255 255 255 / .15)}.header-bag{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border-radius:999px;background:rgb(255 255 255 / .13);color:#fff;font-size:13px;font-weight:760;transition:background .2s ease}.header-bag:hover{background:rgb(255 255 255 / .23)}.header-bag svg{width:18px;height:18px}.header-bag b{min-width:22px;height:22px;display:grid;place-items:center;padding:0 5px;border-radius:99px;background:#fff;color:var(--red);font-size:13px}.header-cta--light{background:#fff;color:var(--red);box-shadow:0 10px 25px rgb(92 0 0 / .20)}.header-cta--light:hover{background:var(--ink);color:#fff}.menu-button--light span{background:#fff}.header__nav-row{background:#fff;border-bottom:1px solid var(--line)}.header__nav-row .desktop-nav{min-height:52px;margin-left:0;justify-content:flex-start}.header__nav-row .desktop-nav a{padding:15px 0}.header__nav-row .desktop-nav a::after{bottom:10px}.request-menu{top:var(--request-top,124px)}.hero{padding:40px 0 48px}.hero__copy{padding:0 0 10px}.hero h1{margin-top:14px}.hero__intro{margin-top:21px}.hero__actions{margin-top:25px}.hero-sample-card{position:absolute;z-index:4;left:-28px;bottom:31px;width:172px;padding:11px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 22px 50px rgb(20 20 20 / .17);transform:rotate(-3deg)}.hero-sample-card__swatch{aspect-ratio:1/1;overflow:hidden;border-radius:10px;background:var(--warm)}.hero-sample-card__swatch img{width:100%;height:100%;object-fit:cover}.hero-sample-card strong{display:block;margin-top:9px;font-size:13px;line-height:1.25}.hero-sample-card span{display:block;margin-top:3px;color:var(--muted);font-size:13px;line-height:1.45}.hero-advice-card{position:absolute;z-index:4;right:18px;top:18px;width:260px;display:grid;grid-template-columns:auto 1fr 18px;gap:11px;align-items:center;padding:13px 14px;border:1px solid rgb(255 255 255 / .13);border-radius:15px;background:rgb(21 21 21 / .91);color:#fff;box-shadow:0 20px 46px rgb(0 0 0 / .22);backdrop-filter:blur(12px)}.hero-advice-avatars{display:flex;padding-left:5px}.hero-advice-avatars img{width:27px;height:27px;object-fit:cover;border:2px solid #242424;border-radius:50%;margin-left:-6px;background:#eee}.hero-advice-card span{display:block;color:#ff8d89;font-size:13px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hero-advice-card strong{display:block;margin-top:2px;font-size:13px}.hero-advice-card small{display:block;margin-top:3px;color:rgb(255 255 255 / .55);font-size:13px;line-height:1.4}.hero-advice-card>svg{width:17px;height:17px;color:#fff}.project-card{width:250px}.availability span{line-height:1.3}.advisors{padding:62px 0}.advisors__layout{grid-template-columns:minmax(230px,.43fr) minmax(0,1.57fr);gap:38px}.advisors h2{font-size:clamp(32px,3vw,45px)}.advisors__copy>p:not(.eyebrow){margin-top:17px}.advisors__copy .button{margin-top:20px}.advisor-grid{grid-template-columns:repeat(4,1fr);gap:9px}.advisor-card{display:grid;grid-template-columns:58px 1fr;gap:11px;align-items:start;padding:11px;border-radius:14px}.advisor-card img{width:58px;height:72px;aspect-ratio:auto;object-fit:cover;border-radius:10px}.advisor-card h3{margin:1px 0 2px;font-size:13px}.advisor-card p.advisor-role{margin:0;color:#ff8582;font-size:13px;font-weight:750;line-height:1.35}.advisor-card p.advisor-bio{margin:7px 0 0;color:rgb(255 255 255 / .54);font-size:13px;line-height:1.5}.sample-card{min-height:485px}.sample-card__top{min-height:190px}.sample-card__visual--photos{width:300px;height:185px}.sample-photo{position:absolute;display:block;object-fit:cover;border-radius:12px;box-shadow:0 18px 38px rgb(20 20 20 / .17);border:1px solid rgb(255 255 255 / .75)}.sample-photo--box-open{right:0;top:0;width:225px;height:168px;object-position:center}.sample-photo--box-closed{left:0;bottom:0;width:155px;height:84px;object-position:center;transform:rotate(-3deg)}.sample-photo--map-cover{right:0;top:0;width:220px;height:160px;object-position:center}.sample-photo--map-open{left:0;bottom:0;width:155px;height:104px;object-position:center;transform:rotate(2deg)}.sample-card h3{margin:18px 0 9px}.sample-card--dark .sample-photo{border-color:rgb(255 255 255 / .18);box-shadow:0 18px 40px rgb(0 0 0 / .35)}.footer-brand img{width:222px}@media(max-width:1240px){.brand--red img{width:225px}.header-bag span{display:none}.hero-sample-card{left:10px}.advisor-grid{grid-template-columns:repeat(2,1fr)}.advisor-card{grid-template-columns:62px 1fr}.advisor-card img{width:62px;height:76px}}@media(max-width:1060px){.header__nav-row{display:none}.header__brand-row .header__inner{min-height:72px}.header-actions--red{margin-left:auto}.hero{padding-top:36px}.hero-advice-card{right:16px}.advisors__layout{grid-template-columns:1fr}.advisor-grid{grid-template-columns:repeat(2,1fr)}.sample-card__visual--photos{width:285px}}@media(max-width:760px){.topbar{background:var(--ink)}.header__brand-row .header__inner{min-height:68px}.brand--red img{width:190px}.header-bag{padding:0 7px;background:#fff0}.header-bag span,.header-bag>svg{display:none}.header-cta--light{display:none}.hero{padding:34px 0 35px}.hero-sample-card,.hero-advice-card{display:none}.project-card{width:220px}.advisors{padding:62px 0}.advisor-grid{grid-template-columns:1fr}.advisor-card{grid-template-columns:68px 1fr;padding:12px}.advisor-card img{width:68px;height:82px}.advisor-card p.advisor-bio{font-size:13px}.sample-card{min-height:500px}.sample-card__top{display:grid;grid-template-columns:37px 1fr;min-height:215px}.sample-card__visual--photos{width:100%;height:205px}.sample-photo--box-open{width:78%;height:176px}.sample-photo--box-closed{width:53%;height:87px}.sample-photo--map-cover{width:75%;height:175px}.sample-photo--map-open{width:55%;height:112px}}@media(max-width:430px){.brand--red img{width:174px}.header-bag{display:none}.sample-card__visual--photos{height:190px}.sample-card__top{min-height:200px}}section[id]{scroll-margin-top:160px}.sr-only{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}.site-header{position:sticky;z-index:100;top:0;background:#fff0;border-bottom:0;backdrop-filter:none}.header-brandbar{background:var(--red);color:#fff}.header-brandbar__inner{min-height:70px;display:flex;align-items:center;gap:24px}.header-brandbar .brand{display:flex;align-items:center;flex:0 0 auto}.header-brandbar .brand img{width:260px;height:auto;max-height:31px;object-fit:contain}.header-utility{display:flex;align-items:center;gap:8px;margin-left:auto}.header-brandbar .menu-button span{background:#fff}.header-navrow{background:#fff;border-bottom:1px solid var(--line)}.header-navrow__inner{min-height:55px;display:flex;align-items:center;gap:22px}.header-navrow .desktop-nav{display:flex;align-items:center;margin:0;min-height:55px}.header-navrow .desktop-nav a{padding:17px 0}.header-navrow .desktop-nav a::after{bottom:10px}.utility-button{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border:0;border-radius:999px;background:#fff0;color:#fff;cursor:pointer;font-size:13px;font-weight:750;transition:background .2s ease}.utility-button:hover,.utility-button[aria-expanded="true"]{background:rgb(255 255 255 / .15)}.utility-button svg{width:19px;height:19px}.lang-toggle{display:inline-flex;align-items:center;border:1px solid rgb(255 255 255 / .42);border-radius:999px;overflow:hidden}.lang-toggle button{min-height:32px;padding:0 10px;border:0;background:#fff0;color:rgb(255 255 255 / .7);font-size:13px;font-weight:850;cursor:pointer}.lang-toggle button.is-active{background:#fff;color:var(--red)}.account-links{display:flex;align-items:center;gap:6px;color:rgb(255 255 255 / .9);font-size:13px;font-weight:750;white-space:nowrap}.account-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.account-links span{color:rgb(255 255 255 / .45)}.header-cart{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;transition:background .2s ease}.header-cart:hover{background:rgb(255 255 255 / .15)}.header-cart>svg{width:20px;height:20px}.header-cart__count{position:absolute;right:0;top:0;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border-radius:99px;background:#fff;color:var(--red);font-size:13px;font-weight:900;box-shadow:0 3px 9px rgb(0 0 0 / .12)}.header-search-panel{max-height:0;overflow:hidden;opacity:0;background:#fff;border-bottom:0 solid var(--line);transition:max-height .24s var(--ease),opacity .18s ease,border-width .18s ease}.header-search-panel.is-open{max-height:88px;opacity:1;border-bottom-width:1px}.header-search-panel__inner{padding:13px 0}.header-search-form{height:58px;display:grid;grid-template-columns:24px minmax(0,1fr) auto 38px;gap:12px;align-items:center;padding:0 10px 0 18px;border:1px solid var(--line);border-radius:14px;background:var(--warm)}.header-search-form>svg{width:21px;height:21px;color:var(--muted)}.header-search-form input{min-width:0;width:100%;height:100%;border:0;outline:0;background:#fff0;color:var(--ink);font-size:14px}.header-search-form input::placeholder{color:var(--soft)}.header-search-form>button[type="submit"]{min-height:40px;padding:0 18px;border:0;border-radius:10px;background:var(--ink);color:#fff;font-size:13px;font-weight:850;cursor:pointer}.header-search-close{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff0;color:var(--muted);cursor:pointer}.header-search-close:hover{background:#fff;color:var(--ink)}.header-search-close svg{width:16px;height:16px}.header-navrow__inner{gap:22px}.header-navrow .desktop-nav{gap:clamp(17px,1.75vw,30px);font-size:13px}.header-navrow .header-cta{white-space:nowrap;padding-inline:16px}.mobile-account-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.mobile-account-row a{border:1px solid var(--line)!important;border-radius:10px;text-align:center;font-size:13px}.advisors__copy .button{min-width:190px}.sample-box-stage{position:relative;height:252px;margin-top:13px;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#f3f0ea,#fff);border:1px solid var(--line)}.sample-box-stage::before{content:"";position:absolute;width:350px;height:350px;border-radius:50%;left:-120px;bottom:-230px;background:rgb(215 51 47 / .08)}.sample-box-cutout{position:absolute;height:auto;filter:drop-shadow(0 18px 20px rgb(20 20 20 / .16))}.sample-box-cutout--open{width:70%;right:1%;bottom:-4%;z-index:2}.sample-box-cutout--closed{width:42%;left:1%;bottom:8%;transform:rotate(-5deg);z-index:1;opacity:.98}.loose-sample{position:absolute;z-index:4;margin:0;width:86px;padding:7px;border-radius:12px;background:#fff;box-shadow:0 16px 30px rgb(20 20 20 / .18);transform-origin:center}.loose-sample img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;box-shadow:inset 0 0 0 1px rgb(20 20 20 / .08)}.loose-sample figcaption{margin-top:6px;color:var(--muted);font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;text-align:center}.loose-sample--pisa{left:7%;top:7%;transform:rotate(-7deg)}.loose-sample--copper{left:24%;top:14%;width:73px;transform:rotate(7deg)}.sample-card--photo{min-height:610px}.sample-card--photo .sample-card__top{min-height:0}.sample-card--photo h3{margin-top:23px}.factory-map-stage{position:relative;height:252px;margin-top:13px;overflow:hidden;border:1px solid rgb(255 255 255 / .14);border-radius:18px;background:linear-gradient(145deg,#202020,#111)}.factory-map-stage::before{content:"";position:absolute;inset:auto -80px -115px auto;width:280px;height:280px;border-radius:50%;background:rgb(215 51 47 / .17)}.factory-map-shot{position:absolute;display:block;margin:0;overflow:hidden;border-radius:13px;box-shadow:0 18px 38px rgb(0 0 0 / .38);border:1px solid rgb(255 255 255 / .2);background:#272727}.factory-map-shot img{display:block;width:100%;height:100%;object-fit:cover}.factory-map-shot figcaption{position:absolute;left:9px;bottom:9px;padding:5px 7px;border-radius:6px;background:rgb(21 21 21 / .82);color:#fff;font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(6px)}.factory-map-shot--closed{z-index:2;left:3%;top:31px;width:43%;height:185px;transform:rotate(-4deg)}.factory-map-shot--open{z-index:3;right:2%;top:4px;width:58%;height:224px;transform:rotate(2.5deg)}.knowledge{padding:108px 0;background:var(--warm)}.knowledge-flow{display:grid;gap:14px}.knowledge-latest{padding:25px;border:1px solid var(--line);border-radius:22px;background:#fff}.knowledge-step-head{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}.knowledge-step-head>div{display:flex;align-items:center;gap:15px}.knowledge-step-index,.knowledge-support-index{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:13px;font-weight:900;flex:0 0 auto}.knowledge-step-head small{display:block;color:var(--red);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.knowledge-step-head h3{margin:4px 0 0;font-size:22px;letter-spacing:-.03em}.knowledge-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.knowledge-article{min-height:245px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--warm);transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.knowledge-article:hover{transform:translateY(-3px);border-color:var(--ink);background:#fff;box-shadow:0 16px 35px rgb(20 20 20 / .08)}.knowledge-article>span{color:var(--red);font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.knowledge-article h4{margin:32px 0 10px;font-size:18px;line-height:1.18;letter-spacing:-.025em}.knowledge-article p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.knowledge-article b{margin-top:auto;padding-top:18px;color:var(--red);font-size:13px}.knowledge-support-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.knowledge-inhouse,.knowledge-specialist{display:grid;grid-template-columns:42px 1fr;gap:18px;align-items:start;padding:26px;border-radius:22px}.knowledge-inhouse{border:1px solid var(--line);background:#fff}.knowledge-specialist{background:var(--ink);color:#fff}.knowledge-specialist .knowledge-support-index{background:#fff;color:var(--red)}.knowledge-inhouse h3,.knowledge-specialist h3{margin:9px 0 10px;font-size:25px;line-height:1.08;letter-spacing:-.035em}.knowledge-inhouse>div>p:not(.eyebrow),.knowledge-specialist>div>p:not(.eyebrow){margin:0;color:var(--muted);font-size:13px;line-height:1.75}.knowledge-specialist>div>p:not(.eyebrow){color:rgb(255 255 255 / .62)}.knowledge-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.knowledge-tags span{padding:7px 10px;border-radius:99px;background:var(--warm);color:var(--muted);font-size:13px;font-weight:800}.knowledge-specialist .button{margin-top:20px}.footer-brand img{width:235px;filter:none}@media(max-width:1260px){.header-navrow .desktop-nav{gap:16px;font-size:13px}.utility-button span{display:none}.account-links{font-size:13px}.sample-box-stage{height:230px}.knowledge-article h4{font-size:16px}}@media(max-width:1120px){.account-links a:last-child,.account-links span{display:none}.header-navrow .desktop-nav{gap:14px;font-size:13px}.header-navrow .header-cta{font-size:13px;padding-inline:12px}}@media(max-width:1020px){.header-navrow{display:none}.header-utility{margin-left:auto}.account-links,.lang-toggle{display:none}.utility-button--search span{display:none}.header-search-panel.is-open{max-height:84px}.header-search-form{grid-template-columns:22px minmax(0,1fr) 36px}.header-search-form>button[type="submit"]{display:none}.sample-box-stage{height:300px}.knowledge-article-grid{grid-template-columns:1fr 1fr}.knowledge-article:last-child{grid-column:1/-1;min-height:190px}.knowledge-support-grid{grid-template-columns:1fr}}@media(max-width:760px){.header-brandbar__inner{min-height:64px}.header-brandbar .brand img{width:178px}.header-utility{gap:2px}.utility-button,.header-cart{width:38px;height:38px;min-height:38px;padding:0;justify-content:center}.header-search-panel__inner{padding:9px 0}.header-search-panel.is-open{max-height:76px}.header-search-form{height:52px;padding-left:13px;gap:8px}.header-search-form input{font-size:13px}.sample-box-stage{height:235px}.factory-map-stage{height:235px}.factory-map-shot--closed{left:2%;width:38%}.factory-map-shot--open{right:2%;width:60%}.sample-box-cutout--open{width:76%;right:-2%}.sample-box-cutout--closed{width:45%;left:-2%;bottom:6%}.loose-sample{width:69px;padding:5px}.loose-sample--copper{width:60px;left:24%}.sample-card--photo{min-height:0}.factory-map-stage{height:230px}.factory-map-shot--closed{left:1%;top:35px;width:45%;height:165px}.factory-map-shot--open{right:-2%;top:9px;width:63%;height:202px}.knowledge-step-head{align-items:flex-start;flex-direction:column}.knowledge-article-grid{grid-template-columns:1fr}.knowledge-article,.knowledge-article:last-child{grid-column:auto;min-height:205px}.knowledge-inhouse,.knowledge-specialist{grid-template-columns:36px 1fr;padding:20px;gap:13px}.knowledge-step-index,.knowledge-support-index{width:36px;height:36px}.knowledge-inhouse h3,.knowledge-specialist h3{font-size:21px}.footer-brand img{width:220px}}@media(max-width:390px){.header-brandbar .brand img{width:160px}.header-cart{display:grid}.sample-box-stage{height:205px}.factory-map-stage{height:205px}.loose-sample--pisa{left:4%}.loose-sample--copper{display:none}}.inspiration .section-heading>div:last-child{display:flex;flex-direction:column;align-items:flex-start}.instagram-teaser{width:min(100%,410px);display:grid;grid-template-columns:66px minmax(0,1fr) 28px;gap:12px;align-items:center;margin-top:18px;padding:8px 10px 8px 8px;border:1px solid var(--line);border-radius:15px;background:var(--warm);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.instagram-teaser:hover{transform:translateY(-2px);border-color:var(--ink);box-shadow:0 14px 32px rgb(20 20 20 / .08)}.instagram-teaser__thumb{width:66px;height:66px;display:block;overflow:hidden;border-radius:10px;background:#ddd}.instagram-teaser__thumb img{width:100%;height:100%;object-fit:cover}.instagram-teaser__copy{min-width:0;display:block}.instagram-teaser__kicker{display:flex;align-items:center;gap:6px;color:var(--red);font-size:13px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.instagram-teaser__kicker svg{width:15px;height:15px}.instagram-teaser__copy strong{display:block;margin-top:3px;font-size:13px;line-height:1.25}.instagram-teaser__copy small{display:block;margin-top:3px;color:var(--muted);font-size:13px;line-height:1.4}.instagram-teaser__arrow{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--red);font-size:13px;font-weight:900}.advisors__layout{grid-template-columns:minmax(330px,.56fr) minmax(0,1.44fr);gap:42px;align-items:center}.advisors__copy{min-width:0;position:relative;z-index:2}.advisors h2{max-width:360px;margin:13px 0 0;font-size:clamp(31px,2.7vw,43px);line-height:1.01;letter-spacing:-.045em;overflow-wrap:normal}.advisors__copy>p:not(.eyebrow){max-width:360px}.advisor-grid{position:relative;z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.advisor-card{min-width:0;display:grid;grid-template-columns:70px minmax(0,1fr);gap:13px;align-items:start;padding:12px;border:1px solid rgb(255 255 255 / .13);border-radius:15px;background:#1d1d1d;transition:transform .2s ease,border-color .2s ease}.advisor-card:hover{transform:translateY(-3px);border-color:rgb(255 255 255 / .34)}.advisor-card img{width:70px;height:88px;aspect-ratio:auto;object-fit:cover;border-radius:10px;background:#eee}.advisor-card__body{min-width:0}.advisor-card h3{margin:1px 0 3px;font-size:14px;line-height:1.2}.advisor-card p.advisor-role{margin:0;color:#ff8582;font-size:13px;font-weight:800;line-height:1.35}.advisor-card p.advisor-bio{margin:7px 0 0;color:rgb(255 255 255 / .57);font-size:13px;line-height:1.52}.advisor-linkedin{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:#fff;font-size:13px;font-weight:800;line-height:1.2;transition:color .2s ease}.advisor-linkedin:hover{color:#ff8582}.advisor-linkedin svg{width:15px;height:15px;flex:0 0 auto}.sample-box-cutout--open{width:69%;right:-1%;bottom:-3%;z-index:1;opacity:.98}.sample-box-cutout--closed{width:47%;left:4%;bottom:3%;transform:rotate(-4deg);z-index:4;opacity:1}.loose-sample{z-index:5}.sample-eco-note{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;margin-top:12px;padding:11px 13px;border:1px solid #b9d6bd;border-radius:13px;background:#eef8ef;color:#245b2d}.sample-eco-note__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#d7eedb}.sample-eco-note__icon svg{width:19px;height:19px}.sample-eco-note strong{display:block;font-size:13px;line-height:1.25}.sample-eco-note small{display:block;margin-top:2px;color:#4e7755;font-size:13px;line-height:1.42}.sample-card--photo h3{margin-top:18px}.knowledge-intro{max-width:830px;margin:-4px 0 18px;color:var(--muted);font-size:13px;line-height:1.7}.knowledge-article{min-height:0;display:flex;flex-direction:column;padding:0;overflow:hidden;background:#fff}.knowledge-article:hover{background:#fff}.knowledge-article__image{display:block;position:relative;height:126px;overflow:hidden;background:#ddd}.knowledge-article__image::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgb(20 20 20 / .08);pointer-events:none}.knowledge-article__image img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.knowledge-article:hover .knowledge-article__image img{transform:scale(1.035)}.knowledge-article__body{min-height:238px;display:flex;flex-direction:column;padding:17px 18px 16px}.knowledge-article__category{color:var(--red);font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.knowledge-article h4{margin:18px 0 9px;font-size:17px;line-height:1.2;letter-spacing:-.025em}.knowledge-article p{margin:0;color:var(--muted);font-size:13px;line-height:1.62}.knowledge-article__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:17px;border-top:1px solid var(--line)}.knowledge-article__meta em{color:var(--muted);font-size:13px;font-style:normal;font-weight:750}.knowledge-article__meta b{padding:0;color:var(--red);font-size:13px;white-space:nowrap}@media(max-width:1260px){.advisors__layout{grid-template-columns:minmax(290px,.5fr) minmax(0,1.5fr);gap:32px}.advisors h2{font-size:38px;max-width:310px}.advisor-card{grid-template-columns:62px minmax(0,1fr);gap:10px}.advisor-card img{width:62px;height:80px}}@media(max-width:1020px){.advisors__layout{grid-template-columns:1fr;gap:30px}.advisors h2,.advisors__copy>p:not(.eyebrow){max-width:720px}.advisor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-article__image{height:150px}}@media(max-width:760px){.instagram-teaser{grid-template-columns:58px minmax(0,1fr) 26px;width:100%;margin-top:15px}.instagram-teaser__thumb{width:58px;height:58px}.advisors h2{font-size:35px;max-width:100%}.advisor-grid{grid-template-columns:1fr}.advisor-card{grid-template-columns:68px minmax(0,1fr);padding:12px}.advisor-card img{width:68px;height:86px}.advisor-card p.advisor-bio{font-size:13px}.advisor-linkedin{font-size:13px}.sample-box-cutout--open{width:77%;right:-4%;bottom:-2%}.sample-box-cutout--closed{width:49%;left:2%;bottom:2%}.sample-eco-note{grid-template-columns:34px 1fr;padding:10px 11px}.sample-eco-note__icon{width:34px;height:34px}.knowledge-article__image{height:148px}.knowledge-article__body{min-height:220px}}@media(max-width:390px){.instagram-teaser__copy small{display:none}.sample-box-cutout--closed{width:52%;left:0}.knowledge-article__meta{align-items:flex-start;flex-direction:column}}.inspiration-heading{margin-bottom:40px}.inspiration-heading h2{max-width:980px;margin:0;font-size:clamp(42px,4.35vw,66px);line-height:.97;letter-spacing:-.058em}.inspiration-heading__row{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(430px,1.22fr);gap:54px;align-items:center;margin-top:27px}.inspiration-heading__copy{max-width:620px}.inspiration-heading__copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.78}.inspiration-heading__copy .arrow-link{margin-top:17px;justify-content:flex-start}.instagram-feature{position:relative;display:grid;grid-template-columns:138px minmax(0,1fr) 38px;gap:18px;align-items:center;min-height:126px;padding:11px 13px 11px 11px;border:1px solid var(--line);border-radius:20px;background:var(--warm);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.instagram-feature:hover{transform:translateY(-3px);border-color:var(--ink);box-shadow:0 17px 38px rgb(20 20 20 / .09)}.instagram-feature__post{position:relative;width:138px;height:104px;margin:0;overflow:hidden;border-radius:14px;background:#d8d4ce}.instagram-feature__post>img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.instagram-feature:hover .instagram-feature__post>img{transform:scale(1.035)}.instagram-feature__post::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .02),rgb(0 0 0 / .3));pointer-events:none}.instagram-feature__post-label{position:absolute;z-index:2;left:9px;bottom:8px;padding:5px 7px;border-radius:99px;background:rgb(21 21 21 / .78);color:#fff;font-size:13px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;backdrop-filter:blur(7px)}.instagram-feature__post-logo{position:absolute;z-index:3;top:8px;left:8px;width:29px;height:29px;filter:drop-shadow(0 5px 10px rgb(0 0 0 / .2))}.instagram-feature__post-logo .instagram-logo{width:29px;height:29px;display:block}.instagram-feature__body{min-width:0;display:block}.instagram-feature__brand{display:flex;align-items:center;gap:8px;color:var(--red)}.instagram-feature__brand .instagram-logo{width:25px;height:25px;display:block;flex:0 0 auto}.instagram-feature__brand small{font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.instagram-feature__body>strong{display:block;max-width:330px;margin-top:7px;font-size:17px;line-height:1.18;letter-spacing:-.025em}.instagram-feature__handle{display:block;margin-top:5px;color:var(--muted);font-size:13px;font-weight:700}.instagram-feature__arrow{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--red);font-size:15px;font-weight:900;transition:background .2s ease,color .2s ease}.instagram-feature:hover .instagram-feature__arrow{background:var(--red);color:#fff}.instagram-logo *{vector-effect:non-scaling-stroke}.advisor-linkedin{gap:8px}.advisor-linkedin .linkedin-logo{width:18px;height:18px;display:block;flex:0 0 auto}.advisor-linkedin .linkedin-logo rect,.advisor-linkedin .linkedin-logo path{stroke:none}.advisor-linkedin:hover{color:#fff}.advisor-linkedin:hover .linkedin-logo{filter:brightness(1.08)}.sample-box-cutout--open{width:54%;right:2%;bottom:7%;z-index:1;opacity:.97;transform:rotate(1deg)}.sample-box-cutout--closed{width:73%;left:-3%;bottom:-1%;z-index:5;opacity:1;transform:rotate(-3deg)}.loose-sample{z-index:7}.loose-sample--pisa{left:5%;top:5%}.loose-sample--copper{left:22%;top:13%}@media(max-width:1020px){.inspiration-heading__row{grid-template-columns:1fr;gap:22px}.inspiration-heading__copy{max-width:760px}.instagram-feature{max-width:720px}}@media(max-width:760px){.inspiration-heading{margin-bottom:29px}.inspiration-heading h2{font-size:40px}.inspiration-heading__row{margin-top:19px;gap:19px}.inspiration-heading__copy p{font-size:13px}.instagram-feature{grid-template-columns:92px minmax(0,1fr) 31px;gap:12px;min-height:104px;padding:9px;border-radius:16px}.instagram-feature__post{width:92px;height:86px;border-radius:11px}.instagram-feature__post-logo{width:25px;height:25px;top:6px;left:6px}.instagram-feature__post-logo .instagram-logo{width:25px;height:25px}.instagram-feature__brand .instagram-logo{width:21px;height:21px}.instagram-feature__body>strong{font-size:13px;line-height:1.2}.instagram-feature__handle{font-size:13px}.instagram-feature__arrow{width:30px;height:30px}.advisor-linkedin .linkedin-logo{width:17px;height:17px}.sample-box-cutout--open{width:57%;right:0;bottom:8%}.sample-box-cutout--closed{width:76%;left:-5%;bottom:-1%}}@media(max-width:390px){.instagram-feature{grid-template-columns:82px minmax(0,1fr) 28px;gap:10px}.instagram-feature__post{width:82px;height:80px}.instagram-feature__body>strong{font-size:13px}.instagram-feature__brand small{font-size:13px}.sample-box-cutout--open{width:59%;right:-2%;bottom:9%}.sample-box-cutout--closed{width:79%;left:-7%;bottom:-2%}}body.tm-v9-homepage .main-page-wrapper,body.tm-v9-homepage .site-content,body.tm-v9-homepage .wd-content-layout,body.tm-v9-homepage .wd-content-area{width:100%;max-width:none;margin:0;padding:0}body.tm-v9-homepage .main-page-wrapper>.container{width:100%;max-width:none;padding:0}body.tm-v9-homepage .tm-v9-main .button{border-radius:12px}body.tm-v9-homepage .tm-v9-main .hero h1{color:#151515!important}body.tm-v9-homepage .tm-v9-main .button--red{border-color:#fff0;background:#AD1716;box-shadow:0 12px 28px rgb(173 23 22 / .22);color:#fff}body.tm-v9-homepage .tm-v9-main .button--red:hover,body.tm-v9-homepage .tm-v9-main .button--red:focus-visible{border-color:#fff0;background:#8E1211;box-shadow:0 16px 32px rgb(173 23 22 / .28);color:#fff}body.tm-v9-homepage .tm-v9-main .button--white,body.tm-v9-homepage .tm-v9-main .button--white:hover,body.tm-v9-homepage .tm-v9-main .button--white:focus-visible{border-color:#fff0;background:#fff;box-shadow:none;color:#151515}body.tm-v9-homepage .tm-v9-main .arrow-link,body.tm-v9-homepage .tm-v9-main .route-link{color:#AD1716}body.tm-v9-homepage .tm-v9-main .collections .arrow-link:hover,body.tm-v9-homepage .tm-v9-main .collections .arrow-link:focus-visible{color:#151515}body.tm-v9-homepage .tm-v9-main .instagram-feature__arrow{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:900}body.tm-v9-homepage .tm-v9-main .fila-choice{border:1px solid rgb(255 255 255 / .13)!important;border-radius:11px!important;background:#202020!important;box-shadow:none!important;color:rgb(255 255 255 / .72)!important;font-size:13px;text-transform:none}body.tm-v9-homepage .tm-v9-main .fila-choice:hover,body.tm-v9-homepage .tm-v9-main .fila-choice:focus-visible,body.tm-v9-homepage .tm-v9-main .fila-choice[aria-pressed="true"]{border-color:#AD1716!important;border-radius:11px!important;background:#292929!important;box-shadow:none!important;color:#fff!important}body.tm-v9-homepage .tm-v9-main .fila-result a{font-size:13px}.hero-advice-card{width:300px;grid-template-columns:100px minmax(0,1fr) 18px;border-radius:12px;background:rgb(20 18 18 / .94)}.hero-advice-card>div:nth-child(2){min-width:0}.hero-advice-card strong,.hero-advice-card small{overflow-wrap:anywhere}body.tm-v9-homepage .tm-v9-main .hero-advice-card strong{color:#fff}.route-card::before{left:0;right:0;border-radius:12px 12px 0 0}.route-card,.request-option,.sample-card,.fila-choice,.collection-card,.collection-image,.knowledge-article,.knowledge-article__image{background-clip:padding-box}.collection-map-note{position:absolute;right:14px;bottom:14px;max-width:calc(100% - 28px);padding:7px 9px;border-radius:12px;background:var(--red);color:#fff!important;font-size:13px;font-weight:850;letter-spacing:.04em}.collection-map-note:hover,.collection-map-note:focus-visible{background:var(--red-dark);color:var(--ink)!important}.collection-image-link{display:block;width:100%;height:100%}.tm-v9-main :is(.mood-card,.advisors,.sample-card--dark,.fila-tool,.knowledge-specialist,.final-cta){--wd-title-color:#fff;--wd-link-color:#fff;--wd-link-color-hover:#fff}body.tm-v9-homepage .tmv9-footer{--wd-title-color:#fff;--wd-link-color-hover:#fff;color:#fff}body.tm-v9-homepage .tm-v9-main :is(.mood-card,.advisors,.sample-card--dark,.fila-tool,.knowledge-specialist,.final-cta) :is(h1,h2,h3,h4,h5,h6),body.tm-v9-homepage .tm-v9-main .advisors .advisor-linkedin,body.tm-v9-homepage .tmv9-footer .tmv9-footer-column strong{color:#fff}body.tm-v9-homepage .tm-v9-main .sample-card--dark .route-link{color:var(--red)}@media (prefers-reduced-motion:reduce){html.tm-js .reveal,html.tm-js .reveal.is-visible{opacity:1;transform:none;transition:none!important}}@media (max-width:1020px){.hero-advice-card{width:238px;grid-template-columns:100px minmax(0,1fr) 18px;gap:9px;padding:10px 11px}.hero-advice-card strong,.hero-advice-card small{display:none}.hero-advice-card span{color:#fff;font-size:13px}}@media (max-width:760px){.hero-advice-card{right:10px;top:10px;display:grid;width:238px}}body.tm-v9-homepage .tm-v9-main .advisor-heading{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:13px 0 3px}body.tm-v9-homepage .tm-v9-main .advisor-heading h3{margin:0}body.tm-v9-homepage .tm-v9-main .advisor-brand{display:inline-flex;align-items:center;min-height:18px;padding:2px 7px;border:1px solid rgb(255 255 255 / .2);border-radius:999px;background:rgb(173 23 22 / .35);color:#fff;font-size:13px;font-weight:850;letter-spacing:.08em;line-height:1;text-transform:uppercase}body.tm-v9-homepage .tm-v9-main .advisor-phone{display:block;width:fit-content;margin-top:8px;padding:8px 13px;border-radius:999px;background:#AD1716;color:#fff;font-size:14px;font-weight:800;line-height:1.25;text-decoration:none!important}body.tm-v9-homepage .tm-v9-main .advisor-phone:hover,body.tm-v9-homepage .tm-v9-main .advisor-phone:focus-visible{background:#8E1211;color:#fff;text-decoration:none!important}body.tm-v9-homepage .tm-v9-main :is(.collection-body p,.route-card>p,.route-list span,.route-foot,.availability span,.trust-label,.knowledge-card p,.knowledge-inhouse>div>p:not(.eyebrow),.knowledge-specialist>div>p:not(.eyebrow),.advisor-card p.advisor-role,.advisor-card p.advisor-bio){font-size:14px;overflow-wrap:anywhere}body.tm-v9-homepage .tm-v9-main :is(.arrow-link,.route-link,.collection-map-note,.fila-choice,.sample-spec strong){font-size:14px;line-height:1.45;white-space:normal}body.tm-v9-homepage .tm-v9-main :is(.eyebrow,.collection-tag,.sample-spec span,.knowledge-tags span,.advisor-linkedin){font-size:13px;line-height:1.4}body.tm-v9-homepage .tm-v9-main .route-price span{max-width:180px;margin-left:auto;font-size:14px;line-height:1.35;overflow-wrap:anywhere}body.tm-v9-homepage .tm-v9-main .collection-map-note{max-width:calc(100% - 28px);padding:9px 12px;text-align:center}body.tm-v9-homepage .tm-v9-main .collection-body{grid-template-columns:minmax(0,1fr) 42px}body.tm-v9-homepage .tm-v9-main .route-card__head{align-items:flex-start}body.tm-v9-homepage .tm-v9-main .advisor-card__body,body.tm-v9-homepage .tm-v9-main .route-card,body.tm-v9-homepage .tm-v9-main .route-foot>*{min-width:0}:root{--red:#AD1716;--red-dark:#8E1211}.knowledge-article__body h1,.knowledge-article__body h2,.knowledge-article__body h3,.knowledge-article__body h4,.knowledge-article__body p{text-transform:none}