:root{--ink:#171815;--paper:#f4f2ed;--gold:#b99a66;--line:#d7d5cd;--muted:#66665d;--font:"DM Sans",Arial,sans-serif;--serif:Georgia,"Times New Roman",serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}.nvt-site{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6}.nvt-site button,.nvt-site input,.nvt-site select,.nvt-site textarea{font:inherit}.nvt-site button,.nvt-site a{-webkit-tap-highlight-color:transparent}.nvt-site button{cursor:pointer}.nvt-site a{color:inherit;text-decoration:none}.nvt-site img{max-width:100%;display:block}.nvt-site :is(button,a,canvas,input,select,textarea,summary):focus-visible{outline:3px solid #c69a4e;outline-offset:5px}.nvt-site #main{display:block;width:100%;padding:0;margin:0}.skip{position:fixed;top:-100px;left:12px;background:#fff;color:#171815;padding:10px;z-index:200}.skip:focus{top:12px}.nvt-site .header{height:100px;background:#171815;color:#f8f5ef;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid #ffffff22;gap:30px}.nvt-site .header .wordmark{color:#f8f5ef}.wordmark{display:inline-flex;flex-direction:column;align-items:center;font-family:Georgia,Times New Roman,serif;font-size:29px;line-height:1.15;letter-spacing:.14em;font-weight:400}.wordmark span{font-family:var(--font);font-size:10px;letter-spacing:.54em;margin-top:8px;padding-inline-start:.5em}.header nav{display:flex;gap:32px;font-size:14px}.header nav a{opacity:.92}.header nav a:hover{opacity:1}.header-actions{display:flex;align-items:center;gap:24px}.language-trigger{border:0;background:none;color:inherit;font-size:14px;padding:10px}.language-trigger span{padding-inline-start:5px}.nvt-site .button{min-height:53px;padding:14px 27px;display:inline-flex;gap:30px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:0;font-size:14px;font-weight:500;transition:background .2s,transform .2s;line-height:1.5;text-align:center}.nvt-site .button:hover{transform:translateY(-2px)}.nvt-site .button.light{background:#f4f2ed;color:#171815}.nvt-site .button.dark{background:#171815;color:#fff}.nvt-site .button.outline{color:#f4f2ed;border-color:#b99a6699;background:none}.nvt-site .button.compact{min-height:44px;padding:10px 23px}.text-link{background:none;border:0;border-bottom:1px solid currentColor;padding:8px 0;color:inherit;font-size:14px;min-height:44px}.nvt-site h1,.nvt-site h2,.nvt-site h3,.nvt-site p{margin-top:0}.nvt-site h1,.nvt-site h2{font-family:var(--serif);font-weight:400;line-height:1.04;letter-spacing:-.045em}.nvt-site h1{font-size:clamp(58px,6.4vw,108px);margin-bottom:32px}.nvt-site h2{font-size:clamp(40px,4.3vw,70px);margin-bottom:28px}.nvt-site h1 em,.nvt-site h2 em{font-weight:400;color:#d6b478}.eyebrow{font-size:12px;font-weight:500;letter-spacing:.2em;margin:0 0 28px;text-transform:uppercase}.nvt-site .hero{position:relative;isolation:isolate;min-height:740px;height:calc(100svh - 100px);max-height:1080px;background:#222320;color:#fff;overflow:hidden}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 55%;opacity:1;z-index:0}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#0f110edb,#0f110e45 56%,#0f110e0a),linear-gradient(0deg,rgba(15,17,14,.55),transparent 35%)}.hero-content{position:relative;z-index:2;padding:100px 7% 130px;max-width:1010px}.nvt-site .hero h1{color:#fff}.hero .eyebrow{color:#e2cfaf}.hero-description{max-width:470px;font-size:17px;color:#f0efe9;line-height:1.8;margin-bottom:33px}.hero-buttons{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.hero-foot{position:absolute;z-index:2;bottom:0;left:7%;right:7%;padding:24px 0;border-top:1px solid #ffffff55;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.15em}.hero-foot a{font-size:23px}.spec-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 7%;padding:43px 0;border-bottom:1px solid var(--line)}.spec-strip>div{display:flex;align-items:center;gap:18px;border-inline-end:1px solid var(--line);padding-inline:28px;min-width:0}.spec-strip>div:first-child{padding-inline-start:0}.spec-strip>div:last-child{border:0}.spec-strip strong{font-family:var(--serif);font-size:40px;font-weight:400;line-height:1}.spec-strip span{font-size:13px;color:var(--muted);line-height:1.5;max-width:110px}.nvt-site .section{padding:110px 7%}.section-top{display:flex;justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:28px}.small-label{font-size:12px;letter-spacing:.08em;color:var(--muted)}.section-heading{display:grid;grid-template-columns:1fr .75fr;gap:12%;align-items:end;margin-bottom:55px}.section-heading h2{margin:0}.section-heading>p{max-width:460px;color:var(--muted);margin:0;line-height:1.8}.fabric-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px}.fabric-photo{position:relative;aspect-ratio:1.12;background:#23241f;overflow:hidden}.fabric-photo img{height:100%;width:200%;max-width:none;object-fit:cover;transition:transform .5s}.fabric-card.black .fabric-photo img{object-position:left;transform:scale(1.2);transform-origin:left center}.fabric-card.white .fabric-photo{background:#e5e3db}.fabric-card.white .fabric-photo img{margin-left:-100%;object-position:right;transform:scale(1.2);transform-origin:right center}.fabric-card:hover .fabric-photo img{filter:brightness(1.07)}.card-number{position:absolute;top:24px;left:25px;font-size:12px;color:#fff;background:#17181590;padding:4px 10px}.swatch-name{position:absolute;bottom:24px;left:26px;font-size:40px;font-family:var(--serif);color:#fff;text-shadow:0 1px 10px #0006}.white .swatch-name{background:#f4f2ede6;color:#171815;padding:0 12px;text-shadow:none}.fabric-info{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;border-bottom:1px solid var(--line)}.fabric-info h3{font-size:19px;font-weight:500;margin:0 0 5px}.fabric-info p{font-size:13px;margin:0;color:var(--muted)}.round-button{width:44px;height:44px;border:1px solid var(--line);background:none;border-radius:50%;font-size:21px;flex-shrink:0}.caption{font-size:12px;color:var(--muted);margin:20px 0 0;line-height:1.65}.nvt-site .book-section{display:block;padding:0;overflow:visible;background:#10110f;color:#f4f2ed}.book-copy{padding:90px 7% 32px;max-width:1300px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:9%;align-items:start}.book-copy>.eyebrow,.book-copy>h2{grid-column:1}.book-copy>.eyebrow{color:var(--gold)}.nvt-site .book-copy>h2{grid-row:2 / 5;margin:0;color:#f4f2ed;font-size:clamp(40px,4.1vw,66px)}.book-copy>p:not(.eyebrow){grid-column:2;margin-top:0;color:#b9bdb2;line-height:1.8}.book-details{display:flex;flex-direction:column;gap:0}.book-details>span{font-size:14px;padding:12px 0;border-bottom:1px solid #ffffff1d}.book-copy>.book-details{grid-column:2;margin:0 0 25px}.book-copy>.button{grid-column:2;justify-self:start}.book-copy>.book-note{grid-column:2;margin-top:22px;max-width:440px;font-size:12px}.book-visual{position:relative;direction:ltr}.book-pin{position:relative;padding:22px 5% 28px;display:flex;flex-direction:column;background:radial-gradient(ellipse at 50% 42%,#2d2b25,#181916 40%,#10110f 75%)}.book-stage{position:relative;height:min(76svh,850px);min-height:300px;background:none;margin:0;isolation:isolate;touch-action:pan-y}.book-stage canvas{display:none;width:100%;height:100%;cursor:default;position:relative;z-index:1;touch-action:pan-y}.book-fallback{width:100%;height:100%;object-fit:contain}.book-controls{width:min(900px,100%);margin:0 auto;padding-top:16px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #ffffff2c}.book-controls .small-label{font-size:12px;letter-spacing:.12em;color:#bbb1a0}.book-controls .text-link{font-size:14px;color:#e0c393;white-space:nowrap}.book-progress{height:2px;width:min(900px,100%);margin:18px auto 0;background:#ffffff10;overflow:hidden}.book-progress span{display:block;height:100%;background:#c1a171;transform:scaleX(0);transform-origin:left center}.book-photo-detail{margin:0;padding:26px 7% 65px;text-align:center;color:#afa99c;font-size:14px}.book-photo-detail summary{cursor:pointer}.book-photo-detail img{max-width:1100px;width:100%;margin:25px auto 0}.book-ready .book-visual{height:230svh}.book-ready .book-pin{position:sticky;top:0;height:100svh}.book-ready .book-stage{height:auto;min-height:0;flex:1}.supply-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:13%;align-items:start}.supply-grid>div>p{color:var(--muted);max-width:450px;line-height:1.8;margin-bottom:30px}.stock-panel{border:1px solid var(--line);padding:36px;background:#edebe4}.stock-total{display:flex;flex-direction:column;border-bottom:1px solid #c8c6bc;padding-bottom:25px;gap:12px}.stock-total>span{font-size:14px;color:var(--muted)}.stock-total strong{font-family:var(--serif);font-size:63px;line-height:1.1;font-weight:400;letter-spacing:-.035em}.stock-total small{font-size:25px}.stock-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 0;border-bottom:1px solid #d5d3c9;font-size:13px}.stock-row>span:first-child{display:flex;align-items:center;gap:12px;font-size:15px}.dot{width:14px;height:14px;display:inline-block;border-radius:50%;border:1px solid #aaa}.black-dot{background:#222}.white-dot{background:#fff}.stock-meta{display:flex;justify-content:space-between;gap:16px;font-size:13px;padding-top:22px}.stock-meta strong{font-weight:500}.timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:45px;margin-top:80px;padding-top:30px;border-top:1px solid var(--line)}.timeline>div>span{font-size:12px;color:var(--muted)}.timeline h3{font-size:20px;font-weight:500;margin:15px 0 10px}.timeline p{font-size:14px;color:var(--muted);max-width:300px}.nvt-site footer{background:#171815;color:#f4f2ed;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:40px 5%;gap:30px}.nvt-site footer .wordmark{font-size:22px}.nvt-site footer .wordmark span{font-size:8px}.nvt-site footer>p{font-size:12px;color:#b5b9ad;max-width:230px;margin:0}.nvt-site footer>span{font-size:12px;color:#b5b9ad}.nvt-site dialog{border:1px solid #d2c5ac;background:#f4f2ed;color:#171815;padding:48px;width:min(620px,calc(100vw - 32px));max-height:calc(100svh - 32px);overflow:auto}.nvt-site dialog:not([open]){display:none}.nvt-site dialog::backdrop{background:#10130edf;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.dialog-close{position:absolute;inset:12px 15px auto auto;background:none;border:0;font-size:29px;padding:4px 10px;line-height:1;min-width:44px;min-height:44px}.language-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.language-grid button{border:1px solid var(--line);padding:20px 18px;background:none;display:flex;justify-content:space-between;gap:10px;align-items:center;text-align:start}.language-grid button:hover{background:#e8e4d9}.language-grid strong{font-weight:500}.language-grid span{font-size:12px;color:#6b6b5f}#enquiryDialog h2{font-size:43px;margin-bottom:16px}#enquiryDialog>p:not(.eyebrow){color:var(--muted);font-size:14px}#enquiryForm{display:flex;flex-direction:column}#enquiryForm label{font-size:14px;margin:15px 0 7px}#enquiryForm :is(input,select,textarea){border:1px solid #bbbeb2;border-radius:0;padding:12px;background:#faf9f5;width:100%;color:#171815}#enquiryForm textarea{resize:vertical}#enquiryForm .button{margin-top:25px}#enquiryForm .caption{margin-top:12px}.hero-motion{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;z-index:0;pointer-events:none;transition:opacity .8s ease}.hero-motion-ready .hero-motion{opacity:1}.hero-motion-ready .hero-image{opacity:0}.hero-motion-toggle{position:absolute;top:24px;right:7%;z-index:3;color:#fff;background:#171815cc;border:1px solid #ffffff80;border-radius:30px;padding:8px 15px;font-size:12px;line-height:1.5;min-height:44px}.hero-motion-toggle:hover{background:#171815}.hero-motion-toggle[hidden]{display:none}html[dir=rtl]{--font:"Noto Sans Arabic",Arial,sans-serif;--serif:"Noto Sans Arabic",Arial,sans-serif}html[dir=rtl] .nvt-site h1,html[dir=rtl] .nvt-site h2{letter-spacing:0;line-height:1.35}html[dir=rtl] .hero-content{max-width:100%;width:100%}html[dir=rtl] .hero-shade{transform:scaleX(-1)}html[dir=rtl] .hero-content>p,html[dir=rtl] .hero-content>h1{max-width:650px}html[dir=rtl] .eyebrow{letter-spacing:.03em}html[dir=rtl] .book-stage{direction:ltr}html[dir=rtl] .hero-motion-toggle{right:auto;left:7%}@media(min-width:1600px){.hero-content{padding-top:140px}.nvt-site .section:not(.book-section){padding-left:max(7%,calc((100vw - 1400px)/2));padding-right:max(7%,calc((100vw - 1400px)/2))}}@media(max-width:1050px){.nvt-site .header{height:90px;padding:0 5%}.header nav{gap:19px}.header-actions{gap:10px}.wordmark{font-size:25px}.nvt-site .hero{height:auto;min-height:710px}.hero-content{padding-top:95px}.spec-strip>div{padding-inline:18px;gap:12px}.spec-strip strong{font-size:33px}.nvt-site .section:not(.book-section){padding:80px 6%}.section-heading,.supply-grid{gap:7%}.stock-panel{padding:25px}.stock-total strong{font-size:53px}}@media(max-width:740px){.nvt-site .header{height:83px;padding:0 6%;gap:12px}.header nav{display:none}.wordmark{font-size:23px}.wordmark span{font-size:8px;margin-top:5px}.header-actions{gap:7px}.nvt-site .button.compact{padding:9px 14px;font-size:13px}.language-trigger{font-size:12px;padding:8px;min-height:44px}.nvt-site .hero{min-height:680px;height:auto;max-height:none}.hero-image{object-position:60% center}.hero-shade{background:linear-gradient(90deg,#121610d6,#12161050),linear-gradient(0deg,#121610b3,transparent 65%)}.hero-content{padding:72px 7% 125px}.hero .eyebrow{font-size:10px;letter-spacing:.16em;margin-bottom:25px}.nvt-site h1{font-size:clamp(46px,10.5vw,69px);line-height:1.08}.hero-description{font-size:15px;max-width:370px;line-height:1.75;margin-bottom:27px}.hero-buttons{gap:18px;align-items:flex-start;flex-direction:column}.hero-buttons .button{min-height:49px;padding:13px 22px}.hero-foot{font-size:10px;padding:19px 0;letter-spacing:.07em}.hero-foot>span:nth-child(2){display:none}.spec-strip{grid-template-columns:1fr 1fr;padding:15px 0;margin:0 7%}.spec-strip>div{padding:21px 12px;gap:17px}.spec-strip>div:nth-child(2){border:0}.spec-strip>div:nth-child(3),.spec-strip>div:nth-child(4){border-top:1px solid var(--line)}.spec-strip>div:nth-child(odd){padding-inline-start:0}.spec-strip strong{font-size:36px}.spec-strip span{font-size:12px}.nvt-site .section:not(.book-section){padding:65px 7%}.section-top{display:block;margin-bottom:26px}.section-top .eyebrow{margin-bottom:12px}.small-label{font-size:10px}.section-heading{display:block;margin-bottom:30px}.nvt-site h2{font-size:43px;margin-bottom:25px}.section-heading h2{margin-bottom:24px}.section-heading>p{font-size:15px}.fabric-grid{gap:30px;grid-template-columns:1fr}.fabric-info{padding:18px 0}.fabric-info h3{font-size:18px}.fabric-info p{font-size:12px}.caption{font-size:11px}.book-copy{display:block;padding:60px 7% 20px}.nvt-site .book-copy>h2{font-size:40px;margin:0 0 25px}.book-copy>p:not(.eyebrow){font-size:15px}.book-copy>.book-details{margin:20px 0}.book-copy>.book-note{font-size:12px}.book-pin{padding:12px 5% 25px}.book-ready .book-visual{height:200svh}.book-controls{gap:12px}.book-controls .small-label{font-size:12px;letter-spacing:.04em;max-width:175px}.book-controls .text-link{font-size:14px}.supply-grid{display:flex;flex-direction:column;gap:40px}.supply-grid>div{width:100%}.supply-grid>div>p{font-size:15px}.stock-panel{padding:26px}.stock-total strong{font-size:60px}.timeline{grid-template-columns:1fr;gap:20px;margin-top:45px}.timeline>div{display:grid;grid-template-columns:30px 1fr;column-gap:10px;border-bottom:1px solid var(--line);padding-bottom:17px}.timeline>div>span{padding-top:5px}.timeline h3{margin:0 0 8px;font-size:19px}.timeline p{grid-column:2;margin:0;max-width:none;font-size:13px}.nvt-site footer{display:grid;grid-template-columns:1fr 1fr;padding:30px 7%;gap:25px;font-size:11px}.nvt-site footer .wordmark{align-items:flex-start;font-size:20px}.nvt-site footer>p,.nvt-site footer>span{font-size:11px}.nvt-site footer .language-trigger{text-align:end}.nvt-site dialog{padding:32px 24px}#enquiryDialog h2{font-size:36px}html[dir=rtl] .nvt-site h1{font-size:43px}html[dir=rtl] .nvt-site h2{font-size:36px}.hero-motion-toggle{top:15px;padding:7px 12px}}@media(max-width:360px){.spec-strip strong{font-size:31px}.spec-strip>div{gap:10px}.stock-total strong{font-size:50px}.stock-panel{padding:20px}.nvt-site .header{padding-inline:5%}.header-actions{gap:2px}.wordmark{font-size:21px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.nvt-site *,.nvt-site *:before,.nvt-site *:after{animation:none!important;transition:none!important}.book-ready .book-visual{height:auto}.book-ready .book-pin{position:relative;height:min(90svh,900px);min-height:440px}.book-progress,.hero-motion{display:none}.hero-motion-ready .hero-image{opacity:1}.hero-motion-toggle{display:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/nvt-core.css.map */
