:root{--ink:#202822;--muted:#68716b;--green:#215942;--paper:#fff;--soft:#f3f5f2;--line:#dce2dc;--rose:#f6eae7;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 Arial,'Microsoft YaHei',sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:5px}a:focus-visible,button:focus-visible{outline:2px solid var(--green)}button{cursor:pointer}img{display:block;width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2{font-weight:400;line-height:1.12;letter-spacing:0}h1{font-family:var(--serif);font-size:58px;margin-bottom:24px}h2{font-family:var(--serif);font-size:40px;margin-bottom:18px}h3{font-size:21px;line-height:1.3;font-weight:500}p{color:var(--muted)}.wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto}.utility{background:var(--ink);color:#fff;font-size:10px;padding:9px 0}.utility .wrap{display:flex;justify-content:space-between;gap:20px}.site-header{position:sticky;top:0;background:#fffffff5;backdrop-filter:blur(12px);z-index:30;border-bottom:1px solid var(--line)}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:24px}.brand-symbol{color:var(--green);font:italic 40px var(--serif);line-height:1}#site-nav{display:flex;align-items:center;gap:28px;font-size:13px}#site-nav>a:not(.button):hover{color:var(--green);text-decoration:underline;text-underline-offset:7px}.languages{font-size:12px}.languages select{max-width:110px;background:transparent;border:0;color:var(--ink);padding:8px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:50px;padding:13px 23px;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:2px;font-size:13px;line-height:1.4;transition:background .2s}.button:hover{background:#153f2d}.button.small{min-height:42px;padding:10px 16px;gap:18px}.button.light{background:#fff;color:var(--green);border-color:#fff}.text-link{display:inline-flex;gap:18px;align-items:center;font-size:13px;border-bottom:1px solid currentColor;padding:7px 0}.hero{background-image:var(--hero-image);background-size:cover;background-position:center 60%;background-color:#e7e8e6}.hero-inner{min-height:600px;display:flex;align-items:center}.hero-copy{width:43%;padding:45px 0}.hero-description{max-width:400px;color:#444f47;font-size:15px;line-height:1.8}.eyebrow{font-size:10px;font-weight:700;line-height:1.6;color:var(--green);margin-bottom:22px}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:28px}.hero-note{font-size:11px;margin-top:28px;color:#4f5952}.proof-strip{border-bottom:1px solid var(--line);padding:22px 0}.proof-strip .wrap{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;font-size:12px}.proof-strip span+span{border-left:1px solid var(--line)}.section{padding:82px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:36px}.section-heading h2{margin:0}.section-heading p:not(.eyebrow){max-width:280px;font-size:13px;margin:0}.section-heading .eyebrow{margin-bottom:13px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.product-image{position:relative;display:block;aspect-ratio:1.55;overflow:hidden;background:#ecefeb}.product-image img{height:100%;object-fit:cover;object-position:85% 70%;transition:transform .4s}.product-image:hover img{transform:scale(1.035)}.product-image.lens_image img{object-position:65% 35%}.image-label{position:absolute;left:20px;top:20px;font-size:10px;padding:5px 10px;background:#ffffffe0}.product-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:23px 0 10px}.product-heading h3{margin:0;font-size:24px;font-family:var(--serif)}.product-card>p{font-size:13px;max-width:440px;margin-bottom:22px}.product-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:13px;font-size:10px;color:var(--muted)}.process-section{background:var(--soft)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:44px}.step-number{display:block;font-size:12px;color:var(--green);padding:0 0 25px;border-bottom:1px solid #cdd8ce;margin-bottom:22px}.process-grid h3{font-size:17px}.process-grid p{font-size:13px}.applications{display:grid;grid-template-columns:1fr 1fr;gap:100px}.applications h2{max-width:380px}.application-list article{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.application-list article:first-child{padding-top:0}.application-list article>span{font-size:11px;color:var(--green)}.application-list h3{font-size:18px;margin-bottom:9px}.application-list p{font-size:13px;margin:0}.journal-section{background:#fbf9f8}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.post-card{min-width:0}.post-image{display:block;aspect-ratio:1.55;overflow:hidden;margin-bottom:20px;background:var(--soft)}.post-image img{height:100%;object-fit:cover}.post-meta{font-size:11px;color:var(--muted);margin-bottom:12px}.post-card h3{font-family:var(--serif);font-size:24px}.post-card p{font-size:13px}.cta{background:var(--green);padding:60px 0;color:#fff}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta .eyebrow{color:#c5e1ce}.cta h2{font-size:36px}.cta p{color:#d3e4d8;margin-bottom:0}.cta .eyebrow{margin-bottom:12px}.cta .button{flex-shrink:0}footer{background:#f7f8f6;padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-grid h3{font-size:13px;font-weight:700;margin-bottom:18px}.footer-grid p{font-size:12px;max-width:250px;margin-top:14px}.footer-grid>div>a:not(.brand){display:block;font-size:12px;color:var(--muted);margin-bottom:9px;overflow-wrap:anywhere}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:24px 0;font-size:10px;color:var(--muted);margin-top:40px}.page-title{padding-top:72px;padding-bottom:30px}.page-title h1{max-width:850px}.page-title>p{max-width:700px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.detail-grid h1{font-size:43px}.detail-image{background:var(--soft);aspect-ratio:1;overflow:hidden}.detail-image img{height:100%;object-fit:cover;object-position:75% center}.lead{font-size:18px;line-height:1.7}.spec-list{margin:25px 0 30px}.spec-list>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:11px 0;font-size:13px}.spec-list dt{color:var(--muted)}.spec-list dd{margin:0;text-align:right}.fine-print{font-size:11px;margin-top:20px}.soft{background:var(--soft)}.reading-content{max-width:800px;padding-bottom:50px;overflow-wrap:anywhere}.reading-content h2{font-size:30px;margin:40px 0 15px}.reading-content h3{margin-top:30px}.reading-content p{line-height:1.9}.reading-content a{text-decoration:underline;color:var(--green)}.reading-content li{margin-bottom:12px;color:var(--muted)}.reading-content table{border-collapse:collapse;width:100%}.reading-content td,.reading-content th{border:1px solid var(--line);padding:12px}.quote-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:80px}.quote-grid h1{font-size:48px}.quote-facts{margin-top:35px;padding-top:12px;border-top:1px solid var(--line);font-size:13px}.quote-form label{display:block;font-size:12px;font-weight:600;margin-bottom:22px}.quote-form input:not([type=checkbox]),.quote-form select,.quote-form textarea{display:block;width:100%;margin-top:8px;border:1px solid #bac5bc;border-radius:2px;background:#fff;padding:12px;color:var(--ink)}.quote-form textarea{resize:vertical}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}.quote-form .consent{display:flex;align-items:flex-start;gap:10px;font-weight:400}.consent input{margin-top:4px;accent-color:var(--green)}.form-notice{padding:20px;border:1px solid var(--green);margin-bottom:25px;background:var(--soft)}.honeypot{position:absolute;left:-10000px}.search-form{display:flex;max-width:450px;margin:30px 0 20px}.search-form input[type=search]{min-width:0;flex:1;padding:12px;border:1px solid var(--line)}.category-links{display:flex;flex-wrap:wrap;gap:20px;font-size:13px}.category-links li{list-style:none}.pagination{margin-top:40px}.article{max-width:900px;padding-top:45px}.breadcrumb{display:flex;gap:12px;font-size:11px;color:var(--muted);margin-bottom:35px;flex-wrap:wrap}.article-header h1{font-size:48px}.article-cover{max-height:460px;object-fit:cover;margin:30px 0}.article-navigation{display:flex;justify-content:space-between;gap:30px;padding:30px 0 55px;border-top:1px solid var(--line)}.menu-toggle{display:none}.skip,.sr-only{position:absolute;left:-10000px}.skip:focus{left:10px;top:10px;background:#fff;padding:12px;z-index:100}.preview-note{padding:8px 20px;font-size:11px;background:#fff1cd;text-align:center}.filter-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}.filter-row button{border:0;border-bottom:2px solid transparent;background:none;padding:8px 2px;color:var(--muted)}.filter-row button.active{color:var(--green);border-color:var(--green)}
@media(min-width:1600px){.hero{background-position:center 58%}.hero-inner{min-height:660px}}
@media(max-width:1050px){.wrap{width:calc(100% - 48px)}#site-nav{gap:17px}.brand{font-size:20px}h1{font-size:48px}.hero-copy{width:46%}.hero-inner{min-height:560px}.actions{gap:15px}.applications{gap:50px}.quote-grid{gap:40px}}
@media(max-width:800px){h1{font-size:40px}h2{font-size:33px}.header-inner{min-height:72px}.menu-toggle{display:flex;width:40px;height:40px;background:transparent;border:0;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span{display:block;width:23px;height:2px;background:var(--ink)}#site-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;padding:25px;border-bottom:1px solid var(--line);align-items:stretch;gap:20px}#site-nav.is-open{display:flex;flex-direction:column}.utility .wrap span:last-child{display:none}.hero{background-position:62% center}.hero-inner{min-height:610px;align-items:start}.hero-copy{width:70%;padding-top:40px}.hero-description{max-width:350px}.hero h1{font-size:42px}.proof-strip .wrap{grid-template-columns:1fr 1fr;gap:15px}.proof-strip span:nth-child(3){border:0}.section{padding:55px 0}.section-heading{align-items:start;flex-direction:column;gap:20px}.product-grid{gap:24px}.product-heading h3{font-size:22px}.process-grid{grid-template-columns:1fr 1fr}.applications,.detail-grid,.quote-grid{grid-template-columns:1fr;gap:35px}.blog-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta .wrap{align-items:start;flex-direction:column}.cta h2{font-size:32px}.detail-image{aspect-ratio:1.5}.detail-grid h1{font-size:37px}.page-title{padding-top:45px}.article-header h1{font-size:38px}.quote-grid h1{font-size:40px}}
@media(max-width:520px){.wrap{width:calc(100% - 36px)}.hero{background-size:auto 420px;background-repeat:no-repeat;background-position:72% bottom;background-color:#e3e4e2}.hero-inner{min-height:750px}.hero-copy{width:100%;padding-top:32px}.hero h1{font-size:41px;max-width:350px}.hero-description{font-size:14px;max-width:340px}.hero .eyebrow{margin-bottom:14px}.hero .actions{margin-top:22px}.hero-note{margin-top:17px}.hero .text-link{font-size:12px}.product-grid,.blog-grid{grid-template-columns:1fr}.product-grid{gap:36px}.product-image{aspect-ratio:1.5}.process-grid{gap:25px}.process-grid h3{font-size:16px}.process-grid p{font-size:12px}.footer-grid{gap:30px 20px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:6px}.form-pair{grid-template-columns:1fr;gap:0}.spec-list>div{font-size:12px}.article-header h1{font-size:33px}.proof-strip{font-size:11px}.cta h2{font-size:30px}}
.lucide{width:18px;height:18px;flex-shrink:0;stroke-width:1.5}.button .lucide{width:16px;height:16px}.brand{white-space:nowrap}.hero h1{overflow-wrap:normal;hyphens:auto}.hero-copy{width:48%;max-width:590px}.hero-inner{min-height:min(600px,calc(100svh - 155px))}.hero h1{font-size:54px}.hero-description{max-width:440px}.faq-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:80px}.faq-layout h2{max-width:320px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;padding:22px 30px 22px 0;font-size:16px;font-weight:500;line-height:1.5}.faq-list p{font-size:14px;line-height:1.8;padding:0 12px 12px 0}.editorial-image{height:330px;overflow:hidden;margin-bottom:35px}.editorial-image img{height:100%;object-fit:cover;object-position:center 68%}.blog-results{padding-top:25px;min-height:400px}.post-image img{object-position:80% center}.post-image.crop-1 img{object-position:60% center}.detail-grid h1,.article-header h1{overflow-wrap:anywhere;hyphens:auto}.section-heading>div{max-width:700px}.section-heading>.text-link{flex-shrink:0}.product-meta{gap:12px}.product-meta span:last-child{white-space:nowrap}.form-notice{overflow-wrap:anywhere}.quote-form select{max-width:100%}.site-header .languages select{max-width:100px}.reading-content{padding-top:15px}.preview-note{position:relative}.proof-strip{font-size:12px}
@media(min-width:1600px){.hero-inner{min-height:min(660px,calc(100svh - 155px))}}
@media(max-width:1150px){.header-inner{min-height:72px}.menu-toggle{display:flex;width:40px;height:40px;background:transparent;border:0;align-items:center;justify-content:center}.menu-toggle .lucide{width:24px;height:24px}#site-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;padding:25px;border-bottom:1px solid var(--line);align-items:stretch;gap:20px}#site-nav.is-open{display:flex;flex-direction:column}.hero h1{font-size:46px}.hero-copy{width:52%}.faq-layout{gap:45px}}
@media(max-width:800px){.hero h1{font-size:41px}.hero{background-size:auto 430px;background-repeat:no-repeat;background-position:78% bottom;background-color:#e3e4e2}.hero-inner{min-height:680px}.hero-copy{width:100%;max-width:640px;padding:32px 0 290px}.hero-description{max-width:520px}.hero .actions{margin-top:20px}.hero-note{margin-top:18px}.faq-layout{grid-template-columns:1fr;gap:25px}.faq-layout h2{max-width:500px}.section-heading>.text-link{flex-shrink:1}.editorial-image{height:260px}}
@media(max-width:520px){.hero h1{font-size:37px;max-width:100%}.hero-inner{min-height:720px}.hero-copy{padding-bottom:300px}.hero{background-size:auto 370px;background-position:75% bottom}.hero-description{font-size:14px}.hero .actions{gap:16px}.brand{font-size:20px}.faq-list summary{font-size:15px}.page-title h1{font-size:37px;overflow-wrap:anywhere;hyphens:auto}.detail-grid h1{font-size:34px}.product-meta{font-size:10px}.footer-grid .brand{white-space:normal}.process-grid{grid-template-columns:1fr 1fr}.cta .button{max-width:100%}}
@media(max-width:520px){.hero-inner{min-height:680px}.hero-copy{padding-bottom:260px}.hero{background-size:auto 330px}}
.contact-strip{background:#13101d;color:#fff;font-size:13px;padding:7px 0}.contact-strip .wrap{justify-content:center}.contact-strip a{color:#fff}.site-header{background:#f5f3ee;backdrop-filter:none}.site-header .wrap{width:min(1280px,calc(100% - 64px))}.header-inner{min-height:74px;gap:25px}.site-header .brand{font-family:var(--serif);font-size:24px;color:#6140a7}.site-header #site-nav{gap:23px;font-size:14px;font-weight:600}.site-header #site-nav>a:not(.button):hover{color:#6140a7}.site-header .button.small{background:#6140a7;border-color:#6140a7;border-radius:999px;min-height:46px;padding:12px 21px;box-shadow:0 5px 12px #39245d24;white-space:nowrap}.site-header .button.small:hover{background:#4d3287}.site-header .languages select{font-size:12px;max-width:82px}.site-header #site-nav{gap:18px}
@media(max-width:1250px){.header-inner{min-height:74px}.menu-toggle{display:flex;width:40px;height:40px;background:transparent;border:0;align-items:center;justify-content:center}#site-nav{display:none;position:absolute;left:0;right:0;top:74px;background:#f5f3ee;padding:25px;border-bottom:1px solid var(--line);align-items:stretch;gap:20px}#site-nav.is-open{display:flex;flex-direction:column}.site-header #site-nav{gap:18px}}
@media(max-width:520px){.site-header .wrap{width:calc(100% - 36px)}.site-header .brand{font-size:22px}.contact-strip{font-size:12px}.contact-strip .wrap span:last-child{display:inline}}
/* Reference-style masthead; language controls stay outside the main menu. */
.contact-strip{min-height:36px;padding:6px 0;background:#13101e}.contact-strip .wrap{position:relative;min-height:24px;align-items:center}.contact-strip .wrap>span{display:block;text-align:center;max-width:calc(100% - 210px)}.contact-strip .languages{position:absolute;right:0;top:0;color:#fff}.contact-strip .languages select{color:#fff;background:#13101e;border:0;font-size:12px;max-width:105px;padding:2px 4px;height:24px}.contact-strip .languages option{color:#fff;background:#13101e}.site-header{background:#f5f3ee}.site-header .wrap{width:min(1280px,calc(100% - 80px))}.site-header .header-inner{height:74px;min-height:74px;display:grid;grid-template-columns:minmax(240px,430px) max-content;gap:24px;justify-content:start}.site-header .brand{color:#6140a7;font-size:24px}.site-header #site-nav{gap:25px;white-space:nowrap}.site-header #site-nav>a.is-current{color:#6140a7}.site-header .button.small{min-height:46px;padding:12px 21px;font-weight:700}.site-header .button.small .lucide{display:none}
@media(min-width:1121px){.site-header .menu-toggle{display:none}.site-header #site-nav,.site-header #site-nav.is-open{display:flex;flex-direction:row;align-items:center;position:static;padding:0;border:0;background:transparent}}
@media(min-width:1121px) and (max-width:1300px){.site-header .header-inner{grid-template-columns:minmax(220px,1fr) max-content;gap:20px}.site-header #site-nav{gap:20px;font-size:13px}.site-header .brand{font-size:23px}}
@media(max-width:1120px){.site-header .header-inner{display:flex;justify-content:space-between}.site-header .menu-toggle{display:flex}.site-header #site-nav{display:none;position:absolute;top:74px;left:0;right:0;padding:24px;background:#f5f3ee;border-bottom:1px solid var(--line);white-space:normal}.site-header #site-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:20px}}
@media(max-width:600px){.site-header .wrap{width:calc(100% - 36px)}.site-header .brand{font-size:22px}.contact-strip .wrap{width:calc(100% - 24px);display:grid;grid-template-columns:1fr auto;gap:8px}.contact-strip .wrap>span{display:block;max-width:none;font-size:11px;text-align:left}.contact-strip .languages{position:static}.contact-strip .languages select{max-width:82px;font-size:11px}}
.gallery-section{padding:70px 0 28px;background:#f5f3fa;overflow:hidden}.gallery-heading{text-align:center;margin-bottom:36px}.gallery-heading .eyebrow{color:#6140a7;margin-bottom:16px}.gallery-heading h2{color:#221c31;font-size:44px}.cloth-carousel{position:relative}.gallery-track{position:relative;display:flex;gap:18px;overflow-x:auto;padding:0 18px;scrollbar-width:none;overscroll-behavior-x:contain}.gallery-track::-webkit-scrollbar{display:none}.gallery-tile{position:relative;flex:0 0 230px;height:230px;margin:0;overflow:hidden;border-radius:8px;background:#e8e9e7}.gallery-tile img{width:100%;height:100%;object-fit:cover;pointer-events:none}.gallery-tile figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:5px 8px;font-size:11px;line-height:1.4;background:#ffffffeb;color:#27222f;width:fit-content;max-width:calc(100% - 24px)}.gallery-tile.concept-crop img{width:210%;height:210%;max-width:none;position:absolute;object-fit:cover}.concept-crop.crop-0 img{left:-110%;top:-86%}.concept-crop.crop-1 img{left:-54%;top:-5%}.concept-crop.crop-2 img{left:-54%;top:-110%}.concept-crop.crop-3 img{left:-110%;top:0}.concept-crop.crop-4 img{left:-22%;top:-82%}.concept-crop.crop-5 img{left:-102%;top:-54%}.gallery-arrow{position:absolute;top:95px;width:42px;height:42px;display:grid;place-items:center;border:1px solid #e4dfee;border-radius:50%;background:#fff;color:#272134;box-shadow:0 2px 8px #251b351a;z-index:2}.gallery-arrow.previous{left:18px}.gallery-arrow.next{right:18px}.gallery-arrow:hover,.gallery-pause:hover{background:#ede8f7}.gallery-controls{display:flex;justify-content:center;margin-top:18px}.gallery-pause{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d9d2e4;border-radius:50%;background:transparent;color:#6140a7}.home-quote .gallery-heading{max-width:820px;margin:0 auto 36px}.home-quote-form{max-width:720px;margin:auto;border:2px solid #6140a7;border-radius:6px;padding:36px 42px}.home-quote-form .button{background:#6140a7;border-color:#6140a7}.quote-form input[type=tel]{direction:ltr;text-align:left}
@media(max-width:600px){.gallery-section{padding-top:48px}.gallery-heading h2{font-size:32px}.gallery-tile{flex-basis:190px;height:190px}.gallery-track{gap:14px;padding:0 14px}.gallery-arrow{top:75px}.gallery-arrow.previous{left:8px}.gallery-arrow.next{right:8px}.home-quote-form{padding:24px 18px}.home-quote .gallery-heading h2{font-size:32px}}
.artwork-field{margin-bottom:24px}.quote-form .artwork-field>label{margin-bottom:8px}.upload-zone{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:88px;margin-top:10px;border:1px dashed #cdd0da;border-radius:8px;padding:20px 24px;color:#424b62;font-size:15px;font-weight:400}.upload-zone>.lucide{width:28px;height:28px;margin-left:25%}.quote-form .upload-zone input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;margin:0;padding:0;cursor:pointer}.upload-zone:focus-within{outline:2px solid #6140a7;outline-offset:3px}.upload-zone:hover{background:#f8f6fc;border-color:#6140a7}.upload-selection{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;font-size:13px}.upload-selection[hidden],.upload-error[hidden]{display:none}.upload-selection [data-file-name]{overflow-wrap:anywhere;min-width:0}.upload-selection button{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#6140a7}.upload-help{font-size:11px;margin:6px 0;color:#68716b}.upload-error{font-size:12px;color:#a12832;margin:8px 0}.quote-form [name=referral_source]{min-height:46px}
@media(max-width:600px){.upload-zone{padding:18px 16px;font-size:14px}.upload-zone>.lucide{margin-left:8%}}
/* Homepage opening: product photograph, compact brand strip, then the two core ranges. */
.home-hero{background-position:center 60%}.home-hero .hero-inner{min-height:440px;height:auto;align-items:center}.home-hero .hero-copy{width:48%;max-width:590px;padding:40px 0}.home-hero h1{font-size:52px;max-width:560px;margin-bottom:18px;color:#221c31;overflow-wrap:break-word;hyphens:auto}.home-hero .eyebrow{margin-bottom:16px;color:#6140a7}.home-hero .hero-description{max-width:450px;margin-bottom:0}.home-hero .actions{margin-top:22px}.home-hero .hero-note{margin-top:18px}.home-hero .button{background:#6140a7;border-color:#6140a7;border-radius:999px}.home-hero .button:hover{background:#4d3287}.home-hero .text-link{color:#30283f}.brand-strip{padding:20px 0 22px;border-bottom:1px solid #e7e3eb;background:#fff;overflow:hidden}.brand-strip-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:14px;min-height:28px}.brand-strip-heading p{font-size:11px;color:#68716b;margin:0}.brand-strip-heading .gallery-pause{width:28px;height:28px}.brand-strip-heading .lucide{width:14px;height:14px}.brand-viewport{overflow:hidden}.brand-track{display:flex;width:max-content;will-change:transform}.brand-group{display:flex;align-items:center;flex:0 0 auto;gap:48px;padding-right:48px}.brand-item{flex:0 0 220px;width:220px;height:54px;display:flex;align-items:center;justify-content:center;gap:14px;font-size:16px;font-weight:600;line-height:1.3;color:#53515b}.brand-item span{max-width:180px;overflow-wrap:anywhere}.brand-item .lucide{width:28px;height:28px;flex-shrink:0;color:#76648e}.brand-item.own-brand{font-family:var(--serif);font-size:24px;color:#6140a7}.brand-item.own-brand span{max-width:none}.brand-item img{width:190px;height:48px;object-fit:contain}.brand-strip+.products-section{padding:54px 0 64px}.brand-strip+.products-section .section-heading{margin-bottom:28px}.brand-strip+.products-section .product-image{aspect-ratio:1.85;border-radius:6px}.brand-strip+.products-section .product-heading h3{font-size:28px}.brand-strip+.products-section .product-heading{margin-top:20px}.brand-strip+.products-section .product-card>p{font-size:14px}.gallery-track:focus-visible{outline:2px solid #6140a7;outline-offset:-2px}.gallery-heading h2{overflow-wrap:break-word;hyphens:auto}
@media(min-width:1600px){.home-hero .hero-inner{min-height:500px}}
@media(min-width:801px) and (max-width:1120px){.home-hero .hero-copy{width:52%;padding:36px 0}.home-hero h1{font-size:44px}.home-hero .hero-inner{min-height:450px}}
@media(max-width:800px){.home-hero{background-size:auto 300px;background-position:78% bottom;background-repeat:no-repeat;background-color:#e3e4e2}.home-hero .hero-inner{min-height:0}.home-hero .hero-copy{width:100%;max-width:none;padding:28px 0 200px}.home-hero h1{font-size:38px;max-width:620px}.home-hero .hero-description{max-width:560px;font-size:14px;line-height:1.65}.home-hero .actions{gap:16px;margin-top:18px}.brand-strip+.products-section{padding:40px 0 48px}.brand-strip+.products-section .section-heading{align-items:start;gap:18px}.brand-strip+.products-section .section-heading p:not(.eyebrow){max-width:320px}.brand-strip+.products-section .product-heading h3{font-size:25px}}
@media(max-width:520px){.home-hero{background-size:100% auto;background-position:center bottom}.home-hero .hero-copy{padding:24px 0 calc(100vw * 2 / 3)}.home-hero .eyebrow{display:none}.home-hero h1{font-size:34px;margin-bottom:14px}.home-hero .hero-description{font-size:13px;line-height:1.65}.home-hero .hero-note{font-size:11px;margin-top:14px}.home-hero .actions{gap:12px}.home-hero .button{min-height:46px;padding:12px 17px;gap:16px}.home-hero .text-link{font-size:12px;gap:10px}.brand-strip{padding:16px 0 18px}.brand-strip-heading{margin-bottom:10px}.brand-group{gap:28px;padding-right:28px}.brand-item{flex-basis:190px;width:190px;font-size:14px;height:48px}.brand-item.own-brand{font-size:21px}.brand-item img{width:170px;height:44px}.brand-strip+.products-section .section-heading{display:block}.brand-strip+.products-section .section-heading>p{margin-top:16px}.brand-strip+.products-section .product-grid{gap:32px}.brand-strip+.products-section .product-image{aspect-ratio:1.5}.brand-strip+.products-section h2{font-size:34px}}
.social-strip{padding:20px 0 30px}.social-strip .brand-strip-heading p{color:#6140a7;font-size:12px;font-weight:700}.social-strip .brand-group{gap:64px;padding-right:64px}.social-strip .brand-item{flex-basis:240px;width:240px;height:64px;gap:12px}.social-strip .social-icon{display:block;flex:0 0 42px;width:42px;height:42px;max-width:none;background:currentColor;mask:var(--social-icon) center/contain no-repeat;-webkit-mask:var(--social-icon) center/contain no-repeat}.social-strip .social-name{max-width:185px;font-family:Arial,sans-serif;font-size:29px;font-weight:700;line-height:1.15;overflow-wrap:normal}.social-youtube{color:#f03!important;--social-icon:url('social/youtube.svg')}.social-google{color:#4285f4!important;--social-icon:url('social/google.svg')}.social-pinterest{color:#bd081c!important;--social-icon:url('social/pinterest.svg')}.social-instagram{color:#c13584!important;--social-icon:url('social/instagram.svg')}.social-facebook{color:#0866ff!important;--social-icon:url('social/facebook.svg')}.social-tiktok{color:#161616!important;--social-icon:url('social/tiktok.svg')}.social-whatsapp{color:#168b46!important;--social-icon:url('social/whatsapp.svg')}.social-reddit{color:#ff4500!important;--social-icon:url('social/reddit.svg')}.social-linkedin{color:#0a66c2!important;--social-icon:url('social/linkedin.svg')}.social-strip .social-whatsapp .social-name{font-size:23px}.social-strip .social-pinterest .social-name{font-family:Georgia,serif;font-style:italic}
@media(max-width:600px){.social-strip .brand-group{gap:36px;padding-right:36px}.social-strip .brand-item{flex-basis:210px;width:210px;height:56px}.social-strip .social-icon{flex-basis:34px;width:34px;height:34px}.social-strip .social-name{font-size:25px}.social-strip .social-whatsapp .social-name{font-size:21px}}
.featured-silver-image{background:#f5f3fa}.product-image.featured-silver-image img,.detail-image.featured-silver-image img,.gallery-tile.featured-silver-image img{object-fit:contain;object-position:center}.product-image.featured-silver-image img{padding:10px}.reading-content th{vertical-align:top;text-align:left;min-width:130px}.reading-content td{overflow-wrap:anywhere}
.featured-lens-image{background:#f3f1f6}.product-image.featured-lens-image img,.detail-image.featured-lens-image img,.gallery-tile.featured-lens-image img{object-fit:contain;object-position:center}.product-image.featured-lens-image img{padding:8px}.featured-lens-image .image-label{background:#ffffffeb;color:#30283f}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.site-header .header-inner{position:relative}.nav-products{position:static}.nav-products>a{display:inline-flex;align-items:center;gap:5px}.nav-products>a .lucide{width:14px;height:14px}.nav-products>a.is-current{color:#6140a7}.nav-submenu.mega-menu{position:absolute;top:100%;left:0;right:0;min-width:0;padding:24px;background:#fff;border:1px solid var(--line);border-radius:0 0 8px 8px;box-shadow:0 16px 34px #21172f24;opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .18s,transform .18s,visibility .18s;z-index:40}.nav-products:hover .mega-menu,.nav-products:focus-within .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.mega-group{display:grid;grid-template-columns:92px minmax(0,1fr);gap:15px;align-items:start;min-width:0}.mega-thumb{display:block;aspect-ratio:1;border-radius:6px;overflow:hidden;background:#f3f1f6}.mega-thumb img{width:100%;height:100%;object-fit:cover}.mega-thumb.featured-silver-image img,.mega-thumb.featured-lens-image img{object-fit:contain;padding:5px}.mega-thumb.mega-concept img{object-position:76% 60%}.mega-links{display:grid;gap:2px}.mega-links a{display:block;padding:5px 7px;border-radius:4px;white-space:normal;font-size:12px;font-weight:500;line-height:1.35}.mega-links .mega-title{padding-top:2px;color:#6140a7;font-size:14px;font-weight:700}.mega-links a:hover,.mega-links a:focus-visible{background:#f3eff8;color:#6140a7}.mega-note{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:16px 7px 0;color:var(--muted);font-size:11px}.mega-note a{color:#6140a7;font-weight:700;white-space:nowrap}
@media(max-width:1120px){.nav-products{display:grid;gap:8px}.nav-products>a{justify-content:space-between}.nav-submenu.mega-menu{position:static;min-width:0;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid #d9d2e4;border-radius:0;background:transparent;padding:0 0 0 14px}.mega-grid{grid-template-columns:1fr;gap:8px}.mega-group{grid-template-columns:1fr;gap:0}.mega-thumb{display:none}.mega-links{gap:0}.mega-links a{padding:6px 10px;font-weight:500}.mega-links .mega-title{padding-top:7px}.mega-note{display:grid;gap:6px;padding:10px;margin-top:4px}.mega-note a{white-space:normal}.nav-products>a .lucide{display:none}}

/* Text-only product category navigation. */
.nav-products{position:relative}.nav-submenu.category-menu{position:absolute;top:calc(100% + 14px);left:-18px;min-width:350px;display:grid;gap:2px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:0 16px 34px #21172f24;opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .18s,transform .18s,visibility .18s;z-index:40}.nav-products:hover .category-menu,.nav-products:focus-within .category-menu{opacity:1;visibility:visible;transform:translateY(0)}.category-menu a{display:block;padding:10px 12px;border-radius:4px;white-space:normal;font-size:13px;font-weight:600;line-height:1.35}.category-menu a:hover,.category-menu a:focus-visible{background:#f3eff8;color:#6140a7}
@media(max-width:1120px){.nav-submenu.category-menu{position:static;min-width:0;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid #d9d2e4;border-radius:0;background:transparent;padding:0 0 0 14px}.category-menu a{padding:7px 10px;font-weight:500}.nav-products>a .lucide{display:none}}

/* Product overview: text-only category structure inspired by the supplied reference. */
.catalog-breadcrumb{padding-top:26px;margin-bottom:-36px}.catalog-breadcrumb a:hover{color:#6140a7;text-decoration:underline}.catalog-section{padding-top:72px}.catalog-layout{display:grid;grid-template-columns:minmax(210px,250px) minmax(0,1fr);gap:46px;align-items:start}.catalog-main{min-width:0}.product-category-sidebar{position:sticky;top:122px;border:1px solid var(--line);border-top:3px solid #6140a7;background:#fff}.product-category-sidebar h2{margin:0;padding:18px 20px 16px;font:700 17px/1.35 Arial,'Microsoft YaHei',sans-serif;color:#30283f;border-bottom:1px solid var(--line)}.product-category-list{display:grid}.product-category-list a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;border-bottom:1px solid var(--line);font-size:13px;font-weight:600;line-height:1.45}.product-category-list a:last-child{border-bottom:0}.product-category-list a span{color:#6140a7;font-size:20px;font-weight:400;line-height:1}.product-category-list a:hover,.product-category-list a:focus-visible{background:#f3eff8;color:#6140a7}.catalog-main .section-heading{align-items:start}.catalog-main .product-grid{gap:28px}
@media(max-width:900px){.catalog-breadcrumb{margin-bottom:-20px}.catalog-section{padding-top:54px}.catalog-layout{grid-template-columns:1fr;gap:34px}.product-category-sidebar{position:static}.product-category-list{grid-template-columns:1fr 1fr}.product-category-list a:nth-child(odd){border-right:1px solid var(--line)}}
@media(max-width:520px){.catalog-breadcrumb{padding-top:18px;margin-bottom:-18px}.catalog-section{padding-top:48px}.product-category-list{grid-template-columns:1fr}.product-category-list a:nth-child(odd){border-right:0}.product-category-list a:last-child{border-bottom:0}}
.product-photo-gallery{min-width:0}.product-photo-gallery .detail-image{display:block;aspect-ratio:1}.product-thumbnails{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:12px}.product-thumbnail{display:block;aspect-ratio:1;background:#f5f3fa;border:2px solid transparent;border-radius:3px;overflow:hidden}.product-thumbnail img{height:100%;object-fit:contain}.product-thumbnail[aria-current=true]{border-color:#5b3e9e}.product-thumbnail:hover{border-color:#777}.product-photo-gallery .product-image:hover img{transform:none}
.stock-label{color:#215942;font-size:13px;font-weight:700;margin:18px 0 12px}.stock-label::before{content:"";display:inline-block;width:7px;height:7px;background:#35815c;border-radius:50%;margin-right:8px}.stock-note{font-size:13px;line-height:1.7}.spec-list dd{max-width:65%}.detail-grid>div{min-width:0}

/* Four text-only categories, with consistent reference-style rows. */
.catalog-layout{grid-template-columns:280px minmax(0,1fr);gap:38px}
.product-category-sidebar{border:0;background:#fff}
.product-category-sidebar h2{padding:12px 16px;background:#6140a7;color:#fff;border:0;font-size:18px;line-height:1.4}
.product-category-list{display:flex;flex-direction:column}
.product-category-list a{min-height:68px;padding:15px 10px;border-bottom:1px solid #e6e2eb;font-size:14px;line-height:1.5;gap:14px}
.product-category-list a:last-child{border-bottom:1px solid #e6e2eb}
.product-category-list a .category-name{font-size:14px;font-weight:600;line-height:1.5;color:inherit}
.product-category-list a .category-arrow{flex:0 0 12px;text-align:right;font-size:23px;line-height:1;color:#6140a7}
.product-category-list a[aria-current=page]{color:#6140a7;background:#f5f2fa}
.category-copy h1{font-size:40px;overflow-wrap:anywhere}
.category-copy .reading-content{padding-bottom:24px}
.catalog-main .section-heading>p{max-width:240px}
@media(max-width:900px){.catalog-layout{grid-template-columns:1fr;gap:32px}.product-category-list a:nth-child(odd){border-right:0}.product-category-sidebar{position:static}.product-category-list a{min-height:54px;padding:14px 16px}}
@media(max-width:520px){.category-copy h1{font-size:32px}.catalog-main .section-heading>p{max-width:100%}}

/* Reference-inspired sidebar typography and four image category cards. */
.product-category-sidebar{font-family:'Segoe UI',Arial,sans-serif}
.product-category-sidebar h2{font-family:inherit;font-size:22px;font-weight:700;line-height:1.25;padding:10px 12px}
.product-category-list a{font-family:inherit;min-height:62px;padding:14px 10px;letter-spacing:0}
.product-category-list a .category-name{font-family:inherit;font-size:16px;font-weight:500;line-height:1.45}
.catalog-title{font-family:'Segoe UI',Arial,sans-serif;font-size:30px;line-height:1.25;font-weight:600;margin:0 0 26px}
.catalog-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px}
.catalog-card{min-width:0}
.catalog-card-image{display:block;aspect-ratio:1;overflow:hidden;background:#f5f3f8;border:1px solid #eeeaf2}
.catalog-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .2s}
.catalog-card-image:hover img{transform:scale(1.025)}
.catalog-card h2{font:500 19px/1.4 'Segoe UI',Arial,sans-serif;margin:15px 0 0}
.catalog-card h2 a{display:flex;align-items:baseline;justify-content:space-between;gap:14px}
.catalog-card h2 a:hover{color:#6140a7}
.catalog-card h2 span{flex:0 0 auto;font-size:18px;color:#6140a7}
@media(max-width:900px){.catalog-card-grid{gap:28px 22px}.product-category-list a{min-height:54px}}
@media(max-width:520px){.catalog-card-grid{grid-template-columns:1fr;gap:28px}.catalog-title{font-size:27px;margin-bottom:20px}.catalog-card h2{font-size:19px}.product-category-sidebar h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){.catalog-card-image img{transition:none}}

/* Full-width artwork: preserve its proportions and percentage-based button targets. */
.home-hero.banner-home{width:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#e5edf0;background-image:none}
.banner-frame{position:relative;width:100%;max-width:none;flex:none}
.home-banner-image{display:block;width:100%;height:auto;aspect-ratio:1942/809}
.banner-semantics,.banner-hotspot span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.banner-hotspot{position:absolute;display:block;top:67.3%;height:10.3%;border-radius:999px}
.banner-quote{left:4.9%;width:15.4%}
.banner-products{left:21.6%;width:13.2%;border-radius:3px}
.banner-hotspot:hover{box-shadow:0 0 0 2px #bb963e}
.banner-hotspot:focus-visible{outline:3px solid #6140a7;outline-offset:4px}
.banner-mobile-actions{display:none}
@media(max-width:800px){.home-hero.banner-home{min-height:0;background:#f5f6f5}.banner-frame{width:100%}.banner-hotspot{display:none}.banner-mobile-actions{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:18px;padding:20px 18px}.banner-mobile-actions a{min-height:44px}.banner-mobile-actions .button{background:#1d4d61;border-color:#1d4d61}.banner-mobile-actions .text-link{color:#1d4d61}}
.related-product-list{display:grid;gap:clamp(36px,6vw,72px)}.related-product-card{display:grid;grid-template-columns:minmax(240px,420px) minmax(0,1fr);gap:clamp(24px,5vw,72px);align-items:center;border-top:1px solid var(--line);padding-top:28px}.related-product-image{display:block;aspect-ratio:1;overflow:hidden;background:#f5f3fa}.related-product-image img{width:100%;height:100%;object-fit:cover}.related-product-card h2{margin-top:0}.related-product-card h2 a{color:inherit;text-decoration:none}
.silver-option-image{aspect-ratio:1.3;background:#f1f3f2}.silver-option-image img{object-fit:contain;object-position:center}.catalog-options-title{margin-top:52px;font-size:30px}.product-meta span:last-child{white-space:normal;text-align:right}
@media (max-width:760px){.related-product-card{grid-template-columns:1fr}.related-product-image{max-width:520px}}

/* Unified product cards: calm three-column merchandising for home and categories. */
.products-section .product-grid,.catalog-main>.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.product-showcase-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #d8dfda;border-radius:6px;box-shadow:0 10px 28px rgba(31,45,36,.07);transition:transform .2s ease,box-shadow .2s ease}
.product-showcase-card:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(31,45,36,.11)}
.product-showcase-card .product-card-media{display:block;width:100%;aspect-ratio:1.36;overflow:hidden;background:#f2f4f2;border:0;border-bottom:1px solid #e1e6e2;border-radius:0}
.product-showcase-card .product-card-media img{width:100%;height:100%;padding:0;object-fit:contain;object-position:center;transition:transform .3s ease}
.product-showcase-card .product-card-media:hover img{transform:scale(1.025)}
.product-card-body{display:flex;flex:1;flex-direction:column;padding:22px 22px 20px}
.product-showcase-card .product-heading{display:block;margin:0 0 10px}
.product-showcase-card .product-heading h3,.product-showcase-card h2{margin:0;font:500 21px/1.28 var(--serif);overflow-wrap:anywhere}
.product-showcase-card .product-card-description{max-width:none;margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.65}
.product-showcase-card .product-card-button{width:100%;min-height:46px;margin-top:auto;padding:11px 18px;justify-content:center;gap:12px}
.product-showcase-card .image-label{left:14px;top:14px;padding:4px 8px;border:1px solid #dce2dc;background:#fffffff0}
.catalog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.catalog-card.product-showcase-card h2{font-size:20px}
.catalog-card.product-showcase-card h2 a{display:block}
.catalog-card.product-showcase-card .catalog-card-image img{object-fit:contain}
.catalog-options-title{margin:60px 0 24px;font-size:30px}
.related-product-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.related-product-card{display:flex;grid-template-columns:none;gap:0;align-items:stretch;border:1px solid #d8dfda;padding-top:0}
.related-product-card .related-product-image{max-width:none;aspect-ratio:1.36;background:#f2f4f2}
.related-product-card .product-card-body{min-width:0}
.related-product-card h2{font-size:21px}
.related-product-section>.wrap>.eyebrow{margin-bottom:24px}
@media(max-width:1100px){.products-section .product-grid,.catalog-main>.product-grid,.catalog-card-grid,.related-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.products-section .product-grid,.catalog-main>.product-grid,.catalog-card-grid,.related-product-list{grid-template-columns:1fr;gap:24px}.product-card-body{padding:20px}.product-showcase-card .product-card-media{aspect-ratio:1.42}.product-showcase-card .product-heading h3,.product-showcase-card h2,.related-product-card h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){.product-showcase-card,.product-showcase-card .product-card-media img{transition:none}.product-showcase-card:hover{transform:none}}

/* Category landings use the same compact product-card rhythm without replacing product detail pages. */
.category-list-header{max-width:820px;margin-bottom:30px}.category-list-header h1{margin:0 0 14px}.category-list-header .lead{margin-bottom:0}
.category-product-grid.is-single{grid-template-columns:minmax(0,400px)}
.category-offering-card h2{font-size:21px}.category-offering-card h2 a{color:inherit;text-decoration:none}
.category-copy-below{margin-top:52px;padding-top:38px;border-top:1px solid var(--line)}
@media(max-width:650px){.category-product-grid.is-single{grid-template-columns:1fr}.category-copy-below{margin-top:40px;padding-top:30px}}
