.craftex-footer-widget { --footer-bg:#8d7e63; --footer-text:#fff; --footer-rule:rgba(255,255,255,.35); --footer-gap:48px; --footer-max:1600px; background:var(--footer-bg); color:var(--footer-text); display:flex; flex-direction:column; min-height:324px; padding:64px 76px 55px; position:relative; box-sizing:border-box; }
.craftex-footer-widget *, .craftex-footer-widget *::before, .craftex-footer-widget *::after { box-sizing:border-box; }
.craftex-footer-widget__inner { display:flex; flex:1 1 auto; flex-direction:column; justify-content:space-between; position:relative; width:min(100%,var(--footer-max)); margin-inline:auto; z-index:1; }
.craftex-footer-widget__shape { align-items:flex-end; bottom:var(--footer-shape-bottom,24px); display:flex; justify-content:var(--footer-shape-position,center); left:0; overflow:hidden; pointer-events:none; position:absolute; right:0; top:0; z-index:0; }
.craftex-footer-widget__shape img { display:block; height:auto; max-height:100%; max-width:none; object-fit:contain; object-position:bottom var(--footer-shape-position,center); width:var(--footer-shape-width,100%); }
.craftex-footer-widget__shape-image--mobile { display:none !important; }
.craftex-footer-widget__top { display:grid; grid-template-columns:minmax(0,var(--footer-brand-column,2.2fr)) minmax(0,var(--footer-location-one-column,1.3fr)) minmax(0,var(--footer-location-two-column,1.3fr)) minmax(0,var(--footer-social-column,1.05fr)); gap:var(--footer-gap); }
.craftex-footer-widget__brand-link { color:inherit; text-decoration:none; display:inline-block; transition:color .25s cubic-bezier(.22,1,.36,1); }
.craftex-footer-widget__brand-text { font-family:"Aeoniktrial","Aeonik TRIAL",Arial,sans-serif; font-size:clamp(2.5rem,5vw,4.5rem); font-weight:300; letter-spacing:-.06em; line-height:.85; }
.craftex-footer-widget__logo { display:block; width:auto; max-width:100%; max-height:100px; object-fit:contain; object-position:left center; }
.craftex-footer-widget__locations { display:contents; }
.craftex-footer-widget__location .craftex-footer-widget__label, .craftex-footer-widget__location-copy { padding-right:2px; }
.craftex-footer-widget__location-copy { border-top:1px solid var(--footer-rule); padding-top:11px; }
.craftex-footer-widget__label, .craftex-footer-widget th { margin:0 0 14px; color:inherit; font-family:"OCRBLetterpressMW01-Regular","OCR B Std",monospace; font-size:.75rem; font-weight:400; letter-spacing:.12em; line-height:1.35; text-transform:uppercase; }
.craftex-footer-widget__location-copy, .craftex-footer-widget td, .craftex-footer-widget__legal { font-family:"Aeoniktrial","Aeonik TRIAL",Arial,sans-serif; font-size:.9375rem; font-weight:300; line-height:1.5; }
.craftex-footer-widget__social-links { display:flex; flex-wrap:wrap; gap:var(--footer-social-gap,10px); }
.craftex-footer-widget__social-links { border-top:1px solid var(--footer-rule); padding-top:11px; }
.craftex-footer-widget__social-link { align-items:center; border:0; color:inherit; display:inline-flex; flex:0 0 var(--footer-social-link-size,42px); height:var(--footer-social-link-size,42px); justify-content:center; line-height:1; padding:0; text-decoration:none; transition:color .25s cubic-bezier(.22,1,.36,1), transform .25s cubic-bezier(.22,1,.36,1); width:var(--footer-social-link-size,42px); }
.craftex-footer-widget__social-link i { display:block; font-size:var(--footer-social-icon-size,32px); line-height:1; }
.craftex-footer-widget__social-link svg { display:block; height:var(--footer-social-icon-size,32px); width:var(--footer-social-icon-size,32px); }
.craftex-footer-widget__custom-icon { display:block; height:var(--footer-social-icon-size,32px); max-width:none; object-fit:contain; width:var(--footer-social-icon-size,32px); }
.craftex-footer-widget__social-link:hover, .craftex-footer-widget__social-link:focus-visible { background:transparent !important; transform:translateY(-2px); }
.craftex-footer-widget__social-link:focus-visible { outline:2px solid #1d82ea; outline-offset:3px; }
.craftex-footer-widget__table-scroll { margin-top:36px; overflow-x:auto; -webkit-overflow-scrolling:touch; }
.craftex-footer-widget__table { background:var(--footer-table-bg,transparent); border-collapse:collapse; min-width:620px; width:100%; }
.craftex-footer-widget__table caption { height:1px; margin:-1px; overflow:hidden; position:absolute; width:1px; clip:rect(0,0,0,0); }
.craftex-footer-widget__table th, .craftex-footer-widget__table td { border-bottom:1px solid var(--footer-rule); padding:16px 12px 16px 0; text-align:left; vertical-align:top; }
.craftex-footer-widget__table th:last-child, .craftex-footer-widget__table td:last-child { padding-right:0; }
.craftex-footer-widget__legal { margin-top:0; padding-top:32px; opacity:.9; text-align:center; }
@media (min-width: 1025px) {
  .craftex-footer-widget__legal,
  .craftex-footer-widget__legal.is-craftex-motion-ready.is-craftex-visible {
    transform: translateY(var(--footer-legal-offset-y, 14px));
  }
}
@media (max-width:1024px) { .craftex-footer-widget { min-height:0; } .craftex-footer-widget__top { grid-template-columns:minmax(0,var(--footer-brand-column,1fr)) minmax(0,var(--footer-social-column,1fr)); row-gap:42px; } .craftex-footer-widget__locations { display:grid; grid-column:1 / -1; grid-template-columns:minmax(0,var(--footer-location-one-column,1fr)) minmax(0,var(--footer-location-two-column,1fr)); gap:var(--footer-gap); } .craftex-footer-widget__social { grid-column:2; grid-row:1; } }
@media (max-width:767px) { .craftex-footer-widget__top { display:grid; grid-template-columns:1fr; gap:0; } .craftex-footer-widget__locations { display:grid; grid-template-columns:1fr; gap:32px; margin-bottom:32px; } .craftex-footer-widget__locations, .craftex-footer-widget__social { grid-column:auto; grid-row:auto; } .craftex-footer-widget__brand { text-align:center; } .craftex-footer-widget__brand-link { text-align:center; } .craftex-footer-widget__logo { margin-inline:auto; object-position:center center; } .craftex-footer-widget__label { text-align:center; } .craftex-footer-widget__location-copy, .craftex-footer-widget__social, .craftex-footer-widget__table th, .craftex-footer-widget__table td { text-align:right; } .craftex-footer-widget__social-links { justify-content:flex-end; } .craftex-footer-widget__table-scroll { margin-inline:-20px; padding-inline:20px; } .craftex-footer-widget__legal { font-size:.8125rem; text-align:right; } }
@media (max-width:767px) {
	.craftex-footer-widget__shape--has-mobile .craftex-footer-widget__shape-image--desktop { display:none; }
	.craftex-footer-widget__shape--has-mobile .craftex-footer-widget__shape-image--mobile { display:block !important; }
}
@media (prefers-reduced-motion:reduce) { .craftex-footer-widget__social-link { transition:none; } }
