/* Silya — site footer. The close of every page, in the register of the great houses: first the Threshold — a full-bleed passage of matter in half-light, mute, crossed by a single poetic line — then a quiet page of hairline columns, and the monumental wordmark as the last image the visitor sees. */ function Footer({ onNav }) { const cols = [ { h: t('foot.c_collections'), items: [[t('foot.signature'), 'signature'], [t('foot.bespoke'), 'bespoke'], [t('foot.materials'), 'materials'], ['Tufted', 'tufted']] }, { h: t('foot.c_maison'), items: [[t('foot.philosophy'), 'philosophy'], [t('foot.craftsmanship'), 'craftsmanship'], [t('foot.process'), 'process'], [t('foot.journal'), 'journal']] }, { h: t('foot.c_clients'), items: [[t('foot.designers'), 'bespoke'], [t('foot.private'), 'bespoke'], [t('foot.contact'), 'contact']] }, ]; return ( {/* The Threshold — matter in half-light, one line, no caption */}

{t('foot.veil')}

); } Object.assign(window, { Footer });