
:root{--ink:#0b0b0c;--ink2:#151516;--paper:#f4f0e7;--white:#fff;--gold:#c7a05a;--gold2:#e5cb98;--muted:#77736c;--line:rgba(11,11,12,.14);--line-dark:rgba(255,255,255,.14);--max:1320px;--radius:18px;--header:82px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}main{overflow:hidden}.bml-container{width:min(var(--max),calc(100% - 64px));margin:auto}.bml-kicker{margin:0 0 22px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.22em}.bml-reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease;transition-delay:var(--delay,0ms)}.bml-reveal.is-visible{opacity:1;transform:none}.bml-progress{position:fixed;z-index:9999;top:0;left:0;width:100%;height:2px}.bml-progress span{display:block;width:0;height:100%;background:var(--gold)}
.bml-header{position:fixed;z-index:900;top:0;left:0;right:0;height:var(--header);background:rgba(11,11,12,.88);border-bottom:1px solid transparent;backdrop-filter:blur(16px);transition:.3s}.bml-header.is-scrolled{height:70px;border-color:var(--line-dark)}.bml-header-inner{width:min(1460px,calc(100% - 44px));height:100%;margin:auto;display:flex;align-items:center;gap:34px}.bml-logo{display:flex;width:148px;flex:0 0 auto}.bml-logo img{display:block;width:100%;max-height:56px;object-fit:contain}.bml-nav{margin-left:auto}.bml-menu{display:flex;gap:26px;list-style:none;padding:0;margin:0}.bml-menu a{color:#f3f0e8;font-size:12px;font-weight:700;letter-spacing:.05em;opacity:.78;transition:.2s}.bml-menu a:hover{opacity:1;color:var(--gold2)}.bml-header-actions{display:flex;align-items:center;gap:18px}.bml-shortlist-link{display:flex;align-items:center;gap:8px;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.bml-shortlist-link strong{display:grid;place-items:center;width:24px;height:24px;border:1px solid var(--line-dark);border-radius:50%;font-size:10px}.bml-menu-toggle{display:none;background:none;border:0;color:#fff}.bml-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.04em;cursor:pointer;transition:transform .25s,background .25s,color .25s,border-color .25s}.bml-button:hover{transform:translateY(-2px)}.bml-button-gold{background:var(--gold);color:#111}.bml-button-gold:hover{background:var(--gold2)}.bml-button-outline{border-color:rgba(255,255,255,.35);color:#fff;background:transparent}.bml-button-outline:hover{border-color:#fff}.bml-button-dark{background:var(--ink);color:#fff}.bml-button-outline-dark{border-color:var(--line);background:transparent;color:var(--ink)}.bml-text-link{font-size:12px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:5px}.bml-actions{display:flex;gap:12px;flex-wrap:wrap}
.bml-hero{min-height:100svh;padding:calc(var(--header) + 70px) 0 70px;background:var(--ink);color:#fff;display:flex;align-items:center}.bml-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:80px;align-items:center}.bml-hero h1{max-width:780px;margin:0;font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(58px,7.4vw,112px);line-height:.92;letter-spacing:-.055em}.bml-hero-tagline{font-family:Georgia,serif;font-size:clamp(20px,2vw,30px);color:var(--gold2);margin:28px 0 14px}.bml-hero-intro{max-width:650px;color:rgba(255,255,255,.65);font-size:16px;line-height:1.8;margin:0 0 34px}.bml-hero-facts{display:flex;gap:34px;margin-top:54px;padding-top:28px;border-top:1px solid var(--line-dark)}.bml-hero-facts div{display:flex;flex-direction:column;gap:7px}.bml-hero-facts strong{font-family:Georgia,serif;font-size:24px;font-weight:400;color:#fff}.bml-hero-facts span{font-size:11px;color:rgba(255,255,255,.48)}.bml-hero-product{position:relative;min-height:650px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid var(--line-dark)}.bml-hero-product:after{content:"";position:absolute;inset:12% 5%;border:1px solid rgba(199,160,90,.2);border-radius:50%;pointer-events:none}.bml-hero-product img{position:relative;z-index:1;width:min(90%,620px);max-height:570px;object-fit:contain;filter:drop-shadow(0 36px 48px rgba(0,0,0,.52));transition:transform .6s cubic-bezier(.2,.8,.2,1)}.bml-hero-product:hover img{transform:translateY(-10px) rotate(2deg) scale(1.025)}.bml-hero-product-label{position:absolute;z-index:2;top:38px;left:44px;color:var(--gold2);font-size:10px;letter-spacing:.19em;font-weight:800}.bml-hero-product>a{position:absolute;z-index:2;right:24px;bottom:24px;color:#fff;font-size:12px;font-weight:800;border-bottom:1px solid var(--gold);padding-bottom:7px}
.bml-section-heading{margin-bottom:52px}.bml-section-heading h2{margin:0;font-family:Georgia,serif;font-size:clamp(44px,5.5vw,76px);font-weight:400;line-height:.98;letter-spacing:-.045em}.bml-section-heading h2 em{color:var(--gold);font-weight:400}.bml-section-heading>p,.bml-section-heading-row>p{max-width:500px;color:var(--muted);line-height:1.75}.bml-section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}
.bml-video-section{padding:120px 0;background:#111112;color:#fff}.bml-video-section .bml-section-heading-row>p{color:rgba(255,255,255,.55)}.bml-video-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px}.bml-video-stage{position:relative;overflow:hidden;border:1px solid var(--line-dark);background:#050505}.bml-video-stage video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#000}.bml-video-caption{display:grid;grid-template-columns:120px 1fr 1.3fr;gap:24px;align-items:center;padding:22px 26px;border-top:1px solid var(--line-dark)}.bml-video-caption span{font-size:9px;letter-spacing:.18em;color:var(--gold)}.bml-video-caption h3{margin:0;font-family:Georgia,serif;font-size:27px;font-weight:400}.bml-video-caption p{margin:0;color:rgba(255,255,255,.55);font-size:12px;line-height:1.55}.bml-video-tabs{display:flex;flex-direction:column;border-top:1px solid var(--line-dark)}.bml-video-tabs button{flex:1;display:grid;grid-template-columns:42px 1fr;text-align:left;align-content:center;column-gap:8px;padding:26px 18px;border:0;border-bottom:1px solid var(--line-dark);background:transparent;color:#fff;cursor:pointer;transition:.25s}.bml-video-tabs button:hover,.bml-video-tabs button.is-active{background:#1a1a1b}.bml-video-tabs button.is-active{box-shadow:inset 3px 0 var(--gold)}.bml-video-tabs span{grid-row:1/3;color:var(--gold);font-size:11px}.bml-video-tabs strong{font-family:Georgia,serif;font-size:24px;font-weight:400}.bml-video-tabs small{color:rgba(255,255,255,.48);margin-top:7px}
.bml-signature-section{padding:130px 0;background:var(--paper)}.bml-signature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.bml-signature-card{grid-column:span 4;border-top:1px solid var(--line);padding-top:20px}.bml-signature-card:nth-child(1),.bml-signature-card:nth-child(2){grid-column:span 6}.bml-signature-image{height:440px;display:grid;place-items:center;background:#ece7dc;overflow:hidden}.bml-signature-image img{width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(0,0,0,.14));transition:transform .55s}.bml-signature-card:hover .bml-signature-image img{transform:scale(1.055) rotate(1.5deg)}.bml-signature-copy{padding:22px 2px}.bml-signature-copy>span{font-size:9px;font-weight:800;letter-spacing:.18em;color:var(--gold)}.bml-signature-copy h3{font-family:Georgia,serif;font-size:34px;font-weight:400;margin:9px 0}.bml-signature-copy p{color:var(--muted);line-height:1.65;min-height:52px}.bml-signature-copy>div{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:15px}.bml-signature-copy small{color:var(--muted)}.bml-signature-copy a{font-size:11px;font-weight:800}
.bml-optics-section{padding:120px 0;background:#151516;color:#fff}.bml-optics-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.bml-optics-copy h2{font-family:Georgia,serif;font-size:clamp(48px,5vw,72px);font-weight:400;margin:0 0 24px}.bml-optics-copy>p{color:rgba(255,255,255,.58);line-height:1.75}.bml-angle-control{margin-top:44px;padding-top:24px;border-top:1px solid var(--line-dark)}.bml-angle-control>div{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.bml-angle-control strong{font-family:Georgia,serif;font-size:50px;color:var(--gold2);font-weight:400}.bml-angle-control span{font-size:10px;color:rgba(255,255,255,.45);letter-spacing:.12em;text-transform:uppercase}.bml-angle-control input{width:100%;accent-color:var(--gold)}.bml-angle-labels{display:flex;justify-content:space-between;color:rgba(255,255,255,.42);font-size:10px;margin-top:12px}.bml-beam-room{position:relative;min-height:590px;background:linear-gradient(180deg,#262627,#0e0e0f);overflow:hidden;border:1px solid var(--line-dark)}.bml-ceiling-light{position:absolute;top:0;left:50%;transform:translateX(-50%);width:70px;height:16px;background:#090909;border-radius:0 0 12px 12px;z-index:3}.bml-ceiling-light span{position:absolute;left:50%;bottom:-4px;width:18px;height:7px;transform:translateX(-50%);background:#fff7cf;filter:blur(2px)}.bml-light-cone{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:var(--beam-width);height:76%;clip-path:polygon(47% 0,53% 0,100% 100%,0 100%);background:linear-gradient(180deg,rgba(255,239,184,.32),rgba(255,231,155,.04));transition:width .18s}.bml-room-wall{position:absolute;left:42px;bottom:38px}.bml-room-wall span{font-size:9px;letter-spacing:.18em;color:var(--gold)}.bml-room-wall strong{display:block;font-family:Georgia,serif;font-weight:400;font-size:38px;line-height:1.05;margin-top:12px}
.bml-products-preview,.bml-directory,.bml-related-products{padding:120px 0;background:#faf8f2}.bml-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.bml-product-card{position:relative;border:1px solid var(--line);background:#f4f0e7;transition:transform .3s,border-color .3s,box-shadow .3s}.bml-product-card:hover{transform:translateY(-5px);border-color:rgba(199,160,90,.6);box-shadow:0 22px 50px rgba(24,20,14,.09)}.bml-product-image{position:relative;height:320px;display:grid;place-items:center;overflow:hidden;background:#eee9df}.bml-product-image img{width:86%;height:86%;object-fit:contain;filter:drop-shadow(0 17px 18px rgba(0,0,0,.15));transition:transform .45s}.bml-product-card:hover .bml-product-image img{transform:scale(1.07)}.bml-product-card-body{padding:20px}.bml-product-card-body>span{font-size:9px;letter-spacing:.16em;color:var(--gold);font-weight:800}.bml-product-card-body h3{font-family:Georgia,serif;font-weight:400;font-size:26px;margin:8px 0}.bml-product-card-body>p{font-size:12px;line-height:1.55;color:var(--muted);min-height:56px}.bml-card-specs{margin:17px 0 0;border-top:1px solid var(--line)}.bml-card-specs div{display:grid;grid-template-columns:85px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid var(--line);font-size:10px}.bml-card-specs dt{color:var(--muted)}.bml-card-specs dd{margin:0;font-weight:700}.bml-card-links{display:flex;justify-content:space-between;padding-top:16px;font-size:10px;font-weight:800}.bml-icon-button{position:absolute;z-index:2;top:12px;right:12px;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.82);cursor:pointer}.bml-center-action{text-align:center;margin-top:50px}
.bml-p2p-section{padding:130px 0;background:var(--ink);color:#fff}.bml-p2p-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.bml-p2p-visual{min-height:650px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line-dark);position:relative}.bml-p2p-visual img{max-width:78%;max-height:500px;object-fit:contain;filter:drop-shadow(0 25px 28px rgba(0,0,0,.45))}.bml-p2p-visual span{position:absolute;bottom:24px;left:24px;color:var(--gold);font-size:10px;letter-spacing:.16em}.bml-p2p-copy h2{font-family:Georgia,serif;font-size:clamp(45px,5vw,72px);font-weight:400;line-height:1;margin:0 0 25px}.bml-p2p-copy h2 em{color:var(--gold);font-weight:400}.bml-p2p-copy>p{color:rgba(255,255,255,.58);line-height:1.75}.bml-p2p-copy ol{list-style:none;padding:0;margin:34px 0}.bml-p2p-copy li{display:flex;gap:18px;padding:15px 0;border-top:1px solid var(--line-dark)}.bml-p2p-copy li span{color:var(--gold);font-size:10px}
.bml-insights-section{padding:120px 0;background:#eee9df}.bml-insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bml-insight-card{display:block;border-top:1px solid var(--line);padding-top:16px}.bml-insight-image{height:280px;background:#e5dfd4;display:grid;place-items:center;overflow:hidden;margin-bottom:18px}.bml-insight-image img{width:82%;height:82%;object-fit:contain;transition:.45s;filter:drop-shadow(0 15px 14px rgba(0,0,0,.13))}.bml-insight-card:hover .bml-insight-image img{transform:scale(1.06)}.bml-insight-card>span{font-size:9px;letter-spacing:.16em;color:var(--gold);font-weight:800}.bml-insight-card h3,.bml-insight-card h2{font-family:Georgia,serif;font-size:27px;font-weight:400;margin:10px 0}.bml-insight-card p{color:var(--muted);font-size:12px;line-height:1.65}.bml-insight-card strong{font-size:10px}
.bml-final-cta{padding:140px 0;background:var(--ink);color:#fff;text-align:center}.bml-final-cta-inner{max-width:900px}.bml-final-cta h2{font-family:Georgia,serif;font-size:clamp(52px,6vw,88px);font-weight:400;line-height:.96;margin:0}.bml-final-cta h2 em{color:var(--gold);font-weight:400}.bml-final-cta p:not(.bml-kicker){color:rgba(255,255,255,.56);line-height:1.7}.bml-final-cta .bml-actions{justify-content:center;margin-top:28px}
.bml-page-hero{padding:calc(var(--header) + 90px) 0 90px;background:var(--ink);color:#fff}.bml-page-hero h1,.bml-product-summary h1,.bml-article-header h1{font-family:Georgia,serif;font-size:clamp(54px,6vw,88px);line-height:.95;font-weight:400;letter-spacing:-.045em;margin:0}.bml-page-hero h1 em{color:var(--gold);font-weight:400}.bml-page-hero p:not(.bml-kicker){max-width:650px;color:rgba(255,255,255,.58);line-height:1.75}.bml-page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.bml-page-hero-products-art{display:flex;align-items:end;justify-content:center;height:420px}.bml-page-hero-products-art img{width:32%;height:90%;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(0,0,0,.38))}.bml-filter-panel{position:sticky;z-index:20;top:72px;display:grid;grid-template-columns:2fr 1fr 1fr auto auto;gap:12px;align-items:end;padding:18px;background:rgba(250,248,242,.94);backdrop-filter:blur(15px);border:1px solid var(--line);margin-bottom:24px}.bml-filter-panel label{display:flex;flex-direction:column;gap:7px}.bml-filter-panel label span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.bml-filter-panel input,.bml-filter-panel select{height:44px;border:1px solid var(--line);background:#fff;padding:0 12px}.bml-filter-reset{height:44px;border:1px solid var(--line);background:transparent;cursor:pointer}.bml-filter-count{display:flex;align-items:end;gap:6px}.bml-filter-count strong{font-family:Georgia,serif;font-size:32px;font-weight:400}.bml-filter-count span{font-size:10px;color:var(--muted);padding-bottom:5px}.bml-series-jump{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:64px}.bml-series-jump button{border:1px solid var(--line);background:transparent;border-radius:999px;padding:8px 13px;font-size:9px;cursor:pointer}.bml-series-heading{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:20px}.bml-series-heading span{font-size:9px;color:var(--gold);letter-spacing:.13em}.bml-series-heading h2{font-family:Georgia,serif;font-size:50px;font-weight:400;margin:5px 0 0}.bml-series-heading p{color:var(--muted)}.bml-series-block{margin-bottom:95px}.bml-empty-state{text-align:center;padding:60px}.bml-products-help,.bml-insights-newsletter{padding:80px 0;background:var(--gold)}.bml-products-help>.bml-container,.bml-insights-newsletter>.bml-container{display:flex;align-items:center;justify-content:space-between;gap:40px}.bml-products-help h2,.bml-insights-newsletter h2{font-family:Georgia,serif;font-size:42px;font-weight:400;margin:0}
.bml-product-hero{padding:calc(var(--header) + 70px) 0 90px;background:#f5f1e8}.bml-product-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:75px;align-items:center}.bml-product-gallery-main{height:620px;display:grid;place-items:center;background:#ebe6db}.bml-product-gallery-main img{width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 25px 22px rgba(0,0,0,.15));transition:opacity .15s}.bml-product-gallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto}.bml-product-gallery-thumbs button{width:82px;height:82px;border:1px solid var(--line);background:#eee9df;display:grid;place-items:center;cursor:pointer}.bml-product-gallery-thumbs button.is-active{border-color:var(--gold)}.bml-product-gallery-thumbs img{width:85%;height:85%;object-fit:contain}.bml-product-summary h1{font-size:clamp(58px,6vw,88px)}.bml-product-lead{color:var(--muted);line-height:1.75;font-size:16px}.bml-product-primary-specs{margin:34px 0;border-top:1px solid var(--line)}.bml-product-primary-specs div{padding:17px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:150px 1fr;gap:20px}.bml-product-primary-specs span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.bml-product-primary-specs strong{font-size:13px}.bml-product-actions{margin-bottom:24px}.bml-download-link{display:flex;align-items:center;gap:16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0}.bml-download-link>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);font-size:9px}.bml-download-link div{display:flex;flex-direction:column}.bml-download-link small{color:var(--muted);margin-top:4px}.bml-download-link em{margin-left:auto}.bml-product-details{padding:110px 0;background:#fff}.bml-product-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.bml-product-description h2{font-family:Georgia,serif;font-size:54px;font-weight:400;line-height:1;margin:0 0 25px}.bml-product-description h2 em{color:var(--gold);font-weight:400}.bml-product-description p,.bml-product-description li{color:var(--muted);line-height:1.75}.bml-product-description ul{padding-left:18px}.bml-specification-table{border-top:1px solid var(--ink)}.bml-specification-table h3{font-family:Georgia,serif;font-size:30px;font-weight:400}.bml-specification-table dl{margin:0}.bml-specification-table dl div{display:grid;grid-template-columns:170px 1fr;gap:20px;padding:16px 0;border-top:1px solid var(--line)}.bml-specification-table dt{color:var(--muted);font-size:11px}.bml-specification-table dd{margin:0;font-weight:700;font-size:12px}.bml-product-film{padding:110px 0;background:var(--ink);color:#fff}.bml-product-film video{width:100%;margin-top:25px;border:1px solid var(--line-dark)}
.bml-contact-section{padding:110px 0;background:#f7f4ed}.bml-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.bml-contact-details h2,.bml-contact-section h2{font-family:Georgia,serif;font-size:54px;font-weight:400}.bml-contact-cards{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.bml-contact-cards>*{padding:18px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column}.bml-contact-cards span{font-size:9px;color:var(--gold);letter-spacing:.12em}.bml-contact-cards strong{font-size:12px;margin-top:7px}.bml-lead-form{padding:30px;border:1px solid var(--line);background:#fff}.bml-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bml-lead-form label{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.bml-lead-form label span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.bml-lead-form input,.bml-lead-form select,.bml-lead-form textarea{width:100%;border:1px solid var(--line);padding:13px;background:#faf9f6}.bml-contact-products{padding:70px 0;background:#eee9df}.bml-contact-products .bml-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bml-contact-products img{width:100%;height:240px;object-fit:contain}
.bml-article-header{padding:calc(var(--header) + 80px) 0 80px;background:var(--ink);color:#fff}.bml-article-header p:not(.bml-kicker){max-width:750px;color:rgba(255,255,255,.58);line-height:1.7}.bml-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:80px;padding-top:80px;padding-bottom:100px}.bml-article-content{font-family:Georgia,serif;font-size:18px;line-height:1.8}.bml-article-content h2,.bml-article-content h3{font-family:Inter,sans-serif;margin-top:2.2em}.bml-article-content p,.bml-article-content li{color:#4c4944}.bml-article-aside-card{padding:25px;background:var(--ink);color:#fff}.bml-article-aside-card span{font-size:9px;color:var(--gold);letter-spacing:.12em}.bml-article-aside-card h3{font-family:Georgia,serif;font-size:29px;font-weight:400}.bml-article-aside-card a{font-size:10px;font-weight:800;color:var(--gold2)}
.bml-shortlist-page{padding:90px 0;min-height:55vh}.bml-shortlist-item{display:grid;grid-template-columns:150px 1fr auto;gap:25px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.bml-shortlist-item img{width:140px;height:120px;object-fit:contain;background:#ece7dc}.bml-shortlist-item h3{font-family:Georgia,serif;font-size:28px;font-weight:400;margin:0}.bml-shortlist-item p{font-size:11px;color:var(--muted)}.bml-shortlist-item button{border:0;background:none;text-decoration:underline;cursor:pointer}.bml-shortlist-empty{text-align:center;padding:70px}.bml-shortlist-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:30px}.bml-toast{position:fixed;z-index:1000;right:24px;bottom:24px;padding:14px 18px;background:var(--ink);color:#fff;transform:translateY(80px);opacity:0;transition:.3s}.bml-toast.is-visible{transform:none;opacity:1}
.bml-footer{background:#09090a;color:#fff;padding:80px 0 0}.bml-footer-top{width:min(var(--max),calc(100% - 64px));margin:auto;display:grid;grid-template-columns:1.4fr .7fr .9fr 1.4fr;gap:55px}.bml-footer-brand p,.bml-footer-column p{color:rgba(255,255,255,.46);font-size:12px;line-height:1.7}.bml-footer-column{display:flex;flex-direction:column;gap:12px}.bml-footer-column>span{font-size:9px;color:var(--gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px}.bml-footer-column a{font-size:12px;color:rgba(255,255,255,.72)}.bml-footer-cta h2{font-family:Georgia,serif;font-size:34px;font-weight:400;margin:0 0 12px}.bml-footer-bottom{width:min(var(--max),calc(100% - 64px));margin:65px auto 0;padding:20px 0;border-top:1px solid var(--line-dark);display:flex;justify-content:space-between;color:rgba(255,255,255,.36);font-size:10px}.bml-404{min-height:80vh;padding:calc(var(--header) + 100px) 0;background:var(--ink);color:#fff}.bml-404 h1{font-family:Georgia,serif;font-size:90px;font-weight:400;line-height:.92}.bml-404 h1 em{color:var(--gold);font-weight:400}
@media(max-width:1050px){.bml-menu-toggle{display:flex;margin-left:auto;align-items:center;gap:7px}.bml-menu-toggle span{width:20px;height:1px;background:#fff;position:absolute}.bml-menu-toggle span:nth-child(1){transform:translateY(-6px)}.bml-menu-toggle span:nth-child(3){transform:translateY(6px)}.bml-menu-toggle em{margin-left:30px;font-style:normal;font-size:10px}.bml-nav{position:fixed;inset:70px 0 0;background:#0b0b0c;display:none;padding:45px}.menu-open .bml-nav{display:block}.bml-menu{flex-direction:column}.bml-menu a{font-family:Georgia,serif;font-size:36px}.bml-header-actions{display:none}.bml-hero-grid,.bml-video-layout,.bml-optics-grid,.bml-p2p-grid,.bml-product-hero-grid,.bml-product-details-grid,.bml-contact-grid{grid-template-columns:1fr}.bml-hero-product{min-height:500px;border-left:0;border-top:1px solid var(--line-dark)}.bml-video-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.bml-video-tabs button{min-height:120px}.bml-product-grid{grid-template-columns:repeat(2,1fr)}.bml-signature-card,.bml-signature-card:nth-child(1),.bml-signature-card:nth-child(2){grid-column:span 6}.bml-insights-grid{grid-template-columns:repeat(2,1fr)}.bml-footer-top{grid-template-columns:1fr 1fr}.bml-filter-panel{grid-template-columns:1fr 1fr}.bml-filter-count{display:none}}
@media(max-width:680px){:root{--header:68px}.bml-container{width:min(100% - 30px,var(--max))}.bml-header-inner{width:calc(100% - 28px)}.bml-logo{width:118px}.bml-hero{padding-top:110px}.bml-hero h1{font-size:54px}.bml-hero-grid{gap:35px}.bml-hero-product{min-height:380px}.bml-hero-product-label{top:16px;left:16px}.bml-hero-facts{gap:16px}.bml-hero-facts strong{font-size:18px}.bml-section-heading-row{display:block}.bml-section-heading h2{font-size:44px}.bml-video-section,.bml-signature-section,.bml-products-preview,.bml-directory,.bml-p2p-section,.bml-insights-section{padding:80px 0}.bml-video-layout{gap:14px}.bml-video-caption{grid-template-columns:1fr}.bml-video-tabs{display:flex;overflow:auto}.bml-video-tabs button{min-width:210px}.bml-signature-grid{display:block}.bml-signature-card{margin-bottom:42px}.bml-signature-image{height:340px}.bml-product-grid{grid-template-columns:1fr}.bml-insights-grid{grid-template-columns:1fr}.bml-p2p-visual{min-height:420px}.bml-product-gallery-main{height:420px}.bml-form-grid{grid-template-columns:1fr}.bml-footer-top{grid-template-columns:1fr;width:calc(100% - 30px)}.bml-footer-bottom{width:calc(100% - 30px)}.bml-page-hero-grid{grid-template-columns:1fr}.bml-page-hero-products-art{height:280px}.bml-filter-panel{position:static;grid-template-columns:1fr}.bml-series-heading h2{font-size:40px}.bml-article-layout{grid-template-columns:1fr;padding-top:50px}.bml-shortlist-item{grid-template-columns:90px 1fr}.bml-shortlist-item img{width:80px;height:80px}.bml-shortlist-item button{grid-column:2}.bml-products-help>.bml-container,.bml-insights-newsletter>.bml-container{display:block}.bml-products-help .bml-button,.bml-insights-newsletter .bml-button{margin-top:22px}}


/* v5.2 transparent product image refinement */
.bml-product-grid{gap:24px}
.bml-product-card{background:#f8f5ee;border-color:rgba(27,24,19,.08);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(24,20,14,.04)}
.bml-product-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(24,20,14,.08);border-color:rgba(199,160,90,.45)}
.bml-product-image{height:320px;background:transparent;display:flex;align-items:center;justify-content:center;padding:28px}
.bml-product-image img{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 16px 20px rgba(0,0,0,.12))}
.bml-product-badge{background:rgba(20,18,14,.75);backdrop-filter:blur(6px)}
.bml-product-body,.bml-product-card-body{padding:22px 22px 20px}
.bml-product-heading h3{font-family:Georgia,serif;font-size:34px;font-weight:400;margin:0 0 8px;line-height:1}
.bml-product-excerpt{font-size:14px;line-height:1.6;color:var(--muted);min-height:52px;margin:0 0 12px}
.bml-card-specs{margin:12px 0 0;border-top:1px solid var(--line)}
.bml-card-specs div{grid-template-columns:74px 1fr;font-size:11px;padding:12px 0}
.bml-card-links{padding-top:18px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.single-bm_product .bml-product-hero-media,.bml-product-gallery-main{background:transparent}
.bml-product-gallery img,.bml-product-hero-media img{object-fit:contain}


/* v5.3 stronger landing page and compact product collection */
.bml-hero-v53{position:relative;overflow:hidden;background:linear-gradient(115deg,#0b0b0c 0%,#101011 58%,#090909 100%)}
.bml-hero-v53:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-180px;top:8%;background:radial-gradient(circle,rgba(206,166,88,.16),rgba(206,166,88,0) 68%);pointer-events:none}
.bml-hero-v53 .bml-hero-grid{position:relative;z-index:1;grid-template-columns:1.08fr .92fr;gap:56px}
.bml-hero-v53 .bml-hero-copy{padding:34px 0}
.bml-hero-v53 h1{font-size:clamp(64px,7.2vw,118px);line-height:.85;max-width:820px}
.bml-hero-v53 h1 em{font-style:italic;color:var(--gold2)}
.bml-hero-v53 .bml-hero-tagline{text-transform:uppercase;letter-spacing:.13em;font-family:inherit;font-size:12px;font-weight:700;color:#fff;margin:32px 0 18px}
.bml-hero-v53 .bml-hero-intro{max-width:570px;font-size:17px;line-height:1.75}
.bml-hero-v53 .bml-hero-product{min-height:650px;border-left:1px solid rgba(255,255,255,.09)}
.bml-hero-v53 .bml-hero-product:after{display:none}
.bml-hero-orbit{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(206,166,88,.24);box-shadow:0 0 80px rgba(206,166,88,.05)}
.bml-hero-orbit:before,.bml-hero-orbit:after{content:"";position:absolute;border-radius:50%;inset:10%;border:1px solid rgba(255,255,255,.07)}
.bml-hero-orbit:after{inset:24%;border-color:rgba(206,166,88,.12)}
.bml-hero-v53 .bml-hero-product img{width:min(82%,560px);max-height:520px}
.bml-hero-product-meta{position:absolute;left:44px;bottom:44px;display:flex;flex-direction:column;gap:5px;z-index:2}
.bml-hero-product-meta span{font-size:9px;letter-spacing:.18em;color:var(--gold2);text-transform:uppercase}
.bml-hero-product-meta strong{font-family:Georgia,serif;font-weight:400;font-size:18px}
.bml-hero-v53 .bml-hero-product>a{right:40px;bottom:44px}

.bml-home-products{padding:112px 0 105px;background:var(--paper)}
.bml-heading-side{max-width:420px}
.bml-heading-side p{margin:0 0 20px;color:var(--muted);line-height:1.7}
.bml-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.bml-home-product-card{position:relative;border:1px solid rgba(27,24,19,.09);background:#f7f3eb;border-radius:16px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.bml-home-product-card:hover{transform:translateY(-7px);border-color:rgba(199,160,90,.5);box-shadow:0 22px 44px rgba(24,20,14,.09)}
.bml-home-product-media{position:relative;height:270px;display:flex;align-items:center;justify-content:center;padding:30px;background:linear-gradient(145deg,#f2ede3,#fbf9f4)}
.bml-home-product-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(0,0,0,.14));transition:transform .45s ease}
.bml-home-product-card:hover .bml-home-product-media img{transform:translateY(-5px) scale(1.045)}
.bml-home-product-index{position:absolute;top:16px;left:16px;font-size:9px;letter-spacing:.16em;color:var(--gold);font-weight:800}
.bml-home-product-copy{padding:18px 19px 20px}
.bml-home-product-copy>span{font-size:8px;letter-spacing:.17em;color:var(--gold);font-weight:800;text-transform:uppercase}
.bml-home-product-copy h3{font-family:Georgia,serif;font-size:28px;font-weight:400;line-height:1;margin:8px 0 17px}
.bml-home-product-copy>div{display:flex;justify-content:space-between;align-items:center;padding-top:13px;border-top:1px solid var(--line)}
.bml-home-product-copy small{font-size:10px;color:var(--muted)}
.bml-home-product-copy>div>a{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;transition:.25s}
.bml-home-product-card:hover .bml-home-product-copy>div>a{background:var(--ink);color:#fff;border-color:var(--ink)}
.bml-home-products .bml-center-action{margin-top:42px}

@media(max-width:1050px){
  .bml-hero-v53 .bml-hero-grid{grid-template-columns:1fr}
  .bml-hero-v53 .bml-hero-product{min-height:480px;border-left:0;border-top:1px solid var(--line-dark)}
  .bml-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .bml-hero-v53 h1{font-size:58px;line-height:.9}
  .bml-hero-v53 .bml-hero-tagline{font-size:10px;line-height:1.6}
  .bml-hero-v53 .bml-hero-product{min-height:390px}
  .bml-hero-product-meta{left:18px;bottom:20px}
  .bml-hero-v53 .bml-hero-product>a{right:18px;bottom:20px}
  .bml-home-products{padding:78px 0}
  .bml-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .bml-home-product-media{height:190px;padding:18px}
  .bml-home-product-copy{padding:14px}
  .bml-home-product-copy h3{font-size:21px;margin-bottom:13px}
  .bml-home-product-copy small{font-size:8px}
}


/* v5.4 true landing page */
.bml-landing-hero{position:relative;min-height:100svh;padding:calc(var(--header) + 54px) 0 54px;background:#09090a;color:#fff;display:flex;align-items:center;overflow:hidden}
.bml-landing-glow{position:absolute;right:-15vw;top:-20vh;width:72vw;height:120vh;background:radial-gradient(ellipse at center,rgba(199,160,90,.19) 0%,rgba(199,160,90,.07) 32%,transparent 70%);pointer-events:none}
.bml-landing-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(470px,.97fr);gap:70px;align-items:center}
.bml-landing-copy{padding:35px 0 70px}
.bml-landing-copy h1{max-width:780px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(68px,7.9vw,126px);font-weight:400;line-height:.83;letter-spacing:-.065em;text-wrap:balance}
.bml-landing-tagline{max-width:760px;margin:34px 0 16px;font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--gold2);line-height:1.65}
.bml-landing-intro{max-width:620px;margin:0 0 34px;color:rgba(255,255,255,.63);font-size:16px;line-height:1.8}
.bml-landing-actions{margin-top:8px}
.bml-landing-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:720px;margin-top:62px;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.bml-landing-trust div{padding:20px 24px 20px 0;border-right:1px solid rgba(255,255,255,.12)}
.bml-landing-trust div+div{padding-left:24px}.bml-landing-trust div:last-child{border-right:0}
.bml-landing-trust strong{display:block;font-family:Georgia,serif;font-size:24px;font-weight:400;color:#fff;white-space:nowrap}.bml-landing-trust span{display:block;margin-top:6px;color:rgba(255,255,255,.42);font-size:10px;letter-spacing:.05em}
.bml-landing-stage{position:relative;min-height:690px;border-left:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
.bml-landing-halo{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(199,160,90,.27);box-shadow:0 0 120px rgba(199,160,90,.09),inset 0 0 100px rgba(199,160,90,.04)}
.bml-landing-halo:before,.bml-landing-halo:after{content:"";position:absolute;border-radius:50%;inset:12%;border:1px solid rgba(255,255,255,.07)}.bml-landing-halo:after{inset:27%;border-color:rgba(199,160,90,.14)}
.bml-landing-image-wrap{position:relative;z-index:2;width:82%;height:510px;display:flex;align-items:center;justify-content:center}
.bml-landing-image-wrap img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 42px 46px rgba(0,0,0,.55));transition:opacity .18s ease,transform .5s cubic-bezier(.2,.8,.2,1)}
.bml-landing-image-wrap img.is-changing{opacity:0;transform:translateY(10px) scale(.96)}
.bml-landing-stage:hover .bml-landing-image-wrap img{transform:translateY(-8px) scale(1.025)}
.bml-landing-product-copy{position:absolute;z-index:3;left:40px;bottom:93px}.bml-landing-product-copy span{font-size:9px;letter-spacing:.2em;color:var(--gold2);font-weight:800;text-transform:uppercase}.bml-landing-product-copy h2{margin:7px 0 12px;font-family:Georgia,serif;font-size:36px;font-weight:400}.bml-landing-product-copy a{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--gold);padding-bottom:5px}
.bml-landing-product-tabs{position:absolute;z-index:4;left:40px;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.13)}
.bml-landing-product-tabs button{min-height:64px;padding:0 12px;border:0;border-right:1px solid rgba(255,255,255,.1);background:transparent;color:rgba(255,255,255,.58);font-size:10px;font-weight:800;letter-spacing:.05em;text-align:left;cursor:pointer;transition:.25s}.bml-landing-product-tabs button span{display:block;margin-bottom:5px;color:var(--gold);font-size:8px}.bml-landing-product-tabs button:hover,.bml-landing-product-tabs button.is-active{color:#fff;background:rgba(255,255,255,.05)}.bml-landing-product-tabs button.is-active{box-shadow:inset 0 -2px var(--gold)}
.bml-landing-scroll{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.42);font-size:8px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.bml-landing-scroll span{display:block;width:42px;height:1px;background:var(--gold);animation:bmlScrollPulse 1.8s ease-in-out infinite}@keyframes bmlScrollPulse{0%,100%{transform:scaleX(.45);transform-origin:left}50%{transform:scaleX(1);transform-origin:left}}

.bml-video-section-landing{padding:110px 0 120px}
.bml-landing-products{padding:110px 0;background:var(--paper)}
.bml-landing-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bml-landing-card{background:#f8f5ee;border:1px solid rgba(27,24,19,.08);border-radius:18px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.bml-landing-card:hover{transform:translateY(-7px);border-color:rgba(199,160,90,.5);box-shadow:0 22px 50px rgba(24,20,14,.09)}
.bml-landing-card-media{position:relative;height:310px;padding:30px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f0ebe1,#fbfaf6)}.bml-landing-card-media>span{position:absolute;top:18px;left:18px;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.17em}.bml-landing-card-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.14));transition:transform .45s ease}.bml-landing-card:hover img{transform:translateY(-6px) scale(1.04)}
.bml-landing-card-copy{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:end;padding:20px 22px 22px}.bml-landing-card-copy small{color:var(--gold);font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.bml-landing-card-copy h3{margin:7px 0 0;font-family:Georgia,serif;font-size:29px;font-weight:400;line-height:1}.bml-landing-card-copy p{margin:0;color:var(--muted);font-size:10px;white-space:nowrap}.bml-landing-card-copy>a{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;transition:.25s}.bml-landing-card:hover .bml-landing-card-copy>a{background:var(--ink);border-color:var(--ink);color:#fff}.bml-landing-products .bml-center-action{margin-top:42px}

.bml-landing-value{padding:120px 0;background:#111112;color:#fff}.bml-landing-value-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.bml-landing-value-copy{position:sticky;top:130px;align-self:start}.bml-landing-value-copy h2{margin:0 0 26px;font-family:Georgia,serif;font-size:clamp(54px,5.7vw,82px);font-weight:400;line-height:.94;letter-spacing:-.045em}.bml-landing-value-copy h2 em{color:var(--gold);font-weight:400}.bml-landing-value-copy>p{max-width:500px;color:rgba(255,255,255,.56);line-height:1.75;margin-bottom:28px}.bml-landing-value-copy .bml-text-link{color:#fff}
.bml-landing-value-list{border-top:1px solid rgba(255,255,255,.14)}.bml-landing-value-list article{display:grid;grid-template-columns:72px 220px 1fr;gap:25px;padding:35px 0;border-bottom:1px solid rgba(255,255,255,.14);align-items:start}.bml-landing-value-list article>span{color:var(--gold);font-size:10px;letter-spacing:.15em}.bml-landing-value-list h3{margin:0;font-family:Georgia,serif;font-size:30px;font-weight:400}.bml-landing-value-list p{margin:2px 0 0;color:rgba(255,255,255,.5);font-size:13px;line-height:1.7}
.bml-landing-final{background:linear-gradient(135deg,#09090a,#15120d)}

@media(max-width:1100px){.bml-landing-grid{grid-template-columns:1fr;gap:20px}.bml-landing-copy{padding-bottom:25px}.bml-landing-stage{min-height:560px;border-left:0;border-top:1px solid rgba(255,255,255,.12)}.bml-landing-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bml-landing-value-grid{grid-template-columns:1fr}.bml-landing-value-copy{position:static}.bml-landing-value-list article{grid-template-columns:55px 200px 1fr}}
@media(max-width:680px){.bml-landing-hero{padding-top:102px}.bml-landing-copy{padding-top:10px}.bml-landing-copy h1{font-size:56px;line-height:.9}.bml-landing-tagline{font-size:10px;letter-spacing:.11em}.bml-landing-intro{font-size:14px}.bml-landing-trust{grid-template-columns:1fr;margin-top:38px}.bml-landing-trust div,.bml-landing-trust div+div{padding:15px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.bml-landing-trust div:last-child{border-bottom:0}.bml-landing-stage{min-height:440px}.bml-landing-image-wrap{height:330px;width:88%}.bml-landing-product-copy{left:16px;bottom:76px}.bml-landing-product-copy h2{font-size:28px}.bml-landing-product-tabs{left:0}.bml-landing-product-tabs button{min-height:58px;font-size:8px;padding:0 7px}.bml-landing-scroll{display:none}.bml-landing-product-grid{grid-template-columns:1fr}.bml-landing-card-media{height:290px}.bml-landing-value{padding:80px 0}.bml-landing-value-copy h2{font-size:49px}.bml-landing-value-list article{grid-template-columns:42px 1fr;gap:14px}.bml-landing-value-list article p{grid-column:2}.bml-video-section-landing,.bml-landing-products{padding:80px 0}}


/* v5.5 conversion-led landing hero */
.bml-landing-hero-v55{min-height:104svh;padding-top:calc(var(--header) + 38px);padding-bottom:44px}
.bml-landing-hero-v55:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(255,255,255,.018),transparent 35%),radial-gradient(circle at 12% 12%,rgba(199,160,90,.06),transparent 30%);pointer-events:none}
.bml-landing-light-line{position:absolute;top:0;left:0;width:34%;height:2px;background:linear-gradient(90deg,var(--gold),transparent);animation:bmlLandingLine 5s ease-in-out infinite}
@keyframes bmlLandingLine{0%,100%{width:12%;opacity:.65}50%{width:46%;opacity:1}}
.bml-landing-hero-v55 .bml-landing-grid{grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);gap:58px}
.bml-landing-hero-v55 .bml-landing-copy{padding:16px 0 34px}
.bml-landing-hero-v55 .bml-landing-copy h1{font-size:clamp(70px,7.35vw,118px);line-height:.84;max-width:760px;text-shadow:0 15px 55px rgba(0,0,0,.25)}
.bml-landing-hero-v55 .bml-landing-tagline{margin-top:27px;margin-bottom:11px}
.bml-landing-hero-v55 .bml-landing-intro{max-width:690px;margin-bottom:23px;font-size:15px;line-height:1.7}

.bml-hero-conversion{max-width:760px;padding:17px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.035);backdrop-filter:blur(14px);border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.bml-hero-conversion-head{display:flex;align-items:baseline;gap:13px;margin-bottom:12px}.bml-hero-conversion-head strong{font-family:Georgia,serif;font-size:19px;font-weight:400;color:#fff}.bml-hero-conversion-head span{font-size:10px;color:rgba(255,255,255,.46)}
.bml-hero-lead-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px}.bml-hero-lead-form label{margin:0}.bml-hero-lead-form input{width:100%;height:45px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(0,0,0,.28);color:#fff;font-size:12px;outline:none;transition:.25s}.bml-hero-lead-form input::placeholder{color:rgba(255,255,255,.42)}.bml-hero-lead-form input:focus{border-color:var(--gold);box-shadow:0 0 0 2px rgba(199,160,90,.13)}.bml-hero-lead-form button{height:45px;padding:0 18px;border:0;border-radius:8px;background:var(--gold);color:#111;font-size:10px;font-weight:900;letter-spacing:.04em;cursor:pointer;white-space:nowrap;transition:.25s}.bml-hero-lead-form button:hover{background:#e6c477;transform:translateY(-1px)}
.bml-hero-quick-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:12px}.bml-hero-quick-links a{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.68);border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:3px}.bml-hero-quick-links a:hover,.bml-hero-quick-links .bml-hero-whatsapp{color:var(--gold2);border-color:var(--gold)}

.bml-landing-differentiators{max-width:760px;margin-top:25px}.bml-landing-differentiators div{padding-top:15px;padding-bottom:15px}.bml-landing-differentiators div>span{display:block;color:var(--gold);font-size:8px;font-weight:800;letter-spacing:.16em;margin-bottom:6px}.bml-landing-differentiators strong{font-family:inherit;font-size:12px;font-weight:800;letter-spacing:.02em}.bml-landing-differentiators small{display:block;margin-top:5px;color:rgba(255,255,255,.4);font-size:9px;line-height:1.45}

.bml-landing-hero-v55 .bml-landing-stage{min-height:760px;align-items:flex-start;padding-top:34px}
.bml-landing-hero-v55 .bml-landing-halo{top:65px;width:68%}
.bml-landing-hero-v55 .bml-landing-image-wrap{height:430px;width:82%}
.bml-landing-hero-v55 .bml-landing-product-copy{left:38px;bottom:205px}
.bml-landing-hero-v55 .bml-landing-product-copy h2{font-size:35px;margin-bottom:9px}
.bml-nine-product-tabs{left:38px;right:0;grid-template-columns:repeat(3,1fr);border-left:1px solid rgba(255,255,255,.08)}
.bml-nine-product-tabs button{min-height:56px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column;justify-content:center}.bml-nine-product-tabs button:nth-child(3n){border-right:0}.bml-nine-product-tabs button span{font-size:7px;margin-bottom:4px}.bml-nine-product-tabs button strong{font-size:9px;letter-spacing:.07em;line-height:1.15}.bml-nine-product-tabs button.is-active{background:linear-gradient(135deg,rgba(199,160,90,.15),rgba(255,255,255,.025));box-shadow:inset 0 -2px var(--gold),inset 0 0 0 1px rgba(199,160,90,.25)}

@media(max-width:1250px){.bml-landing-hero-v55 .bml-landing-grid{grid-template-columns:minmax(0,1fr) minmax(430px,.92fr);gap:35px}.bml-landing-hero-v55 .bml-landing-copy h1{font-size:clamp(65px,7vw,100px)}.bml-hero-lead-form{grid-template-columns:1fr 1fr}.bml-hero-lead-form button{grid-column:1/-1}.bml-landing-hero-v55 .bml-landing-stage{min-height:720px}}
@media(max-width:1100px){.bml-landing-hero-v55{padding-bottom:70px}.bml-landing-hero-v55 .bml-landing-grid{grid-template-columns:1fr}.bml-landing-hero-v55 .bml-landing-stage{min-height:720px;margin-top:20px}.bml-landing-hero-v55 .bml-landing-image-wrap{height:410px}.bml-landing-hero-v55 .bml-landing-product-copy{bottom:205px}}
@media(max-width:680px){.bml-landing-hero-v55{padding-top:96px}.bml-landing-hero-v55 .bml-landing-copy h1{font-size:54px}.bml-hero-conversion{padding:14px}.bml-hero-conversion-head{display:block}.bml-hero-conversion-head span{display:block;margin-top:5px;line-height:1.5}.bml-hero-lead-form{grid-template-columns:1fr}.bml-hero-lead-form button{grid-column:auto}.bml-hero-quick-links{gap:12px}.bml-landing-differentiators{grid-template-columns:1fr}.bml-landing-differentiators div,.bml-landing-differentiators div+div{padding:12px 0}.bml-landing-hero-v55 .bml-landing-stage{min-height:650px;padding-top:20px}.bml-landing-hero-v55 .bml-landing-halo{top:45px;width:82%}.bml-landing-hero-v55 .bml-landing-image-wrap{height:300px}.bml-landing-hero-v55 .bml-landing-product-copy{left:10px;bottom:315px}.bml-nine-product-tabs{left:0;grid-template-columns:repeat(3,1fr)}.bml-nine-product-tabs button{min-height:57px;padding:7px 6px}.bml-nine-product-tabs button strong{font-size:8px}.bml-landing-hero-v55 .bml-landing-scroll{display:none}}


/* v5.6 mobile-first polish, WhatsApp-first contact, compact product grid */
html,body{max-width:100%;overflow-x:hidden}
.bml-header-whatsapp{display:flex;align-items:center;gap:8px;margin-left:8px;padding:8px 12px;border:1px solid rgba(199,160,90,.38);border-radius:999px;color:#fff;background:rgba(199,160,90,.08);white-space:nowrap;transition:.25s}
.bml-header-whatsapp:hover{background:var(--gold);color:#111;border-color:var(--gold)}
.bml-header-whatsapp span{font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--gold2)}
.bml-header-whatsapp strong{font-size:10px;font-weight:800}.bml-header-whatsapp:hover span{color:#111}
.bml-hero-first-whatsapp{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:9px 13px;border:1px solid rgba(199,160,90,.42);border-radius:999px;background:rgba(199,160,90,.08);color:#fff}
.bml-hero-first-whatsapp span{font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--gold2)}
.bml-hero-first-whatsapp strong{font-size:11px}.bml-hero-first-whatsapp em{font-style:normal;color:var(--gold)}
.bml-series-explore-prompt{position:absolute;z-index:4;left:38px;right:0;bottom:176px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:0 4px 11px;border-bottom:1px solid rgba(255,255,255,.1)}
.bml-series-explore-prompt span{font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--gold2)}
.bml-series-explore-prompt small{font-size:8px;color:rgba(255,255,255,.4)}
.bml-landing-product-tabs{bottom:0}
.bml-landing-product-copy{bottom:225px!important}

.bml-landing-products{padding:76px 0 82px}
.bml-landing-products .bml-section-heading{margin-bottom:32px}
.bml-landing-product-grid{gap:14px}
.bml-landing-card{border-radius:14px}
.bml-landing-card-media{height:205px;padding:22px}
.bml-landing-card-copy{padding:14px 16px 16px;gap:10px}
.bml-landing-card-copy h3{font-size:23px}
.bml-landing-card-copy p{font-size:9px}
.bml-landing-products .bml-center-action{margin-top:28px}

@media(max-width:1180px){
  .bml-header-whatsapp strong{display:none}
  .bml-header-whatsapp{padding:8px 11px}
}

@media(max-width:1050px){
  .bml-header-inner{gap:14px}
  .bml-header-whatsapp{margin-left:auto}
  .bml-menu-toggle{margin-left:0}
  .bml-nav{inset:var(--header) 0 0}
}

@media(max-width:768px){
  :root{--header:72px}
  body{font-size:15px}
  .bml-container{width:min(100% - 24px,var(--max))}
  .bml-header-inner{width:calc(100% - 20px);gap:9px}
  .bml-logo{width:104px}
  .bml-header-whatsapp{padding:7px 10px;gap:5px}
  .bml-header-whatsapp span{font-size:8px}
  .bml-menu-toggle{width:44px;height:44px;padding:0;justify-content:center}
  .bml-menu-toggle em{display:none}
  .bml-nav{inset:72px 0 0;padding:28px 22px;overflow-y:auto}
  .bml-menu{gap:20px}
  .bml-menu a{font-size:29px;line-height:1.1}

  .bml-landing-hero-v55{min-height:auto;padding:94px 0 42px;display:block}
  .bml-landing-hero-v55 .bml-landing-grid{display:block}
  .bml-landing-hero-v55 .bml-landing-copy{padding:6px 0 34px}
  .bml-hero-first-whatsapp{margin-bottom:14px}
  .bml-landing-hero-v55 .bml-landing-copy h1{font-size:clamp(50px,15vw,68px);line-height:.88;letter-spacing:-.055em;max-width:100%}
  .bml-landing-tagline{font-size:9px;letter-spacing:.09em;margin:22px 0 10px}
  .bml-landing-hero-v55 .bml-landing-intro{font-size:13px;line-height:1.65;margin-bottom:18px}
  .bml-hero-conversion{padding:12px;border-radius:12px}
  .bml-hero-conversion-head strong{font-size:17px}
  .bml-hero-conversion-head span{font-size:9px}
  .bml-hero-lead-form{display:grid;grid-template-columns:1fr;gap:8px}
  .bml-hero-lead-form input,.bml-hero-lead-form button{height:44px}
  .bml-hero-quick-links{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
  .bml-hero-quick-links a{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 8px;border:1px solid rgba(255,255,255,.13);border-radius:8px;text-align:center}
  .bml-hero-quick-links a:last-child{grid-column:1/-1}
  .bml-landing-differentiators{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px;border:0}
  .bml-landing-differentiators div,.bml-landing-differentiators div+div{padding:10px 8px;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:rgba(255,255,255,.025)}
  .bml-landing-differentiators div>span{margin-bottom:4px}
  .bml-landing-differentiators strong{font-size:9px;line-height:1.2}
  .bml-landing-differentiators small{display:none}

  .bml-landing-hero-v55 .bml-landing-stage{display:grid;grid-template-columns:1fr;min-height:0;margin-top:0;padding:24px 0 0;border-top:1px solid rgba(255,255,255,.12);border-left:0;align-items:initial;justify-content:initial}
  .bml-landing-hero-v55 .bml-landing-halo{top:38px;left:50%;transform:translateX(-50%);width:min(76vw,340px)}
  .bml-landing-hero-v55 .bml-landing-image-wrap{position:relative;width:100%;height:270px;margin:0 auto}
  .bml-landing-image-wrap img{max-width:100%;max-height:100%;object-fit:contain;transform:none!important}
  .bml-landing-product-copy,.bml-landing-hero-v55 .bml-landing-product-copy{position:relative;left:auto;bottom:auto!important;padding:4px 0 14px;text-align:center}
  .bml-landing-product-copy h2,.bml-landing-hero-v55 .bml-landing-product-copy h2{font-size:30px;margin:5px 0 9px}
  .bml-landing-product-copy a{display:inline-flex;min-height:38px;align-items:center;padding:0 4px}
  .bml-series-explore-prompt{position:relative;left:auto;right:auto;bottom:auto;display:block;padding:10px 0 9px;text-align:center}
  .bml-series-explore-prompt small{display:block;margin-top:4px}
  .bml-nine-product-tabs,.bml-landing-product-tabs{position:relative;left:auto;right:auto;bottom:auto;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;border-left:0}
  .bml-nine-product-tabs button{min-width:0;min-height:52px;padding:6px 4px;text-align:center;align-items:center}
  .bml-nine-product-tabs button strong{font-size:7.5px;letter-spacing:.035em;overflow-wrap:anywhere}
  .bml-nine-product-tabs button span{font-size:6px}

  .bml-video-section-landing{padding:64px 0}
  .bml-video-layout{display:block}
  .bml-video-stage video{aspect-ratio:16/10;object-fit:contain}
  .bml-video-caption{display:block;padding:14px 15px}
  .bml-video-caption h3{font-size:23px;margin:4px 0 7px}
  .bml-video-caption p{font-size:11px}
  .bml-video-tabs{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible}
  .bml-video-tabs button{min-width:0;min-height:78px;padding:10px 7px;display:block;text-align:center;border-left:1px solid var(--line-dark)}
  .bml-video-tabs strong{display:block;font-size:13px}
  .bml-video-tabs small{display:none}
  .bml-video-tabs span{display:block;margin-bottom:5px}

  .bml-landing-products{padding:58px 0 62px}
  .bml-landing-products .bml-section-heading{margin-bottom:24px}
  .bml-landing-products .bml-section-heading h2{font-size:38px}
  .bml-heading-side p{font-size:12px}
  .bml-landing-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .bml-landing-card{border-radius:11px}
  .bml-landing-card-media{height:145px;padding:12px}
  .bml-landing-card-media>span{top:9px;left:9px;font-size:7px}
  .bml-landing-card-copy{display:block;padding:10px 10px 12px}
  .bml-landing-card-copy small{font-size:6px}
  .bml-landing-card-copy h3{font-size:18px;margin-top:4px;line-height:1.05}
  .bml-landing-card-copy p{display:none}
  .bml-landing-card-copy>a{width:28px;height:28px;margin-top:9px}
  .bml-landing-products .bml-center-action{margin-top:20px}
  .bml-landing-products .bml-button{width:100%}

  .bml-section-heading-row{gap:18px}
  .bml-section-heading h2{font-size:39px}
  .bml-landing-value{padding:64px 0}
  .bml-landing-value-copy h2{font-size:45px}
  .bml-landing-value-list article{padding:22px 0}
  .bml-optics-section,.bml-p2p-section,.bml-insights-section{padding:64px 0}
  .bml-beam-room{min-height:400px}
  .bml-p2p-visual{min-height:340px}
  .bml-insight-image{height:220px}
  .bml-final-cta{padding:70px 0}
  .bml-final-cta h2{font-size:45px}

  .bml-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .bml-product-image{height:150px;padding:12px}
  .bml-product-body,.bml-product-card-body{padding:12px}
  .bml-product-heading h3,.bml-product-card-body h3{font-size:20px}
  .bml-product-excerpt{display:none}
  .bml-card-specs{display:none}
  .bml-card-links{display:grid;grid-template-columns:1fr;gap:7px;padding-top:10px;font-size:9px}
  .bml-product-gallery-main{height:340px}
  .bml-product-hero-grid,.bml-product-details-grid{gap:26px}
  .bml-product-hero h1{font-size:48px}
}

@media(max-width:390px){
  .bml-logo{width:94px}
  .bml-header-whatsapp{padding:7px 8px}
  .bml-header-whatsapp span{font-size:7px}
  .bml-landing-hero-v55 .bml-landing-copy h1{font-size:48px}
  .bml-nine-product-tabs button strong{font-size:7px}
  .bml-landing-product-grid,.bml-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bml-landing-card-media,.bml-product-image{height:132px}
}
