:root{--ink:#17211f;--ink2:#39443f;--muted:#6f7873;--line:#d8ddda;--paper:#f8f9f6;--white:#fff;--gold:#d9bd87;--gold-dark:#b99a61;--font:'DM Sans',Arial,sans-serif;--display:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font);font-size:16px;line-height:1.55}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}.site-header{height:90px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5.5vw,88px);background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #e9ece9}.brand{display:flex;align-items:center;gap:11px;min-width:230px}.brand-mark{display:grid;place-items:center;width:43px;height:43px;background:var(--ink)}.brand-mark svg{width:27px;height:27px;fill:none;stroke:var(--gold);stroke-width:3.8;stroke-linejoin:miter}.brand-type{display:flex;flex-direction:column;line-height:1;letter-spacing:.13em}.brand-type strong{font:800 17px var(--display)}.brand-type small{font:700 10px var(--display);letter-spacing:.37em;margin-top:5px}.main-nav{display:flex;gap:37px;font-size:14px;font-weight:600}.main-nav a:hover,.text-link:hover{color:var(--gold-dark)}.header-actions{display:flex;align-items:center;gap:16px}.lang-wrap select{border:0;background:transparent;font-size:13px;font-weight:700;color:var(--ink);padding:8px}.shortlist-button{border:1px solid var(--ink);background:transparent;color:var(--ink);padding:10px 13px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:11px}.shortlist-button span:last-child{background:var(--ink);color:white;min-width:23px;height:23px;border-radius:50%;display:grid;place-items:center}.hero{display:grid;grid-template-columns:minmax(0,43%) minmax(0,57%);min-height:660px;background:var(--ink);color:#fff}.hero-copy{padding:clamp(60px,7vw,116px) clamp(30px,5.5vw,88px);display:flex;flex-direction:column;align-items:flex-start}.eyebrow,.section-index,.image-caption,.hero-meta,.count-label,.contact-card>span,.drawer-head small{font-size:12px;font-weight:700;letter-spacing:.19em}.eyebrow{color:var(--gold)}h1,h2,h3,p{margin-top:0}.hero h1{font:600 clamp(43px,4.2vw,72px)/1.09 var(--display);letter-spacing:-.055em;max-width:640px;margin:27px 0 25px}.hero-copy>p{color:#d1d7d3;max-width:570px;font-size:17px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:29px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 23px;min-height:52px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:var(--ink)}.button-gold:hover{background:#e7cea0}.text-link{font-size:14px;font-weight:700}.text-link span{font-size:18px;margin-left:5px}.hero-meta{margin-top:auto;display:flex;align-items:center;gap:13px;color:#a9b1ac;font-size:11px;padding-top:60px}.hero-meta .sep{width:23px;height:1px;background:#86948b}.hero-visual{position:relative;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:50% 55%}.image-caption{position:absolute;right:24px;bottom:22px;background:#fff;color:var(--ink);padding:10px 14px;font-size:10px}.section{padding:104px clamp(24px,7vw,110px)}.section-index{color:var(--gold-dark);margin-bottom:47px}.intro{background:#fff}.intro-content{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:start}.intro h2,.collections h2,.materials h2,.contact h2{font:600 clamp(35px,3.2vw,55px)/1.15 var(--display);letter-spacing:-.045em;max-width:710px;margin-bottom:0}.intro-content p{color:var(--ink2);line-height:1.85;font-size:17px}.capabilities{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:72px}.capabilities div{padding:29px 22px 0 0;display:flex;align-items:baseline;gap:20px}.capabilities div+div{border-left:1px solid var(--line);padding-left:30px}.capabilities span{color:var(--gold-dark);font-size:13px;font-weight:700}.capabilities strong{font:700 17px var(--display)}.collections{background:var(--paper)}.collections-heading{display:flex;justify-content:space-between;align-items:end;gap:30px}.collections-heading p{color:var(--muted);margin:18px 0 0;max-width:590px;line-height:1.75}.count-label{white-space:nowrap;color:var(--gold-dark);font-size:35px;line-height:1}.count-label span{font-size:11px;color:var(--muted)}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:50px 0 24px;border-bottom:1px solid var(--line)}.filters{display:flex;gap:27px;overflow:auto;white-space:nowrap}.filter{background:none;border:0;border-bottom:2px solid transparent;padding:0 0 16px;color:var(--muted);font-weight:700;font-size:14px}.filter.active{color:var(--ink);border-color:var(--gold-dark)}.search{display:flex;align-items:center;gap:8px;padding-bottom:12px}.search svg{width:17px;height:17px;fill:none;stroke:var(--muted);stroke-width:1.8}.search input{border:0;outline:0;background:transparent;width:150px;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:29px 19px}.product-card{background:#fff}.product-photo{background:#e8e9e4;aspect-ratio:1.12;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.05)}.product-info{padding:17px 18px 19px}.product-top{display:flex;align-items:start;justify-content:space-between;gap:10px}.product-top h3{font:700 18px var(--display);margin:0}.product-top small{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dark);font-weight:700}.product-info p{font-size:13px;color:var(--muted);margin:7px 0 15px}.add-button{border:1px solid var(--line);background:#fff;width:100%;padding:10px 12px;font-size:13px;font-weight:700;text-align:left;display:flex;justify-content:space-between;align-items:center}.add-button:hover,.add-button.selected{border-color:var(--ink);background:var(--ink);color:#fff}.add-button span:last-child{font-size:19px;line-height:1}.empty{text-align:center;padding:45px;color:var(--muted)}.show-more{display:block;background:none;border:1px solid var(--ink);padding:14px 30px;font-weight:700;font-size:14px;margin:43px auto 0}.show-more:hover{background:var(--ink);color:white}.materials{background:#e8ece8}.materials-layout{display:grid;grid-template-columns:1fr 1fr;gap:10vw}.material-list>div{display:grid;grid-template-columns:90px 1fr;gap:22px;border-top:1px solid #bdc7be;padding:19px 0}.material-list strong{font:700 22px var(--display)}.material-list p{color:var(--ink2);margin:0;line-height:1.7}.materials-note{font-size:13px;color:var(--muted);margin-top:18px}.contact{background:var(--ink);color:#fff;display:grid;grid-template-columns:1.35fr .65fr;gap:10vw}.contact .section-index{color:var(--gold)}.contact h2{max-width:640px}.contact p{color:#c6cec8;max-width:570px;line-height:1.8;margin:24px 0 35px}.contact-card{border-top:1px solid #768079;padding-top:28px;display:flex;flex-direction:column;gap:25px;align-self:center;color:#c7d0c9}.contact-card>span{color:var(--gold)}.contact-card strong{font:600 21px var(--display);color:white}.contact-card small{color:#9aa69c}footer{padding:35px clamp(24px,7vw,110px);display:flex;justify-content:space-between;gap:20px;align-items:center;background:#0f1816;color:#a9b4ac;font-size:12px}footer .footer-brand{color:white;font:800 15px var(--display);letter-spacing:.09em}footer .footer-brand span{color:var(--gold)}.drawer-backdrop{position:fixed;inset:0;background:#07120ebd;z-index:29}.selection-drawer{position:fixed;right:0;top:0;bottom:0;width:min(450px,100vw);z-index:30;background:#fff;padding:32px;display:flex;flex-direction:column;box-shadow:-12px 0 40px #0002}.drawer-head{display:flex;justify-content:space-between;align-items:start}.drawer-head small{color:var(--gold-dark)}.drawer-head h2{font:700 28px var(--display);margin:7px 0}.drawer-head button{border:0;background:transparent;font-size:32px;line-height:1}.selection-drawer>p{color:var(--muted);font-size:14px}.selected-items{overflow:auto;flex:1;margin-top:20px}.selected-item{display:flex;align-items:center;gap:13px;border-top:1px solid var(--line);padding:11px 0}.selected-item img{width:64px;height:64px;object-fit:cover}.selected-item strong{flex:1;font-size:15px}.selected-item button{background:none;border:0;font-size:23px;color:var(--muted)}.selection-empty{margin:auto;text-align:center}.drawer-cta{width:100%;margin-top:20px}.drawer-cta.disabled{opacity:.45;pointer-events:none}body.drawer-open{overflow:hidden}html[dir=rtl] .site-header,html[dir=rtl] .hero,html[dir=rtl] .intro-content,html[dir=rtl] .materials-layout,html[dir=rtl] .contact{direction:rtl}html[dir=rtl] .product-info,html[dir=rtl] .catalog-toolbar{text-align:right}html[dir=rtl] .selection-drawer{right:auto;left:0}@media(max-width:1050px){.main-nav{gap:16px}.brand{min-width:190px}.hero{grid-template-columns:1fr 1fr}.hero-copy{padding:65px 38px}.section{padding:80px 45px}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.site-header{height:72px;padding:0 18px}.brand{min-width:auto}.brand-mark{width:37px;height:37px}.brand-type strong{font-size:14px}.brand-type small{font-size:8px}.main-nav{display:none}.header-actions{gap:4px}.shortlist-button{padding:7px 9px}.shortlist-button span:first-child{display:none}.hero{display:flex;flex-direction:column}.hero-copy{padding:58px 25px 45px;min-height:530px}.hero h1{font-size:48px}.hero-meta{padding-top:40px}.hero-visual{height:360px}.section{padding:70px 24px}.section-index{margin-bottom:29px}.intro-content,.materials-layout,.contact{grid-template-columns:1fr;gap:27px}.intro h2,.collections h2,.materials h2,.contact h2{font-size:37px}.capabilities{grid-template-columns:1fr;margin-top:40px}.capabilities div,.capabilities div+div{border-left:0;border-top:1px solid var(--line);padding:16px 0}.collections-heading{align-items:start}.count-label{font-size:26px}.catalog-toolbar{align-items:stretch;flex-direction:column;gap:10px}.filters{gap:20px}.search{padding-bottom:12px}.search input{width:100%}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-info{padding:12px}.product-top h3{font-size:15px}.product-info p{font-size:12px}.contact-card{width:100%}footer{flex-wrap:wrap;padding:30px 24px}.selection-drawer{padding:24px}}@media(max-width:440px){.hero h1{font-size:42px}.hero-actions{gap:15px}.hero-meta{font-size:9px}.count-label{display:none}.product-grid{gap:9px}.product-top{display:block}.product-top small{display:block;margin-top:2px}.add-button{font-size:12px}.brand-type strong{font-size:12px}.brand-type small{letter-spacing:.25em}}

/* Image-led brand opening and reference formats. */
.brand img{display:block;width:224px;height:auto}
.hero{position:relative;display:block;min-height:690px;background:#26312d;isolation:isolate}
.hero-visual{position:absolute;inset:0;z-index:-2}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(11,24,19,.88) 0%,rgba(11,24,19,.62) 38%,rgba(11,24,19,.12) 80%),linear-gradient(0deg,rgba(11,24,19,.42),transparent 48%)}
.hero-copy{min-height:690px;max-width:850px;padding-top:110px;padding-bottom:55px}
.hero h1{max-width:700px;font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.035em;font-size:clamp(55px,5.4vw,92px)}
.hero-copy>p{max-width:570px}
.image-caption{background:rgba(255,255,255,.9)}
.format-reference,.trade-reference{border-top:1px solid #bdc7be;margin-top:65px;padding-top:36px}
.format-reference h3,.trade-reference h3{font:600 clamp(24px,2.3vw,35px)/1.2 var(--display);letter-spacing:-.035em;margin:0 0 12px}
.format-heading{display:flex;justify-content:space-between;gap:40px;align-items:start}
.format-heading p,.trade-reference p{max-width:650px;color:var(--ink2);line-height:1.7;margin:0}
.format-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:29px}
.format-grid>div{background:rgba(255,255,255,.66);padding:23px;min-height:158px;display:flex;flex-direction:column}
.format-grid small{color:var(--gold-dark);font-size:11px;font-weight:700;letter-spacing:.14em}
.format-grid strong{font:600 30px Georgia,serif;margin-top:13px}
.format-grid span{color:var(--muted);font-size:13px;margin-top:auto}
.trade-reference{display:flex;justify-content:space-between;gap:35px;align-items:end}
.trade-tags{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.trade-tags span{border:1px solid #9baa9d;padding:9px 12px;font-size:12px;font-weight:700;letter-spacing:.07em;white-space:nowrap}
@media(max-width:1050px){.hero-copy{min-height:650px}.hero{min-height:650px}.format-heading{display:block}.format-heading p{margin-top:13px}.trade-reference{display:block}.trade-tags{justify-content:flex-start;margin-top:25px}}
@media(max-width:760px){.brand img{width:178px}.hero{min-height:690px}.hero-copy{min-height:690px;padding:80px 25px 42px}.hero h1{font-size:clamp(48px,11vw,66px)}.hero-visual{height:auto}.hero:after{background:linear-gradient(90deg,rgba(11,24,19,.82),rgba(11,24,19,.25)),linear-gradient(0deg,rgba(11,24,19,.57),transparent 65%)}.image-caption{right:14px;bottom:14px}.format-grid{grid-template-columns:repeat(2,1fr)}.format-grid>div{padding:18px;min-height:140px}.format-grid strong{font-size:26px}}

/* Three-step journey: brand home, design library, then specification view. */
html[data-view="home"] .collections,html[data-view="home"] .design-detail,html[data-view="home"] .materials{display:none}
html[data-view="catalog"] .hero,html[data-view="catalog"] .intro,html[data-view="catalog"] .home-collections,html[data-view="catalog"] .sustain,html[data-view="catalog"] .design-detail,html[data-view="catalog"] .materials{display:none}
html[data-view="product"] .hero,html[data-view="product"] .intro,html[data-view="product"] .home-collections,html[data-view="product"] .sustain,html[data-view="product"] .collections{display:none}
html[data-view="catalog"] .collections{padding-top:90px}
html[data-view="product"] .materials{padding-top:70px}
.home-collections{background:#f7f8f5}
.home-collections-head{display:flex;align-items:end;justify-content:space-between;gap:9vw;margin-bottom:42px}
.home-collections h2,.sustain h2{font:400 clamp(40px,4vw,64px)/1.16 Georgia,'Times New Roman',serif;letter-spacing:-.035em;max-width:620px;margin:0}
.home-collections-head p{max-width:400px;color:var(--ink2);line-height:1.8;margin:0}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.category-grid a{position:relative;height:460px;overflow:hidden;background:#c3c6c0;color:#fff;display:block}
.category-grid img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.category-grid a:hover img{transform:scale(1.04)}
.category-grid a:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 57%)}
.category-grid a>span{position:absolute;left:26px;right:26px;bottom:24px;z-index:1;display:flex;align-items:baseline;gap:12px}
.category-grid small{font-size:12px;color:var(--gold);letter-spacing:.1em}
.category-grid strong{font:400 32px Georgia,serif}
.category-grid em{font-style:normal;font-size:26px;margin-left:auto}
.home-all-link{display:inline-block;margin-top:35px;border-bottom:1px solid var(--ink);padding-bottom:7px;font-size:15px;font-weight:700}
.sustain{background:#26362e;color:white;position:relative}
.sustain .section-index{color:#d6ba85}
.sustain-layout{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:start}
.sustain-layout p{font-size:18px;line-height:1.85;color:#e0e5df;max-width:620px}
.sustain-layout a{display:inline-block;margin-top:20px;border-bottom:1px solid #d6ba85;color:#e9d3a9;padding-bottom:7px;font-size:15px;font-weight:700}
.product-open{display:block}
.product-open:focus-visible{outline:3px solid var(--gold-dark);outline-offset:4px}
.view-design{display:flex;justify-content:space-between;margin-top:19px;border-top:1px solid var(--line);padding-top:14px;font-size:13px;font-weight:700}
.product-open:hover .view-design{color:var(--gold-dark)}
.design-detail{background:#fff;padding-top:52px}
.detail-back{display:inline-block;font-size:14px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:7px;margin-bottom:38px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:clamp(40px,8vw,130px);align-items:center}
.detail-image{background:#e7e8e3;min-height:560px;display:flex;align-items:center;justify-content:center;padding:55px}
.detail-image img{width:min(100%,390px);aspect-ratio:1;object-fit:cover;box-shadow:0 20px 55px #18251b28}
.detail-copy .eyebrow{color:var(--gold-dark)}
.detail-copy h1{font:400 clamp(48px,5vw,78px)/1.1 Georgia,serif;margin:18px 0 4px;letter-spacing:-.04em}
.detail-category{text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:.15em;color:var(--gold-dark);margin:0 0 32px}
.detail-copy>p:not(.detail-category){font-size:17px;line-height:1.8;color:var(--ink2);max-width:560px}
.detail-original{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:21px 0;margin:35px 0;display:flex;flex-direction:column;gap:7px}
.detail-original span{font-size:11px;letter-spacing:.14em;color:var(--gold-dark);font-weight:700}
.detail-original strong{font:600 25px var(--display)}
.detail-original small{font-size:13px;color:var(--muted);line-height:1.6}
.detail-copy .detail-inquiry{font-size:13px!important;color:var(--muted)!important;margin-top:17px}
.selected-item a{flex:1}
@media(max-width:850px){.home-collections-head{display:block}.home-collections-head p{margin-top:18px}.category-grid a{height:370px}.category-grid strong{font-size:27px}.detail-image{min-height:430px;padding:34px}.detail-layout{gap:35px}}
@media(max-width:760px){.category-grid{grid-template-columns:1fr;gap:12px}.category-grid a{height:360px}.sustain-layout,.detail-layout{grid-template-columns:1fr;gap:28px}.detail-image{min-height:350px;padding:40px}.detail-image img{width:min(100%,280px)}.design-detail{padding-top:35px}.detail-back{margin-bottom:28px}.home-collections h2,.sustain h2{font-size:42px}}
html[data-view="product"] .format-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:700px}
.detail-original #detail-original-thickness{font-size:14px;letter-spacing:0;color:var(--muted);font-weight:500}
.detail-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.detail-review{border:0;background:transparent;border-bottom:1px solid var(--ink);padding:8px 0;font-size:14px;font-weight:700;color:var(--ink)}

/* Editorial storefront finish. */
:root{--paper:#f6f5f1;--gold:#dfc394;--gold-dark:#987b4d;--line:#d8d6ce}
body{background:var(--paper)}
.site-header{background:#f9f8f5f5;backdrop-filter:blur(18px);border-bottom-color:#dadbd4;height:82px}
.main-nav{gap:clamp(18px,3vw,48px);font-weight:500;letter-spacing:.025em}
.main-nav a{position:relative;padding:29px 0}
.main-nav a:after{content:"";position:absolute;bottom:19px;left:0;width:0;height:1px;background:var(--gold-dark);transition:width .3s}
.main-nav a:hover:after,.main-nav a:focus-visible:after{width:100%}
.shortlist-button{border:1px solid #c8c8bd;background:#fff;min-height:42px;padding:6px 7px 6px 16px;gap:19px;letter-spacing:.04em;transition:background .25s,border-color .25s,color .25s}
.shortlist-button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.shortlist-button span:last-child{background:#edece4;color:var(--ink);height:28px;min-width:28px;font-size:11px}
.button{position:relative;min-height:57px;padding:16px 28px;letter-spacing:.045em;gap:23px;transition:background .25s,color .25s,transform .25s,box-shadow .25s}
.button:after{content:"↗";font-size:18px;font-weight:400;line-height:1;transition:transform .25s}
.button:hover{transform:translateY(-3px);box-shadow:0 12px 26px #111d1722}
.button:hover:after{transform:translate(3px,-3px)}
.button-gold{background:var(--gold);color:#1c2923}
.button-gold:hover{background:#efdbb3}
.hero{min-height:740px}
.hero-copy{min-height:740px;padding-top:130px;max-width:920px}
.hero h1{font-size:clamp(62px,6.3vw,105px);line-height:1.02;max-width:790px;text-wrap:balance}
.hero-copy>p{font-size:18px;max-width:540px}
.hero:after{background:linear-gradient(90deg,rgba(9,21,16,.89),rgba(9,21,16,.55) 42%,rgba(9,21,16,.08) 88%),linear-gradient(0deg,#0b1a13a1,transparent 38%)}
.hero .image-caption{background:transparent;color:#fff;border-top:1px solid #fff9;letter-spacing:.24em;padding:11px 0;right:clamp(24px,5vw,80px);bottom:30px}
.section-index{display:flex;gap:15px;align-items:center;font-size:11px;letter-spacing:.24em}
.section-index:after{content:"";height:1px;width:32px;background:currentColor;opacity:.55}
.intro h2,.collections h2,.materials h2,.contact h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.037em}
.intro{background:#fdfcf9}
.capabilities strong{font-weight:600}
.category-grid{gap:12px}
.category-grid a{height:510px}
.category-grid a:nth-child(2){margin-top:36px}
.category-grid a:nth-child(3){margin-top:72px}
.category-grid a:before{content:"VIEW COLLECTION";position:absolute;left:28px;top:25px;z-index:2;color:#fff;letter-spacing:.2em;font-size:10px;font-weight:700;opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s}
.category-grid a:hover:before,.category-grid a:focus-visible:before{opacity:1;transform:none}
.category-grid img{transition:transform .7s cubic-bezier(.2,.7,.25,1)}
.category-grid a:hover img{transform:scale(1.065)}
.category-grid a>span{border-top:1px solid #ffffff99;padding-top:16px}
.category-grid strong{font-size:36px}
.home-all-link,.sustain-layout a,.detail-back,.detail-review{transition:color .25s,border-color .25s,transform .25s}
.home-all-link:hover,.detail-back:hover,.detail-review:hover{color:var(--gold-dark);border-color:var(--gold-dark);transform:translateX(3px)}
.sustain{background:#29382f}
.sustain:before{content:"L / S";position:absolute;right:5vw;bottom:-.14em;color:#ffffff07;font:400 clamp(170px,26vw,400px) Georgia,serif;pointer-events:none}
.sustain-layout{position:relative}
.collections{background:#f6f5f1}
html[data-view="catalog"] .collections{padding-top:85px}
.collections-heading h2{font-size:clamp(48px,5vw,76px)}
.collections-heading p{font-size:17px}
.count-label{font:400 64px Georgia,serif;color:var(--ink);display:flex;flex-direction:column;align-items:flex-end;gap:9px;letter-spacing:0}
.count-label span:last-child{font:700 10px var(--font);letter-spacing:.19em;color:var(--gold-dark)}
.catalog-toolbar{margin-top:65px}
.filter{font-weight:600;transition:color .2s,border-color .2s}
.filter:hover{color:var(--ink)}
.search{border:1px solid var(--line);background:#fff;padding:10px 13px;margin-bottom:12px;min-width:195px;transition:border-color .2s,box-shadow .2s}
.search:focus-within{border-color:var(--gold-dark);box-shadow:0 0 0 3px #b99a6122}
.search input{outline:none}
.product-grid{gap:32px 16px}
.product-card{border:1px solid #e5e4dc;transition:box-shadow .3s,transform .3s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #1b2e1b14}
.product-photo{aspect-ratio:.96}
.product-info{padding:20px}
.product-top h3{font-family:Georgia,serif;font-size:22px;font-weight:400}
.product-source{display:block;min-height:19px;margin-top:9px;font-size:11px;letter-spacing:.035em;color:var(--muted)}
.view-design{font-weight:600;letter-spacing:.03em}
.view-design span{font-size:19px;line-height:1;transition:transform .25s}
.product-card:hover .view-design span{transform:translate(3px,-3px)}
.show-more{min-height:52px;letter-spacing:.04em;transition:background .25s,color .25s,transform .25s}
.show-more:hover{transform:translateY(-3px)}
.detail-image{background:#efeee8}
.detail-source{font-size:12px!important;color:var(--muted)!important;letter-spacing:.08em;text-transform:uppercase;margin:-22px 0 27px}
.detail-copy h1{font-size:clamp(58px,5.6vw,88px)}
.detail-original strong{font-family:Georgia,serif;font-weight:400;font-size:31px}
.detail-review{border-bottom-color:var(--gold-dark)}
.format-grid>div{border:1px solid #d5d9d1;background:#f4f5f0}
:focus-visible{outline:2px solid var(--gold-dark);outline-offset:4px}
@media(max-width:1050px){.category-grid a{height:420px}.category-grid a:nth-child(2){margin-top:25px}.category-grid a:nth-child(3){margin-top:50px}}
@media(max-width:760px){.site-header{height:72px}.shortlist-button{min-height:38px;padding:5px}.hero,.hero-copy{min-height:670px}.hero-copy{padding-top:88px}.hero h1{font-size:clamp(51px,11vw,72px)}.category-grid a,.category-grid a:nth-child(2),.category-grid a:nth-child(3){height:370px;margin-top:0}.collections-heading h2{font-size:47px}.count-label{font-size:38px}.catalog-toolbar{margin-top:40px}.product-grid{gap:12px}.product-info{padding:13px}.product-top h3{font-size:18px}.product-source{font-size:10px}.button{padding:14px 20px}}

/* Supplied room visualisations, curated as an editorial layer. */
html[data-view="home"] .detail-scene,html[data-view="catalog"] .detail-scene,html[data-view="catalog"] .scene-editorial,html[data-view="product"] .scene-editorial{display:none}
.scene-editorial{background:#e9e9e2}
.scene-heading{display:flex;align-items:end;justify-content:space-between;gap:8vw;margin-bottom:38px}
.scene-heading h2,.detail-scene h2{font:400 clamp(42px,4.5vw,70px)/1.08 Georgia,serif;letter-spacing:-.04em;max-width:630px;margin:0}
.scene-heading p{max-width:410px;margin:0;color:var(--ink2);line-height:1.8}
.scene-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.scene-card{display:block;position:relative;background:#d5d5cd;overflow:hidden;isolation:isolate}
.scene-card img{width:100%;height:clamp(270px,27vw,390px);object-fit:cover;filter:saturate(.9);transition:transform .6s,filter .6s}
.scene-card:hover img,.scene-card:focus-visible img{transform:scale(1.045);filter:saturate(1)}
.scene-card>span{display:grid;grid-template-columns:1fr auto;align-items:end;gap:5px 12px;padding:19px 2px 3px;border-bottom:1px solid #aeb3a8;margin:0 5px 5px}
.scene-card small{grid-column:1 / -1;color:var(--gold-dark);font-size:10px;font-weight:700;letter-spacing:.16em}
.scene-card strong{font:400 25px Georgia,serif}
.scene-card em{font-style:normal;font-size:22px;transition:transform .25s}
.scene-card:hover em{transform:translate(3px,-3px)}
.scene-disclaimer{font-size:12px;color:var(--muted);margin:20px 0 0}
.detail-scene{background:#f2f2ec}
.detail-scene-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.5fr);gap:clamp(35px,6vw,100px);align-items:center}
.detail-scene-layout>img{width:100%;aspect-ratio:1.5;object-fit:cover;filter:saturate(.93)}
.detail-scene .eyebrow{color:var(--gold-dark)}
.detail-scene h2{font-size:clamp(39px,3.7vw,58px);margin:17px 0 22px}
.detail-scene p{color:var(--ink2);line-height:1.8}
#detail-scene-code{display:block;border-top:1px solid #c7cbc1;padding-top:17px;margin-top:30px;font:400 25px Georgia,serif}
@media(max-width:850px){.scene-heading{display:block}.scene-heading p{margin-top:17px}.scene-card strong{font-size:21px}.detail-scene-layout{grid-template-columns:1fr;gap:30px}}
@media(max-width:760px){.scene-grid{grid-template-columns:1fr}.scene-card img{height:280px}.detail-scene-layout>img{aspect-ratio:1.3}.scene-heading h2{font-size:43px}}

/* Four material families, with a quieter stagger on wide screens. */
.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.category-grid a{height:430px}
.category-grid a:nth-child(4){margin-top:108px}
@media(max-width:1050px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid a,.category-grid a:nth-child(3){margin-top:0}.category-grid a:nth-child(2),.category-grid a:nth-child(4){margin-top:32px}}
@media(max-width:760px){.category-grid{grid-template-columns:1fr}.category-grid a,.category-grid a:nth-child(2),.category-grid a:nth-child(3),.category-grid a:nth-child(4){height:360px;margin-top:0}}

/* Company profile route. */
.mobile-nav-toggle{display:none}
html:not([data-view="about"]) .company-page{display:none}
html[data-view="about"] main>section:not(.company-page):not(.contact){display:none}
.company-page{background:#f7f6f2}
.company-hero{min-height:650px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);background:#1c2923;color:#fff}
.company-hero-copy{padding:clamp(70px,8vw,130px) clamp(35px,6.5vw,105px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.company-hero h1{font:400 clamp(52px,5vw,84px)/1.07 Georgia,serif;letter-spacing:-.045em;max-width:750px;margin:25px 0}
.company-hero-copy>p{color:#dbe0d9;max-width:560px;font-size:18px;line-height:1.8;margin-bottom:33px}
.company-visual{position:relative;overflow:hidden;margin:0;min-height:650px}
.company-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.86)}
.company-visual figcaption{position:absolute;bottom:24px;right:25px;padding:10px 13px;background:#fff;color:var(--ink);font-size:10px;letter-spacing:.11em;text-transform:uppercase}
.company-story{background:#fdfcf9}
.company-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw}
.company-story h2,.company-process h2,.company-close h2{font:400 clamp(39px,3.8vw,62px)/1.14 Georgia,serif;letter-spacing:-.04em;margin:0}
.company-story-grid>div{max-width:640px}
.company-story p{color:var(--ink2);font-size:17px;line-height:1.85}
.company-story .company-legal{font-weight:700;font-size:14px;letter-spacing:.055em;color:var(--gold-dark);margin-bottom:24px}
.company-process{background:#e8eae4}
.company-process-head{display:flex;justify-content:space-between;align-items:end;gap:8vw}
.company-process-head h2{max-width:720px}
.company-process-head p{max-width:350px;line-height:1.8;color:var(--ink2);margin:0}
.company-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:65px}
.company-process-grid article{border-top:1px solid #aeb9ad;padding-top:22px;min-height:190px}
.company-process-grid article>span{font:400 28px Georgia,serif;color:var(--gold-dark)}
.company-process-grid h3{font:600 21px var(--display);margin:31px 0 12px}
.company-process-grid p{font-size:15px;line-height:1.75;color:var(--ink2);max-width:390px}
.company-close{display:grid;grid-template-columns:1fr 1fr;gap:8vw;background:#26362e;color:white;align-items:center}
.company-close .eyebrow{color:var(--gold)}
.company-close h2{margin-top:22px;max-width:700px}
.company-close p{color:#dbe0d9;line-height:1.8;font-size:17px;max-width:580px;margin-bottom:30px}
@media(max-width:1050px){.company-hero{grid-template-columns:1fr 1fr}.company-hero-copy{padding:65px 45px}.company-hero,.company-visual{min-height:590px}.company-hero h1{font-size:clamp(44px,5vw,62px)}}
@media(max-width:760px){.company-hero{display:flex;flex-direction:column}.company-hero-copy{padding:65px 25px}.company-hero h1{font-size:clamp(46px,10vw,64px)}.company-visual{min-height:350px;height:350px}.company-story-grid,.company-close{grid-template-columns:1fr;gap:27px}.company-process-head{display:block}.company-process-head p{margin-top:20px}.company-process-grid{grid-template-columns:1fr;gap:14px;margin-top:40px}.company-process-grid article{min-height:auto}.company-process-grid h3{margin-top:17px}.company-story h2,.company-process h2,.company-close h2{font-size:42px}.mobile-nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;border:1px solid var(--line);background:#fff;padding:8px;order:2}.mobile-nav-toggle span{display:block;height:1px;width:100%;background:var(--ink)}.main-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#f9f8f5;box-shadow:0 18px 25px #10201818;padding:15px 24px 25px;flex-direction:column;gap:0}.menu-open .main-nav{display:flex}.main-nav a{padding:14px 0;border-bottom:1px solid var(--line);font-size:15px}.main-nav a:after{display:none}.header-actions{order:3;margin-left:auto}.brand{order:1}.brand img{width:155px}}
@media(max-width:400px){.brand img{width:132px}.site-header{padding:0 12px}.header-actions{gap:0}.lang-wrap select{padding:6px;font-size:11px}}

/* Studio storefront: clearer journey, stronger type and restrained material detail. */
:root{--luxury-serif:'Instrument Serif',Georgia,serif}
.site-header{border-bottom:1px solid #d8d4c8;box-shadow:0 4px 25px #17211f08}
.brand img{width:220px}
.main-nav a{font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.hero{min-height:min(850px,calc(100svh - 82px));background:#202820}
.hero-copy{min-height:min(850px,calc(100svh - 82px));max-width:1010px;padding-top:clamp(100px,12vh,155px);padding-bottom:72px}
.hero h1{font-family:var(--luxury-serif);font-size:clamp(76px,8.2vw,138px);font-weight:400;line-height:.9;letter-spacing:-.035em;max-width:800px;margin:35px 0 32px}
.hero-copy>p{max-width:545px;font-size:17px;line-height:1.75;color:#f0f0e9}
.hero .eyebrow{font-size:11px;letter-spacing:.25em;color:#ead4aa}
.hero:after{background:linear-gradient(90deg,rgba(9,21,16,.91),rgba(9,21,16,.67) 41%,rgba(9,21,16,.11) 87%),linear-gradient(0deg,#09170d82,transparent 40%)}
.hero .button-gold{background:#e4cb9e}
.hero-meta{letter-spacing:.16em;color:#e1e4da}
.signature-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px clamp(24px,7vw,110px);background:#e6e1d5;color:#354039;font-size:10px;font-weight:700;letter-spacing:.19em}
.signature-strip span+span:before{content:'◆';display:inline-block;margin-right:clamp(18px,4vw,70px);font-size:8px;color:#a98855}
.intro h2,.home-collections h2,.scene-heading h2,.sustain h2,.contact h2,.company-story h2,.company-process h2,.company-close h2{font-family:var(--luxury-serif);font-weight:400;line-height:1.05;letter-spacing:-.025em;font-size:clamp(54px,5.2vw,84px)}
.intro{padding-top:120px;padding-bottom:120px}
.intro-content p{font-size:16px;line-height:1.9}
.capabilities div{padding-top:32px}
.capabilities strong{font-weight:600}
.home-collections{padding-top:115px;padding-bottom:115px}
.home-collections-head h2{max-width:720px}
.category-grid{gap:10px}
.category-grid a{height:490px}
.category-grid a:after{background:linear-gradient(0deg,rgba(11,24,19,.82),transparent 58%)}
.category-grid a>span{bottom:30px}
.category-grid strong{font-family:var(--luxury-serif);font-size:46px;font-weight:400}
.category-grid img{filter:saturate(.83);transition:transform .7s,filter .7s}
.category-grid a:hover img{filter:saturate(1);transform:scale(1.06)}
.scene-grid{gap:11px}
.scene-card strong{font-family:var(--luxury-serif);font-size:34px}
.product-card{box-shadow:0 1px 0 #d8d6ce;transition:box-shadow .25s,transform .25s}
.product-card:hover{box-shadow:0 15px 35px #17211f19;transform:translateY(-4px)}
.product-top h3{font-family:var(--luxury-serif);font-size:26px;font-weight:400;line-height:1.1}
.product-source{display:block;margin-top:8px;color:#74776f}
.detail-copy h1,.company-hero h1{font-family:var(--luxury-serif);font-size:clamp(68px,6.2vw,104px);line-height:.98;font-weight:400}
.partner-note{background:#dddcd2;color:#1b2922}
.partner-note-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:start}
.partner-kicker{font-size:11px;letter-spacing:.21em;font-weight:700;color:#90744d;margin-bottom:18px}
.partner-note h2{font:400 clamp(54px,5.2vw,82px)/1.03 var(--luxury-serif);letter-spacing:-.02em;max-width:660px;margin:0}
.partner-note-grid>div:nth-child(2){border-top:1px solid #aeb2a6;padding-top:23px}
.partner-note-grid>div:nth-child(2)>p{font-size:17px;line-height:1.85;color:#3f4b43;max-width:670px}
.partner-note a{display:inline-block;margin:9px 0 22px;padding-bottom:5px;border-bottom:1px solid #3a4a3f;font-size:14px;font-weight:700}
.partner-note a:hover{color:#987b4d;border-color:#987b4d}
.partner-note small{display:block;color:#656b63;line-height:1.6;max-width:600px}
html:not([data-view='home']) .signature-strip{display:none}
@media(max-width:1050px){.hero,.hero-copy{min-height:690px}.hero h1{font-size:clamp(70px,9vw,110px)}.category-grid a{height:430px}.signature-strip{font-size:9px}}
@media(max-width:760px){.site-header{height:72px}.brand img{width:170px}.hero,.hero-copy{min-height:700px}.hero-copy{padding:95px 25px 45px}.hero h1{font-size:clamp(66px,15vw,94px);max-width:600px}.hero-copy>p{font-size:16px}.hero:after{background:linear-gradient(90deg,#09150fe8,#09150f4d),linear-gradient(0deg,#09150fac,transparent 58%)}.signature-strip{padding:16px 24px;flex-wrap:wrap;gap:8px 20px}.signature-strip span+span:before{display:none}.intro{padding-top:78px;padding-bottom:78px}.intro h2,.home-collections h2,.scene-heading h2,.sustain h2,.contact h2,.company-story h2,.company-process h2,.company-close h2{font-size:clamp(50px,11vw,68px)}.category-grid a,.category-grid a:nth-child(4){height:380px}.category-grid strong{font-size:43px}.partner-note-grid{grid-template-columns:1fr;gap:27px}.partner-note h2{font-size:62px}.product-top h3{font-size:23px}.detail-copy h1,.company-hero h1{font-size:clamp(66px,12vw,90px)}}

/* Project inspiration and a quieter reference system. */
.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.category-grid a:nth-child(4){margin-top:0}
.collection-links{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.home-all-link.quiet{font-weight:500;color:#5c675e;border-bottom-color:#aab0a5}
.space-guide{background:#e6e4dc}
.space-guide-head{display:flex;justify-content:space-between;align-items:end;gap:7vw;margin-bottom:35px}
.space-guide h2{font:400 clamp(54px,5.2vw,84px)/1.03 var(--luxury-serif);letter-spacing:-.02em;max-width:750px;margin:0}
.space-guide-head p{max-width:415px;line-height:1.8;color:#4e5a50;margin:0}
.space-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.space-grid a{position:relative;min-height:420px;overflow:hidden;background:#b9bdb3;color:white;isolation:isolate}
.space-grid a:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#08150fbf,transparent 68%);z-index:-1}
.space-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;filter:saturate(.8);transition:transform .5s,filter .5s}
.space-grid a:hover img{transform:scale(1.05);filter:saturate(1)}
.space-grid a>span{position:absolute;bottom:21px;left:21px;right:21px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px}
.space-grid small{grid-column:1/-1;color:#ebd5ad;font-size:10px;letter-spacing:.2em;font-weight:700}
.space-grid strong{font:400 clamp(27px,2.7vw,39px)/1.08 var(--luxury-serif)}
.space-grid em{font-style:normal;font-size:24px}
.space-grid b{grid-column:1/-1;font-size:9px;font-weight:600;letter-spacing:.14em;color:#e8e7df;opacity:.85}
.space-note{font-size:12px;color:#68746a;margin:22px 0 0;max-width:700px}
html[data-view='catalog'] .space-guide,html[data-view='product'] .space-guide{display:none}
.catalog-space{background:#e9e6dd;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:38px}
.catalog-space>div:first-child{display:flex;flex-direction:column;gap:3px}
.catalog-space strong{font-size:14px;letter-spacing:.07em}
.catalog-space small{color:#667067;font-size:12px;max-width:300px}
.space-filters{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.space-filter{background:transparent;border:1px solid #b8b9ad;padding:10px 13px;color:#344139;font-size:12px;font-weight:600;transition:background .2s,color .2s}
.space-filter:hover,.space-filter.active{background:#21352a;color:#fff;border-color:#21352a}
.catalog-toolbar{margin-top:27px;align-items:end}
.filter-group>span{display:block;font-size:11px;letter-spacing:.17em;text-transform:uppercase;color:#977d56;font-weight:700;margin-bottom:20px}
.product-source{font:500 10px var(--font);letter-spacing:.1em;color:#898e85;margin-top:12px}
.detail-category{margin-bottom:7px}
.detail-code{font:500 11px var(--font);letter-spacing:.13em;color:#8b9189;margin:0 0 25px}
.detail-source{font-size:12px;color:#727a71}
.scene-card strong{font-family:var(--luxury-serif);font-size:32px}
@media(max-width:1050px){.space-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.space-grid a{min-height:370px}.catalog-space{display:block}.space-filters{justify-content:flex-start;margin-top:18px}}
@media(max-width:760px){.category-grid{grid-template-columns:1fr}.space-guide-head{display:block}.space-guide-head p{margin-top:18px}.space-guide h2{font-size:58px}.space-grid{grid-template-columns:1fr;gap:9px}.space-grid a{min-height:300px}.space-grid a>span{left:21px;right:21px;bottom:19px}.space-grid strong{font-size:38px}.space-grid small{font-size:10px}.catalog-space{padding:18px;margin-top:30px}.space-filters{flex-wrap:nowrap;overflow:auto;white-space:nowrap;justify-content:flex-start;padding-bottom:4px}.space-filter{flex:0 0 auto}.catalog-toolbar{margin-top:32px}.filter-group{min-width:0}.filter-group>span{margin-bottom:16px}.product-source{font-size:9px}}
.tone-row{display:flex;align-items:center;gap:18px;margin:-8px 0 28px;flex-wrap:wrap}
.tone-row>span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#977d56;font-weight:700}
.tone-filters{display:flex;gap:7px;flex-wrap:wrap}
.tone-filter{border:1px solid #d0d0c7;background:#f9f8f4;color:#556158;padding:7px 14px;font-size:12px}
.tone-filter:hover,.tone-filter.active{border-color:#21352a;background:#21352a;color:#fff}
@media(max-width:760px){.tone-row{display:block;margin:8px 0 25px}.tone-row>span{display:block;margin-bottom:11px}.tone-filters{flex-wrap:nowrap;overflow:auto;padding-bottom:4px}.tone-filter{flex:0 0 auto}}

/* Linked room visual, matching artwork, and editorial inspiration. */
.company-visual{display:grid;grid-template-columns:minmax(0,1fr) 158px;background:#d9d7cc}
.company-scene-link{position:relative;display:block;min-width:0;overflow:hidden}
.company-scene-link img{position:absolute;inset:0;transition:transform .55s,filter .55s}
.company-scene-link:hover img{transform:scale(1.035);filter:saturate(.98)}
.company-scene-link>span{position:absolute;left:25px;bottom:25px;padding:11px 16px;background:#f5f2e9;color:#25342a;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:background .2s}
.company-scene-link:hover>span{background:#e9d3ad}
.company-swatch-link{display:flex;flex-direction:column;min-width:0;background:#e8e5dc;color:#29372c;text-decoration:none}
.company-swatch-link img{display:block;height:77%;min-height:0;object-fit:cover;transition:filter .3s}
.company-swatch-link:hover img{filter:brightness(1.08) saturate(1.1)}
.company-swatch-link>span{display:flex;flex-direction:column;justify-content:center;gap:8px;flex:1;padding:14px 13px}
.company-swatch-link small{font-size:9px;letter-spacing:.16em;color:#887453;font-weight:700}
.company-swatch-link strong{font:400 21px/1 var(--luxury-serif)}
.company-swatch-link b{font-size:10px;letter-spacing:.04em;font-weight:600}
.company-visual figcaption{right:170px;bottom:auto;top:20px;background:#f8f6f0e8;font-size:9px;pointer-events:none}
.design-sequence{display:inline-block;margin-left:.18em;font:500 .4em/1.1 var(--font);letter-spacing:.12em;vertical-align:middle;color:#8d9189}
.contact-card a:hover strong{text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:5px}
.company-swatch-link .design-sequence{font-size:.48em}
.company-inspiration{background:#f2f0e9}
.inspiration-head{display:flex;justify-content:space-between;align-items:end;gap:8vw;margin:25px 0 38px}
.inspiration-head h2{font:400 clamp(52px,5vw,82px)/1.04 var(--luxury-serif);letter-spacing:-.025em;max-width:640px;margin:0}
.inspiration-head p{max-width:370px;font-size:15px;line-height:1.8;color:#58635b;margin:0}
.inspiration-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}
.inspiration-grid figure{margin:0;min-width:0}
.inspiration-grid img{display:block;width:100%;height:460px;object-fit:cover;filter:saturate(.8)}
.inspiration-grid figcaption{display:flex;justify-content:space-between;gap:15px;padding-top:14px;font-size:10px;letter-spacing:.13em;color:#626b60}
.inspiration-grid figcaption a{color:#687369;letter-spacing:0;text-decoration:underline;text-underline-offset:3px}
.inspiration-note{font-size:11px;color:#7e857b;margin:29px 0 0}
@media(max-width:760px){.company-visual{display:flex;flex-direction:column;height:auto;min-height:0}.company-scene-link{height:380px}.company-swatch-link{display:grid;grid-template-columns:120px 1fr;min-height:130px}.company-swatch-link img{width:120px;height:130px}.company-swatch-link>span{padding:15px 20px}.company-visual figcaption{right:14px;top:14px;max-width:57%;line-height:1.4}.inspiration-head{display:block;margin:22px 0 30px}.inspiration-head h2{font-size:54px}.inspiration-head p{margin-top:18px}.inspiration-grid{grid-template-columns:1fr;gap:30px}.inspiration-grid img{height:330px}.inspiration-grid figcaption{line-height:1.5}.inspiration-note{line-height:1.6}}
