:root{--hf-brand-primary: #7A4E2D;--hf-brand-secondary: #B88A5A;--hf-brand-dark: #15110D;--hf-brand-cream: #F6F0E7;--hf-brand-stone: #E7DED2;--hf-brand-white: #FFFFFF;--hf-text-main: #1F1A16;--hf-text-muted: #6F6257;--hf-border: rgba(122, 78, 45, .18);--hf-shadow: 0 24px 70px rgba(21, 17, 13, .12);--hf-max: 1200px}*{box-sizing:border-box;min-width:0}html,body{width:100%;margin:0;overflow-x:clip}html{scroll-behavior:smooth}body{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--hf-text-main);background:var(--hf-brand-cream);line-height:1.65;overflow-wrap:anywhere}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.hf-page{background:var(--hf-brand-cream)}.hf-site-header{position:fixed;top:0;left:0;right:0;z-index:30;background:#15110dbd;border-bottom:1px solid rgba(246,240,231,.16);backdrop-filter:blur(18px);transform:translateY(0);transition:transform .26s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;will-change:transform}.hf-site-header.is-hidden{transform:translateY(-110%)}.hf-site-header.is-scrolled{background:#15110de6;border-bottom-color:#c8955233;box-shadow:0 16px 42px #0000002e}.hf-header-inner{width:min(calc(100% - 48px),1240px);min-height:112px;margin:0 auto;display:flex;align-items:center;gap:22px}.hf-brand-logo{display:inline-flex;align-items:center;flex:0 0 auto;color:var(--hf-brand-white);font-weight:850;white-space:nowrap}.hf-brand-image{width:140px;height:auto;max-height:104px;display:block;object-fit:contain;border-radius:10px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.24))}.hf-brand-image-footer{width:160px;max-height:none}.hf-main-nav{flex:1;display:flex;justify-content:center;align-items:center;gap:18px}.hf-nav-item{position:relative;display:inline-flex;align-items:center;min-height:54px}.hf-header-link{display:inline-flex;align-items:center;min-height:44px;color:#f6f0e7eb;font-size:14px;font-weight:760;white-space:nowrap}.hf-header-link:hover{color:var(--hf-brand-secondary)}.hf-nav-trigger{padding:0;border:0;background:transparent;cursor:pointer}.hf-nav-dropdown{position:absolute;top:100%;left:-18px;min-width:240px;padding:12px;background:#15110df5;border:1px solid rgba(246,240,231,.16);box-shadow:var(--hf-shadow);border-radius:14px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}.hf-nav-item:hover .hf-nav-dropdown,.hf-nav-item.is-open .hf-nav-dropdown,.hf-nav-item:focus-within .hf-nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.hf-nav-dropdown-link{display:block;padding:10px 12px;color:#f6f0e7db;font-size:14px;border-radius:10px}.hf-nav-dropdown-link:hover{color:var(--hf-brand-white);background:#b88a5a2e}.hf-header-actions{display:flex;align-items:center;gap:10px}.hf-mobile-menu{display:none;position:relative}.hf-mobile-menu>summary{list-style:none;min-height:42px;padding:0 16px;display:inline-flex;align-items:center;border:1px solid rgba(246,240,231,.24);border-radius:999px;color:var(--hf-brand-cream);cursor:pointer;font-size:13px;font-weight:850}.hf-mobile-menu>summary::-webkit-details-marker{display:none}.hf-mobile-menu-panel{position:absolute;top:calc(100% + 12px);right:0;width:min(78vw,320px);max-height:calc(100dvh - 110px);overflow-y:auto;padding:14px;display:grid;gap:6px;border:1px solid rgba(246,240,231,.16);border-radius:8px;background:#15110dfa;box-shadow:var(--hf-shadow)}.hf-mobile-menu-panel a{padding:10px 12px;border-radius:8px;color:#f6f0e7db;font-size:14px;font-weight:800}.hf-mobile-menu-panel a:hover,.hf-mobile-menu-panel .hf-mobile-menu-cta{color:var(--hf-brand-dark);background:var(--hf-brand-secondary)}.hf-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:850;font-size:14px;line-height:1.1;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.hf-btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px #15110d2e}.hf-btn-primary{background:var(--hf-brand-secondary);color:var(--hf-brand-dark)}.hf-btn-primary:hover{background:var(--hf-brand-cream)}.hf-btn-secondary{color:var(--hf-brand-cream);border-color:#f6f0e76b;background:#15110d2e}.hf-btn-secondary:hover{border-color:var(--hf-brand-cream);background:#f6f0e71f}.hf-btn-text{min-height:auto;padding:0;border-radius:0;color:var(--hf-brand-primary);background:transparent}.hf-btn-text:hover{box-shadow:none;color:var(--hf-brand-dark)}.hf-hero{position:relative;min-height:100svh;color:var(--hf-brand-white);overflow:hidden;background:var(--hf-brand-dark)}.hf-hero-contact{min-height:82svh}.hf-hero-bg{position:absolute;inset:0;z-index:0}.hf-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}.hf-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#15110de0,#15110d94 48%,#15110d3d),linear-gradient(0deg,rgba(21,17,13,.58),transparent 42%)}.hf-hero-inner{position:relative;z-index:2;width:min(calc(100% - 56px),var(--hf-max));min-height:inherit;margin:0 auto;padding:142px 0 94px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:52px;align-items:center}.hf-hero-centered .hf-hero-inner{max-width:980px;grid-template-columns:1fr;text-align:center;justify-items:center}.hf-hero-copy{max-width:740px}.hf-eyebrow{display:inline-flex;margin-bottom:14px;color:var(--hf-brand-secondary);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.hf-hero h1{margin:0 0 22px;font-size:clamp(40px,5vw,68px);line-height:1.04;letter-spacing:0}.hf-hero p{max-width:660px;margin:0;color:#f6f0e7e6;font-size:18px}.hf-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hf-hero-panel{align-self:center;padding:30px;border-radius:18px;border:1px solid rgba(246,240,231,.24);background:#f6f0e7e6;color:var(--hf-brand-dark);box-shadow:var(--hf-shadow)}.hf-hero-panel h2{margin:0 0 16px;font-size:26px;line-height:1.2}.hf-hero-panel-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.hf-hero-panel-list li{padding:12px 0;border-bottom:1px solid var(--hf-border);color:var(--hf-text-muted)}.hf-hero-panel-list li:last-child{border-bottom:0}.hf-hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.hf-chip,.hf-filter-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;border:1px solid rgba(246,240,231,.28);background:#15110d3d;color:var(--hf-brand-cream);font-size:13px;font-weight:800}.hf-site-section,.hf-section-inner{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto}.hf-site-section{padding:116px 0}.hf-wide-section{width:100%;padding:116px 0}.hf-soft-section{background:var(--hf-brand-white);border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.hf-stone-section{background:var(--hf-brand-stone)}.hf-dark-section{background:var(--hf-brand-dark);color:var(--hf-brand-white)}.hf-section-head{max-width:780px;margin-bottom:38px}.hf-section-head h2{margin:0;font-size:clamp(30px,3.4vw,46px);line-height:1.12;letter-spacing:0}.hf-section-head p{margin:14px 0 0;color:var(--hf-text-muted);font-size:17px}.hf-dark-section .hf-section-head p{color:#f6f0e7b8}.hf-grid-2,.hf-grid-3,.hf-grid-4,.hf-mixed-grid,.hf-feature-grid,.hf-project-grid,.hf-article-grid{display:grid;gap:24px}.hf-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hf-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hf-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hf-mixed-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.hf-mixed-grid .hf-mixed-large{grid-column:span 3}.hf-mixed-grid .hf-mixed-small{grid-column:span 2}.hf-feature-grid{grid-template-columns:1.15fr .85fr;align-items:center}.hf-card,.hf-image-card,.hf-info-card,.hf-project-card,.hf-article-card,.hf-workshop-card,.hf-form-panel{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border-radius:18px;border:1px solid var(--hf-border);background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hf-card:hover,.hf-image-card:hover,.hf-info-card:hover,.hf-project-card:hover,.hf-article-card:hover,.hf-workshop-card:hover{transform:translateY(-4px);box-shadow:0 26px 54px #15110d24;border-color:#7a4e2d52}.hf-card-media,.hf-image-card-media,.hf-project-card-media,.hf-article-card-media{position:relative;overflow:hidden;background:var(--hf-brand-stone)}.hf-card-media{aspect-ratio:4 / 3}.hf-project-card-media,.hf-article-card-media{aspect-ratio:16 / 10}.hf-card-media img,.hf-image-card-media img,.hf-project-card-media img,.hf-article-card-media img,.hf-media-frame img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0;transition:transform .32s ease}.hf-card:hover img,.hf-image-card:hover img,.hf-project-card:hover img,.hf-article-card:hover img,.hf-workshop-card:hover img{transform:scale(1.04)}.hf-card-body,.hf-info-card,.hf-project-card-body,.hf-article-card-body,.hf-workshop-card-body{padding:24px;flex:1}.hf-card-body h3,.hf-info-card h3,.hf-project-card-body h3,.hf-article-card-body h3,.hf-workshop-card-body h3{margin:0 0 10px;font-size:21px;line-height:1.25}.hf-card-body p,.hf-info-card p,.hf-project-card-body p,.hf-article-card-body p,.hf-workshop-card-body p{margin:0;color:var(--hf-text-muted)}.hf-card-body ul,.hf-info-card ul{margin:14px 0 0;padding-left:18px;color:var(--hf-text-muted)}.hf-media-frame{position:relative;overflow:hidden;border-radius:18px;box-shadow:var(--hf-shadow);background:var(--hf-brand-stone)}.hf-media-frame img{aspect-ratio:16 / 10}.hf-media-square img{aspect-ratio:1 / 1}.hf-overlap-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:46px;align-items:center}.hf-overlap-stack{display:grid;grid-template-columns:1fr .8fr;gap:18px;align-items:end}.hf-overlap-stack .hf-media-frame:first-child{grid-row:span 2}.hf-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:26px}.hf-stat-item{padding:20px;border-radius:18px;border:1px solid var(--hf-border);background:#ffffffb8}.hf-stat-item strong{display:block;color:var(--hf-brand-primary);font-size:30px;line-height:1;margin-bottom:8px}.hf-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.hf-step{padding:22px;border-radius:18px;border:1px solid rgba(246,240,231,.18);background:#f6f0e714}.hf-step span{color:var(--hf-brand-secondary);font-weight:900;font-size:13px}.hf-step h3{margin:8px 0;font-size:19px}.hf-step p{margin:0;color:#f6f0e7b8}.hf-swatch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hf-swatch{padding:22px;border-radius:18px;border:1px solid var(--hf-border);background:linear-gradient(135deg,#ffffffa6,#fff3),var(--hf-swatch-color, var(--hf-brand-white));min-height:122px}.hf-swatch strong{display:block;margin-bottom:8px;font-size:18px}.hf-swatch span{color:var(--hf-text-muted);font-size:14px}.hf-filter-bar{display:flex;flex-wrap:wrap;gap:12px;padding:10px;border-radius:999px;border:1px solid var(--hf-border);background:#ffffffb8;width:fit-content;max-width:100%;margin-bottom:34px}.hf-filter-link{color:var(--hf-text-main);background:var(--hf-brand-white);border-color:var(--hf-border)}.hf-filter-link:hover{background:var(--hf-brand-secondary);color:var(--hf-brand-dark)}.hf-table-wrap{max-width:100%;overflow-x:auto;border-radius:18px;border:1px solid var(--hf-border);background:var(--hf-brand-white)}.hf-data-table{width:100%;min-width:720px;border-collapse:collapse}.hf-data-table th,.hf-data-table td{padding:17px 18px;border-bottom:1px solid var(--hf-border);text-align:left;vertical-align:top}.hf-data-table th{background:var(--hf-brand-dark);color:var(--hf-brand-cream)}.hf-data-table tr:last-child td{border-bottom:0}.hf-cta-band{width:min(calc(100% - 56px),var(--hf-max));margin:104px auto;padding:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;border-radius:22px;color:var(--hf-brand-white);background:linear-gradient(135deg,#15110df5,#7a4e2de6);box-shadow:var(--hf-shadow)}.hf-cta-band h2{margin:0 0 10px;font-size:clamp(28px,3.4vw,44px);line-height:1.12}.hf-cta-band p{margin:0;color:#f6f0e7c7}.hf-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end}.hf-form-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.hf-form-panel{padding:28px}.hf-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hf-field{display:grid;gap:7px;color:var(--hf-text-main);font-size:13px;font-weight:850}.hf-field-full{grid-column:1 / -1}.hf-input,.hf-select,.hf-textarea{width:100%;border:1px solid var(--hf-border);border-radius:12px;background:var(--hf-brand-white);color:var(--hf-text-main);padding:13px 14px}.hf-textarea{min-height:130px;resize:vertical}.hf-input:focus,.hf-select:focus,.hf-textarea:focus{outline:none;border-color:var(--hf-brand-primary);box-shadow:0 0 0 4px #b88a5a2e}.hf-submit{width:100%;border:0}.hf-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.hf-modal-open{overflow:hidden}.hf-inquiry-modal{position:fixed;inset:0;z-index:1000;display:none;padding:28px;align-items:center;justify-content:center;overflow-y:auto}.hf-inquiry-modal.is-open{display:flex}.hf-inquiry-backdrop{position:absolute;inset:0;background:#15110dad;backdrop-filter:blur(8px)}.hf-inquiry-dialog{position:relative;width:min(920px,calc(100vw - 48px));max-height:none;display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);overflow:visible;border:1px solid rgba(246,240,231,.18);border-radius:8px;background:#f8f3eb;box-shadow:0 34px 100px #0000006b;outline:none}.hf-inquiry-close{position:absolute;top:14px;right:14px;width:36px;height:36px;margin:0;border:1px solid rgba(122,78,45,.18);border-radius:999px;background:#ffffffe6;color:var(--hf-brand-dark);font-size:24px;line-height:1;cursor:pointer;z-index:3}.hf-inquiry-close:hover{background:var(--hf-brand-secondary)}.hf-inquiry-head{min-height:100%;padding:34px 30px;display:flex;flex-direction:column;justify-content:center;border-bottom:0;border-right:1px solid rgba(246,240,231,.14);border-radius:8px 0 0 8px;color:var(--hf-brand-white);background:linear-gradient(145deg,#15110dfa,#583722f0),var(--hf-brand-dark)}.hf-inquiry-head h2{margin:0;color:var(--hf-brand-white);font-size:clamp(28px,3.2vw,40px);line-height:1.06}.hf-inquiry-head p{margin:12px 0 0;color:#f6f0e7d1;font-size:15px;line-height:1.55}.hf-inquiry-head .hf-eyebrow{color:var(--hf-brand-secondary)}.hf-inquiry-form{display:grid;gap:12px;padding:30px 32px 28px}.hf-inquiry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.hf-inquiry-form .hf-field{gap:5px;font-size:12px}.hf-inquiry-form .hf-input,.hf-inquiry-form .hf-select,.hf-inquiry-form .hf-textarea{min-height:42px;padding:9px 11px;border-radius:8px;background:#ffffffdb}.hf-inquiry-form .hf-textarea{min-height:76px}.hf-checkset{margin:0;padding:12px;border:1px solid var(--hf-border);border-radius:8px;background:#ffffff94}.hf-checkset legend{padding:0 6px;color:var(--hf-text-main);font-size:12px;font-weight:850}.hf-check-grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px}.hf-check-grid-form label{display:flex;gap:7px;align-items:flex-start;color:var(--hf-text-muted);font-size:12px;font-weight:750;line-height:1.35}.hf-check-grid-form input{margin-top:2px;accent-color:var(--hf-brand-primary)}.hf-field-note{color:var(--hf-text-muted);font-size:12px;font-weight:700;line-height:1.45}.hf-file-input{padding:8px 10px;background:var(--hf-brand-white)}.hf-file-input::file-selector-button{min-height:28px;margin-right:10px;border:0;border-radius:999px;background:var(--hf-brand-secondary);color:var(--hf-brand-dark);font-weight:850;cursor:pointer}.hf-inquiry-footer{display:grid;gap:14px}.hf-inquiry-success{margin:0;padding:14px 16px;border:1px solid rgba(122,78,45,.24);border-radius:12px;background:#b88a5a24;color:var(--hf-brand-dark);font-weight:800}.hf-inquiry-error{margin:0;padding:14px 16px;border:1px solid rgba(172,49,49,.25);border-radius:12px;background:#ac31311a;color:#8c2222;font-weight:800}.hf-inquiry-success-close{display:inline-flex;min-height:32px;margin-top:12px;padding:0 16px;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--hf-brand-dark);color:var(--hf-brand-white);font:inherit;font-size:12px;cursor:pointer}.hf-inquiry-form.is-submitted .hf-inquiry-grid,.hf-inquiry-form.is-submitted .hf-inquiry-submit{display:none}.hf-inquiry-submit{width:100%;border:0;min-height:44px;border-radius:999px}.hf-article-layout{display:grid;grid-template-columns:260px minmax(0,820px);gap:44px;align-items:start;justify-content:center}.hf-article-toc{position:sticky;top:110px;padding:22px;border-radius:18px;border:1px solid var(--hf-border);background:var(--hf-brand-white)}.hf-article-toc a{display:block;margin-top:10px;color:var(--hf-text-muted);font-weight:750}.hf-article-body{padding:clamp(28px,5vw,58px);border-radius:18px;border:1px solid var(--hf-border);background:var(--hf-brand-white);box-shadow:var(--hf-shadow)}.hf-article-body h2{margin:34px 0 12px;font-size:31px;line-height:1.18}.hf-article-body h2:first-child{margin-top:0}.hf-article-body p,.hf-article-body li{color:var(--hf-text-muted)}.hf-article-body img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:18px;margin:28px 0}.hf-site-footer{background:var(--hf-brand-dark);color:var(--hf-brand-cream);padding:68px 0 26px}.hf-footer-inner{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto;display:grid;grid-template-columns:1.4fr repeat(4,minmax(0,1fr));gap:28px}.hf-footer-column{display:flex;flex-direction:column;gap:9px}.hf-footer-column h3{margin:0 0 8px;color:var(--hf-brand-white);font-size:16px}.hf-footer-column p,.hf-footer-column a{margin:0;color:#f6f0e7b8;font-size:14px}.hf-footer-column a:hover{color:var(--hf-brand-secondary)}.hf-footer-bottom{width:min(calc(100% - 56px),var(--hf-max));margin:38px auto 0;padding-top:22px;display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(246,240,231,.12);color:#f6f0e794;font-size:13px}@media(max-width:1180px){.hf-header-inner{position:relative;gap:14px}.hf-main-nav,.hf-nav-dropdown{display:none}.hf-header-actions{margin-left:auto}.hf-mobile-menu{display:block}}@media(max-width:991px){.hf-site-header{background:#15110ddb}.hf-header-inner{width:min(calc(100% - 32px),1240px);min-height:92px;flex-wrap:wrap;padding:14px 0 10px}.hf-main-nav,.hf-nav-dropdown{display:none}.hf-header-actions{margin-left:auto}.hf-mobile-menu{display:block}.hf-header-link{min-height:30px;font-size:13px}.hf-hero-inner,.hf-feature-grid,.hf-overlap-layout,.hf-form-layout,.hf-article-layout{grid-template-columns:1fr}.hf-hero-inner{width:min(calc(100% - 36px),var(--hf-max));padding-top:154px;gap:30px}.hf-hero-panel{max-width:560px}.hf-site-section,.hf-wide-section{padding:72px 0}.hf-site-section,.hf-section-inner{width:min(calc(100% - 36px),var(--hf-max))}.hf-grid-4,.hf-grid-3,.hf-swatch-grid,.hf-stat-row,.hf-process,.hf-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.hf-grid-2{grid-template-columns:1fr}.hf-mixed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hf-mixed-grid .hf-mixed-large,.hf-mixed-grid .hf-mixed-small{grid-column:span 1}.hf-cta-band{grid-template-columns:1fr;margin:72px auto}.hf-cta-actions{justify-content:flex-start}.hf-article-toc{position:static}}@media(max-width:767px){.hf-hero h1{font-size:clamp(34px,10vw,44px)}.hf-section-head h2{font-size:clamp(28px,8vw,34px)}.hf-hero p,.hf-section-head p{font-size:16px}.hf-grid-4,.hf-grid-3,.hf-swatch-grid,.hf-stat-row,.hf-process,.hf-footer-inner,.hf-mixed-grid,.hf-form-grid,.hf-overlap-stack{grid-template-columns:1fr}.hf-site-section,.hf-wide-section{padding:62px 0}.hf-hero-actions,.hf-cta-actions{flex-direction:column;align-items:stretch;gap:14px}.hf-btn,.hx-blog-inline-cta .hf-btn{width:100%}.hf-header-actions .hf-btn{width:auto}.hf-inquiry-modal{padding:18px 0;align-items:flex-start}.hf-inquiry-dialog{width:92%;max-height:none;grid-template-columns:1fr;overflow:visible}.hf-inquiry-head{min-height:auto;padding:24px 20px 18px;border-right:0;border-bottom:1px solid rgba(246,240,231,.14);border-radius:8px 8px 0 0}.hf-inquiry-head h2{font-size:clamp(25px,8vw,34px)}.hf-inquiry-form{padding:20px}.hf-inquiry-grid{grid-template-columns:1fr}.hf-inquiry-submit{width:100%}.hf-hero-panel{padding:24px}.hf-card-body,.hf-info-card,.hf-project-card-body,.hf-article-card-body,.hf-workshop-card-body{padding:20px}.hf-cta-band{width:min(calc(100% - 32px),var(--hf-max));padding:30px}.hf-footer-bottom{flex-direction:column;width:min(calc(100% - 32px),var(--hf-max))}.hf-footer-inner{width:min(calc(100% - 32px),var(--hf-max))}}@media(max-width:480px){.hf-header-inner{width:min(calc(100% - 24px),1240px)}.hf-brand-image{width:104px;max-height:82px;border-radius:8px}.hf-header-actions .hf-btn{width:auto;min-height:40px;padding:0 14px;font-size:12px}.hf-hero-inner,.hf-site-section,.hf-section-inner{width:min(calc(100% - 28px),var(--hf-max))}.hf-filter-bar{border-radius:18px}}.hf-wp-content{color:var(--hf-text-main)}.hf-wp-content h2{margin:34px 0 12px;font-size:31px;line-height:1.18}.hf-wp-content h3{margin:26px 0 10px;font-size:23px;line-height:1.22}.hf-wp-content p,.hf-wp-content li{color:var(--hf-text-muted)}.hf-wp-content a{color:var(--hf-brand-primary);font-weight:800}.hf-wp-content figure{margin:34px 0}.hf-wp-content figcaption{margin-top:10px;color:var(--hf-text-muted);font-size:13px;line-height:1.45}.hx-blog-inline-cta{margin:34px 0;padding:24px;display:grid;gap:16px;border-radius:8px;border:1px solid rgba(122,78,45,.22);background:#eee8e1}.hx-blog-inline-cta p{margin:0;color:var(--hf-brand-dark);font-weight:800}.hx-blog-inline-cta .hf-btn{width:fit-content}.hx-product-section{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto;padding:116px 0}.hx-product-section-tight{padding-top:0}.hx-product-wide{width:100%;padding:116px 0}.hx-product-inner{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto}.hx-product-soft{background:var(--hf-brand-white);border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.hx-product-stone{background:var(--hf-brand-stone)}.hx-product-dark{background:var(--hf-brand-dark);color:var(--hf-brand-white)}.hx-product-split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:64px;align-items:center}.hx-product-split-reverse{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.hx-product-copy h2,.hx-product-mini-cta h2{margin:0 0 18px;font-size:clamp(30px,3.4vw,46px);line-height:1.12;letter-spacing:0}.hx-product-copy p,.hx-product-mini-cta p{margin:0 0 26px;color:var(--hf-text-muted);font-size:17px}.hx-product-dark .hx-product-copy p,.hx-product-dark .hf-section-head p{color:#f6f0e7bd}.hx-product-image{overflow:hidden;border-radius:18px;background:var(--hf-brand-stone);box-shadow:var(--hf-shadow)}.hx-product-image img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.hx-product-brief-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:52px;border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.hx-product-brief-stats div{min-height:128px;padding:24px 22px;border-right:1px solid var(--hf-border)}.hx-product-brief-stats div:last-child{border-right:0}.hx-product-brief-stats span{display:block;margin-bottom:10px;color:var(--hf-brand-primary);font-size:clamp(28px,3.5vw,46px);font-weight:900;line-height:.96}.hx-product-brief-stats p{max-width:230px;margin:0;color:var(--hf-text-muted);font-size:14px;line-height:1.5}.hx-product-collage{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.hx-product-collage img{width:100%;min-height:190px;aspect-ratio:4 / 3;object-fit:cover;border-radius:18px;box-shadow:0 16px 42px #15110d1f}.hx-product-collage img:first-child{grid-row:span 2;height:100%}.hx-product-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.hx-product-category-card{grid-column:span 2;display:flex;flex-direction:column;overflow:hidden;min-height:100%;border:1px solid var(--hf-border);border-radius:18px;background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hx-product-category-card:hover,.hx-product-card:hover{transform:translateY(-4px);border-color:#7a4e2d52;box-shadow:0 26px 54px #15110d24}.hx-product-category-featured{grid-column:span 3}.hx-product-category-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.hx-product-category-card div,.hx-product-card div{padding:24px}.hx-product-category-card h3,.hx-product-card h3,.hx-product-space-row h3,.hx-product-scene-mosaic h3,.hx-product-proof-grid h3,.hx-product-type-band h3,.hx-product-material-grid h3,.hx-product-area-grid h3,.hx-product-venue-strip h3,.hx-product-product-groups h3,.hx-product-zone-list h3,.hx-product-condition-grid h3,.hx-product-recommended h3{margin:0 0 10px;font-size:21px;line-height:1.25}.hx-product-category-card p,.hx-product-card p,.hx-product-space-row p,.hx-product-scene-mosaic p,.hx-product-proof-grid p,.hx-product-type-band p,.hx-product-material-grid p,.hx-product-area-grid p,.hx-product-venue-strip p,.hx-product-zone-list p,.hx-product-condition-grid p,.hx-product-recommended p,.hx-product-package p{margin:0;color:var(--hf-text-muted)}.hx-product-category-card ul{margin:14px 0 16px;padding-left:18px;color:var(--hf-text-muted)}.hx-product-space-stack{display:grid;gap:28px}.hx-product-space-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:center;padding:24px;border:1px solid var(--hf-border);border-radius:18px;background:#ffffff9e}.hx-product-space-row-reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.hx-product-space-row-reverse img{order:2}.hx-product-space-row img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:14px}.hx-product-space-row span,.hx-product-area-grid span{display:inline-flex;margin-top:16px;color:var(--hf-brand-primary);font-weight:850}.hx-product-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hx-product-process-five{grid-template-columns:repeat(5,minmax(0,1fr))}.hx-product-process div{position:relative;overflow:hidden;min-height:218px;padding:22px;border:1px solid rgba(246,240,231,.18);border-radius:18px;background:#f6f0e714}.hx-product-process span,.hx-product-zone-list span{color:var(--hf-brand-secondary);font-size:13px;font-weight:900}.hx-product-process span{position:absolute;right:16px;bottom:-18px;color:#f6f0e71a;font-size:clamp(76px,8vw,112px);line-height:.78}.hx-product-process h3{position:relative;z-index:1;margin:0 0 12px;font-size:19px;line-height:1.24}.hx-product-process p{position:relative;z-index:1;margin:0;color:#f6f0e7b8}.hx-product-mini-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:44px;margin-top:104px;margin-bottom:104px;border:1px solid var(--hf-border);border-radius:22px;background:var(--hf-brand-white);box-shadow:var(--hf-shadow)}.hx-product-mini-cta p{margin-bottom:0}.hx-product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hx-product-five{grid-template-columns:repeat(5,minmax(0,1fr))}.hx-product-card{overflow:hidden;border:1px solid var(--hf-border);border-radius:18px;background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hx-product-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.hx-product-scene-mosaic,.hx-product-gallery,.hx-product-product-groups{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.hx-product-scene-mosaic article{grid-column:span 2;min-height:100%;overflow:hidden;border:1px solid var(--hf-border);border-radius:18px;background:var(--hf-brand-white)}.hx-product-scene-text{padding:24px}.hx-product-scene-mosaic img,.hx-product-gallery img,.hx-product-product-groups img{width:100%;height:100%;min-height:190px;object-fit:cover}.hx-product-scene-large{grid-column:span 3;grid-row:span 2}.hx-product-scene-large div{padding:24px}.hx-product-scene-wide{grid-column:span 3}.hx-product-proof-grid,.hx-product-material-grid,.hx-product-condition-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hx-product-material-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-product-proof-grid div,.hx-product-material-grid div,.hx-product-condition-grid div,.hx-product-type-band article,.hx-product-zone-list article{position:relative;padding:24px;border:1px solid var(--hf-border);border-radius:18px;background:#ffffffb8}.hx-product-zone-list span{display:inline-flex;margin-bottom:22px;color:#7a4e2d42;font-size:58px;line-height:.82}.hx-product-gallery img{min-height:210px;border-radius:18px;box-shadow:0 14px 34px #15110d14}.hx-product-gallery img:not(.hx-product-gallery-large){grid-column:span 2}.hx-product-gallery-large{grid-column:span 4;grid-row:span 2}.hx-product-gallery-restaurant .hx-product-gallery-large,.hx-product-gallery-office .hx-product-gallery-large{grid-column:span 3}.hx-product-type-band{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.hx-product-package{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:42px;align-items:center}.hx-product-package>img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:18px;box-shadow:var(--hf-shadow)}.hx-product-package h2{margin:0 0 16px;font-size:clamp(30px,3.4vw,46px);line-height:1.12}.hx-product-tag-list,.hx-product-tag-panel{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hx-product-tag-list span,.hx-product-tag-panel span{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border:1px solid var(--hf-border);border-radius:999px;background:var(--hf-brand-white);color:var(--hf-brand-primary);font-size:13px;font-weight:850}.hx-product-tag-panel{align-content:center;padding:28px;border:1px solid var(--hf-border);border-radius:18px;background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f}.hx-product-firmness{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--hf-border);border-radius:18px;background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f}.hx-product-firmness div{padding:24px;border-right:1px solid var(--hf-border)}.hx-product-firmness div:last-child{border-right:0}.hx-product-firmness span{display:block;margin-bottom:12px;color:var(--hf-brand-primary);font-size:20px;font-weight:900}.hx-product-firmness p{margin:0;color:var(--hf-text-muted)}.hx-product-layer-diagram{display:grid;gap:10px;padding:28px;border:1px solid var(--hf-border);border-radius:18px;background:var(--hf-brand-white);box-shadow:var(--hf-shadow)}.hx-product-layer-diagram div{min-height:54px;display:flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;color:var(--hf-brand-dark);font-weight:850}.hx-product-layer-diagram div:nth-child(1){background:#f8efe7}.hx-product-layer-diagram div:nth-child(2){background:#ead8c2}.hx-product-layer-diagram div:nth-child(3){background:#dcc2a6}.hx-product-layer-diagram div:nth-child(4){background:#cda986}.hx-product-layer-diagram div:nth-child(5){background:#b88a5a}.hx-product-area-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.hx-product-area-grid article,.hx-product-venue-strip article,.hx-product-recommended article{overflow:hidden;border:1px solid var(--hf-border);border-radius:18px;background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f}.hx-product-area-grid img,.hx-product-venue-strip img,.hx-product-recommended img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.hx-product-area-grid div,.hx-product-venue-strip article,.hx-product-recommended div{padding:24px}.hx-product-venue-strip{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:18px;overflow-x:auto;padding-bottom:6px}.hx-product-venue-strip article{min-width:0}.hx-product-venue-strip img{margin:-24px -24px 18px;width:calc(100% + 48px)}.hx-product-product-groups article{grid-column:span 2;position:relative;overflow:hidden;min-height:230px;border-radius:18px;background:var(--hf-brand-dark);color:var(--hf-brand-white)}.hx-product-product-groups h3{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;color:var(--hf-brand-white);text-shadow:0 10px 28px rgba(0,0,0,.44)}.hx-product-product-groups article:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#15110db8,#15110d0a 55%)}.hx-product-zone-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.hx-product-recommended{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.hx-product-recommended article{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center}.hx-product-recommended img{height:100%;aspect-ratio:auto}.hx-product-page .hf-hero{min-height:92svh}.hx-product-page .hf-hero-panel{border-radius:8px}.hx-product-quick{position:relative;z-index:3;margin-top:-38px;color:var(--hf-brand-cream)}.hx-product-quick-inner{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto;padding:18px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;border:1px solid rgba(246,240,231,.18);border-radius:8px;background:#15110df0;box-shadow:var(--hf-shadow);backdrop-filter:blur(14px)}.hx-product-quick span{min-height:48px;display:flex;align-items:center;padding:10px 12px;border:1px solid rgba(246,240,231,.14);border-radius:8px;background:#f6f0e714;color:#f6f0e7e0;font-size:13px;font-weight:850}.hx-product-path-section{padding-bottom:72px}.hx-product-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hx-product-path-grid article{min-height:190px;padding:24px;border:1px solid rgba(246,240,231,.18);border-radius:8px;background:linear-gradient(145deg,#15110df5,#5b3d28eb),var(--hf-brand-dark);color:var(--hf-brand-white);box-shadow:0 18px 48px #15110d29}.hx-product-path-grid h3{margin:0 0 12px;font-size:21px;line-height:1.22}.hx-product-path-grid p{margin:0;color:#f6f0e7bd}.hx-product-page-sofaBeds .hx-product-intro .hx-product-split,.hx-product-page-mattresses .hx-product-intro .hx-product-split,.hx-product-page-hotel .hx-product-intro .hx-product-split,.hx-product-page-office .hx-product-intro .hx-product-split{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.hx-product-image-tall img{aspect-ratio:4 / 3}.hx-product-card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;padding:0}.hx-product-card-tags span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid var(--hf-border);border-radius:999px;background:#fbf7f0;color:var(--hf-brand-primary);font-size:12px;font-weight:850}.hx-product-card-meta{display:grid;gap:8px;margin:16px 0 0;padding:14px 0 0;border-top:1px solid var(--hf-border)}.hx-product-card-meta dt{margin:0;color:var(--hf-brand-primary);font-size:12px;font-weight:900;text-transform:uppercase}.hx-product-card-meta dd{margin:-6px 0 4px;color:var(--hf-text-muted);font-size:14px;line-height:1.5}.hx-product-card-link{display:inline-flex;width:fit-content;margin-top:18px;color:var(--hf-brand-primary);font-weight:900}.hx-product-category-gateway .hx-product-category-card:nth-child(3),.hx-product-category-gateway .hx-product-category-card:nth-child(6),.hx-product-category-gateway .hx-product-category-card:nth-child(9){background:#fbf7f0}.hx-product-application-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.hx-product-application-grid article{grid-column:span 2;overflow:hidden;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f}.hx-product-application-grid .hx-product-application-feature{grid-column:span 3;grid-row:span 2}.hx-product-application-count-3 article{grid-column:span 2}.hx-product-application-count-3 .hx-product-application-feature{grid-column:span 2;grid-row:auto}.hx-product-application-grid img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.hx-product-application-feature img{aspect-ratio:16 / 11}.hx-product-application-grid div{padding:24px}.hx-product-application-grid span{display:inline-flex;margin-bottom:12px;color:var(--hf-brand-primary);font-size:13px;font-weight:900}.hx-product-application-grid h3,.hx-product-support-grid h3{margin:0 0 10px;font-size:22px;line-height:1.22}.hx-product-application-grid p,.hx-product-support-grid p{margin:10px 0 0;color:var(--hf-text-muted)}.hx-product-application-grid strong{color:var(--hf-brand-dark)}.hx-product-spec-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:42px;align-items:center;margin-bottom:34px}.hx-product-table .hf-data-table{min-width:940px}.hx-product-buyer-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);gap:42px;align-items:center;padding:44px;border:1px solid var(--hf-border);border-radius:8px;background:linear-gradient(135deg,#ffffffe6,#f6f0e7b8),var(--hf-brand-white);box-shadow:var(--hf-shadow)}.hx-product-buyer-panel h2{margin:0 0 16px;font-size:clamp(30px,3.4vw,46px);line-height:1.12}.hx-product-buyer-panel p{margin:0 0 24px;color:var(--hf-text-muted);font-size:17px}.hx-product-buyer-panel ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.hx-product-buyer-panel li{min-height:64px;display:flex;align-items:center;padding:14px 16px;border-left:3px solid var(--hf-brand-secondary);background:#ffffffc2;color:var(--hf-brand-dark);font-weight:840}.hx-product-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hx-product-detail-grid article{overflow:hidden;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f}.hx-product-detail-feature{grid-column:span 2;grid-row:span 2}.hx-product-detail-grid img{width:100%;min-height:230px;aspect-ratio:4 / 3;object-fit:cover}.hx-product-detail-feature img{aspect-ratio:16 / 10}.hx-product-detail-grid div{padding:22px}.hx-product-detail-grid h3{margin:0 0 9px;font-size:21px;line-height:1.22}.hx-product-detail-grid p{margin:0;color:var(--hf-text-muted)}.hx-product-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}.hx-product-support-grid article{overflow:hidden;border:1px solid rgba(246,240,231,.16);border-radius:8px;background:#f6f0e714}.hx-product-support-grid img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.hx-product-support-grid div{padding:22px}.hx-product-support-grid h3{color:var(--hf-brand-white)}.hx-product-support-grid p{color:#f6f0e7b8}.hx-product-process-compact{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.hx-product-process-compact div{min-height:140px;border-radius:8px}.hx-product-process-compact span{position:static;display:inline-flex;margin-bottom:28px;color:var(--hf-brand-secondary);font-size:13px;line-height:1}.hx-product-process-compact h3{font-size:17px}.hx-product-gallery-procurement figure{grid-column:span 2;margin:0;overflow:hidden;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);box-shadow:0 14px 34px #15110d14}.hx-product-gallery-procurement .hx-product-gallery-large{grid-column:span 4;grid-row:span 2}.hx-product-gallery-procurement img{border-radius:0;box-shadow:none}.hx-product-gallery-procurement figcaption{padding:14px 16px;color:var(--hf-brand-dark);font-weight:850}.hx-product-page-sofa .hx-product-application-grid article:nth-child(2),.hx-product-page-restaurant .hx-product-application-grid article:nth-child(2),.hx-product-page-outdoor .hx-product-application-grid article:nth-child(2){background:#fbf7f0}.hx-product-page-hotel .hx-product-category-card,.hx-product-page-office .hx-product-category-card{border-radius:8px}.hx-project-section{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto;padding:104px 0}.hx-project-section-tight{padding-top:0}.hx-project-wide{width:100%;padding:104px 0}.hx-project-inner{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto}.hx-project-soft{background:var(--hf-brand-white);border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.hx-project-stone{background:var(--hf-brand-stone)}.hx-project-dark{background:var(--hf-brand-dark);color:var(--hf-brand-white)}.hx-project-intro,.hx-project-package,.hx-project-planning,.hx-project-material{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:52px;align-items:center}.hx-project-intro-copy h2,.hx-project-package h2,.hx-project-planning-copy h2,.hx-project-material h2{margin:0 0 18px;font-size:clamp(32px,3.7vw,52px);line-height:1.1;letter-spacing:0}.hx-project-intro-copy p,.hx-project-package p,.hx-project-planning-copy p,.hx-project-material p{margin:0 0 26px;color:var(--hf-text-muted);font-size:17px}.hx-project-intro-media,.hx-project-package>img,.hx-project-planning>img,.hx-project-material>img{overflow:hidden;border-radius:18px;background:var(--hf-brand-stone);box-shadow:var(--hf-shadow)}.hx-project-intro-media img,.hx-project-package>img,.hx-project-planning>img,.hx-project-material>img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.hx-project-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:56px;border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.hx-project-stats div{min-height:132px;padding:24px 22px;border-right:1px solid var(--hf-border)}.hx-project-stats div:last-child{border-right:0}.hx-project-stats span{display:block;margin-bottom:10px;color:var(--hf-brand-primary);font-size:clamp(30px,3.8vw,50px);font-weight:900;line-height:.95}.hx-project-stats p{max-width:250px;margin:0;color:var(--hf-text-muted);font-size:14px;line-height:1.5}.hx-project-capability-grid,.hx-project-detail-grid,.hx-project-faq-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hx-project-capability-grid article,.hx-project-detail-grid article,.hx-project-faq-grid article{min-height:100%;padding:24px;border:1px solid var(--hf-border);border-radius:18px;background:#ffffffc2;box-shadow:0 14px 36px #15110d0d}.hx-project-capability-grid h3,.hx-project-detail-grid h3,.hx-project-faq-grid h3,.hx-project-space-grid h3{margin:0 0 10px;font-size:21px;line-height:1.25}.hx-project-capability-grid p,.hx-project-detail-grid p,.hx-project-faq-grid p,.hx-project-space-grid p{margin:0;color:var(--hf-text-muted)}.hx-project-tag-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hx-project-tag-list span{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border:1px solid var(--hf-border);border-radius:999px;background:var(--hf-brand-white);color:var(--hf-brand-primary);font-size:13px;font-weight:850}.hx-project-space-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.hx-project-space-grid article{overflow:hidden;border:1px solid var(--hf-border);border-radius:18px;background:var(--hf-brand-white);box-shadow:0 14px 36px #15110d0f}.hx-project-space-grid img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.hx-project-space-grid div{padding:22px}.hx-project-planning ul{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.hx-project-planning li{padding:13px 0;border-bottom:1px solid var(--hf-border);color:var(--hf-text-muted);font-weight:760}.hx-project-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.hx-project-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hx-project-process article{position:relative;overflow:hidden;min-height:250px;padding:26px;border:1px solid rgba(246,240,231,.18);border-radius:18px;background:#f6f0e714}.hx-project-process span{position:absolute;right:18px;bottom:-20px;color:#f6f0e71a;font-size:clamp(86px,9vw,132px);font-weight:900;line-height:.78}.hx-project-process h3{position:relative;z-index:1;margin:0 0 12px;color:var(--hf-brand-white);font-size:22px;line-height:1.22}.hx-project-process p{position:relative;z-index:1;margin:0;color:#f6f0e7b8}.hx-project-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-project-dark .hf-section-head p{color:#f6f0e7bd}@media(max-width:991px){.hx-product-section,.hx-product-wide{padding:72px 0}.hx-product-section,.hx-product-inner{width:min(calc(100% - 36px),var(--hf-max))}.hx-product-split,.hx-product-split-reverse,.hx-product-package,.hx-product-recommended article,.hx-product-mini-cta{grid-template-columns:1fr}.hx-product-space-row,.hx-product-space-row-reverse{grid-template-columns:1fr}.hx-product-space-row-reverse img{order:0}.hx-product-category-grid,.hx-product-scene-mosaic,.hx-product-gallery,.hx-product-product-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-product-category-card,.hx-product-category-featured,.hx-product-scene-large,.hx-product-scene-wide,.hx-product-gallery-large,.hx-product-gallery img:not(.hx-product-gallery-large),.hx-product-product-groups article{grid-column:span 1}.hx-product-card-grid,.hx-product-five,.hx-product-proof-grid,.hx-product-condition-grid,.hx-product-firmness,.hx-product-area-grid,.hx-product-recommended,.hx-product-zone-list,.hx-product-brief-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-product-brief-stats div:nth-child(2){border-right:0}.hx-product-brief-stats div:nth-child(-n+2){border-bottom:1px solid var(--hf-border)}.hx-product-process,.hx-product-process-five,.hx-product-type-band{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-project-section,.hx-project-wide{padding:72px 0}.hx-project-section,.hx-project-inner{width:min(calc(100% - 36px),var(--hf-max))}.hx-project-intro,.hx-project-package,.hx-project-planning,.hx-project-material{grid-template-columns:1fr}.hx-project-stats,.hx-project-capability-grid,.hx-project-space-grid,.hx-project-process{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-project-stats div:nth-child(2){border-right:0}.hx-project-stats div:nth-child(-n+2){border-bottom:1px solid var(--hf-border)}}@media(max-width:767px){.hx-product-section,.hx-product-wide{padding:62px 0}.hx-product-section,.hx-product-inner{width:min(calc(100% - 28px),var(--hf-max))}.hx-product-copy h2,.hx-product-mini-cta h2,.hx-product-package h2{font-size:clamp(28px,8vw,34px)}.hx-product-copy p,.hx-product-mini-cta p{font-size:16px}.hx-product-collage,.hx-product-category-grid,.hx-product-card-grid,.hx-product-five,.hx-product-scene-mosaic,.hx-product-proof-grid,.hx-product-material-grid,.hx-product-condition-grid,.hx-product-gallery,.hx-product-type-band,.hx-product-firmness,.hx-product-area-grid,.hx-product-product-groups,.hx-product-recommended,.hx-product-process,.hx-product-process-five,.hx-product-zone-list,.hx-product-brief-stats{grid-template-columns:1fr}.hx-product-brief-stats div{min-height:auto;border-right:0;border-bottom:1px solid var(--hf-border)}.hx-product-brief-stats div:last-child{border-bottom:0}.hx-product-collage img:first-child{grid-row:auto}.hx-product-mini-cta{width:min(calc(100% - 32px),var(--hf-max));padding:30px;margin-top:72px;margin-bottom:72px}.hx-product-firmness div{border-right:0;border-bottom:1px solid var(--hf-border)}.hx-product-firmness div:last-child{border-bottom:0}.hx-product-venue-strip{grid-template-columns:1fr;overflow-x:visible}.hx-project-section,.hx-project-wide{padding:62px 0}.hx-project-section,.hx-project-inner{width:min(calc(100% - 28px),var(--hf-max))}.hx-project-intro-copy h2,.hx-project-package h2,.hx-project-planning-copy h2,.hx-project-material h2{font-size:clamp(28px,8vw,34px)}.hx-project-intro-copy p,.hx-project-package p,.hx-project-planning-copy p,.hx-project-material p{font-size:16px}.hx-project-stats,.hx-project-capability-grid,.hx-project-space-grid,.hx-project-detail-grid,.hx-project-process,.hx-project-faq-grid{grid-template-columns:1fr}.hx-project-stats div{min-height:auto;border-right:0;border-bottom:1px solid var(--hf-border)}.hx-project-stats div:last-child{border-bottom:0}}@media(max-width:480px){.hx-product-section,.hx-product-inner{width:min(calc(100% - 24px),var(--hf-max))}.hx-product-category-card div,.hx-product-card div,.hx-product-area-grid div,.hx-product-venue-strip article,.hx-product-recommended div,.hx-product-proof-grid div,.hx-product-material-grid div,.hx-product-condition-grid div,.hx-product-type-band article,.hx-product-zone-list article,.hx-product-space-row{padding:20px}.hx-project-section,.hx-project-inner{width:min(calc(100% - 24px),var(--hf-max))}.hx-project-capability-grid article,.hx-project-detail-grid article,.hx-project-faq-grid article,.hx-project-space-grid div,.hx-project-process article{padding:20px}}.hx-home{background:#f7f2eb}.hx-section-inner{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto}.hx-hero{position:relative;overflow:hidden;min-height:100svh;padding:132px 0 76px;color:var(--hf-brand-white);background:var(--hf-brand-dark)}.hx-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#0d0a08b3,#15110d8a 42%,#15110d29 76%,#15110d14),linear-gradient(0deg,#0d0a0847,#0d0a080a 48%,#0d0a0824)}.hx-hero-bg{position:absolute;inset:0;z-index:0}.hx-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.98) contrast(1.03)}.hx-hero-inner{position:relative;z-index:2;width:min(calc(100% - 56px),1280px);min-height:calc(100svh - 208px);margin:0 auto;display:flex;align-items:center}.hx-hero-copy{max-width:670px;padding:clamp(18px,3vw,34px) 0}.hx-hero-copy h1{max-width:720px;margin:0 0 20px;font-size:clamp(40px,4.8vw,66px);line-height:1.05;letter-spacing:0;text-shadow:0 12px 34px rgba(0,0,0,.36)}.hx-hero-copy p{max-width:650px;margin:0;color:#ffffffe6;font-size:18px;text-shadow:0 8px 24px rgba(0,0,0,.28)}.hx-hero .hf-hero-chips{max-width:680px}.hx-hero .hf-chip{border-color:#f6f0e747;background:#15110d42;color:var(--hf-brand-cream)}.hx-hero .hf-btn-secondary{color:var(--hf-brand-cream);border-color:#f6f0e76b;background:#15110d38}.hx-trust{padding:76px 0;background:var(--hf-brand-white);border-bottom:1px solid var(--hf-border)}.hx-trust-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:42px;align-items:center}.hx-trust-media{overflow:hidden;border-radius:8px;box-shadow:var(--hf-shadow)}.hx-trust-media img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.hx-trust-content .hx-section-heading{margin-bottom:24px}.hx-section{padding:92px 0}.hx-muted{background:#ece2d6;border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.hx-dark{background:var(--hf-brand-dark);color:var(--hf-brand-white)}.hx-section-heading{max-width:820px;margin-bottom:34px}.hx-section-heading-row{max-width:none;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:end}.hx-section-heading h2,.hx-about-card h2,.hx-final-cta h2{margin:0;font-size:clamp(31px,3.5vw,48px);line-height:1.12}.hx-section-heading p,.hx-about-card p,.hx-final-cta p{margin:14px 0 0;color:var(--hf-text-muted);font-size:17px}.hx-dark .hx-section-heading p{color:#f6f0e7b8}.hx-trust-grid,.hx-buyer-grid,.hx-category-grid,.hx-process-grid,.hx-project-grid,.hx-proof-grid,.hx-check-grid{display:grid;gap:18px}.hx-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hx-trust-item{min-height:86px;padding:18px 18px 18px 20px;display:flex;align-items:center;border-left:3px solid var(--hf-brand-secondary);background:#fbf7f0;color:var(--hf-brand-dark);font-weight:860}.hx-buyer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-buyer-card,.hx-process-card,.hx-about-card{border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);box-shadow:0 16px 40px #15110d0f}.hx-buyer-card{overflow:hidden}.hx-buyer-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.hx-buyer-card div,.hx-process-card,.hx-about-card{padding:24px}.hx-buyer-card h3,.hx-process-card h3,.hx-image-card h3,.hx-program-card h3,.hx-capability-card h3,.hx-project-card h3{margin:0 0 10px;font-size:21px;line-height:1.22}.hx-buyer-card p,.hx-image-card p,.hx-program-card p,.hx-capability-card p,.hx-project-card p,.hx-process-card p{color:var(--hf-text-muted)}.hx-buyer-tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 18px}.hx-buyer-tags span{padding:7px 10px;border:1px solid var(--hf-border);border-radius:999px;background:#fbf7f0;color:var(--hf-brand-dark);font-size:12px;font-weight:850}.hx-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-image-card,.hx-program-card,.hx-project-card{overflow:hidden;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);box-shadow:0 16px 40px #15110d0f;transition:transform .18s ease,box-shadow .18s ease}.hx-image-card:hover,.hx-program-card:hover,.hx-project-card:hover{transform:translateY(-4px);box-shadow:0 26px 54px #15110d21}.hx-image-card img,.hx-program-card img,.hx-project-card img,.hx-capability-card img,.hx-proof-grid img,.hx-packing-images img,.hx-material-layout img,.hx-capability-photo img,.hx-material-intro img{width:100%;object-fit:cover}.hx-image-card img{aspect-ratio:4 / 3;min-height:230px}.hx-image-card div,.hx-program-card div,.hx-project-card div,.hx-capability-card div{padding:20px}.hx-image-card span{display:inline-block;margin-top:12px;color:var(--hf-brand-primary);font-weight:900}.hx-program-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.hx-program-card{grid-column:span 2}.hx-program-card:nth-child(-n+2){grid-column:span 3}.hx-program-card img,.hx-project-card img{aspect-ratio:4 / 3}.hx-program-card:nth-child(-n+2) img{aspect-ratio:16 / 9}.hx-split{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:42px;align-items:start}.hx-capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hx-capability-card{overflow:hidden;border:1px solid rgba(246,240,231,.16);border-radius:8px;background:#f6f0e714}.hx-capability-card img{aspect-ratio:4 / 3}.hx-dark .hx-capability-card p{color:#f6f0e7b8}.hx-capability-showcase{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);gap:38px;align-items:center}.hx-capability-photo{overflow:hidden;border:1px solid rgba(246,240,231,.18);border-radius:8px;background:#f6f0e714}.hx-capability-photo img{display:block;aspect-ratio:4 / 5}.hx-capability-content .hx-section-heading{margin-bottom:24px}.hx-capability-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:24px}.hx-capability-item{min-height:166px;padding:22px;border:1px solid rgba(246,240,231,.16);border-radius:8px;background:#f6f0e71a}.hx-capability-item span{display:block;margin-bottom:12px;color:var(--hf-brand-primary);font-size:13px;font-weight:900}.hx-capability-item h3,.hx-material-card h3{margin:0 0 8px;font-size:21px;line-height:1.22}.hx-capability-item p{margin:0;color:#f6f0e7b8}.hx-material-layout,.hx-packing-layout,.hx-final-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:34px;align-items:start}.hx-material-layout img{margin-top:24px;aspect-ratio:4 / 3;border-radius:8px;box-shadow:var(--hf-shadow)}.hx-material-showcase{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:36px;align-items:center}.hx-material-intro .hx-section-heading{margin-bottom:22px}.hx-material-intro img{display:block;aspect-ratio:16 / 10;border-radius:8px;box-shadow:var(--hf-shadow)}.hx-material-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.hx-material-strip img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px}.hx-material-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hx-material-card{min-height:172px;padding:20px;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);box-shadow:0 16px 40px #15110d0f}.hx-material-card p{margin:0;color:var(--hf-text-muted)}.hx-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-process-card span{color:var(--hf-brand-primary);font-size:13px;font-weight:900}.hx-project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-project-card strong{color:var(--hf-brand-dark)}.hx-proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-proof-grid figure{margin:0;overflow:hidden;border:1px solid rgba(246,240,231,.16);border-radius:8px;background:#f6f0e714}.hx-proof-grid img{aspect-ratio:4 / 3}.hx-proof-grid figcaption{padding:14px;color:#f6f0e7d1;font-weight:800}.hx-packing-images{display:grid;grid-template-columns:1.08fr .92fr;gap:14px}.hx-packing-images img{aspect-ratio:4 / 3;border-radius:8px}.hx-packing-images img:first-child{grid-row:span 2;height:100%}.hx-check-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px}.hx-check-grid span{padding:16px;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);color:var(--hf-brand-dark);font-weight:840}.hx-about-section{background:linear-gradient(135deg,#f7f2eb,#e7d9c8)}.hx-about-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:34px;align-items:center}.hx-about-media{overflow:hidden;border-radius:8px;box-shadow:var(--hf-shadow)}.hx-about-media img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.hx-about-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hx-about-badges span{padding:10px 14px;border:1px solid var(--hf-border);border-radius:999px;background:#fbf7f0;color:var(--hf-brand-dark);font-weight:850}.hx-final-cta{padding:92px 0;color:var(--hf-brand-white);background:linear-gradient(135deg,#15110dfa,#7a4e2deb)}.hx-final-cta p{color:#f6f0e7c2}.hx-small-note{font-weight:800}.hx-quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:28px;border:1px solid rgba(246,240,231,.18);border-radius:8px;background:#f6f0e71a}.hx-quote-form label{display:grid;gap:6px;color:#f6f0e7d6;font-size:13px;font-weight:850}.hx-quote-form input,.hx-quote-form select,.hx-quote-form textarea{width:100%;border:1px solid rgba(246,240,231,.22);border-radius:8px;background:#f6f0e7f0;color:var(--hf-brand-dark);min-height:48px;padding:13px 14px}.hx-field-full{grid-column:1 / -1}.hx-popup-cta-panel{align-content:center;min-height:260px}.hx-popup-cta-panel h3{grid-column:1 / -1;margin:0;color:var(--hf-brand-white);font-size:24px;line-height:1.22}.hx-popup-cta-panel p{grid-column:1 / -1;margin:0;color:#f6f0e7c7}@media(max-width:1180px){.hx-hero-inner,.hx-trust-layout,.hx-split,.hx-capability-showcase,.hx-material-layout,.hx-material-showcase,.hx-packing-layout,.hx-about-layout,.hx-final-grid{grid-template-columns:1fr}.hx-trust-grid,.hx-category-grid,.hx-proof-grid,.hx-buyer-grid,.hx-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-program-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-program-card,.hx-program-card:nth-child(-n+2){grid-column:auto}.hx-capability-photo img{aspect-ratio:16 / 9}}@media(max-width:767px){.hx-section-inner,.hx-hero-inner{width:min(calc(100% - 32px),var(--hf-max))}.hx-hero{min-height:auto;padding:132px 0 58px}.hx-hero-copy h1{font-size:clamp(34px,11vw,46px)}.hx-hero-copy p{font-size:17px}.hx-hero-copy p,.hx-section-heading p,.hx-about-card p,.hx-final-cta p{font-size:16px}.hx-section-heading-row,.hx-trust-layout,.hx-trust-grid,.hx-buyer-grid,.hx-category-grid,.hx-program-grid,.hx-capability-grid,.hx-capability-list,.hx-material-card-grid,.hx-material-strip,.hx-process-grid,.hx-project-grid,.hx-proof-grid,.hx-check-grid,.hx-packing-images,.hx-quote-form{grid-template-columns:1fr}.hx-section,.hx-final-cta{padding:66px 0}.hx-packing-images img:first-child{grid-row:auto}}.hf-wp-content img{display:block;width:100%;height:auto;border-radius:18px;margin:28px 0}.hf-wp-empty{padding:24px;border-radius:18px;border:1px solid var(--hf-border);background:var(--hf-brand-white);color:var(--hf-text-muted)}.hf-wp-empty strong{display:block;color:var(--hf-text-main);font-size:18px;margin-bottom:8px}.hf-wp-empty p{margin:0}@media(max-width:1100px){.hx-product-quick-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-product-path-grid,.hx-product-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-product-application-grid,.hx-product-support-grid,.hx-product-spec-layout,.hx-product-buyer-panel,.hx-product-page-sofaBeds .hx-product-intro .hx-product-split,.hx-product-page-mattresses .hx-product-intro .hx-product-split,.hx-product-page-hotel .hx-product-intro .hx-product-split,.hx-product-page-office .hx-product-intro .hx-product-split{grid-template-columns:1fr}.hx-product-application-grid article,.hx-product-application-grid .hx-product-application-feature,.hx-product-application-count-3 article,.hx-product-application-count-3 .hx-product-application-feature,.hx-product-detail-feature,.hx-product-gallery-procurement figure,.hx-product-gallery-procurement .hx-product-gallery-large{grid-column:auto;grid-row:auto}.hx-product-support-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.hx-product-page .hf-hero{min-height:auto}.hx-product-page .hf-hero-inner{padding-bottom:70px}.hx-product-quick{margin-top:-24px}.hx-product-quick-inner{width:min(calc(100% - 32px),var(--hf-max));grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}.hx-product-quick span{min-height:42px;font-size:12px}.hx-product-support-grid,.hx-product-path-grid,.hx-product-detail-grid,.hx-product-buyer-panel ul{grid-template-columns:1fr}.hx-product-buyer-panel{padding:26px}.hx-product-application-grid div,.hx-product-support-grid div{padding:20px}.hx-product-gallery-procurement{grid-template-columns:1fr}}.hf-wp-card-meta,.hf-wp-detail-meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin:0 0 12px;color:var(--hf-text-muted);font-size:13px;font-weight:800}.hf-wp-detail-meta{justify-content:center;margin-top:20px;color:#f6f0e7d1}.hf-wp-card-meta span,.hf-wp-detail-meta span{color:var(--hf-brand-primary)}.hf-wp-detail-meta span{color:var(--hf-brand-secondary)}.hx-blog{background:#f7f2eb}.hx-blog-hero{min-height:78svh}.hx-blog-hero .hx-hero-inner{min-height:calc(78svh - 208px)}.hx-blog-featured-section{background:var(--hf-brand-white)}.hx-blog-featured{display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(0,.95fr);gap:38px;align-items:center}.hx-blog-featured-media,.hx-blog-card-media{display:block;overflow:hidden;border-radius:8px;background:var(--hf-brand-stone)}.hx-blog-featured-media{box-shadow:var(--hf-shadow)}.hx-blog-featured-media img,.hx-blog-card-media img{width:100%;object-fit:cover;transition:transform .32s ease}.hx-blog-featured-media img,.hx-blog-card-media img{aspect-ratio:16 / 10}.hx-blog-featured:hover img,.hx-blog-card:hover img{transform:scale(1.04)}.hx-blog-featured-copy h2{margin:0 0 14px;font-size:clamp(31px,3.4vw,48px);line-height:1.12}.hx-blog-featured-copy p{margin:0 0 24px;color:var(--hf-text-muted);font-size:17px}.hx-blog-library{background:#f0e8dd;border-top:1px solid var(--hf-border)}.hx-blog-topic-strip{display:flex;flex-wrap:wrap;gap:10px;margin:-8px 0 28px}.hx-blog-topic-strip span{display:inline-flex;min-height:38px;align-items:center;padding:8px 13px;border:1px solid var(--hf-border);border-radius:999px;background:#fbf7f0;color:var(--hf-brand-dark);font-size:13px;font-weight:850}.hx-blog-rfq-strip{margin:-2px 0 30px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:8px;border:1px solid var(--hf-border);background:#eee8e1}.hx-blog-rfq-strip p{max-width:760px;margin:0;color:var(--hf-text-muted);font-weight:750}.hx-blog-review-grid{margin-bottom:70px}.hx-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hx-blog-card{overflow:hidden;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);box-shadow:0 16px 40px #15110d0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hx-blog-card:hover{transform:translateY(-4px);border-color:#7a4e2d52;box-shadow:0 26px 54px #15110d21}.hx-blog-card-body{padding:22px}.hx-blog-card-body h3{margin:0 0 10px;font-size:21px;line-height:1.24}.hx-blog-card-body p{margin:0 0 18px;color:var(--hf-text-muted)}.hx-blog-card-minimal{box-shadow:none}.hx-blog-spotlight{margin:0 0 74px;display:grid;grid-template-columns:minmax(320px,.96fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:center}.hx-blog-spotlight-media{display:block;overflow:hidden;border-radius:8px;background:var(--hf-brand-stone)}.hx-blog-spotlight-media img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .32s ease}.hx-blog-spotlight:hover img{transform:scale(1.04)}.hx-blog-spotlight-copy{position:relative;padding-top:26px;border-top:1px solid rgba(122,78,45,.2)}.hx-blog-spotlight-copy h2{margin:0 0 14px;font-size:clamp(29px,3.3vw,44px);line-height:1.12}.hx-blog-spotlight-copy p{margin:0 0 24px;color:var(--hf-text-muted)}.hx-blog-section-title{margin:0 0 30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hx-blog-section-title h2{margin:0;font-size:clamp(29px,3vw,42px);line-height:1.14}.hx-blog-section-title span{color:var(--hf-text-muted);font-size:14px;font-weight:850}.hx-blog-section-title .hf-btn-secondary{color:var(--hf-brand-dark);border-color:#7a4e2d47;background:var(--hf-brand-white)}.hx-blog-pagination{margin-top:42px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.hx-blog-page-link{min-width:44px;min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(122,78,45,.2);border-radius:999px;background:var(--hf-brand-white);color:var(--hf-brand-dark);font-size:14px;font-weight:850}.hx-blog-page-link.is-active{border-color:var(--hf-brand-secondary);background:var(--hf-brand-secondary)}.hx-blog-page-link.is-disabled{pointer-events:none;opacity:.42}.hx-blog-detail-hero{padding:168px 0 64px;background:#f7f2eb}.hx-blog-detail-inner{width:min(calc(100% - 56px),920px);margin:0 auto}.hx-blog-detail-kicker{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin-bottom:18px;color:var(--hf-text-muted);font-size:13px;font-weight:850}.hx-blog-detail-kicker a,.hx-blog-detail-kicker span{color:var(--hf-brand-primary)}.hx-blog-detail-inner h1{max-width:840px;margin:0;font-size:clamp(38px,5vw,68px);line-height:1.05;letter-spacing:0}.hx-blog-detail-inner>p{max-width:780px;margin:22px 0 0;color:var(--hf-text-muted);font-size:18px}.hx-blog-detail-cover{margin:38px 0 0;overflow:hidden;border-radius:8px;background:var(--hf-brand-stone);box-shadow:0 24px 60px #15110d1f}.hx-blog-detail-cover img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.hx-blog-detail-section{padding:28px 0 96px;background:#f7f2eb}.hx-blog-detail-layout{width:min(calc(100% - 56px),1060px);margin:0 auto;display:grid;grid-template-columns:minmax(0,760px) 220px;gap:44px;align-items:start}.hx-blog-detail-body{grid-column:1;grid-row:1;padding:0;border:0;background:transparent;box-shadow:none;scroll-behavior:smooth}.hx-blog-detail-body h2,.hx-blog-detail-body h3{scroll-margin-top:118px}.hx-blog-detail-body h2{font-size:clamp(28px,3vw,38px)}.hx-blog-detail-body h3{margin:30px 0 12px;font-size:22px;line-height:1.25}.hx-blog-detail-body img{width:100%;border-radius:8px;margin:32px 0}.hx-blog-detail-sidebar{grid-column:2;grid-row:1;position:sticky;top:126px;align-self:start;max-height:calc(100dvh - 150px);overflow-y:auto;overscroll-behavior:contain;display:grid;gap:14px;padding-right:4px;scrollbar-width:none}.hx-blog-detail-sidebar::-webkit-scrollbar{width:0;height:0}.hx-blog-sidebar-card{padding:22px;border-radius:8px;border:1px solid var(--hf-border);background:#eee8e1}.hx-blog-detail-sidebar a:not(.hf-btn){display:block;color:var(--hf-brand-primary);font-weight:850}.hx-blog-detail-sidebar a:not(.hf-btn)+a:not(.hf-btn){margin-top:10px}.hx-blog-detail-sidebar p{margin:0 0 16px;color:var(--hf-text-muted);font-size:14px}.hx-blog-detail-sidebar .hf-btn{width:100%}.hx-blog-toc-toggle{display:none;width:100%;border:0;padding:0;background:transparent;color:var(--hf-brand-primary);font:inherit;font-size:14px;font-weight:900;text-align:left;cursor:pointer}.hx-blog-toc-list{display:grid;gap:9px;max-height:min(48dvh,460px);overflow-y:auto;padding-right:8px;scrollbar-color:rgba(122,75,45,.42) transparent;scrollbar-gutter:stable;scrollbar-width:thin}.hx-blog-toc-list::-webkit-scrollbar{width:6px}.hx-blog-toc-list::-webkit-scrollbar-track{background:transparent}.hx-blog-toc-list::-webkit-scrollbar-thumb{min-height:44px;border:2px solid #eee8e1;border-radius:999px;background:#7a4b2d6b}.hx-blog-toc-list::-webkit-scrollbar-thumb:hover{background:#7a4b2dad}.hx-blog-toc-list a{color:var(--hf-text-muted);font-size:13px;line-height:1.35}.hx-blog-toc-list a.is-h3{padding-left:14px;font-size:12px;font-weight:750}.hx-blog-toc-list a.is-active{color:var(--hf-brand-primary)}.hx-blog-related{padding:88px 0 104px;background:#e8e4df;border-top:1px solid var(--hf-border)}.hx-blog .hf-wp-empty{border-radius:8px}@media(max-width:991px){.hx-blog-featured,.hx-blog-spotlight,.hx-blog-detail-layout{grid-template-columns:1fr}.hx-blog-detail-body,.hx-blog-detail-sidebar{grid-column:auto;grid-row:auto}.hx-blog-detail-sidebar{position:static;max-height:none;overflow:visible;grid-template-columns:1fr;order:-1;padding-right:0}.hx-blog-toc-toggle{display:block}.hx-blog-toc-list{display:none;margin-top:14px;max-height:52dvh}.hx-blog-toc-card.is-open .hx-blog-toc-list{display:grid}.hx-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.hx-blog-hero,.hx-blog-hero .hx-hero-inner{min-height:auto}.hx-blog-grid{grid-template-columns:1fr}.hx-blog-section-title{align-items:flex-start;flex-direction:column}.hx-blog-rfq-strip{align-items:stretch;flex-direction:column}.hx-blog-detail-hero{padding:132px 0 48px}.hx-blog-detail-inner,.hx-blog-detail-layout{width:min(calc(100% - 28px),var(--hf-max))}.hx-blog-detail-sidebar{grid-template-columns:1fr}.hx-blog-related{padding:68px 0}.hx-blog-card-body{padding:20px}}.hx-b2b-hero .hf-hero-panel{border-radius:8px}.hx-b2b-section,.hx-b2b-inner{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto}.hx-b2b-section{padding:112px 0}.hx-b2b-wide{width:100%;padding:112px 0}.hx-b2b-soft{background:var(--hf-brand-white);border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.hx-b2b-dark{background:var(--hf-brand-dark);color:var(--hf-brand-white)}.hx-b2b-dark .hf-section-head p{color:#f6f0e7b8}.hx-b2b-split{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:60px;align-items:center}.hx-b2b-split-reverse{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.hx-b2b-copy h2{margin:0 0 16px;font-size:clamp(31px,3.5vw,48px);line-height:1.12}.hx-b2b-copy p{margin:0 0 24px;color:var(--hf-text-muted);font-size:17px}.hx-b2b-media{overflow:hidden;border-radius:8px;background:var(--hf-brand-stone);box-shadow:var(--hf-shadow)}.hx-b2b-media img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.hx-b2b-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hx-b2b-card,.hx-b2b-faq-grid article{overflow:hidden;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white);box-shadow:0 16px 40px #15110d0f}.hx-b2b-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.hx-b2b-card div,.hx-b2b-faq-grid article{padding:22px}.hx-b2b-card h3,.hx-b2b-faq-grid h3,.hx-b2b-process h3{margin:0 0 9px;font-size:20px;line-height:1.24}.hx-b2b-card p,.hx-b2b-faq-grid p,.hx-b2b-process p{margin:0;color:var(--hf-text-muted)}.hx-b2b-checklist{display:flex;flex-wrap:wrap;gap:10px}.hx-b2b-checklist span{padding:10px 13px;border:1px solid var(--hf-border);border-radius:999px;background:#fbf7f0;color:var(--hf-brand-dark);font-size:13px;font-weight:840}.hx-b2b-process{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.hx-b2b-process article{min-height:100%;padding:22px;border:1px solid rgba(246,240,231,.16);border-radius:8px;background:#f6f0e714}.hx-b2b-process span{color:var(--hf-brand-secondary);font-size:13px;font-weight:900}.hx-b2b-process p{color:#f6f0e7b8}.hx-b2b-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hx-b2b-gallery figure{margin:0;overflow:hidden;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-brand-white)}.hx-b2b-gallery-large{grid-column:span 2;grid-row:span 2}.hx-b2b-gallery img{width:100%;height:100%;min-height:220px;aspect-ratio:4 / 3;object-fit:cover}.hx-b2b-gallery-large img{aspect-ratio:4 / 3}.hx-b2b-gallery figcaption{padding:13px 15px;color:var(--hf-brand-dark);font-weight:850}.hx-b2b-faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hx-project-filter-bar button{border:1px solid var(--hf-border)}.hx-project-filter-bar button.is-active{background:var(--hf-brand-secondary);color:var(--hf-brand-dark)}.hx-project-case-card[hidden]{display:none}.hx-project-scope-tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.hx-project-scope-tags span{padding:7px 10px;border:1px solid var(--hf-border);border-radius:999px;background:#fbf7f0;color:var(--hf-brand-dark);font-size:12px;font-weight:850}.hx-b2b-tight{padding-top:72px}@media(max-width:1100px){.hx-b2b-split,.hx-b2b-split-reverse{grid-template-columns:1fr}.hx-b2b-card-grid,.hx-b2b-gallery,.hx-b2b-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.hf-check-grid-form,.hx-b2b-card-grid,.hx-b2b-gallery,.hx-b2b-faq-grid{grid-template-columns:1fr}.hx-b2b-section,.hx-b2b-inner{width:min(calc(100% - 32px),var(--hf-max))}.hx-b2b-section,.hx-b2b-wide{padding:64px 0}.hx-b2b-gallery-large{grid-column:auto;grid-row:auto}}.hf-btn-header-secondary{min-height:42px;padding:0 18px;background:#f6f0e714}.hf-mobile-submenu{border:1px solid rgba(246,240,231,.12);border-radius:8px}.hf-mobile-submenu summary{min-height:42px;padding:10px 12px;display:flex;border:0;border-radius:8px;color:#f6f0e7e6;cursor:pointer;font-size:14px;font-weight:850;list-style:none}.hf-mobile-submenu summary::-webkit-details-marker{display:none}.hf-mobile-submenu div{display:grid;gap:4px;padding:0 8px 10px}.hf-mobile-submenu a{padding-left:18px;background:#f6f0e70d}.spec-table{width:100%;border-collapse:collapse}.spec-table th,.spec-table td{padding:16px;border-bottom:1px solid rgba(0,0,0,.12);text-align:left}.spec-table th{font-weight:700}.hx-product-page{background:linear-gradient(180deg,#f6f0e7 0,#fffaf3 42%,#f3ebe1)}.hx-product-page .hx-product-hero{min-height:88svh;color:var(--hf-brand-cream);background:radial-gradient(circle at 82% 18%,rgba(184,138,90,.2),transparent 28%),linear-gradient(135deg,#15110d,#261c14 54%,#4a3324)}.hx-product-page .hx-product-hero .hf-hero-bg img{filter:saturate(.82) blur(8px);opacity:.24;transform:scale(1.04)}.hx-product-page .hx-product-hero:after{background:linear-gradient(90deg,#15110deb,#15110d94 58%,#15110d38),linear-gradient(0deg,rgba(21,17,13,.48),transparent 48%)}.hx-product-page .hx-product-hero .hf-hero-inner{grid-template-columns:minmax(0,.92fr) minmax(360px,.86fr);gap:clamp(30px,5vw,68px);padding-top:150px;padding-bottom:104px}.hx-product-page .hf-hero-copy{max-width:720px}.hx-product-page .hf-hero h1{max-width:820px;font-size:clamp(38px,5.2vw,72px)}.hx-product-page .hf-hero p{max-width:650px;color:#f6f0e7d6}.hx-product-hero-media{position:relative;align-self:center;min-height:560px;display:grid;align-items:end}.hx-product-hero-media>img{width:100%;height:100%;min-height:560px;object-fit:cover;border-radius:8px;box-shadow:0 34px 90px #00000057}.hx-product-hero-media .hf-hero-panel{position:absolute;right:-22px;bottom:-28px;width:min(88%,400px);border-radius:8px;background:#fffaf3f0}.hx-product-page .hf-chip{border-color:#f6f0e733;background:#f6f0e71c;color:#f6f0e7e0}.hx-product-quick{margin-top:-36px}.hx-product-quick-inner{border-radius:8px;background:#15110df5}.hx-product-quick span{border-radius:6px}.hx-product-section,.hx-product-wide{padding:110px 0}.hx-product-path-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border)}.hx-product-path-grid article{min-height:240px;padding:28px;border:0;border-right:1px solid rgba(246,240,231,.16);border-radius:0;background:linear-gradient(180deg,#15110dfa,#36261bf2),var(--hf-brand-dark);box-shadow:none}.hx-product-path-grid article:last-child{border-right:0}.hx-product-path-grid article>span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:30px;border:1px solid rgba(246,240,231,.22);border-radius:50%;color:var(--hf-brand-secondary);font-size:12px;font-weight:900}.hx-product-path-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.hx-product-path-tags em{padding:6px 9px;border:1px solid rgba(246,240,231,.16);border-radius:999px;color:#f6f0e7c7;font-size:12px;font-style:normal;font-weight:820}.hx-product-category-card{border-radius:8px}.hx-product-category-card img{min-height:240px}.hx-product-category-gateway{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense}.hx-product-category-gateway .hx-product-category-card{position:relative;grid-column:span 3;min-height:430px;isolation:isolate;color:var(--hf-brand-white);background:var(--hf-brand-dark)}.hx-product-category-gateway .hx-product-category-card:nth-child(1),.hx-product-category-gateway .hx-product-category-card:nth-child(6){grid-column:span 6;min-height:500px}.hx-product-category-gateway .hx-product-category-card:nth-child(7),.hx-product-category-gateway .hx-product-category-card:nth-child(8),.hx-product-category-gateway .hx-product-category-card:nth-child(9){grid-column:span 4}.hx-product-category-gateway .hx-product-category-card img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;min-height:100%;object-fit:cover;filter:saturate(.9)}.hx-product-category-gateway .hx-product-category-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#15110d1a,#15110ddb),linear-gradient(90deg,rgba(21,17,13,.62),transparent 68%)}.hx-product-category-gateway .hx-product-category-card>div{margin-top:auto;padding:28px}.hx-product-category-gateway .hx-product-category-card p,.hx-product-category-gateway .hx-product-card-meta dd{color:#f6f0e7c7}.hx-product-category-gateway .hx-product-card-meta{border-top-color:#f6f0e72e}.hx-product-category-gateway .hx-product-card-meta dt,.hx-product-category-gateway .hx-product-card-link{color:var(--hf-brand-secondary)}.hx-product-category-gateway .hx-product-card-tags span{border-color:#f6f0e738;background:#f6f0e71a;color:var(--hf-brand-cream)}.hx-product-application-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.hx-product-application-grid article{grid-column:span 4;border-radius:8px;box-shadow:none}.hx-product-application-grid .hx-product-application-feature{grid-column:span 6;grid-row:span 2}.hx-product-application-grid img{min-height:260px}.hx-product-application-feature img{min-height:470px}.hx-product-page-products .hx-product-application-grid{align-items:stretch}.hx-product-page-products .hx-product-application-grid .hx-product-application-feature{grid-column:span 7}.hx-product-page-products .hx-product-application-grid article:not(.hx-product-application-feature){grid-column:span 5;display:grid;grid-template-columns:190px minmax(0,1fr)}.hx-product-page-products .hx-product-application-grid article:not(.hx-product-application-feature) img{height:100%;min-height:100%;aspect-ratio:auto}.hx-product-spec-layout{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:end}.hx-product-spec-layout .hx-product-image img{aspect-ratio:5 / 3}.hx-product-table{border-radius:8px;box-shadow:0 24px 60px #15110d14}.hx-product-table .hf-data-table{min-width:760px}.hx-product-table th{background:#15110d}.hx-product-table td:first-child{color:var(--hf-brand-dark);font-weight:900}.hx-product-buyer-panel{border-radius:8px;background:linear-gradient(135deg,#fffaf3f5,#e8dbccb8),var(--hf-brand-white)}.hx-product-detail-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.hx-product-detail-grid article{grid-column:span 2;border-radius:8px}.hx-product-detail-feature{grid-column:span 3}.hx-product-detail-grid article:nth-child(2){grid-column:span 3}.hx-product-detail-grid img{min-height:250px}.hx-product-dark{background:linear-gradient(135deg,#15110dfa,#322319fa),var(--hf-brand-dark)}.hx-product-support-grid{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,.9fr));gap:14px}.hx-product-support-grid article{border-radius:8px}.hx-product-support-grid article:first-child{grid-row:span 2}.hx-product-support-grid article:first-child img{min-height:420px}.hx-product-support-grid img{min-height:220px}.hx-product-process-head{margin-top:34px}.hx-product-process-compact{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:0;border-top:1px solid rgba(246,240,231,.2)}.hx-product-process-compact:before{content:"";position:absolute;top:-1px;left:0;width:80px;height:1px;background:var(--hf-brand-secondary)}.hx-product-process-compact div{min-height:150px;padding:24px 18px 18px 0;border:0;border-radius:0;background:transparent}.hx-product-process-compact span{margin-bottom:24px}.hx-product-gallery-procurement{grid-template-columns:repeat(12,minmax(0,1fr));align-items:stretch}.hx-product-gallery-procurement figure{grid-column:span 4;border-radius:8px}.hx-product-gallery-procurement .hx-product-gallery-large{grid-column:span 6}.hx-product-gallery-procurement img{aspect-ratio:16 / 11;min-height:250px}.hx-product-gallery-procurement .hx-product-gallery-large img{min-height:460px}.hx-product-gallery-procurement figcaption{display:grid;gap:6px;padding:18px}.hx-product-gallery-procurement figcaption span{color:var(--hf-brand-primary);font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.hx-product-gallery-procurement figcaption strong{color:var(--hf-brand-dark);font-size:18px;line-height:1.25}.hx-product-gallery-procurement figcaption p{margin:0;color:var(--hf-text-muted);font-size:14px;line-height:1.5}.hf-cta-band{border-radius:8px}.hx-home .hx-category-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense}.hx-home .hx-category-grid .hx-image-card{grid-column:span 3;min-height:430px;border-radius:8px}.hx-home .hx-category-grid .hx-image-card:nth-child(1),.hx-home .hx-category-grid .hx-image-card:nth-child(6){grid-column:span 6}.hx-home .hx-category-grid .hx-image-card:nth-child(7),.hx-home .hx-category-grid .hx-image-card:nth-child(8),.hx-home .hx-category-grid .hx-image-card:nth-child(9){grid-column:span 4}.hx-home .hx-category-grid .hx-image-card img{min-height:250px}@media(max-width:1180px){.hf-header-actions .hf-btn-header-secondary{display:none}.hx-product-category-gateway .hx-product-category-card,.hx-product-category-gateway .hx-product-category-card:nth-child(1),.hx-product-category-gateway .hx-product-category-card:nth-child(6),.hx-product-category-gateway .hx-product-category-card:nth-child(7),.hx-product-category-gateway .hx-product-category-card:nth-child(8),.hx-product-category-gateway .hx-product-category-card:nth-child(9),.hx-home .hx-category-grid .hx-image-card,.hx-home .hx-category-grid .hx-image-card:nth-child(1),.hx-home .hx-category-grid .hx-image-card:nth-child(6),.hx-home .hx-category-grid .hx-image-card:nth-child(7),.hx-home .hx-category-grid .hx-image-card:nth-child(8),.hx-home .hx-category-grid .hx-image-card:nth-child(9){grid-column:span 6}}@media(max-width:991px){.hf-site-header{width:100vw;overflow:visible}.hf-header-inner{position:relative}.hf-header-actions{display:none}.hf-mobile-menu{display:block;position:fixed;top:24px;right:16px;z-index:80;width:74px;height:42px;transform:none}.hf-mobile-menu:before{content:"Menu";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(184,138,90,.7);border-radius:999px;background:var(--hf-brand-secondary);color:var(--hf-brand-dark);font-size:13px;font-weight:850;pointer-events:none}.hf-mobile-menu>summary{position:absolute;inset:0;opacity:0}.hf-mobile-menu-panel{top:calc(100% + 12px);right:0;width:min(86vw,320px)}.hx-product-page .hx-product-hero .hf-hero-inner{grid-template-columns:1fr;padding-bottom:88px}.hx-product-hero-media{min-height:auto}.hx-product-hero-media>img{min-height:420px}.hx-product-hero-media .hf-hero-panel{right:18px;bottom:-24px}.hx-product-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-product-path-grid article:nth-child(2){border-right:0}.hx-product-application-grid,.hx-product-detail-grid,.hx-product-gallery-procurement{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-product-application-grid article,.hx-product-application-grid .hx-product-application-feature,.hx-product-page-products .hx-product-application-grid .hx-product-application-feature,.hx-product-page-products .hx-product-application-grid article:not(.hx-product-application-feature),.hx-product-detail-grid article,.hx-product-detail-feature,.hx-product-detail-grid article:nth-child(2),.hx-product-gallery-procurement figure,.hx-product-gallery-procurement .hx-product-gallery-large{grid-column:span 1;grid-row:auto}.hx-product-page-products .hx-product-application-grid article:not(.hx-product-application-feature){display:block}.hx-product-support-grid{grid-template-columns:1fr}.hx-product-support-grid article:first-child{grid-row:auto}}@media(max-width:767px){.hf-mobile-submenu{display:grid}.hx-product-page .hx-product-hero{min-height:auto}.hx-product-page .hx-product-hero .hf-hero-inner{width:min(calc(100% - 28px),var(--hf-max));padding-top:122px;padding-bottom:72px}.hx-product-page .hf-hero h1{font-size:clamp(34px,10vw,44px)}.hx-product-hero-media>img{min-height:320px}.hx-product-hero-media .hf-hero-panel{position:static;width:100%;margin-top:14px}.hx-product-quick{margin-top:0}.hx-product-quick-inner{width:100%;border-radius:0;grid-template-columns:1fr 1fr}.hx-product-section,.hx-product-wide{padding:68px 0}.hx-product-path-grid,.hx-product-application-grid,.hx-product-detail-grid,.hx-product-gallery-procurement,.hx-home .hx-category-grid{grid-template-columns:1fr}.hx-product-path-grid article,.hx-product-path-grid article:nth-child(2){border-right:0;border-bottom:1px solid rgba(246,240,231,.16)}.hx-product-path-grid article:last-child{border-bottom:0}.hx-product-category-gateway{grid-template-columns:1fr}.hx-product-category-gateway .hx-product-category-card,.hx-product-category-gateway .hx-product-category-card:nth-child(1),.hx-product-category-gateway .hx-product-category-card:nth-child(6),.hx-product-category-gateway .hx-product-category-card:nth-child(7),.hx-product-category-gateway .hx-product-category-card:nth-child(8),.hx-product-category-gateway .hx-product-category-card:nth-child(9),.hx-home .hx-category-grid .hx-image-card,.hx-home .hx-category-grid .hx-image-card:nth-child(1),.hx-home .hx-category-grid .hx-image-card:nth-child(6),.hx-home .hx-category-grid .hx-image-card:nth-child(7),.hx-home .hx-category-grid .hx-image-card:nth-child(8),.hx-home .hx-category-grid .hx-image-card:nth-child(9){grid-column:auto;min-height:380px}.hx-product-application-feature img,.hx-product-gallery-procurement .hx-product-gallery-large img,.hx-product-support-grid article:first-child img{min-height:280px}.hx-product-buyer-panel{padding:24px}.hf-cta-band{margin:68px auto}}.hx-product-page{--hx-product-max: 1180px;background:#f7f2ea}.hx-product-page *,.hx-product-page *:before,.hx-product-page *:after{box-sizing:border-box}.hx-product-section,.hx-product-wide{padding:112px 0}.hx-product-section>.hf-section-head,.hx-product-section>.hx-product-split,.hx-product-section>.hx-product-intro-points,.hx-product-section>.hx-product-application-grid,.hx-product-section>.hx-product-application-rows,.hx-product-section>.hx-product-space-selector,.hx-product-section>.hx-product-buyer-panel,.hx-product-section>.hx-product-material-layout,.hx-product-section>.hx-product-gallery,.hx-product-wide>.hx-product-inner{width:min(calc(100% - 48px),var(--hx-product-max));max-width:var(--hx-product-max);margin-right:auto;margin-left:auto}.hx-product-page .hx-product-hero{min-height:auto;color:var(--hf-brand-cream);background:linear-gradient(135deg,#15110c,#241a12 58%,#3a271a)}.hx-product-page .hx-product-hero .hf-hero-bg img{filter:saturate(.85);opacity:.18;transform:none}.hx-product-page .hx-product-hero:after{background:linear-gradient(90deg,#15110cf0,#15110cad 55%,#15110c38),linear-gradient(0deg,rgba(21,17,12,.42),transparent 48%)}.hx-product-page .hx-product-hero .hf-hero-inner{width:min(calc(100% - 48px),var(--hx-product-max));max-width:var(--hx-product-max);grid-template-columns:minmax(0,55fr) minmax(0,45fr);align-items:center;gap:clamp(30px,5vw,60px);padding:142px 0 96px}.hx-product-page .hf-hero-copy{max-width:700px}.hx-product-page .hf-hero h1{max-width:760px;font-size:clamp(38px,4.8vw,66px);letter-spacing:0}.hx-product-page .hf-hero p{max-width:640px;color:#f6f0e7db}.hx-product-page .hf-hero-actions .hf-btn{min-width:172px}.hx-product-hero-media{position:relative;min-height:0;align-self:center;display:block}.hx-product-hero-media>img,.hx-product-hero-comparison img{width:100%;min-height:0;aspect-ratio:16 / 10;object-fit:cover;border-radius:8px;box-shadow:0 28px 80px #00000057}.hx-product-hero-media .hf-hero-panel{right:22px;bottom:-28px;width:min(84%,390px);border:1px solid rgba(21,17,12,.08);border-radius:8px;background:#fffaf3f5}.hx-product-hero-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hx-product-hero-comparison figure{position:relative;margin:0}.hx-product-hero-comparison figcaption{position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:999px;background:#15110cc7;color:#fffaf3;font-size:12px;font-weight:800}.hx-product-page .hx-hero-variant-background{min-height:78svh}.hx-product-page .hx-hero-variant-background .hf-hero-bg img{opacity:.58}.hx-product-page .hx-hero-variant-background:after{background:linear-gradient(90deg,#15110cc2,#15110c3d 66%,#15110c14)}.hx-product-page .hx-hero-variant-background .hf-hero-inner{min-height:78svh;grid-template-columns:minmax(0,680px)}.hx-product-page .hx-hero-variant-background .hf-hero-copy{padding:clamp(28px,4vw,44px);border:1px solid rgba(246,240,231,.18);border-radius:8px;background:#15110ca3;backdrop-filter:blur(4px)}.hx-product-page .hx-hero-variant-technical .hf-hero-inner{grid-template-columns:minmax(0,45fr) minmax(0,55fr)}.hx-product-page .hx-hero-variant-technical .hx-product-hero-media{order:-1}.hx-product-quick{margin:0;background:#15110c}.hx-product-quick-inner{width:min(calc(100% - 48px),var(--hx-product-max));max-width:var(--hx-product-max);border-radius:0;background:transparent;box-shadow:none}.hx-product-quick span{min-height:46px;border-radius:0;background:#f6f0e714}.hx-product-split,.hx-product-split-reverse,.hx-product-spec-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(42px,6vw,76px);align-items:center}.hx-product-copy h2,.hx-product-material-copy h2{max-width:720px;letter-spacing:0}.hx-product-copy p,.hx-product-material-copy p{max-width:670px}.hx-product-image,.hx-product-image-tall{min-height:0;border-radius:8px}.hx-product-image img,.hx-product-image-tall img{width:100%;min-height:0;aspect-ratio:16 / 10;object-fit:cover;border-radius:8px}.hx-product-intro-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:32px;overflow:hidden;border:1px solid var(--hf-border);border-radius:8px;background:var(--hf-border)}.hx-product-intro-points article{min-height:150px;padding:26px;background:#fffaf3}.hx-product-intro-points h3{margin:0 0 10px;color:var(--hf-brand-dark);font-size:18px;line-height:1.25}.hx-product-intro-points p{margin:0;color:var(--hf-text-muted);line-height:1.6}.hx-product-path-grid{width:min(calc(100% - 48px),var(--hx-product-max));max-width:var(--hx-product-max);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;border:0;background:transparent}.hx-product-path-grid article{min-height:250px;display:flex;flex-direction:column;padding:28px;border:1px solid rgba(246,240,231,.14);border-radius:8px;background:linear-gradient(180deg,#1c1510,#312216)}.hx-product-path-grid article:last-child,.hx-product-path-grid article:nth-child(2){border-right:1px solid rgba(246,240,231,.14)}.hx-product-path-tags{margin-top:auto;padding-top:22px}.hx-product-category-grid,.hx-product-category-gateway,.hx-product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hx-product-category-card,.hx-product-category-gateway .hx-product-category-card,.hx-product-category-gateway .hx-product-category-card:nth-child(1),.hx-product-category-gateway .hx-product-category-card:nth-child(6),.hx-product-category-gateway .hx-product-category-card:nth-child(7),.hx-product-category-gateway .hx-product-category-card:nth-child(8),.hx-product-category-gateway .hx-product-category-card:nth-child(9){position:relative;grid-column:auto;min-height:420px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(21,17,12,.1);border-radius:8px;color:var(--hf-brand-dark);background:#fffaf3;box-shadow:none}.hx-product-category-gateway .hx-product-category-card:after{content:none}.hx-product-category-card img,.hx-product-category-gateway .hx-product-category-card img{position:static;inset:auto;z-index:auto;width:100%;height:auto;min-height:0;aspect-ratio:4 / 3;object-fit:cover;filter:none}.hx-product-category-card>div,.hx-product-category-gateway .hx-product-category-card>div{flex:1;display:flex;flex-direction:column;gap:12px;margin:0;padding:22px}.hx-product-category-card h3{margin:0;font-size:21px;letter-spacing:0}.hx-product-category-card p,.hx-product-category-gateway .hx-product-category-card p,.hx-product-category-gateway .hx-product-card-meta dd{color:var(--hf-text-muted)}.hx-product-page-products .hx-product-card-meta{display:none}.hx-product-card-meta{margin-top:2px;padding-top:12px}.hx-product-card-tags{margin-top:auto}.hx-product-card-tags span,.hx-product-category-gateway .hx-product-card-tags span{border-color:#15110c1f;background:#f0e7dc;color:#4c3728}.hx-product-card-link,.hx-product-category-gateway .hx-product-card-link{margin-top:4px;color:var(--hf-brand-primary)}.hx-product-space-selector{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:24px}.hx-product-space-selector>input{position:absolute;opacity:0;pointer-events:none}.hx-space-tab-list{display:grid;gap:10px;align-content:start}.hx-space-tab-list label{display:flex;align-items:center;gap:14px;min-height:70px;padding:16px 18px;border:1px solid rgba(21,17,12,.1);border-radius:8px;background:#fffaf3;color:var(--hf-brand-dark);cursor:pointer;font-weight:850;line-height:1.2}.hx-space-tab-list span{color:var(--hf-brand-primary);font-size:12px;font-weight:900}.hx-space-panels{min-width:0}.hx-space-panel{display:none;overflow:hidden;border:1px solid rgba(21,17,12,.1);border-radius:8px;background:#fffaf3}#hx-products-space-1:checked~.hx-space-tab-list label:nth-child(1),#hx-products-space-2:checked~.hx-space-tab-list label:nth-child(2),#hx-products-space-3:checked~.hx-space-tab-list label:nth-child(3),#hx-products-space-4:checked~.hx-space-tab-list label:nth-child(4),#hx-products-space-5:checked~.hx-space-tab-list label:nth-child(5){border-color:#b88a5a61;background:#15110c;color:#fffaf3}#hx-products-space-1:checked~.hx-space-panels .hx-space-panel:nth-child(1),#hx-products-space-2:checked~.hx-space-panels .hx-space-panel:nth-child(2),#hx-products-space-3:checked~.hx-space-panels .hx-space-panel:nth-child(3),#hx-products-space-4:checked~.hx-space-panels .hx-space-panel:nth-child(4),#hx-products-space-5:checked~.hx-space-panels .hx-space-panel:nth-child(5){display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.hx-space-panel img{width:100%;height:100%;min-height:430px;aspect-ratio:16 / 10;object-fit:cover}.hx-space-panel div{display:grid;align-content:center;gap:14px;padding:clamp(24px,4vw,42px)}.hx-space-panel span,.hx-product-application-rows span,.hx-product-application-grid span{color:var(--hf-brand-primary);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.hx-space-panel h3,.hx-product-application-rows h3,.hx-product-application-grid h3{margin:0;color:var(--hf-brand-dark);font-size:clamp(24px,3vw,34px);letter-spacing:0}.hx-space-panel p,.hx-product-application-rows p,.hx-product-application-grid p{margin:0;color:var(--hf-text-muted);line-height:1.65}.hx-product-application-rows{display:grid;gap:46px}.hx-product-application-rows article{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,4vw,56px);align-items:center;padding-bottom:46px;border-bottom:1px solid rgba(21,17,12,.1)}.hx-product-application-rows article:last-child{padding-bottom:0;border-bottom:0}.hx-product-application-rows article:nth-child(2n) img{order:2}.hx-product-application-rows img{width:100%;min-height:0;aspect-ratio:16 / 10;object-fit:cover;border-radius:8px}.hx-product-application-rows div{display:grid;gap:14px}.hx-product-application-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hx-product-application-grid article,.hx-product-application-grid .hx-product-application-feature,.hx-product-application-count-3 article,.hx-product-application-count-3 .hx-product-application-feature,.hx-product-page-products .hx-product-application-grid .hx-product-application-feature,.hx-product-page-products .hx-product-application-grid article:not(.hx-product-application-feature){grid-column:auto;grid-row:auto;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(21,17,12,.1);border-radius:8px;background:#fffaf3}.hx-product-application-grid img,.hx-product-application-feature img,.hx-product-page-products .hx-product-application-grid article:not(.hx-product-application-feature) img{width:100%;height:auto;min-height:0;aspect-ratio:16 / 10;object-fit:cover}.hx-product-application-grid div{flex:1;display:grid;gap:12px;padding:22px}.hx-product-stone{background:#eee6dc}.hx-product-spec-layout{margin-bottom:28px}.table-scroll{width:100%;overflow-x:auto}.spec-table,.hx-product-table .hf-data-table{width:100%;min-width:760px;border-collapse:collapse;overflow:hidden;border-radius:16px;background:#fff}.spec-table th,.spec-table td{padding:16px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(0,0,0,.1)}.spec-table th,.hx-product-table th{background:#15110c;color:#fff;font-weight:700}.hx-product-table{overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 22px 54px #15110c14}.hx-product-buyer-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.1fr);gap:34px;padding:clamp(28px,4vw,44px);border:1px solid rgba(21,17,12,.08);border-radius:8px;background:#fffaf3}.hx-product-buyer-panel ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.hx-product-buyer-panel li{min-height:86px;display:flex;align-items:center;padding:16px;border:1px solid rgba(21,17,12,.1);border-radius:8px;background:#f7f0e7;color:var(--hf-brand-dark);font-weight:850;line-height:1.35}.hx-product-material-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.5fr);gap:clamp(28px,4vw,52px);align-items:start}.hx-product-material-layout-stacked{grid-template-columns:1fr}.hx-product-material-copy{position:sticky;top:104px}.hx-product-material-layout-stacked .hx-product-material-copy{position:static;max-width:760px}.hx-product-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hx-product-material-layout-stacked .hx-product-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-product-detail-grid article,.hx-product-detail-feature,.hx-product-detail-grid article:nth-child(2){grid-column:auto;overflow:hidden;border:1px solid rgba(21,17,12,.1);border-radius:8px;background:#fffaf3}.hx-product-detail-grid img,.hx-product-detail-feature img{width:100%;min-height:0;aspect-ratio:1 / 1;object-fit:cover}.hx-product-detail-grid div{padding:18px}.hx-product-detail-grid h3{margin:0 0 8px;font-size:18px;letter-spacing:0}.hx-product-detail-grid p{margin:0}.hx-product-dark{background:linear-gradient(135deg,#15110c,#2d2117)}.hx-product-dark .hx-product-inner{color:#fffaf3}.hx-product-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hx-product-support-grid article,.hx-product-support-grid article:first-child{grid-row:auto;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(246,240,231,.14);border-radius:8px;background:#f6f0e70f}.hx-product-support-grid img,.hx-product-support-grid article:first-child img{width:100%;min-height:0;aspect-ratio:16 / 10;object-fit:cover}.hx-product-support-grid div{flex:1;padding:20px}.hx-product-process-head{width:min(calc(100% - 48px),var(--hx-product-max));max-width:var(--hx-product-max);margin:36px auto 0}.hx-product-process-compact{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(246,240,231,.16);border-radius:8px;background:#f6f0e729}.hx-product-process-compact:before{content:none}.hx-product-process-compact div{min-height:132px;padding:20px;border:0;background:#15110c7a}.hx-product-process-compact span{margin-bottom:18px}.hx-product-gallery-procurement{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hx-product-gallery-procurement figure,.hx-product-gallery-procurement .hx-product-gallery-large{grid-column:auto;overflow:hidden;border:1px solid rgba(21,17,12,.1);border-radius:8px;background:#fffaf3}.hx-product-gallery-procurement img,.hx-product-gallery-procurement .hx-product-gallery-large img{width:100%;min-height:0;aspect-ratio:4 / 3;object-fit:cover}.hx-product-gallery-procurement figcaption{padding:18px}.hf-cta-band{width:min(calc(100% - 48px),var(--hx-product-max));max-width:var(--hx-product-max);margin:24px auto 112px;border-radius:8px;background:linear-gradient(135deg,#15110c,#352417)}.hf-cta-band .hf-btn{min-width:172px}@media(max-width:1180px){.hx-product-category-grid,.hx-product-category-gateway,.hx-product-card-grid,.hx-product-gallery-procurement,.hx-product-application-grid,.hx-product-material-layout-stacked .hx-product-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-product-process-compact{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:991px){.hx-product-page .hx-product-hero .hf-hero-inner,.hx-product-page .hx-hero-variant-technical .hf-hero-inner,.hx-product-split,.hx-product-split-reverse,.hx-product-spec-layout,.hx-product-space-selector,#hx-products-space-1:checked~.hx-space-panels .hx-space-panel:nth-child(1),#hx-products-space-2:checked~.hx-space-panels .hx-space-panel:nth-child(2),#hx-products-space-3:checked~.hx-space-panels .hx-space-panel:nth-child(3),#hx-products-space-4:checked~.hx-space-panels .hx-space-panel:nth-child(4),#hx-products-space-5:checked~.hx-space-panels .hx-space-panel:nth-child(5),.hx-product-application-rows article,.hx-product-buyer-panel,.hx-product-material-layout{grid-template-columns:1fr}.hx-product-page .hx-hero-variant-technical .hx-product-hero-media,.hx-product-application-rows article:nth-child(2n) img{order:0}.hx-product-intro-points,.hx-product-path-grid,.hx-product-support-grid{grid-template-columns:1fr}.hx-product-buyer-panel ul{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-space-panel img{min-height:320px}.hx-product-material-copy{position:static}}@media(max-width:767px){.hf-site-header{width:100vw;overflow:visible}.hf-header-inner{width:calc(100vw - 32px);max-width:calc(100vw - 32px);position:relative;flex-wrap:nowrap}.hf-brand-image{width:112px;max-height:78px}.hf-header-actions{display:none}.hf-mobile-menu{display:block;position:fixed;top:24px;right:16px;z-index:80;width:74px;height:42px;transform:none;margin-left:auto}.hf-mobile-menu:before{content:"Menu";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(184,138,90,.7);border-radius:999px;background:var(--hf-brand-secondary);color:var(--hf-brand-dark);font-size:13px;font-weight:850;pointer-events:none}.hf-mobile-menu>summary{position:absolute;inset:0;min-width:72px;justify-content:center;border-color:#b88a5ab3;background:var(--hf-brand-secondary);color:var(--hf-brand-dark);opacity:0}.hf-mobile-menu-panel{top:calc(100% + 12px);right:0;transform:translateY(0);width:min(86vw,320px)}.hx-product-section,.hx-product-wide{padding:56px 0}.hx-product-section>.hf-section-head,.hx-product-section>.hx-product-split,.hx-product-section>.hx-product-intro-points,.hx-product-section>.hx-product-application-grid,.hx-product-section>.hx-product-application-rows,.hx-product-section>.hx-product-space-selector,.hx-product-section>.hx-product-buyer-panel,.hx-product-section>.hx-product-material-layout,.hx-product-section>.hx-product-gallery,.hx-product-wide>.hx-product-inner,.hx-product-page .hx-product-hero .hf-hero-inner,.hx-product-quick-inner,.hf-cta-band{width:calc(100vw - 28px);max-width:calc(100vw - 28px)}.hx-product-page .hx-product-hero .hf-hero-inner{padding-top:120px;padding-bottom:64px}.hx-product-page .hf-hero h1{max-width:100%;font-size:clamp(30px,8.8vw,38px);line-height:1.08;overflow-wrap:break-word;text-wrap:balance}.hx-product-page .hf-hero p{max-width:100%;overflow-wrap:break-word}.hx-product-page .hf-hero-chips{max-width:100%;display:flex;flex-wrap:wrap}.hx-product-page .hf-chip{flex:0 1 auto;max-width:100%;white-space:normal;overflow-wrap:anywhere}.hx-product-page .hf-hero-actions,.hf-cta-actions{align-items:stretch}.hx-product-page .hf-hero-actions .hf-btn,.hf-cta-band .hf-btn{width:100%}.hx-product-hero-comparison,.hx-product-quick-inner{grid-template-columns:1fr}.hx-product-quick span{white-space:normal;overflow-wrap:anywhere}.hx-product-category-grid,.hx-product-category-gateway,.hx-product-card-grid,.hx-product-gallery-procurement,.hx-product-application-grid,.hx-product-detail-grid,.hx-product-material-layout-stacked .hx-product-detail-grid,.hx-product-buyer-panel ul,.hx-product-process-compact{grid-template-columns:1fr}.hx-product-category-card,.hx-product-category-gateway .hx-product-category-card,.hx-product-category-gateway .hx-product-category-card:nth-child(1),.hx-product-category-gateway .hx-product-category-card:nth-child(6),.hx-product-category-gateway .hx-product-category-card:nth-child(7),.hx-product-category-gateway .hx-product-category-card:nth-child(8),.hx-product-category-gateway .hx-product-category-card:nth-child(9){min-height:0}}.hx-custom-page{background:#f4efe7}.hx-custom-page .hf-section-head{max-width:820px}.hx-custom-page .hf-section-head p{margin:12px 0 0;color:var(--hf-text-muted);font-size:17px}.hx-custom-hero{min-height:auto;background:#15110c}.hx-custom-hero .hf-hero-bg img{filter:saturate(.9) contrast(1.02)}.hx-custom-hero:after{background:linear-gradient(90deg,#15110cf0,#15110cad 54%,#15110c52),linear-gradient(0deg,#15110ca3,#15110c14 44%)}.hx-custom-hero .hf-hero-inner{width:min(calc(100% - 48px),1180px);min-height:92svh;grid-template-columns:minmax(0,1.08fr) minmax(310px,.72fr);gap:clamp(30px,5vw,64px);padding:146px 0 84px}.hx-custom-hero .hf-hero h1,.hx-custom-hero h1{max-width:820px;font-size:clamp(38px,4.8vw,66px);line-height:1.04}.hx-custom-hero .hf-hero-copy p{max-width:710px;color:#f6f0e7e0}.hx-custom-hero-panel{border-radius:8px;border-color:#c8955257;background:#1b1712c7;color:#f4efe7;backdrop-filter:blur(18px);box-shadow:0 26px 70px #00000047}.hx-custom-hero-panel h2{color:#f4efe7}.hx-custom-hero-panel .hf-hero-panel-list li{border-bottom-color:#f6f0e721;color:#f6f0e7c2}.hx-custom-section,.hx-custom-inner{width:min(calc(100% - 48px),1180px);margin-right:auto;margin-left:auto}.hx-custom-section{padding:112px 0}.hx-custom-section-compact{padding:84px 0}.hx-custom-wide{width:100%;padding:112px 0}.hx-custom-soft{border-top:1px solid rgba(122,78,45,.14);border-bottom:1px solid rgba(122,78,45,.14);background:#fffaf3}.hx-custom-stone{border-top:1px solid rgba(122,78,45,.12);border-bottom:1px solid rgba(122,78,45,.12);background:#e7ded2}.hx-custom-dark{background:linear-gradient(135deg,#15110cfa,#1f1811f5),#15110c;color:#f4efe7}.hx-custom-dark .hf-section-head p{color:#f6f0e7b8}.hx-custom-split{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:clamp(40px,6vw,72px);align-items:center}.hx-custom-split-reverse{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)}.hx-custom-copy h2{margin:0 0 16px;color:#1e1b17;font-size:clamp(30px,3.4vw,48px);line-height:1.12;letter-spacing:0}.hx-custom-dark .hx-custom-copy h2{color:#f4efe7}.hx-custom-copy p{margin:0 0 24px;color:var(--hf-text-muted);font-size:17px}.hx-custom-stone .hx-custom-copy p{color:#55493e}.hx-custom-media{overflow:hidden;border:1px solid rgba(122,78,45,.12);border-radius:8px;background:#ded2c4;box-shadow:0 22px 60px #15110c1f}.hx-custom-media img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.hx-custom-media-tall img{aspect-ratio:4 / 5}.hx-custom-tags,.hx-custom-buyer-list{display:flex;flex-wrap:wrap;gap:10px}.hx-custom-tags span,.hx-custom-buyer-list span{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid rgba(122,78,45,.2);border-radius:999px;background:#fffaf3;color:#1e1b17;font-size:13px;font-weight:850}.hx-custom-buyer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hx-custom-buyer-list span{border-radius:8px;padding:16px;background:#fffaf3}.hx-custom-card-grid{display:grid;gap:18px}.hx-custom-card-grid-images{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-custom-card-grid-text{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-custom-card-grid-images.hx-custom-grid-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-custom-card-grid-images.hx-custom-grid-count-6{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-custom-card-grid-text.hx-custom-grid-count-7{grid-template-columns:repeat(12,minmax(0,1fr))}.hx-custom-card-grid-text.hx-custom-grid-count-7 .hx-custom-card:nth-child(-n+4){grid-column:span 3}.hx-custom-card-grid-text.hx-custom-grid-count-7 .hx-custom-card:nth-child(n+5){grid-column:span 4}.hx-custom-card-grid-text.hx-custom-grid-count-8{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-custom-card{overflow:hidden;border:1px solid rgba(122,78,45,.14);border-radius:8px;background:#fffaf3;box-shadow:0 18px 45px #15110c12}.hx-custom-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.hx-custom-card div{padding:22px}.hx-custom-card span{display:inline-flex;margin-bottom:12px;color:#b88245;font-size:13px;font-weight:900}.hx-custom-card h3,.hx-custom-process h3,.hx-custom-visual-grid h3{margin:0 0 9px;color:#1e1b17;font-size:20px;line-height:1.24}.hx-custom-card p,.hx-custom-visual-grid p,.hx-custom-process p{margin:0;color:var(--hf-text-muted);font-size:15px;line-height:1.58}.hx-custom-process{display:grid;gap:0;border:1px solid rgba(246,240,231,.16);border-radius:8px;overflow:hidden;background:#f6f0e70a}.hx-custom-process-count-5{grid-template-columns:repeat(5,minmax(0,1fr))}.hx-custom-process-count-6{grid-template-columns:repeat(6,minmax(0,1fr))}.hx-custom-process article{min-height:100%;padding:24px 18px;border-right:1px solid rgba(246,240,231,.14)}.hx-custom-process article:last-child{border-right:0}.hx-custom-process span{display:inline-flex;margin-bottom:18px;color:#c89552;font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.hx-custom-process h3{color:#f4efe7}.hx-custom-process p{color:#f6f0e7b3}.hx-custom-service-list{display:grid;gap:16px}.hx-custom-service-list article{display:grid;grid-template-columns:220px minmax(0,1fr) auto;gap:24px;align-items:center;padding:18px;border:1px solid rgba(122,78,45,.16);border-radius:8px;background:#fffaf3;box-shadow:0 16px 40px #15110c0f}.hx-custom-service-list img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:6px}.hx-custom-service-list h3{margin:0 0 8px;color:#1e1b17;font-size:24px;line-height:1.2}.hx-custom-service-list p{margin:0;color:var(--hf-text-muted)}.hx-custom-visual-grid{display:grid;gap:16px}.hx-custom-visual-grid.hx-custom-grid-count-6{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-custom-visual-grid.hx-custom-grid-count-8{grid-template-columns:repeat(4,minmax(0,1fr))}.hx-custom-visual-grid figure{margin:0;overflow:hidden;border:1px solid rgba(122,78,45,.14);border-radius:8px;background:#fffaf3}.hx-custom-visual-grid img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.hx-custom-visual-grid figcaption{padding:18px}.hx-custom-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.hx-custom-check-list.hx-custom-list-count-3{grid-template-columns:1fr}.hx-custom-check-list li{position:relative;padding:13px 14px 13px 36px;border:1px solid rgba(122,78,45,.16);border-radius:8px;background:#fffaf3c2;color:#4e4339;font-size:14px;font-weight:760;line-height:1.45}.hx-custom-check-list li:before{content:"";position:absolute;top:18px;left:15px;width:8px;height:8px;border-radius:999px;background:#c89552}.hx-custom-table-wrap{border-radius:8px;box-shadow:0 18px 45px #15110c12}.hx-custom-data-table{background:#fffaf3}.hx-custom-data-table th{background:#1b1712;color:#f4efe7}.hx-custom-data-table td:first-child{width:32%;color:#1e1b17;font-weight:860}.hx-custom-note,.hx-custom-upload-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:clamp(28px,4vw,44px);border:1px solid rgba(200,149,82,.34);border-radius:8px;background:linear-gradient(135deg,#1b1712,#342315);color:#f4efe7;box-shadow:0 24px 70px #15110c29}.hx-custom-note h2,.hx-custom-upload-panel h2{margin:0 0 10px;color:#f4efe7;font-size:clamp(26px,3vw,38px);line-height:1.12}.hx-custom-note p,.hx-custom-upload-panel p{margin:0;color:#f6f0e7c2}.hx-custom-upload-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.hx-custom-faq{display:grid;gap:12px}.hx-custom-faq details{border:1px solid rgba(122,78,45,.16);border-radius:8px;background:#fffaf3;box-shadow:0 16px 40px #15110c0d}.hx-custom-faq summary{min-height:66px;padding:20px 56px 20px 22px;position:relative;color:#1e1b17;cursor:pointer;font-size:18px;font-weight:860;line-height:1.3;list-style:none}.hx-custom-faq summary::-webkit-details-marker{display:none}.hx-custom-faq summary:after{content:"+";position:absolute;top:18px;right:22px;color:#b88245;font-size:24px;line-height:1}.hx-custom-faq details[open] summary:after{content:"-"}.hx-custom-faq p{margin:0;padding:0 22px 22px;color:var(--hf-text-muted)}.hx-custom-final-cta{margin-bottom:88px}.hx-custom-hub .hx-custom-final-cta{margin-top:0}.hx-custom-detail-quote .hx-custom-card{display:grid}@media(max-width:1180px){.hx-custom-process{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-custom-process article:nth-child(3n){border-right:0}.hx-custom-card-grid-images,.hx-custom-card-grid-text,.hx-custom-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-custom-card-grid-text.hx-custom-grid-count-7{grid-template-columns:repeat(6,minmax(0,1fr))}.hx-custom-card-grid-text.hx-custom-grid-count-7 .hx-custom-card:nth-child(-n+4){grid-column:span 3}.hx-custom-card-grid-text.hx-custom-grid-count-7 .hx-custom-card:nth-child(n+5){grid-column:span 2}.hx-custom-service-list article{grid-template-columns:180px minmax(0,1fr)}.hx-custom-service-list .hf-btn{grid-column:2;justify-self:start}}@media(max-width:991px){.hx-custom-hero .hf-hero-inner,.hx-custom-split,.hx-custom-split-reverse{grid-template-columns:1fr}.hx-custom-hero .hf-hero-inner{min-height:auto;padding-bottom:76px}.hx-custom-hero-panel{max-width:640px}.hx-custom-note,.hx-custom-upload-panel{grid-template-columns:1fr}.hx-custom-upload-actions{justify-content:flex-start}}@media(max-width:767px){.hx-custom-section,.hx-custom-inner,.hx-custom-hero .hf-hero-inner,.hf-cta-band.hx-custom-final-cta{width:calc(100vw - 28px);max-width:calc(100vw - 28px)}.hx-custom-hero .hf-hero-inner{padding-top:122px;padding-bottom:58px}.hx-custom-hero h1{font-size:clamp(30px,8.8vw,38px);line-height:1.08}.hx-custom-section,.hx-custom-wide{padding:58px 0}.hx-custom-section-compact{padding:48px 0}.hx-custom-card-grid-images,.hx-custom-card-grid-text,.hx-custom-visual-grid,.hx-custom-buyer-list,.hx-custom-check-list,.hx-custom-process,.hx-custom-service-list article{grid-template-columns:1fr}.hx-custom-process article,.hx-custom-process article:nth-child(3n){border-right:0;border-bottom:1px solid rgba(246,240,231,.14)}.hx-custom-process article:last-child{border-bottom:0}.hx-custom-service-list article{gap:16px}.hx-custom-service-list .hf-btn{grid-column:auto;justify-self:stretch}.hx-custom-card-grid-text.hx-custom-grid-count-7 .hx-custom-card:nth-child(-n+4),.hx-custom-card-grid-text.hx-custom-grid-count-7 .hx-custom-card:nth-child(n+5){grid-column:auto}.hx-custom-data-table th,.hx-custom-data-table td{padding:14px}.hx-custom-data-table td:first-child{width:auto}.hx-custom-upload-actions .hf-btn{width:100%}.hx-custom-faq summary{padding-right:48px;font-size:16px}}@media(max-width:767px){.hx-product-path-grid article{min-height:0}.hx-space-panel img{min-height:260px}.hf-cta-band{margin-bottom:56px}}.hx-video-page{background:#f4efe7}.hx-video-hero{min-height:82svh}.hx-video-hero .hf-hero-bg img{filter:saturate(.9) contrast(1.02)}.hx-video-hero:after{background:linear-gradient(90deg,#15110deb,#15110dad 48%,#15110d4d),linear-gradient(0deg,rgba(21,17,13,.64),transparent 48%)}.hx-video-hero .hf-hero-inner{grid-template-columns:minmax(0,1fr) minmax(260px,360px)}.hx-video-hero-panel{padding:28px;border:1px solid rgba(246,240,231,.2);border-radius:8px;background:#15110db8;color:#f6f0e7;backdrop-filter:blur(16px);box-shadow:0 24px 70px #0000003d}.hx-video-hero-panel strong{display:block;color:#c89552;font-size:clamp(46px,7vw,76px);line-height:.95}.hx-video-hero-panel span{display:block;margin-top:10px;color:#fff;font-weight:860}.hx-video-hero-panel p{margin:14px 0 0;color:#f6f0e7bd;font-size:15px}.hx-video-section{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto;padding:96px 0}.hx-video-featured-section{padding-bottom:72px}.hx-video-featured{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:32px;align-items:center}.hx-video-featured-media,.hx-video-card-media{position:relative;display:block;overflow:hidden;border:1px solid rgba(122,78,45,.14);border-radius:8px;background:#ded2c4}.hx-video-featured-media{box-shadow:0 24px 70px #15110c29}.hx-video-featured-media img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.hx-video-featured-copy{padding:clamp(26px,4vw,42px);border:1px solid rgba(122,78,45,.14);border-radius:8px;background:#fffaf3;box-shadow:0 18px 48px #15110c12}.hx-video-featured-copy h2{margin:0 0 14px;color:#1f1a16;font-size:clamp(28px,3.4vw,44px);line-height:1.12}.hx-video-featured-copy p,.hx-video-featured-description{margin:0;color:var(--hf-text-muted)}.hx-video-featured-description{display:block;text-decoration:none}.hx-video-featured-description:hover{color:#7a4e2d}.hx-video-play{position:absolute;left:50%;top:50%;width:54px;height:54px;border-radius:999px;background:#15110dc2;box-shadow:0 14px 38px #00000047;transform:translate(-50%,-50%)}.hx-video-play:before{content:"";position:absolute;left:22px;top:17px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid #ffffff}.hx-video-play-large{width:68px;height:68px}.hx-video-play-large:before{left:28px;top:22px;border-top-width:12px;border-bottom-width:12px;border-left-width:18px}.hx-video-duration{position:absolute;right:12px;bottom:12px;min-width:54px;padding:5px 9px;border-radius:999px;background:#15110dc7;color:#fff;font-size:12px;font-weight:850;line-height:1;text-align:center}.hx-video-tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.hx-video-tag-row span{display:inline-flex;min-height:32px;align-items:center;padding:6px 10px;border:1px solid rgba(122,78,45,.18);border-radius:999px;background:#fff;color:#584a3e;font-size:12px;font-weight:820}.hx-video-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.hx-video-featured .hf-btn-secondary,.hx-video-detail-copy .hf-btn-secondary,.hx-video-cta .hf-btn-secondary{color:var(--hf-brand-dark);border-color:#7a4e2d3d;background:#ffffffb8}.hx-video-filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px}.hx-video-filter{min-height:40px;padding:8px 14px;border:1px solid rgba(122,78,45,.18);border-radius:999px;background:#fffaf3;color:#4e4339;cursor:pointer;font-size:13px;font-weight:850}.hx-video-filter:hover,.hx-video-filter.is-active{border-color:#b88a5a;background:#15110d;color:#f6f0e7}.hx-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hx-video-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid rgba(122,78,45,.14);border-radius:8px;background:#fffaf3;box-shadow:0 16px 42px #15110c12;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hx-video-card:hover{transform:translateY(-3px);border-color:#7a4e2d4d;box-shadow:0 24px 58px #15110c1f}.hx-video-card-media{aspect-ratio:16 / 10;border-width:0;border-radius:8px 8px 0 0}.hx-video-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hx-video-card:hover .hx-video-card-media img{transform:scale(1.035)}.hx-video-card-body{display:flex;flex:1;flex-direction:column;padding:20px}.hx-video-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.hx-video-card-meta span{color:#b88245;font-size:12px;font-weight:900;text-transform:uppercase}.hx-video-card h3{margin:0 0 10px;color:#1f1a16;font-size:20px;line-height:1.24}.hx-video-card p,.hx-video-card-description{margin:0;color:var(--hf-text-muted);font-size:14px;line-height:1.58}.hx-video-card-description{display:block;text-decoration:none}.hx-video-card-description:hover{color:#7a4e2d}.hx-video-card-link{align-self:flex-start;margin-top:auto;padding-top:18px}.hx-video-card-compact .hx-video-card-body{padding:16px}.hx-video-card-compact h3{margin-bottom:0;font-size:17px}.hx-video-detail-hero{width:min(calc(100% - 56px),var(--hf-max));margin:0 auto;padding:150px 0 72px}.hx-video-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;color:var(--hf-text-muted);font-size:13px;font-weight:760}.hx-video-breadcrumb a{color:var(--hf-brand-primary)}.hx-video-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,340px);gap:32px;align-items:start}.hx-video-detail-main{display:grid;gap:22px}.hx-video-detail-heading{max-width:900px}.hx-video-detail-heading h1{margin:8px 0 0;color:#1f1a16;font-size:clamp(34px,4.5vw,58px);line-height:1.05}.hx-video-player-shell{overflow:hidden;border:1px solid rgba(122,78,45,.16);border-radius:8px;background:#15110d;box-shadow:0 24px 70px #15110c29}.hx-video-player-shell video{display:block;width:100%;aspect-ratio:16 / 9;background:#15110d}.hx-video-player-vertical{display:flex;justify-content:center}.hx-video-player-vertical video{width:min(100%,520px);max-height:min(78svh,860px);aspect-ratio:9 / 16}.hx-video-detail-copy{padding:clamp(24px,3vw,36px);border:1px solid rgba(122,78,45,.14);border-radius:8px;background:#fffaf3;box-shadow:0 18px 48px #15110c12}.hx-video-detail-copy p{margin:0;color:var(--hf-text-muted)}.hx-video-side-recommended{position:sticky;top:132px;display:grid;gap:16px}.hx-video-side-head{padding:22px 22px 2px;border:1px solid rgba(122,78,45,.14);border-bottom:0;border-radius:8px 8px 0 0;background:#fffaf3}.hx-video-side-head h2{margin:0;color:#1f1a16;font-size:24px;line-height:1.16}.hx-video-side-list{display:grid;gap:14px}.hx-video-side-list .hx-video-card{box-shadow:0 12px 32px #15110c0f}.hx-video-side-list .hx-video-card-media{aspect-ratio:16 / 9}.hx-video-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 0}.hx-video-facts div{padding:14px;border:1px solid rgba(122,78,45,.14);border-radius:8px;background:#fff}.hx-video-facts dt{color:var(--hf-text-muted);font-size:12px;font-weight:820}.hx-video-facts dd{margin:4px 0 0;color:#1f1a16;font-weight:900;text-transform:capitalize}.hx-video-context-section{padding-top:56px}.hx-video-context-inline{margin-top:30px}.hx-video-context-inline .hf-section-head{margin-bottom:20px}.hx-video-context-inline .hf-section-head h2{font-size:clamp(24px,2.5vw,32px)}.hx-video-context-inline .hx-video-context-grid{grid-template-columns:1fr}.hx-video-context-inline .hx-video-context-grid article{padding:20px;background:#fff;box-shadow:none}.hx-video-context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hx-video-context-grid article{min-height:100%;padding:24px;border:1px solid rgba(122,78,45,.14);border-radius:8px;background:#fffaf3;box-shadow:0 16px 42px #15110c0f}.hx-video-context-grid span{display:inline-flex;margin-bottom:18px;color:#b88245;font-weight:900}.hx-video-context-grid p{margin:0;color:var(--hf-text-muted)}.hx-video-cta{width:min(calc(100% - 56px),var(--hf-max));margin:20px auto 96px;padding:clamp(30px,4vw,46px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;border:1px solid rgba(200,149,82,.28);border-radius:8px;background:linear-gradient(135deg,#15110d,#352417);color:#f6f0e7;box-shadow:0 24px 70px #15110c2e}.hx-video-cta h2{margin:0 0 10px;color:#fff;font-size:clamp(28px,3.3vw,42px);line-height:1.14}.hx-video-cta p{max-width:760px;margin:0;color:#f6f0e7c2}.hx-video-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.hx-video-recommended{padding-top:0}.hx-video-grid-recommended{grid-template-columns:repeat(3,minmax(0,1fr))}.hx-video-article-page{width:min(calc(100% - 80px),1100px);margin:0 auto;padding:158px 0 72px}.hx-video-article-breadcrumb{margin-bottom:18px}.hx-video-article-layout{display:grid;grid-template-columns:minmax(0,780px) minmax(220px,260px);gap:24px;align-items:start}.hx-video-article-main{min-width:0}.hx-video-article-player{width:100%;max-width:100%;overflow:hidden;border:1px solid rgba(31,26,22,.16);background:#fff}.hx-video-article-frame{display:grid;place-items:center;width:100%;max-width:100%;max-height:min(62vh,520px);aspect-ratio:16 / 9;overflow:hidden;background:#111}.hx-video-article-frame video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#111}.hx-video-article-player.is-vertical .hx-video-article-frame{background:#151515}.hx-video-article-copy{padding-top:18px}.hx-video-article-copy h1{margin:0 0 12px;color:#080808;font-size:18px;font-weight:850;line-height:1.35}.hx-video-article-copy time{display:inline-block;margin-bottom:26px;color:#8f8f8f;font-size:12px}.hx-video-article-copy p{max-width:100%;margin:0 0 18px;color:#161616;font-size:14px;line-height:1.8}.hx-video-article-copy hr{margin:22px 0;border:0;border-top:1px solid rgba(31,26,22,.14)}.hx-video-article-context{margin-bottom:18px}.hx-video-article-tags{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 26px}.hx-video-article-tags span{padding:5px 9px;border:1px solid rgba(122,78,45,.18);border-radius:4px;color:#7a4e2d;font-size:12px;font-weight:760}.hx-video-inline-inquiry{margin-top:34px}.hx-video-inline-inquiry h2{margin:0 0 8px;color:#080808;font-size:22px;font-weight:500;line-height:1.28}.hx-video-inline-inquiry>p{margin:0 0 22px;color:#5f5f5f;font-size:12px}.hx-video-inline-form{display:grid;gap:12px}.hx-video-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hx-video-form-grid input,.hx-video-form-grid textarea,.hx-video-upload-field{width:100%;min-width:0;border:1px solid #d3d7dc;border-radius:4px;background:#f1f3f5;color:#222;font:inherit;font-size:14px}.hx-video-form-grid input,.hx-video-upload-field{height:40px}.hx-video-form-grid input,.hx-video-form-grid textarea{padding:0 12px}.hx-video-form-grid textarea{grid-column:1 / -1;min-height:98px;padding-top:12px;resize:vertical}.hx-video-upload-field{position:relative;display:flex;align-items:center;gap:10px;padding:0 12px;cursor:pointer}.hx-video-upload-field:before{content:"+";display:inline-grid;place-items:center;width:20px;height:20px;border:1px dashed #222222;color:#222;font-size:18px;line-height:1}.hx-video-upload-field span{overflow:hidden;color:#111;font-size:13px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.hx-video-upload-field input{position:absolute;inset:0;opacity:0;cursor:pointer}.hx-video-inline-submit{width:210px;min-height:44px;justify-content:center;border-radius:4px;text-transform:uppercase;white-space:nowrap}.hx-video-article-recommended{position:sticky;top:108px;min-width:0}.hx-video-article-recommended h2{margin:4px 0 18px;color:#080808;font-size:22px;font-weight:500;line-height:1.2}.hx-video-recommend-list{display:grid;gap:12px}.hx-video-recommend-item{display:grid;grid-template-columns:90px minmax(0,1fr);gap:11px;color:inherit;text-decoration:none}.hx-video-recommend-thumb{position:relative;width:90px;aspect-ratio:16 / 9;overflow:hidden;background:#111}.hx-video-recommend-thumb img{display:block;width:100%;height:100%;object-fit:cover}.hx-video-recommend-thumb span{position:absolute;inset:0;display:grid;place-items:center}.hx-video-recommend-thumb span:before{content:"";width:27px;height:27px;border-radius:50%;background:#00000085}.hx-video-recommend-thumb span:after{content:"";position:absolute;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #ffffff;transform:translate(2px)}.hx-video-recommend-copy{min-width:0;display:grid;align-content:start;gap:6px}.hx-video-recommend-copy strong{display:-webkit-box;overflow:hidden;color:#080808;font-size:12px;font-weight:500;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hx-video-recommend-copy time{color:#8a8a8a;font-size:11px}@media(max-width:991px){.hx-video-hero .hf-hero-inner,.hx-video-featured,.hx-video-detail-layout,.hx-video-cta{grid-template-columns:1fr}.hx-video-section,.hx-video-detail-hero,.hx-video-cta{width:min(calc(100% - 36px),var(--hf-max))}.hx-video-section{padding:72px 0}.hx-video-grid,.hx-video-context-grid,.hx-video-grid-recommended{grid-template-columns:repeat(2,minmax(0,1fr))}.hx-video-cta-actions{justify-content:flex-start}.hx-video-side-recommended{position:static}.hx-video-article-page{width:min(calc(100% - 36px),var(--hf-max))}.hx-video-article-layout{grid-template-columns:1fr}.hx-video-article-recommended{position:static}.hx-video-recommend-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.hx-video-hero{min-height:auto}.hx-video-section,.hx-video-detail-hero,.hx-video-cta{width:calc(100vw - 28px)}.hx-video-section{padding:58px 0}.hx-video-detail-hero{padding-top:124px;padding-bottom:48px}.hx-video-grid,.hx-video-context-grid,.hx-video-grid-recommended,.hx-video-facts{grid-template-columns:1fr}.hx-video-actions,.hx-video-cta-actions{flex-direction:column;align-items:stretch}.hx-video-actions .hf-btn,.hx-video-cta-actions .hf-btn{width:100%}.hx-video-filter{flex:1 1 auto}.hx-video-article-page{width:calc(100vw - 28px);padding-top:128px;padding-bottom:48px}.hx-video-article-frame{max-height:none}.hx-video-form-grid,.hx-video-recommend-list{grid-template-columns:1fr}.hx-video-inline-submit{width:100%}}
